Skip to content

Instantly share code, notes, and snippets.

@billday
Created February 16, 2011 15:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save billday/829572 to your computer and use it in GitHub Desktop.
Save billday/829572 to your computer and use it in GitHub Desktop.
import yql
y = yql.Public()
articlequery = "select * from rss where url in ('https://www.x.com/community/feeds/documents?community=2133&numItems=38')"
articles = y.execute(articlequery)
@billday
Copy link
Author

billday commented Feb 16, 2011

This code excerpt is discussed in the article "Divining DevZone Insight from Filtered Feeds and Deep Pages: Part 2, The Analysis" at http://bit.ly/gXiAny

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment