Created
August 2, 2018 23:16
-
-
Save musoftware/642534c17a385f1c870377e6e18d0ad2 to your computer and use it in GitHub Desktop.
Work With Request and Json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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