Last active
December 8, 2017 01:56
-
-
Save jacobwallenberg/5b425c5a8ea17a2c53d8b9bb4c983440 to your computer and use it in GitHub Desktop.
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://api.github.com/events') | |
r.json() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment