Skip to content

Instantly share code, notes, and snippets.

@alohasoftworks
Created September 23, 2010 19:35
Show Gist options
  • Select an option

  • Save alohasoftworks/594199 to your computer and use it in GitHub Desktop.

Select an option

Save alohasoftworks/594199 to your computer and use it in GitHub Desktop.
for result in query:
feed = feedparser.parse(result.ghfeed)
for entry in feed.entries:
if dt.fromtimestamp(mktime(entry.published_parsed)) > result.lastrefresh:
self.response.out.write(entry.title)
self.response.out.write('\r\n')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment