Skip to content

Instantly share code, notes, and snippets.

@clone1018
Created December 28, 2012 15:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clone1018/4398927 to your computer and use it in GitHub Desktop.
Save clone1018/4398927 to your computer and use it in GitHub Desktop.
def test_json():
import requests
r = requests.get('https://api.github.com/users/clone1018')
json = r.json
print json # How do I get something I can work with?
@sigmavirus24
Copy link

Which version of requests?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment