Skip to content

Instantly share code, notes, and snippets.

@grimborg
grimborg / votes.py
Last active December 10, 2015 22:38 — forked from mstepniowski/results.txt
#!/usr/bin/env python
# Requirements: requests, lxml
import requests
from lxml import html
TALKNAME = "TITLE OF MY AMAZING TALK (it's a secret!)"
COLOR = '\033[1;34m'
END = '\033[0m'
r = requests.get('http://2013.djangocon.eu/vote/')