Skip to content

Instantly share code, notes, and snippets.

@repustate
Created December 3, 2013 02:27
Show Gist options
  • Save repustate/7762900 to your computer and use it in GitHub Desktop.
Save repustate/7762900 to your computer and use it in GitHub Desktop.
import requests
url = "http://social.repustate.com/YOUR_API_KEY/get-data.json?datasource_id=DATASOURCE_ID&since=2013-10-28&until=2013-11-27"
response = requests.get(url).json()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment