Social news for CS and entrepreneurship
HackerNews provides social news focused on computer science and entrepreneurship.
import requests
url = "https://hacker-news.firebaseio.com/v0/topstories.json"
response = requests.get(url)
print(response.json())Last 50 checks (10 min intervals)