Github Python News API

PHOTO EMBED

Sat May 30 2020 18:17:47 GMT+0000 (Coordinated Universal Time)

Saved by @bmweinstein

>>> import requests

>>> r = requests.get('https://api.github.com/events')
>>> r.json()
[{'repository': {'open_issues': 0, 'url': 'https://github.com/...
content_copyCOPY

https://2.python-requests.org/en/master/user/quickstart/