Created
February 16, 2011 15:36
-
-
Save billday/829572 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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