Skip to content

Instantly share code, notes, and snippets.

@bkudria
Created February 25, 2009 01:13
Show Gist options
  • Save bkudria/69927 to your computer and use it in GitHub Desktop.
Save bkudria/69927 to your computer and use it in GitHub Desktop.
YQL query to get all followers' real names from the TimesPeople API
use 'http://github.com/bkudria/yql-tables/raw/dcf34a2d0be5b75b0a0d44bdb5d308f5f3a1f7f5/nyt/nyt.people.followers.xml' as followers;
select user_displayname from followers where apikey='your:api:key' and user-id='56039348'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment