Skip to content

Instantly share code, notes, and snippets.

@musoftware
Created August 2, 2018 23:16
Show Gist options
  • Select an option

  • Save musoftware/642534c17a385f1c870377e6e18d0ad2 to your computer and use it in GitHub Desktop.

Select an option

Save musoftware/642534c17a385f1c870377e6e18d0ad2 to your computer and use it in GitHub Desktop.
Work With Request and Json
import requests
r = requests.get('https://github.com/timeline.json')
print(r.json()['message'])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment