Skip to content

Instantly share code, notes, and snippets.

@desg
Created December 19, 2012 07:32
Show Gist options
  • Save desg/4335068 to your computer and use it in GitHub Desktop.
Save desg/4335068 to your computer and use it in GitHub Desktop.
import requests
import json
i = requests.get('http://haruhichan.com/feed/feed.php?mode=json')
s = json.load(i)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment