Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jaredlockhart/83e3f8852b4d7ac78f051199f7249d07 to your computer and use it in GitHub Desktop.
Save jaredlockhart/83e3f8852b4d7ac78f051199f7249d07 to your computer and use it in GitHub Desktop.
In [83]: pprint.pprint(json.loads(requests.post('http://cloudvm.jaredkerim.com/', data=json.dumps({'urls': ['https://news.ycombinator.com']}), headers={'content-type':'application/json'}).content))
{u'error': u'',
u'urls': {u'https://news.ycombinator.com': {u'favicon_colors': [{u'color': [252,
100,
4],
u'weight': 0}],
u'favicon_url': u'https://news.ycombinator.com/favicon.ico',
u'image': u'https://news.ycombinator.com/y18.gif',
u'images': [{u'colors': [{u'color': [0,
0,
0],
u'weight': 0}],
u'height': 500,
u'url': u'https://news.ycombinator.com/y18.gif',
u'width': 500}],
u'original_url': u'https://news.ycombinator.com',
u'provider_url': u'https://news.ycombinator.com',
u'title': u'Hacker News',
u'url': u'https://news.ycombinator.com'}}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment