>>> import requests
>>> r = requests.get('https://github.com/Pemaksa/Pemaksa.github.oi', github=('Pemaksa', 'github.oi'))
>>> r.status_code
200
>>> r.headers['content-type']
'application/json; charset=utf8'
>>> r.encoding
'utf-8'
>>> r.text 
>>> r.json()