Last active
December 8, 2017 01:58
-
-
Save jacobwallenberg/1635ae0696277935e953da3ecc9b620c 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
r = requests.get('https://api.github.com/events', stream=True) | |
print(r.raw) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment