Skip to content

Instantly share code, notes, and snippets.

@voidfiles
Created October 17, 2013 18:20
Show Gist options
  • Select an option

  • Save voidfiles/7029725 to your computer and use it in GitHub Desktop.

Select an option

Save voidfiles/7029725 to your computer and use it in GitHub Desktop.
Test feed fetch from appengine.

Run this script line by line here, and when you make it work there it will work in pourover.

from google.appengine.api import urlfetch
resp = urlfetch.fetch('http://www.vlachbild.de/feed/', deadline=60)
print resp.content
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment