Skip to content

Instantly share code, notes, and snippets.

@rastating
Created February 15, 2015 10:31
Show Gist options
  • Save rastating/ed2f5b953200de6553da to your computer and use it in GitHub Desktop.
Save rastating/ed2f5b953200de6553da to your computer and use it in GitHub Desktop.
import requests
url = 'http://static.rastating.com/msf/export.php'
r = requests.get(url)
print r.text
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment