Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env python2
import re
import json
from bs4 import BeautifulSoup as bs
from urllib2 import urlopen
__authors__ = ['haxwithaxe me@haxwithaxe.net']
__license__ = 'GPLv3'