I hereby claim:
- I am nilshamerlinck on github.
- I am nilshamerlinck (https://keybase.io/nilshamerlinck) on keybase.
- I have a public key ASBe25U9t31HrsVHL5Wr5SSozfcwgf1_ASa30r_SRBDFago
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/env python | |
| # -*- coding: utf-8 -*- | |
| import codecs, locale, os, sys | |
| sys.stdout = codecs.getwriter('utf-8')(sys.stdout) | |
| import httplib | |
| import urllib2 | |
| from cookielib import CookieJar |