twitter-multi 0.9.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (97) hide show
  1. data/History +290 -0
  2. data/License +20 -0
  3. data/Notes +33 -0
  4. data/README.rdoc +19 -0
  5. data/Rakefile +40 -0
  6. data/VERSION.yml +5 -0
  7. data/examples/connect.rb +30 -0
  8. data/examples/friendship_existence.rb +13 -0
  9. data/examples/helpers/config_store.rb +38 -0
  10. data/examples/httpauth.rb +11 -0
  11. data/examples/ids.rb +13 -0
  12. data/examples/lists.rb +11 -0
  13. data/examples/oauth.rb +27 -0
  14. data/examples/search.rb +15 -0
  15. data/examples/timeline.rb +19 -0
  16. data/examples/tumblr.rb +9 -0
  17. data/examples/unauthorized.rb +16 -0
  18. data/examples/update.rb +11 -0
  19. data/examples/user.rb +5 -0
  20. data/lib/twitter/base.rb +390 -0
  21. data/lib/twitter/geo.rb +25 -0
  22. data/lib/twitter/httpauth.rb +53 -0
  23. data/lib/twitter/local_trends.rb +30 -0
  24. data/lib/twitter/oauth.rb +64 -0
  25. data/lib/twitter/request.rb +71 -0
  26. data/lib/twitter/search.rb +163 -0
  27. data/lib/twitter/trends.rb +55 -0
  28. data/lib/twitter.rb +156 -0
  29. data/test/fixtures/blocking.json +1632 -0
  30. data/test/fixtures/firehose.json +1 -0
  31. data/test/fixtures/follower_ids.json +1 -0
  32. data/test/fixtures/followers.json +1 -0
  33. data/test/fixtures/friend_ids.json +1 -0
  34. data/test/fixtures/friends_timeline.json +1 -0
  35. data/test/fixtures/friendship.json +1 -0
  36. data/test/fixtures/friendship_exists.json +1 -0
  37. data/test/fixtures/geo_place.json +1 -0
  38. data/test/fixtures/geo_reverse_geocode.json +1 -0
  39. data/test/fixtures/geo_reverse_geocode_granularity.json +1 -0
  40. data/test/fixtures/geo_reverse_geocode_limit.json +1 -0
  41. data/test/fixtures/geo_search.json +1 -0
  42. data/test/fixtures/geo_search_ip_address.json +1 -0
  43. data/test/fixtures/geo_search_query.json +1 -0
  44. data/test/fixtures/home_timeline.json +1 -0
  45. data/test/fixtures/ids.json +1 -0
  46. data/test/fixtures/list.json +1 -0
  47. data/test/fixtures/list_statuses.json +1 -0
  48. data/test/fixtures/list_statuses_1_1.json +1 -0
  49. data/test/fixtures/list_statuses_2_1.json +1 -0
  50. data/test/fixtures/list_subscriptions.json +1 -0
  51. data/test/fixtures/list_users.json +1 -0
  52. data/test/fixtures/lists.json +1 -0
  53. data/test/fixtures/memberships.json +1 -0
  54. data/test/fixtures/mentions.json +1 -0
  55. data/test/fixtures/not_found.json +1 -0
  56. data/test/fixtures/people_search.json +39 -0
  57. data/test/fixtures/rate_limit_exceeded.json +1 -0
  58. data/test/fixtures/report_spam.json +41 -0
  59. data/test/fixtures/retweet.json +1 -0
  60. data/test/fixtures/retweeted_by_me.json +1 -0
  61. data/test/fixtures/retweeted_to_me.json +1 -0
  62. data/test/fixtures/retweeters_of_tweet.json +166 -0
  63. data/test/fixtures/retweets.json +1 -0
  64. data/test/fixtures/retweets_of_me.json +1 -0
  65. data/test/fixtures/sample-image.png +0 -0
  66. data/test/fixtures/saved_search.json +7 -0
  67. data/test/fixtures/saved_searches.json +16 -0
  68. data/test/fixtures/search.json +1 -0
  69. data/test/fixtures/search_from_jnunemaker.json +1 -0
  70. data/test/fixtures/status.json +1 -0
  71. data/test/fixtures/status_show.json +1 -0
  72. data/test/fixtures/trends_available.json +253 -0
  73. data/test/fixtures/trends_current.json +1 -0
  74. data/test/fixtures/trends_current_exclude.json +1 -0
  75. data/test/fixtures/trends_daily.json +1925 -0
  76. data/test/fixtures/trends_daily_date.json +1 -0
  77. data/test/fixtures/trends_daily_exclude.json +1 -0
  78. data/test/fixtures/trends_location.json +57 -0
  79. data/test/fixtures/trends_weekly.json +1 -0
  80. data/test/fixtures/trends_weekly_date.json +1 -0
  81. data/test/fixtures/trends_weekly_exclude.json +1 -0
  82. data/test/fixtures/unauthorized.json +1 -0
  83. data/test/fixtures/update_profile_background_image.json +1 -0
  84. data/test/fixtures/update_profile_image.json +1 -0
  85. data/test/fixtures/user.json +1 -0
  86. data/test/fixtures/user_timeline.json +710 -0
  87. data/test/fixtures/users.json +1 -0
  88. data/test/test_helper.rb +47 -0
  89. data/test/twitter/base_test.rb +426 -0
  90. data/test/twitter/geo_test.rb +79 -0
  91. data/test/twitter/httpauth_test.rb +86 -0
  92. data/test/twitter/oauth_test.rb +108 -0
  93. data/test/twitter/request_test.rb +217 -0
  94. data/test/twitter/search_test.rb +208 -0
  95. data/test/twitter/trends_test.rb +112 -0
  96. data/test/twitter_test.rb +106 -0
  97. metadata +329 -0
@@ -0,0 +1 @@
1
+ [{"in_reply_to_screen_name":null,"geo":null,"in_reply_to_user_id":null,"in_reply_to_status_id":null,"source":"<a href=\"http://apiwiki.twitter.com/\" rel=\"nofollow\">API</a>","user":{"profile_sidebar_fill_color":"e0ff92","description":"Half of Seven Scale, Cloudvox. Sometimes goes by vi or _eric.","geo_enabled":true,"notifications":false,"following":true,"time_zone":"Pacific Time (US & Canada)","profile_sidebar_border_color":"87bc44","verified":false,"statuses_count":2140,"profile_text_color":"000000","url":"http://tumble.bitmonkey.net/","profile_background_image_url":"http://s.twimg.com/a/1259091217/images/themes/theme1/bg.png","favourites_count":58,"profile_link_color":"0000ff","protected":false,"profile_background_tile":false,"created_at":"Tue Jul 10 20:59:35 +0000 2007","followers_count":218,"profile_image_url":"http://a3.twimg.com/profile_images/416073981/eric-avatar-coffee-square-2_normal.png","location":"Seattle, WA","name":"Eric Lindvall","profile_background_color":"9ae4e8","id":7383702,"utc_offset":-28800,"friends_count":153,"screen_name":"lindvall"},"truncated":true,"created_at":"Thu Nov 26 02:03:25 +0000 2009","id":6068670433,"retweeted_status":{"in_reply_to_screen_name":null,"geo":null,"in_reply_to_user_id":null,"in_reply_to_status_id":null,"source":"<a href=\"http://www.atebits.com/\" rel=\"nofollow\">Tweetie</a>","user":{"profile_sidebar_fill_color":"e0ff92","description":"call your code -- place, receive, and control phone calls via API","geo_enabled":false,"notifications":false,"following":false,"time_zone":"Pacific Time (US & Canada)","profile_sidebar_border_color":"87bc44","verified":false,"statuses_count":46,"profile_text_color":"000000","url":"http://www.cloudvox.com/","profile_background_image_url":"http://s.twimg.com/a/1258674567/images/themes/theme1/bg.png","favourites_count":1,"profile_link_color":"0000ff","protected":false,"profile_background_tile":false,"created_at":"Wed Jul 23 07:46:12 +0000 2008","followers_count":156,"profile_image_url":"http://a1.twimg.com/profile_images/447061034/cloudvox_twitter_transparent_with_phone_normal.png","location":"","name":"Cloudvox","profile_background_color":"9ae4e8","id":15557420,"utc_offset":-28800,"friends_count":3,"screen_name":"cloudvox"},"truncated":false,"created_at":"Thu Nov 26 01:44:14 +0000 2009","id":6068187260,"favorited":false,"text":"Testing counts with voice apps too:\n\"the voice told residents to dial 'nine hundred eleven' rather than '9-1-1'\" \u2014 http://j.mp/7mqe2B"},"favorited":false,"text":"RT @cloudvox: Testing counts with voice apps too:\n\"the voice told residents to dial 'nine hundred eleven' rather than '9-1-1'\" \u2014 http:// ..."},{"in_reply_to_user_id":null,"in_reply_to_status_id":null,"truncated":false,"source":"web","retweeted_status":{"in_reply_to_user_id":null,"in_reply_to_status_id":null,"truncated":false,"source":"<a href=\"http://www.tweetdeck.com/\" rel=\"nofollow\">TweetDeck</a>","favorited":false,"geo":null,"user":{"profile_sidebar_fill_color":"e0ff92","description":"@clintnelsen @marcnager Create community and companies in a weekend, happening is cities around the world.","screen_name":"StartupWeekend","followers_count":3613,"following":false,"statuses_count":1270,"time_zone":"Central Time (US & Canada)","profile_sidebar_border_color":"87bc44","friends_count":3374,"notifications":false,"favourites_count":1,"profile_text_color":"000000","url":"http://startupweekend.org/","profile_background_image_url":"http://s.twimg.com/a/1258674567/images/themes/theme1/bg.png","geo_enabled":false,"profile_link_color":"0000ff","protected":false,"profile_background_tile":false,"created_at":"Sat Jul 07 16:21:24 +0000 2007","location":"Based in Seattle, WA","name":"StartupWeekend","verified":false,"profile_background_color":"9ae4e8","profile_image_url":"http://a1.twimg.com/profile_images/21130532/swb_normal.jpg","id":7315022,"utc_offset":-21600},"in_reply_to_screen_name":null,"created_at":"Thu Nov 26 01:41:21 +0000 2009","id":6068114399,"text":"\"Alternative Ways to Fund Your Startup Idea\" Good post from #swbay speaker @robgarciasj http://bit.ly/8ib12h #GEW"},"favorited":false,"geo":null,"user":{"profile_sidebar_fill_color":"C6D2C7","description":"PR, Social Media, Journalism; Founder Journalistics, Reaction PR","screen_name":"jeremyporter","followers_count":1951,"following":true,"statuses_count":1202,"time_zone":"Eastern Time (US & Canada)","profile_sidebar_border_color":"0A8200","friends_count":1477,"notifications":false,"favourites_count":65,"profile_text_color":"000000","url":"http://blog.journalistics.com","profile_background_image_url":"http://s.twimg.com/a/1259091217/images/themes/theme1/bg.png","geo_enabled":false,"profile_link_color":"006AA3","protected":false,"profile_background_tile":false,"created_at":"Sat May 26 15:24:47 +0000 2007","location":"Atlanta, Georgia","name":"Jeremy Porter","verified":false,"profile_background_color":"006AA3","profile_image_url":"http://a1.twimg.com/profile_images/75710986/Porter_normal.jpg","id":6342742,"utc_offset":-18000},"in_reply_to_screen_name":null,"created_at":"Thu Nov 26 01:55:25 +0000 2009","id":6068468737,"text":"RT @StartupWeekend: \"Alternative Ways to Fund Your Startup Idea\" Good post from #swbay speaker @robgarciasj http://bit.ly/8ib12h #GEW"},{"in_reply_to_user_id":null,"in_reply_to_status_id":null,"truncated":false,"source":"web","retweeted_status":{"in_reply_to_user_id":null,"in_reply_to_status_id":null,"truncated":false,"source":"<a href=\"http://cotweet.com/?utm_source=sp1\" rel=\"nofollow\">CoTweet</a>","favorited":false,"geo":null,"user":{"profile_sidebar_fill_color":"d0d5cd","description":"Working on stuff to help journalists and PR pros work faster, smarter. Tweets by @jeremyporter. Sign-up for the beta at http://journalistics.com.","screen_name":"journalistics","friends_count":5925,"following":false,"time_zone":"Eastern Time (US & Canada)","profile_sidebar_border_color":"a3a5a1","notifications":false,"favourites_count":47,"statuses_count":1706,"profile_text_color":"080811","url":"http://blog.journalistics.com","profile_background_image_url":"http://a3.twimg.com/profile_background_images/3893663/journalistics.png","geo_enabled":false,"profile_link_color":"578ea2","protected":false,"profile_background_tile":false,"created_at":"Tue Apr 29 21:16:38 +0000 2008","location":"Atlanta, Georgia","name":"Journalistics","verified":false,"profile_background_color":"dde3e3","profile_image_url":"http://a1.twimg.com/profile_images/75134440/JRN_Square_Version_normal.png","id":14591033,"utc_offset":-18000,"followers_count":9059},"in_reply_to_screen_name":null,"created_at":"Wed Nov 25 14:00:29 +0000 2009","id":6050095875,"text":"Google SideWiki Creates a PR Headache: http://bit.ly/5bX2GU"},"favorited":false,"geo":null,"user":{"profile_sidebar_fill_color":"C6D2C7","description":"PR, Social Media, Journalism; Founder Journalistics, Reaction PR","screen_name":"jeremyporter","friends_count":1476,"following":true,"time_zone":"Eastern Time (US & Canada)","profile_sidebar_border_color":"0A8200","notifications":false,"favourites_count":65,"statuses_count":1200,"profile_text_color":"000000","url":"http://blog.journalistics.com","profile_background_image_url":"http://s.twimg.com/a/1259091217/images/themes/theme1/bg.png","geo_enabled":false,"profile_link_color":"006AA3","protected":false,"profile_background_tile":false,"created_at":"Sat May 26 15:24:47 +0000 2007","location":"Atlanta, Georgia","name":"Jeremy Porter","verified":false,"profile_background_color":"006AA3","profile_image_url":"http://a1.twimg.com/profile_images/75710986/Porter_normal.jpg","id":6342742,"utc_offset":-18000,"followers_count":1951},"in_reply_to_screen_name":null,"created_at":"Thu Nov 26 01:51:11 +0000 2009","id":6068364468,"text":"RT @journalistics: Google SideWiki Creates a PR Headache: http://bit.ly/5bX2GU"},{"in_reply_to_screen_name":null,"geo":null,"in_reply_to_user_id":null,"in_reply_to_status_id":null,"source":"web","user":{"profile_sidebar_fill_color":"DFDFDF","description":"hacker, kayaker, jazzer","geo_enabled":false,"notifications":false,"following":true,"time_zone":"Tehran","profile_sidebar_border_color":"FF800F","verified":false,"statuses_count":2538,"profile_text_color":"4B4742","url":"http://jamesgolick.com","profile_background_image_url":"http://a1.twimg.com/profile_background_images/2751678/gslogotwitter.png","favourites_count":161,"profile_link_color":"B96112","protected":false,"profile_background_tile":false,"created_at":"Wed Jan 09 14:14:09 +0000 2008","followers_count":715,"profile_image_url":"http://a3.twimg.com/profile_images/301654615/sideways_normal.jpg","location":"Tehran","name":"James Golick","profile_background_color":"FFFFFF","id":12027042,"utc_offset":12600,"friends_count":245,"screen_name":"jamesgolick"},"truncated":true,"created_at":"Thu Nov 26 01:26:03 +0000 2009","id":6067730802,"retweeted_status":{"in_reply_to_screen_name":null,"geo":null,"in_reply_to_user_id":null,"in_reply_to_status_id":null,"source":"<a href=\"http://echofon.com/\" rel=\"nofollow\">Echofon</a>","user":{"profile_sidebar_fill_color":"FFF1A3","description":null,"geo_enabled":false,"notifications":false,"following":false,"time_zone":"Quito","profile_sidebar_border_color":"FFB400","verified":false,"statuses_count":183,"profile_text_color":"07215A","url":null,"profile_background_image_url":"http://a3.twimg.com/profile_background_images/2410923/Pattern.jpg","favourites_count":2,"profile_link_color":"6486a1","protected":false,"profile_background_tile":true,"created_at":"Thu Apr 10 18:55:19 +0000 2008","followers_count":55,"profile_image_url":"http://a1.twimg.com/profile_images/57313584/tony_01_normal.jpg","location":null,"name":"aschibono","profile_background_color":"878787","id":14354024,"utc_offset":-18000,"friends_count":33,"screen_name":"aschibono"},"truncated":false,"created_at":"Thu Nov 26 01:20:26 +0000 2009","id":6067590968,"favorited":false,"text":"Best client quote ever! \"Can you re-upload the photos on my site? I think they are fading from so many people clicking on them.\""},"favorited":false,"text":"RT @aschibono: Best client quote ever! \"Can you re-upload the photos on my site? I think they are fading from so many people clicking on ..."},{"in_reply_to_screen_name":null,"geo":null,"in_reply_to_user_id":null,"in_reply_to_status_id":null,"source":"<a href=\"http://apiwiki.twitter.com/\" rel=\"nofollow\">API</a>","user":{"profile_sidebar_fill_color":"e0ff92","description":"Favstar.fm guy, web/iPhone dev, Husband, Father, collector of tower statuettes, lover of grilled cheese.","geo_enabled":false,"notifications":false,"following":true,"time_zone":"Wellington","profile_sidebar_border_color":"87bc44","verified":false,"statuses_count":9970,"profile_text_color":"000000","url":"http://favstar.fm/users/timhaines","profile_background_image_url":"http://a3.twimg.com/profile_background_images/2447849/black-wallpaper-bg.gif","favourites_count":2921,"profile_link_color":"0000ff","protected":false,"profile_background_tile":true,"created_at":"Wed Apr 09 13:39:15 +0000 2008","followers_count":1962,"profile_image_url":"http://a1.twimg.com/profile_images/544117810/TimWeekend_bigger2_normal.png","location":"Wellington, New Zealand","name":"Tim Haines","profile_background_color":"9ae4e8","id":14341663,"utc_offset":43200,"friends_count":343,"screen_name":"timhaines"},"truncated":false,"created_at":"Thu Nov 26 01:24:04 +0000 2009","id":6067681590,"retweeted_status":{"in_reply_to_screen_name":null,"geo":null,"in_reply_to_user_id":null,"in_reply_to_status_id":null,"source":"web","user":{"profile_sidebar_fill_color":"DAECF4","description":"Speak truth to power.","geo_enabled":true,"notifications":false,"following":false,"time_zone":"Pacific Time (US & Canada)","profile_sidebar_border_color":"C6E2EE","verified":false,"statuses_count":9700,"profile_text_color":"663B12","url":"http://blog.evanweaver.com","profile_background_image_url":"http://s.twimg.com/a/1259091217/images/themes/theme2/bg.gif","favourites_count":1590,"profile_link_color":"1F98C7","protected":false,"profile_background_tile":false,"created_at":"Fri Feb 09 22:59:00 +0000 2007","followers_count":4278,"profile_image_url":"http://a3.twimg.com/profile_images/301119173/624581641_86f4ed313c-1_normal.jpg","location":"Russian Hill, California","name":"Evan","profile_background_color":"C6E2EE","id":761613,"utc_offset":-28800,"friends_count":206,"screen_name":"evan"},"truncated":false,"created_at":"Thu Nov 26 01:05:14 +0000 2009","id":6067214507,"favorited":false,"text":"If you're not for the deploy process, you're against it."},"favorited":false,"text":"RT @evan: If you're not for the deploy process, you're against it."},{"in_reply_to_user_id":null,"in_reply_to_status_id":null,"truncated":false,"source":"web","retweeted_status":{"in_reply_to_user_id":null,"in_reply_to_status_id":null,"truncated":false,"source":"<a href=\"http://alexking.org/projects/wordpress\" rel=\"nofollow\">Twitter Tools</a>","favorited":false,"geo":null,"user":{"profile_sidebar_fill_color":"d6f1f5","description":"MUDs. UO. SWG. Game Design. Guitar. Poetry. Metaplace.","screen_name":"raphkoster","followers_count":1673,"following":false,"statuses_count":1798,"time_zone":"Pacific Time (US & Canada)","profile_sidebar_border_color":"631aff","friends_count":81,"notifications":false,"favourites_count":1,"profile_text_color":"3C3940","url":"http://www.raphkoster.com","profile_background_image_url":"http://a1.twimg.com/profile_background_images/4686068/sky_copy.jpg","geo_enabled":false,"profile_link_color":"0014d6","protected":false,"profile_background_tile":false,"created_at":"Thu Feb 05 04:09:16 +0000 2009","location":"San Diego CA","name":"Raph Koster","verified":false,"profile_background_color":"000000","profile_image_url":"http://a1.twimg.com/profile_images/75748900/sqronk2_copy_normal.jpg","id":20119483,"utc_offset":-28800},"in_reply_to_screen_name":null,"created_at":"Thu Nov 26 00:45:20 +0000 2009","id":6066708613,"text":"New blog post: danah boyd's talk about streams becomes object lesson http://bit.ly/8eHxiY/"},"favorited":false,"geo":null,"user":{"profile_sidebar_fill_color":"DAECF4","description":"Geek and technology enthusiasm from a blogger who grew up in Silicon Valley.","screen_name":"Scobleizer","followers_count":105487,"following":true,"statuses_count":27223,"time_zone":"Pacific Time (US & Canada)","profile_sidebar_border_color":"C6E2EE","friends_count":16431,"notifications":false,"favourites_count":9497,"profile_text_color":"663B12","url":"http://friendfeed.com/scobleizer","profile_background_image_url":"http://a1.twimg.com/profile_background_images/31266726/scoblebuilding43small.jpg","geo_enabled":true,"profile_link_color":"1F98C7","protected":false,"profile_background_tile":true,"created_at":"Mon Nov 20 23:43:44 +0000 2006","location":"Half Moon Bay, California, USA","name":"Robert Scoble","verified":true,"profile_background_color":"C6E2EE","profile_image_url":"http://a1.twimg.com/profile_images/456562836/scoblebuilding43crop-fanatiguy_normal.jpg","id":13348,"utc_offset":-28800},"in_reply_to_screen_name":null,"created_at":"Thu Nov 26 00:48:20 +0000 2009","id":6066785297,"text":"RT @raphkoster: New blog post: danah boyd's talk about streams becomes object lesson http://bit.ly/8eHxiY/"},{"in_reply_to_user_id":null,"in_reply_to_status_id":null,"truncated":false,"source":"web","retweeted_status":{"in_reply_to_user_id":null,"in_reply_to_status_id":null,"truncated":false,"source":"web","favorited":false,"geo":null,"user":{"profile_sidebar_fill_color":"DDFFCC","description":"Breaking Technology News And Opinions From TechCrunch","screen_name":"TechCrunch","followers_count":1189747,"following":false,"statuses_count":12901,"time_zone":"Pacific Time (US & Canada)","profile_sidebar_border_color":"BDDCAD","friends_count":692,"notifications":false,"favourites_count":29,"profile_text_color":"333333","url":"http://www.techcrunch.com","profile_background_image_url":"http://a1.twimg.com/profile_background_images/42796644/techcrunch_twitter_bg_5.png","geo_enabled":false,"profile_link_color":"0084B4","protected":false,"profile_background_tile":false,"created_at":"Wed Mar 07 01:27:09 +0000 2007","location":"Silicon Valley","name":"TechCrunch","verified":false,"profile_background_color":"9AE4E8","profile_image_url":"http://a3.twimg.com/profile_images/115466107/techcrunch_bigger_normal.png","id":816653,"utc_offset":-28800},"in_reply_to_screen_name":null,"created_at":"Wed Nov 25 23:47:21 +0000 2009","id":6065214758,"text":"Google Turning Times Square Into A Giant Voice Search Experiment On Black Friday http://bit.ly/8nBSmn by @parislemon"},"favorited":false,"geo":null,"user":{"profile_sidebar_fill_color":"DAECF4","description":"Geek and technology enthusiasm from a blogger who grew up in Silicon Valley.","screen_name":"Scobleizer","followers_count":105487,"following":true,"statuses_count":27223,"time_zone":"Pacific Time (US & Canada)","profile_sidebar_border_color":"C6E2EE","friends_count":16431,"notifications":false,"favourites_count":9497,"profile_text_color":"663B12","url":"http://friendfeed.com/scobleizer","profile_background_image_url":"http://a1.twimg.com/profile_background_images/31266726/scoblebuilding43small.jpg","geo_enabled":true,"profile_link_color":"1F98C7","protected":false,"profile_background_tile":true,"created_at":"Mon Nov 20 23:43:44 +0000 2006","location":"Half Moon Bay, California, USA","name":"Robert Scoble","verified":true,"profile_background_color":"C6E2EE","profile_image_url":"http://a1.twimg.com/profile_images/456562836/scoblebuilding43crop-fanatiguy_normal.jpg","id":13348,"utc_offset":-28800},"in_reply_to_screen_name":null,"created_at":"Wed Nov 25 23:55:59 +0000 2009","id":6065437326,"text":"RT @TechCrunch: Google Turning Times Square Into A Giant Voice Search Experiment On Black Friday http://bit.ly/8nBSmn by @parislemon"},{"in_reply_to_user_id":null,"in_reply_to_status_id":null,"truncated":false,"source":"web","retweeted_status":{"in_reply_to_user_id":null,"in_reply_to_status_id":null,"truncated":false,"source":"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">HootSuite</a>","favorited":false,"geo":null,"user":{"profile_sidebar_fill_color":"e0ff92","description":"Ignite held in conjunction with the West Coast Community Leadeship Summit on Jan 9, 2010.","screen_name":"IgniteCLSWest","followers_count":14,"following":null,"statuses_count":10,"time_zone":"Pacific Time (US & Canada)","profile_sidebar_border_color":"87bc44","friends_count":5,"notifications":null,"favourites_count":0,"profile_text_color":"000000","url":"http://clswest.us","profile_background_image_url":"http://s.twimg.com/a/1259091217/images/themes/theme1/bg.png","geo_enabled":false,"profile_link_color":"0000ff","protected":false,"profile_background_tile":false,"created_at":"Fri Oct 16 23:18:53 +0000 2009","location":"San Francisco, CA","name":"Ignite CLS West","verified":false,"profile_background_color":"9ae4e8","profile_image_url":"http://a1.twimg.com/profile_images/475360154/ignite-clswest_normal.png","id":83000052,"utc_offset":-28800},"in_reply_to_screen_name":null,"created_at":"Wed Nov 25 23:45:52 +0000 2009","id":6065176703,"text":"the PayPal X Developer Network is the Platinum Sponsor for CLS West: http://clswest.us"},"favorited":false,"geo":null,"user":{"profile_sidebar_fill_color":"DDFFCC","description":"Passionate about innovative communities, mobile, run @facebookmeetup,#twittermeetup MIT venture mentor, social media strategist , @tmeet","screen_name":"sujamthe","followers_count":2047,"following":null,"statuses_count":9106,"time_zone":"Eastern Time (US & Canada)","profile_sidebar_border_color":"BDDCAD","friends_count":1113,"notifications":null,"favourites_count":104,"profile_text_color":"333333","url":"http://coolastory.com","profile_background_image_url":"http://a1.twimg.com/profile_background_images/44817340/twilk_background.jpg","geo_enabled":false,"profile_link_color":"0084B4","protected":false,"profile_background_tile":true,"created_at":"Sun Mar 18 06:45:09 +0000 2007","location":"iPhone: 37.364498,-121.926594","name":"Sudha Jamthe","verified":false,"profile_background_color":"9AE4E8","profile_image_url":"http://a3.twimg.com/profile_images/409217393/5807_1401991_normal.jpg","id":1401991,"utc_offset":-18000},"in_reply_to_screen_name":null,"created_at":"Wed Nov 25 23:49:53 +0000 2009","id":6065279358,"text":"RT @IgniteCLSWest: the PayPal X Developer Network is the Platinum Sponsor for CLS West: http://clswest.us"},{"in_reply_to_user_id":null,"in_reply_to_status_id":null,"truncated":false,"source":"web","retweeted_status":{"in_reply_to_user_id":null,"in_reply_to_status_id":null,"truncated":false,"source":"<a href=\"http://www.atebits.com/\" rel=\"nofollow\">Tweetie</a>","favorited":false,"geo":null,"user":{"profile_sidebar_fill_color":"252429","description":"Just a small town girl, livin in a corporate world","screen_name":"Devon","followers_count":662,"following":false,"statuses_count":832,"time_zone":"Pacific Time (US & Canada)","profile_sidebar_border_color":"181A1E","friends_count":198,"notifications":false,"favourites_count":4,"profile_text_color":"666666","url":null,"profile_background_image_url":"http://s.twimg.com/a/1259091217/images/themes/theme9/bg.gif","geo_enabled":true,"profile_link_color":"2FC2EF","protected":false,"profile_background_tile":false,"created_at":"Tue Apr 03 19:52:53 +0000 2007","location":"San Francisco ","name":"Devon ","verified":false,"profile_background_color":"1A1B1F","profile_image_url":"http://a3.twimg.com/profile_images/53151507/Devon_Biondi_normal.jpg","id":3355001,"utc_offset":-28800},"in_reply_to_screen_name":null,"created_at":"Wed Nov 25 23:44:55 +0000 2009","id":6065151857,"text":"Landed in Maine to see all the RTs and messages- means the world to me. I &lt;3 you all."},"favorited":false,"geo":null,"user":{"profile_sidebar_fill_color":"edeff7","description":"I work at Twitter, love bright colors, wear mismatched jewelry, and am always on the hunt for quaint new coffee shops.","screen_name":"jess","followers_count":264337,"following":true,"statuses_count":2873,"time_zone":"Pacific Time (US & Canada)","profile_sidebar_border_color":"c2bcbc","friends_count":735,"notifications":false,"favourites_count":962,"profile_text_color":"333333","url":"http://jessverr.posterous.com/","profile_background_image_url":"http://a1.twimg.com/profile_background_images/41439064/flower.jpg","geo_enabled":false,"profile_link_color":"0cab76","protected":false,"profile_background_tile":true,"created_at":"Sat May 26 02:04:19 +0000 2007","location":"San Francisco, CA","name":"Jessica Verrilli","verified":false,"profile_background_color":"ffffff","profile_image_url":"http://a1.twimg.com/profile_images/424350870/jessicapic_normal.jpg","id":6331462,"utc_offset":-28800},"in_reply_to_screen_name":null,"created_at":"Wed Nov 25 23:46:00 +0000 2009","id":6065179985,"text":"RT @Devon: Landed in Maine to see all the RTs and messages- means the world to me. I &lt;3 you all."},{"in_reply_to_screen_name":null,"geo":null,"in_reply_to_user_id":null,"in_reply_to_status_id":null,"source":"web","user":{"profile_sidebar_fill_color":"252429","description":"","geo_enabled":false,"notifications":false,"following":true,"time_zone":"Central Time (US & Canada)","profile_sidebar_border_color":"181A1E","verified":false,"statuses_count":346,"profile_text_color":"666666","url":null,"profile_background_image_url":"http://s.twimg.com/a/1259091217/images/themes/theme9/bg.gif","favourites_count":1,"profile_link_color":"2FC2EF","protected":false,"profile_background_tile":false,"created_at":"Tue Feb 26 04:19:55 +0000 2008","followers_count":77,"profile_image_url":"http://a3.twimg.com/profile_images/69066259/photo_normal.jpg","location":"Sort of in the middle part.","name":"Justin Pease","profile_background_color":"1A1B1F","id":13985172,"utc_offset":-21600,"friends_count":112,"screen_name":"justinpease"},"truncated":false,"created_at":"Wed Nov 25 23:21:40 +0000 2009","id":6064541840,"retweeted_status":{"in_reply_to_screen_name":null,"geo":null,"in_reply_to_user_id":null,"in_reply_to_status_id":null,"source":"web","user":{"profile_sidebar_fill_color":"e0ff92","description":"Use Ruby\u2122","geo_enabled":false,"notifications":false,"following":false,"time_zone":"Pacific Time (US & Canada)","profile_sidebar_border_color":"87bc44","verified":false,"statuses_count":15,"profile_text_color":"000000","url":"http://rubini.us/","profile_background_image_url":"http://a1.twimg.com/profile_background_images/2940868/r.png","favourites_count":0,"profile_link_color":"0000ff","protected":false,"profile_background_tile":false,"created_at":"Mon Jul 14 06:09:34 +0000 2008","followers_count":272,"profile_image_url":"http://a1.twimg.com/profile_images/58965184/r_normal.png","location":"LA SF PDX SEA FL Everywhere","name":"rubinius","profile_background_color":"000000","id":15423596,"utc_offset":-28800,"friends_count":2,"screen_name":"rubinius"},"truncated":false,"created_at":"Wed Nov 25 23:06:56 +0000 2009","id":6064159519,"favorited":false,"text":"Rubinius 1.0.0rc1 is out! Get it here http://bit.ly/6bmOe1. Have fun! Be sure to let us know about issues. Thanks!"},"favorited":false,"text":"RT @rubinius: Rubinius 1.0.0rc1 is out! Get it here http://bit.ly/6bmOe1. Have fun! Be sure to let us know about issues. Thanks!"},{"in_reply_to_user_id":null,"in_reply_to_status_id":null,"truncated":false,"source":"web","retweeted_status":{"in_reply_to_user_id":null,"in_reply_to_status_id":null,"truncated":false,"source":"web","favorited":false,"geo":null,"user":{"profile_sidebar_fill_color":"e1e1df","description":"Media Hacker, Twitterer","screen_name":"davewiner","followers_count":26897,"following":false,"statuses_count":20779,"time_zone":"Pacific Time (US & Canada)","profile_sidebar_border_color":"a6aaa1","friends_count":1186,"notifications":false,"favourites_count":14,"profile_text_color":"000000","url":"http://scripting.com/","profile_background_image_url":"http://a1.twimg.com/profile_background_images/4393952/3269643287_515aaed5fe_o.jpg","geo_enabled":true,"profile_link_color":"7f7f90","protected":false,"profile_background_tile":true,"created_at":"Sat Aug 05 23:04:08 +0000 2006","location":"Berkeley, CA","name":"Dave Winer","verified":false,"profile_background_color":"9ae4e8","profile_image_url":"http://a1.twimg.com/profile_images/542125634/photobooth_normal.jpg","id":3839,"utc_offset":-28800},"in_reply_to_screen_name":null,"created_at":"Wed Nov 25 23:08:11 +0000 2009","id":6064191603,"text":"Every good idea people come up with for Twitter involves latching a new piece of metadata to a tweet. http://r2.ly/nke6"},"favorited":false,"geo":null,"user":{"profile_sidebar_fill_color":"DAECF4","description":"Geek and technology enthusiasm from a blogger who grew up in Silicon Valley.","screen_name":"Scobleizer","followers_count":105487,"following":true,"statuses_count":27223,"time_zone":"Pacific Time (US & Canada)","profile_sidebar_border_color":"C6E2EE","friends_count":16431,"notifications":false,"favourites_count":9497,"profile_text_color":"663B12","url":"http://friendfeed.com/scobleizer","profile_background_image_url":"http://a1.twimg.com/profile_background_images/31266726/scoblebuilding43small.jpg","geo_enabled":true,"profile_link_color":"1F98C7","protected":false,"profile_background_tile":true,"created_at":"Mon Nov 20 23:43:44 +0000 2006","location":"Half Moon Bay, California, USA","name":"Robert Scoble","verified":true,"profile_background_color":"C6E2EE","profile_image_url":"http://a1.twimg.com/profile_images/456562836/scoblebuilding43crop-fanatiguy_normal.jpg","id":13348,"utc_offset":-28800},"in_reply_to_screen_name":null,"created_at":"Wed Nov 25 23:12:14 +0000 2009","id":6064297194,"text":"RT @davewiner: Every good idea people come up with for Twitter involves latching a new piece of metadata to a tweet. http://r2.ly/nke6"},{"in_reply_to_user_id":null,"in_reply_to_status_id":null,"truncated":false,"source":"web","retweeted_status":{"in_reply_to_user_id":null,"in_reply_to_status_id":null,"truncated":false,"source":"<a href=\"http://bit.ly\" rel=\"nofollow\">bit.ly</a>","favorited":false,"geo":null,"user":{"profile_sidebar_fill_color":"f7fdfd","description":"The hottest Twitter news, Twitter tips and Twitter help. Plus, the best social media links around!","screen_name":"mashable","followers_count":1777411,"following":false,"statuses_count":20091,"time_zone":"Pacific Time (US & Canada)","profile_sidebar_border_color":"bbdbf2","friends_count":2086,"notifications":false,"favourites_count":0,"profile_text_color":"414050","url":"http://mashable.com","profile_background_image_url":"http://a1.twimg.com/profile_background_images/5105174/mashabletwitterbckgmar09.png","geo_enabled":false,"profile_link_color":"479cdc","protected":false,"profile_background_tile":false,"created_at":"Mon Mar 12 01:28:01 +0000 2007","location":"Scotland / SF","name":"Pete Cashmore","verified":true,"profile_background_color":"FFFFFF","profile_image_url":"http://a3.twimg.com/profile_images/58439629/petepassport_normal.PNG","id":972651,"utc_offset":-28800},"in_reply_to_screen_name":null,"created_at":"Wed Nov 25 20:41:54 +0000 2009","id":6060456408,"text":"Hulu and Facebook Shatter Online Video Records [STATS] - http://bit.ly/4JlObb"},"favorited":false,"geo":null,"user":{"profile_sidebar_fill_color":"DAECF4","description":"Geek and technology enthusiasm from a blogger who grew up in Silicon Valley.","screen_name":"Scobleizer","followers_count":105487,"following":true,"statuses_count":27223,"time_zone":"Pacific Time (US & Canada)","profile_sidebar_border_color":"C6E2EE","friends_count":16431,"notifications":false,"favourites_count":9497,"profile_text_color":"663B12","url":"http://friendfeed.com/scobleizer","profile_background_image_url":"http://a1.twimg.com/profile_background_images/31266726/scoblebuilding43small.jpg","geo_enabled":true,"profile_link_color":"1F98C7","protected":false,"profile_background_tile":true,"created_at":"Mon Nov 20 23:43:44 +0000 2006","location":"Half Moon Bay, California, USA","name":"Robert Scoble","verified":true,"profile_background_color":"C6E2EE","profile_image_url":"http://a1.twimg.com/profile_images/456562836/scoblebuilding43crop-fanatiguy_normal.jpg","id":13348,"utc_offset":-28800},"in_reply_to_screen_name":null,"created_at":"Wed Nov 25 22:21:31 +0000 2009","id":6062972362,"text":"RT @mashable: Hulu and Facebook Shatter Online Video Records [STATS] - http://bit.ly/4JlObb"},{"in_reply_to_user_id":null,"in_reply_to_status_id":null,"truncated":false,"source":"web","retweeted_status":{"in_reply_to_user_id":null,"in_reply_to_status_id":null,"truncated":false,"source":"<a href=\"http://www.seesmic.com/\" rel=\"nofollow\">Seesmic</a>","favorited":false,"geo":null,"user":{"profile_sidebar_fill_color":"DDFFCC","description":"Breaking Technology News And Opinions From TechCrunch","screen_name":"TechCrunch","followers_count":1189747,"following":false,"statuses_count":12901,"time_zone":"Pacific Time (US & Canada)","profile_sidebar_border_color":"BDDCAD","friends_count":692,"notifications":false,"favourites_count":29,"profile_text_color":"333333","url":"http://www.techcrunch.com","profile_background_image_url":"http://a1.twimg.com/profile_background_images/42796644/techcrunch_twitter_bg_5.png","geo_enabled":false,"profile_link_color":"0084B4","protected":false,"profile_background_tile":false,"created_at":"Wed Mar 07 01:27:09 +0000 2007","location":"Silicon Valley","name":"TechCrunch","verified":false,"profile_background_color":"9AE4E8","profile_image_url":"http://a3.twimg.com/profile_images/115466107/techcrunch_bigger_normal.png","id":816653,"utc_offset":-28800},"in_reply_to_screen_name":null,"created_at":"Wed Nov 25 10:01:07 +0000 2009","id":6045945203,"text":"Four Years In, You Can Now Subscribe To WordPress.com Blogs By E-mail http://bit.ly/52anvC by @robinwauters"},"favorited":false,"geo":null,"user":{"profile_sidebar_fill_color":"DAECF4","description":"Geek and technology enthusiasm from a blogger who grew up in Silicon Valley.","screen_name":"Scobleizer","followers_count":105487,"following":true,"statuses_count":27223,"time_zone":"Pacific Time (US & Canada)","profile_sidebar_border_color":"C6E2EE","friends_count":16431,"notifications":false,"favourites_count":9497,"profile_text_color":"663B12","url":"http://friendfeed.com/scobleizer","profile_background_image_url":"http://a1.twimg.com/profile_background_images/31266726/scoblebuilding43small.jpg","geo_enabled":true,"profile_link_color":"1F98C7","protected":false,"profile_background_tile":true,"created_at":"Mon Nov 20 23:43:44 +0000 2006","location":"Half Moon Bay, California, USA","name":"Robert Scoble","verified":true,"profile_background_color":"C6E2EE","profile_image_url":"http://a1.twimg.com/profile_images/456562836/scoblebuilding43crop-fanatiguy_normal.jpg","id":13348,"utc_offset":-28800},"in_reply_to_screen_name":null,"created_at":"Wed Nov 25 22:13:58 +0000 2009","id":6062778110,"text":"RT @TechCrunch: Four Years In, You Can Now Subscribe To WordPress.com Blogs By E-mail http://bit.ly/52anvC by @robinwauters"},{"in_reply_to_user_id":null,"in_reply_to_status_id":null,"truncated":false,"source":"web","retweeted_status":{"in_reply_to_user_id":null,"in_reply_to_status_id":null,"truncated":false,"source":"web","favorited":false,"geo":null,"user":{"profile_sidebar_fill_color":"fdf190","description":"Rails in the Cloud","screen_name":"engineyard","friends_count":2149,"following":false,"statuses_count":640,"time_zone":"Pacific Time (US & Canada)","profile_sidebar_border_color":"274d14","notifications":false,"favourites_count":2,"geo_enabled":false,"profile_text_color":"000000","url":"http://www.engineyard.com","profile_background_image_url":"http://a1.twimg.com/profile_background_images/23349174/Twitter_Background.png","verified":false,"profile_link_color":"0000ff","protected":false,"profile_background_tile":false,"created_at":"Wed Jul 04 19:19:49 +0000 2007","location":"San Francisco, CA","name":"Engine Yard","profile_background_color":"990000","profile_image_url":"http://a3.twimg.com/profile_images/59736387/Favicon_normal.png","id":7255652,"utc_offset":-28800,"followers_count":2609},"in_reply_to_screen_name":null,"created_at":"Wed Nov 25 21:20:06 +0000 2009","id":6061410042,"text":"Friend of Engine Yard? Customer? Nominate us for Best Enterprise Startup in the 2009 Crunchies! http://bit.ly/56L55d"},"favorited":false,"geo":null,"user":{"profile_sidebar_fill_color":"a8caa0","description":"jQuery/Merb/DM FTW","screen_name":"wycats","friends_count":121,"following":false,"statuses_count":1548,"time_zone":"Pacific Time (US & Canada)","profile_sidebar_border_color":"87bc44","notifications":false,"favourites_count":3,"geo_enabled":false,"profile_text_color":"000000","url":"http://www.yehudakatz.com","profile_background_image_url":"http://a3.twimg.com/profile_background_images/12633131/Twit3.gif","verified":false,"profile_link_color":"0000ff","protected":false,"profile_background_tile":false,"created_at":"Thu Aug 30 04:07:52 +0000 2007","location":"iPhone: 37.786461,-122.394867","name":"wycats","profile_background_color":"333333","profile_image_url":"http://a1.twimg.com/profile_images/427781590/yehuda_normal.jpg","id":8526432,"utc_offset":-28800,"followers_count":3421},"in_reply_to_screen_name":null,"created_at":"Wed Nov 25 22:12:39 +0000 2009","id":6062744889,"text":"RT @engineyard: Friend of Engine Yard? Customer? Nominate us for Best Enterprise Startup in the 2009 Crunchies! http://bit.ly/56L55d"},{"in_reply_to_user_id":null,"in_reply_to_status_id":null,"truncated":false,"source":"web","retweeted_status":{"in_reply_to_user_id":null,"in_reply_to_status_id":null,"truncated":false,"source":"web","favorited":false,"geo":null,"user":{"profile_sidebar_fill_color":"DDFFCC","description":"Breaking Technology News And Opinions From TechCrunch","screen_name":"TechCrunch","followers_count":1189747,"following":false,"statuses_count":12901,"time_zone":"Pacific Time (US & Canada)","profile_sidebar_border_color":"BDDCAD","friends_count":692,"notifications":false,"favourites_count":29,"profile_text_color":"333333","url":"http://www.techcrunch.com","profile_background_image_url":"http://a1.twimg.com/profile_background_images/42796644/techcrunch_twitter_bg_5.png","geo_enabled":false,"profile_link_color":"0084B4","protected":false,"profile_background_tile":false,"created_at":"Wed Mar 07 01:27:09 +0000 2007","location":"Silicon Valley","name":"TechCrunch","verified":false,"profile_background_color":"9AE4E8","profile_image_url":"http://a3.twimg.com/profile_images/115466107/techcrunch_bigger_normal.png","id":816653,"utc_offset":-28800},"in_reply_to_screen_name":null,"created_at":"Wed Nov 25 20:28:04 +0000 2009","id":6060110287,"text":"Google Profiles Turn Into OpenIDs http://bit.ly/69OUl0 by @parislemon"},"favorited":false,"geo":null,"user":{"profile_sidebar_fill_color":"DAECF4","description":"Geek and technology enthusiasm from a blogger who grew up in Silicon Valley.","screen_name":"Scobleizer","followers_count":105487,"following":true,"statuses_count":27223,"time_zone":"Pacific Time (US & Canada)","profile_sidebar_border_color":"C6E2EE","friends_count":16431,"notifications":false,"favourites_count":9497,"profile_text_color":"663B12","url":"http://friendfeed.com/scobleizer","profile_background_image_url":"http://a1.twimg.com/profile_background_images/31266726/scoblebuilding43small.jpg","geo_enabled":true,"profile_link_color":"1F98C7","protected":false,"profile_background_tile":true,"created_at":"Mon Nov 20 23:43:44 +0000 2006","location":"Half Moon Bay, California, USA","name":"Robert Scoble","verified":true,"profile_background_color":"C6E2EE","profile_image_url":"http://a1.twimg.com/profile_images/456562836/scoblebuilding43crop-fanatiguy_normal.jpg","id":13348,"utc_offset":-28800},"in_reply_to_screen_name":null,"created_at":"Wed Nov 25 22:10:50 +0000 2009","id":6062698440,"text":"RT @TechCrunch: Google Profiles Turn Into OpenIDs http://bit.ly/69OUl0 by @parislemon"},{"in_reply_to_user_id":null,"in_reply_to_status_id":null,"truncated":false,"source":"web","retweeted_status":{"in_reply_to_user_id":null,"in_reply_to_status_id":null,"truncated":false,"source":"<a href=\"http://bit.ly\" rel=\"nofollow\">bit.ly</a>","favorited":false,"geo":null,"user":{"profile_sidebar_fill_color":"F3F3F3","description":"Follow ReadWriteWeb for the latest in web technology and social media trends.","screen_name":"rww","followers_count":922431,"following":false,"statuses_count":8263,"time_zone":"Auckland","profile_sidebar_border_color":"DFDFDF","friends_count":1354,"notifications":false,"favourites_count":23,"profile_text_color":"000000","url":"http://www.readwriteweb.com","profile_background_image_url":"http://a3.twimg.com/profile_background_images/54228991/twitterbg_17nov09.png","geo_enabled":false,"profile_link_color":"b80103","protected":false,"profile_background_tile":false,"created_at":"Sat Apr 14 22:48:21 +0000 2007","location":"World Wide Web","name":"Richard MacManus","verified":false,"profile_background_color":"b80103","profile_image_url":"http://a3.twimg.com/profile_images/527475311/rww_twitter_oct09b_normal.jpg","id":4641021,"utc_offset":43200},"in_reply_to_screen_name":null,"created_at":"Wed Nov 25 21:53:04 +0000 2009","id":6062245436,"text":"Check out a sneak peak of our new report 'The Real-Time Web and Its Future.' Sample chapter here: http://bit.ly/6yRWjw"},"favorited":false,"geo":null,"user":{"profile_sidebar_fill_color":"DAECF4","description":"Geek and technology enthusiasm from a blogger who grew up in Silicon Valley.","screen_name":"Scobleizer","followers_count":105487,"following":true,"statuses_count":27223,"time_zone":"Pacific Time (US & Canada)","profile_sidebar_border_color":"C6E2EE","friends_count":16431,"notifications":false,"favourites_count":9497,"profile_text_color":"663B12","url":"http://friendfeed.com/scobleizer","profile_background_image_url":"http://a1.twimg.com/profile_background_images/31266726/scoblebuilding43small.jpg","geo_enabled":true,"profile_link_color":"1F98C7","protected":false,"profile_background_tile":true,"created_at":"Mon Nov 20 23:43:44 +0000 2006","location":"Half Moon Bay, California, USA","name":"Robert Scoble","verified":true,"profile_background_color":"C6E2EE","profile_image_url":"http://a1.twimg.com/profile_images/456562836/scoblebuilding43crop-fanatiguy_normal.jpg","id":13348,"utc_offset":-28800},"in_reply_to_screen_name":null,"created_at":"Wed Nov 25 22:09:33 +0000 2009","id":6062665554,"text":"RT @rww: Check out a sneak peak of our new report 'The Real-Time Web and Its Future.' Sample chapter here: http://bit.ly/6yRWjw"},{"in_reply_to_user_id":null,"in_reply_to_status_id":null,"truncated":true,"source":"<a href=\"http://apiwiki.twitter.com/\" rel=\"nofollow\">API</a>","retweeted_status":{"in_reply_to_user_id":null,"in_reply_to_status_id":null,"truncated":false,"source":"<a href=\"http://www.atebits.com/\" rel=\"nofollow\">Tweetie</a>","favorited":false,"geo":null,"user":{"notifications":false,"favourites_count":2746,"profile_sidebar_fill_color":"ffea75","description":"Designer. Developer. Rock Band superstar.","screen_name":"DavidKaneda","following":false,"statuses_count":4196,"time_zone":"Eastern Time (US & Canada)","profile_sidebar_border_color":"3c3b39","geo_enabled":false,"profile_text_color":"000000","url":"http://www.davidkaneda.com","verified":false,"profile_background_image_url":"http://a1.twimg.com/profile_background_images/7314722/bokeh.jpg","profile_link_color":"666666","followers_count":1513,"protected":false,"profile_background_tile":false,"created_at":"Sun Dec 16 19:28:58 +0000 2007","location":"Philadelphia, PA","name":"David Kaneda","friends_count":324,"profile_background_color":"272522","profile_image_url":"http://a1.twimg.com/profile_images/136761324/headshot_normal.png","id":11231232,"utc_offset":-18000},"in_reply_to_screen_name":null,"created_at":"Wed Nov 25 20:14:37 +0000 2009","id":6059774523,"text":"One hour's worth of work on the @atebits @Tweetie throwdown: http://yfrog.us/0ia9mcz \n\nMore features & a blog post on Monday."},"favorited":false,"geo":null,"user":{"notifications":false,"favourites_count":319,"profile_sidebar_fill_color":"d9e3e8","description":"i like graphics","screen_name":"atebits","following":true,"statuses_count":1288,"time_zone":"Pacific Time (US & Canada)","profile_sidebar_border_color":"92a3af","geo_enabled":false,"profile_text_color":"3b3b3b","url":"http://www.atebits.com","verified":false,"profile_background_image_url":"http://s.twimg.com/a/1258674567/images/themes/theme1/bg.png","profile_link_color":"1260a5","followers_count":16786,"protected":false,"profile_background_tile":false,"created_at":"Fri Dec 14 21:41:13 +0000 2007","location":"still looking...","name":"Loren Brichter","friends_count":251,"profile_background_color":"1f3441","profile_image_url":"http://a3.twimg.com/profile_images/66601193/cactus_normal.jpg","id":11178592,"utc_offset":-28800},"in_reply_to_screen_name":null,"created_at":"Wed Nov 25 20:50:02 +0000 2009","id":6060658055,"text":"RT @DavidKaneda: One hour's worth of work on the @atebits @Tweetie throwdown: http://yfrog.us/0ia9mcz \n\nMore features & a blog post on ..."},{"in_reply_to_screen_name":null,"geo":null,"in_reply_to_user_id":null,"in_reply_to_status_id":null,"source":"web","user":{"profile_sidebar_fill_color":"001E67","description":"I help people who want there waist back to lose fat, lower cholesterol and feel great!","geo_enabled":true,"notifications":true,"following":true,"time_zone":"Eastern Time (US & Canada)","profile_sidebar_border_color":"3563FE","verified":false,"statuses_count":444,"profile_text_color":"8a8a8a","url":"http://www.BodyBySlim.com","profile_background_image_url":"http://a3.twimg.com/profile_background_images/36312687/nvvirgo.br.jpg","favourites_count":8,"profile_link_color":"3563FE","protected":false,"profile_background_tile":false,"created_at":"Sat Mar 22 00:07:55 +0000 2008","followers_count":370,"profile_image_url":"http://a3.twimg.com/profile_images/277160693/Keith_at_Big_Sur_River_Inn_5_normal.JPG","location":"Everywhere!","name":"Keith Ivey","profile_background_color":"ffffff","id":14194494,"utc_offset":-18000,"friends_count":448,"screen_name":"keithivey"},"truncated":true,"created_at":"Wed Nov 25 20:30:49 +0000 2009","id":6060179880,"retweeted_status":{"in_reply_to_screen_name":null,"geo":null,"in_reply_to_user_id":null,"in_reply_to_status_id":null,"source":"web","user":{"profile_sidebar_fill_color":"DDFFCC","description":"Inspirational Leader, Transformational Coaching Products, Environmental, Health and Safety (EHS) Professional, Success Coach, Husband and Father of two.","geo_enabled":false,"notifications":false,"following":false,"time_zone":"Central Time (US & Canada)","profile_sidebar_border_color":"BDDCAD","verified":false,"statuses_count":18766,"profile_text_color":"333333","url":"http://trust.hubhub.org","profile_background_image_url":"http://a3.twimg.com/profile_background_images/4216427/Logo_Wallpaper.jpg","favourites_count":64,"profile_link_color":"0013b4","protected":false,"profile_background_tile":false,"created_at":"Sat Oct 04 20:09:15 +0000 2008","followers_count":7260,"profile_image_url":"http://a3.twimg.com/profile_images/398989495/Scott_in_Peru_normal.jpg","location":"Houston, Texas","name":"Scott Whitelaw","profile_background_color":"9AE4E8","id":16594778,"utc_offset":-21600,"friends_count":7094,"screen_name":"lifecruise"},"truncated":false,"created_at":"Wed Nov 25 20:26:45 +0000 2009","id":6060077715,"favorited":false,"text":"Vision is not enough. It must be combined with venture. It is not enough to stare up the steps, we must step up the stairs. Vaclav Havel"},"favorited":false,"text":"RT @lifecruise: Vision is not enough. It must be combined with venture. It is not enough to stare up the steps, we must step up the stai ..."},{"in_reply_to_user_id":null,"in_reply_to_status_id":null,"truncated":false,"source":"web","retweeted_status":{"in_reply_to_user_id":null,"in_reply_to_status_id":null,"truncated":false,"source":"<a href=\"http://bit.ly\" rel=\"nofollow\">bit.ly</a>","favorited":false,"geo":null,"user":{"profile_sidebar_fill_color":"e0ff92","description":"Finance blogger at Reuters","screen_name":"felixsalmon","following":false,"time_zone":"Tehran","profile_sidebar_border_color":"87bc44","followers_count":3294,"friends_count":342,"profile_text_color":"000000","url":"http://reuters.com/felix","geo_enabled":false,"notifications":false,"statuses_count":3022,"profile_background_image_url":"http://s.twimg.com/a/1258674567/images/themes/theme1/bg.png","profile_link_color":"0000ff","protected":false,"verified":false,"profile_background_tile":false,"created_at":"Mon Sep 22 04:51:51 +0000 2008","location":"Tehran","name":"felixsalmon","profile_background_color":"9ae4e8","profile_image_url":"http://a1.twimg.com/profile_images/65900444/fridgedoor_1653_1568272_normal.gif","id":16399949,"utc_offset":12600,"favourites_count":4},"in_reply_to_screen_name":null,"created_at":"Wed Nov 25 16:05:08 +0000 2009","id":6053316778,"text":"Debunking the paradox of choice http://bit.ly/4FWwFV"},"favorited":false,"geo":null,"user":{"profile_sidebar_fill_color":"efefef","description":"CEO of Twitter","screen_name":"ev","following":true,"time_zone":"Pacific Time (US & Canada)","profile_sidebar_border_color":"ccc4cc","followers_count":1172096,"friends_count":940,"profile_text_color":"333333","url":"http://evhead.com","geo_enabled":false,"notifications":false,"statuses_count":4792,"profile_background_image_url":"http://s.twimg.com/a/1259091217/images/themes/theme14/bg.gif","profile_link_color":"009999","protected":false,"verified":false,"profile_background_tile":true,"created_at":"Tue Mar 21 21:02:31 +0000 2006","location":"San Francisco, CA, US","name":"Evan Williams","profile_background_color":"131516","profile_image_url":"http://a3.twimg.com/profile_images/519349177/ev-sky_normal.jpg","id":20,"utc_offset":-28800,"favourites_count":1255},"in_reply_to_screen_name":null,"created_at":"Wed Nov 25 20:23:55 +0000 2009","id":6060006808,"text":"RT @felixsalmon: Debunking the paradox of choice http://bit.ly/4FWwFV"},{"in_reply_to_screen_name":null,"geo":null,"in_reply_to_user_id":null,"in_reply_to_status_id":null,"source":"web","user":{"notifications":false,"favourites_count":434,"profile_sidebar_fill_color":"4cc3ff","description":"Grammy Award Winning Multi-Platinum Producer, Songwriter, Motivational Speaker, and Trendsetter","following":true,"geo_enabled":false,"time_zone":"Central Time (US & Canada)","profile_sidebar_border_color":"eeeeee","verified":true,"profile_text_color":"333333","url":"http://bit.ly/maestro","profile_background_image_url":"http://a3.twimg.com/profile_background_images/37769487/bearboard.gif","profile_link_color":"1265a1","followers_count":16465,"protected":false,"profile_background_tile":true,"created_at":"Mon Dec 08 23:51:24 +0000 2008","profile_image_url":"http://a1.twimg.com/profile_images/535965994/Picture_4_normal.png","location":"ATL, GA","name":"Maestro","friends_count":212,"profile_background_color":"ffffff","id":17977701,"statuses_count":26646,"utc_offset":-21600,"screen_name":"Maestro"},"truncated":false,"created_at":"Wed Nov 25 20:01:44 +0000 2009","id":6059457710,"retweeted_status":{"in_reply_to_screen_name":null,"geo":null,"in_reply_to_user_id":null,"in_reply_to_status_id":null,"source":"<a href=\"http://ubertwitter.com\" rel=\"nofollow\">UberTwitter</a>","user":{"notifications":false,"favourites_count":1,"profile_sidebar_fill_color":"252429","description":"Visionary, Virtuoso, Guru, Trafficker of Information, Sneaker Aficionado, Liaison !","following":false,"geo_enabled":false,"time_zone":"Quito","profile_sidebar_border_color":"181A1E","verified":false,"profile_text_color":"666666","url":null,"profile_background_image_url":"http://s.twimg.com/a/1259091217/images/themes/theme9/bg.gif","profile_link_color":"2FC2EF","followers_count":810,"protected":false,"profile_background_tile":false,"created_at":"Tue Mar 17 06:13:35 +0000 2009","profile_image_url":"http://a3.twimg.com/profile_images/435117957/images_normal.jpeg","location":"Atlanta, GA","name":"Chico","friends_count":180,"profile_background_color":"1A1B1F","id":24848672,"statuses_count":2368,"utc_offset":-18000,"screen_name":"akachico"},"truncated":false,"created_at":"Wed Nov 25 19:45:09 +0000 2009","id":6059042535,"favorited":false,"text":"You can't let THINGS control you, you have to CONTROL things!"},"favorited":false,"text":"RT @akachico: You can't let THINGS control you, you have to CONTROL things!"}]
@@ -0,0 +1,166 @@
1
+ [
2
+ {
3
+ "contributors_enabled": false,
4
+ "created_at": "Thu Jan 18 12:47:55 +0000 2007",
5
+ "description": "You ever get an itch on your back you can't scratch?",
6
+ "favourites_count": 24,
7
+ "followers_count": 1389,
8
+ "following": null,
9
+ "friends_count": 528,
10
+ "geo_enabled": false,
11
+ "id": 659933,
12
+ "lang": "en",
13
+ "location": "Baltimore, MD",
14
+ "name": "Bryan Liles (\u30c4)",
15
+ "notifications": null,
16
+ "profile_background_color": "585858",
17
+ "profile_background_image_url": "http://a3.twimg.com/profile_background_images/3252365/twitter-bg.png",
18
+ "profile_background_tile": false,
19
+ "profile_image_url": "http://a1.twimg.com/profile_images/71274618/Photo_26_normal.jpg",
20
+ "profile_link_color": "030005",
21
+ "profile_sidebar_border_color": "141617",
22
+ "profile_sidebar_fill_color": "F8F8F8",
23
+ "profile_text_color": "000000",
24
+ "protected": false,
25
+ "screen_name": "bryanl",
26
+ "status": {
27
+ "created_at": "Sat Mar 20 12:38:08 +0000 2010",
28
+ "favorited": false,
29
+ "id": 10770771392,
30
+ "in_reply_to_screen_name": "invalidrecord",
31
+ "in_reply_to_status_id": 10770727390,
32
+ "in_reply_to_user_id": 14143472,
33
+ "source": "<a href=\"http://echofon.com/\" rel=\"nofollow\">Echofon</a>",
34
+ "text": "@invalidrecord really? you've seen one? wow ;)",
35
+ "truncated": false
36
+ },
37
+ "statuses_count": 6899,
38
+ "time_zone": "Eastern Time (US & Canada)",
39
+ "url": "http://smartic.us",
40
+ "utc_offset": -18000,
41
+ "verified": false
42
+ },
43
+ {
44
+ "contributors_enabled": false,
45
+ "created_at": "Tue Jan 27 00:34:57 +0000 2009",
46
+ "description": "Web dev guy by day. Corny joke, photography, vinyl and heavy metal music fan. Battery operated hamster enthusiast. I need more hobbies. What are yours?",
47
+ "favourites_count": 7,
48
+ "followers_count": 116,
49
+ "following": null,
50
+ "friends_count": 174,
51
+ "geo_enabled": false,
52
+ "id": 19568588,
53
+ "lang": "en",
54
+ "location": "Victoria, BC, Canada",
55
+ "name": "Jonathon Watney",
56
+ "notifications": null,
57
+ "profile_background_color": "d1d1d1",
58
+ "profile_background_image_url": "http://s.twimg.com/a/1268699350/images/themes/theme5/bg.gif",
59
+ "profile_background_tile": false,
60
+ "profile_image_url": "http://a1.twimg.com/profile_images/690859908/gary_normal.jpg",
61
+ "profile_link_color": "990000",
62
+ "profile_sidebar_border_color": "b3b3b3",
63
+ "profile_sidebar_fill_color": "e6e6e6",
64
+ "profile_text_color": "454545",
65
+ "protected": false,
66
+ "screen_name": "jonathonwatney",
67
+ "status": {
68
+ "created_at": "Sat Mar 20 03:38:55 +0000 2010",
69
+ "favorited": false,
70
+ "id": 10756267124,
71
+ "in_reply_to_screen_name": null,
72
+ "in_reply_to_status_id": null,
73
+ "in_reply_to_user_id": null,
74
+ "source": "web",
75
+ "text": "RT @BrentO: Reason 1,357 why I still prefer XP over Win7: it doesn't give me crap when I edit the hosts file and save it.",
76
+ "truncated": false
77
+ },
78
+ "statuses_count": 1240,
79
+ "time_zone": "Pacific Time (US & Canada)",
80
+ "url": null,
81
+ "utc_offset": -28800,
82
+ "verified": false
83
+ },
84
+ {
85
+ "contributors_enabled": false,
86
+ "created_at": "Thu May 08 15:53:12 +0000 2008",
87
+ "description": "Web dev'r, motorcyclist, gun shooter. Sometimes (er, most times) I talk about nerdy things.",
88
+ "favourites_count": 1,
89
+ "followers_count": 107,
90
+ "following": false,
91
+ "friends_count": 99,
92
+ "geo_enabled": false,
93
+ "id": 14701839,
94
+ "lang": "en",
95
+ "location": "Nebraska",
96
+ "name": "Adam Jahnke",
97
+ "notifications": false,
98
+ "profile_background_color": "6FB433",
99
+ "profile_background_image_url": "http://a1.twimg.com/profile_background_images/3202932/bg_2.png",
100
+ "profile_background_tile": false,
101
+ "profile_image_url": "http://a3.twimg.com/profile_images/566612101/IMG_5256w_normal.jpg",
102
+ "profile_link_color": "000000",
103
+ "profile_sidebar_border_color": "696969",
104
+ "profile_sidebar_fill_color": "6FB433",
105
+ "profile_text_color": "454545",
106
+ "protected": false,
107
+ "screen_name": "adamyonk",
108
+ "status": {
109
+ "created_at": "Fri Mar 19 21:18:55 +0000 2010",
110
+ "favorited": false,
111
+ "id": 10741609904,
112
+ "in_reply_to_screen_name": null,
113
+ "in_reply_to_status_id": null,
114
+ "in_reply_to_user_id": null,
115
+ "source": "<a href=\"http://twidroid.com\" rel=\"nofollow\">twidroid</a>",
116
+ "text": "Sorry to anyone trying to contact me via chat today. Having some connectivity issues.",
117
+ "truncated": false
118
+ },
119
+ "statuses_count": 1443,
120
+ "time_zone": "Central Time (US & Canada)",
121
+ "url": "http://adamyonk.com",
122
+ "utc_offset": -21600,
123
+ "verified": false
124
+ },
125
+ {
126
+ "contributors_enabled": false,
127
+ "created_at": "Sat Jul 26 06:44:07 +0000 2008",
128
+ "description": null,
129
+ "favourites_count": 0,
130
+ "followers_count": 50,
131
+ "following": false,
132
+ "friends_count": 52,
133
+ "geo_enabled": false,
134
+ "id": 15608533,
135
+ "lang": "en",
136
+ "location": "buzzd: 33.019368,-96.700780",
137
+ "name": "Ein2015",
138
+ "notifications": false,
139
+ "profile_background_color": "1A1B1F",
140
+ "profile_background_image_url": "http://s.twimg.com/a/1268687377/images/themes/theme9/bg.gif",
141
+ "profile_background_tile": false,
142
+ "profile_image_url": "http://a1.twimg.com/profile_images/57259620/galactica_avatar_msn_057_normal.jpg",
143
+ "profile_link_color": "2FC2EF",
144
+ "profile_sidebar_border_color": "181A1E",
145
+ "profile_sidebar_fill_color": "252429",
146
+ "profile_text_color": "666666",
147
+ "protected": false,
148
+ "screen_name": "Ein2015",
149
+ "status": {
150
+ "created_at": "Sun Mar 14 06:30:45 +0000 2010",
151
+ "favorited": false,
152
+ "id": 10459323128,
153
+ "in_reply_to_screen_name": null,
154
+ "in_reply_to_status_id": null,
155
+ "in_reply_to_user_id": null,
156
+ "source": "<a href=\"https://loopt.com\" rel=\"nofollow\">Loopt</a>",
157
+ "text": "Feel free to come if you want. @ Cairo Hookah Lounge http://loopt.us/YYGRHw.t",
158
+ "truncated": false
159
+ },
160
+ "statuses_count": 229,
161
+ "time_zone": "Central Time (US & Canada)",
162
+ "url": null,
163
+ "utc_offset": -21600,
164
+ "verified": false
165
+ }
166
+ ]
@@ -0,0 +1 @@
1
+ [{"in_reply_to_user_id":null,"in_reply_to_status_id":null,"truncated":false,"source":"web","retweeted_status":{"in_reply_to_user_id":null,"in_reply_to_status_id":null,"truncated":false,"source":"web","favorited":false,"geo":null,"user":{"profile_sidebar_fill_color":"e0ff92","followers_count":5753,"description":"I'm told I'm somewhat disappointing in person.","screen_name":"Moltz","following":false,"time_zone":"Pacific Time (US & Canada)","friends_count":193,"profile_sidebar_border_color":"87bc44","favourites_count":6808,"profile_text_color":"000000","url":"http://www.moltz.net/~john","notifications":false,"statuses_count":7110,"profile_background_image_url":"http://a3.twimg.com/profile_background_images/4257777/B9_Torsoe.jpg","profile_link_color":"0000ff","protected":false,"geo_enabled":false,"profile_background_tile":true,"created_at":"Thu Apr 05 19:33:29 +0000 2007","location":"Tacoma, WA USA","name":"John Moltz","profile_background_color":"FFFFFF","profile_image_url":"http://a1.twimg.com/profile_images/116992556/B9_Torsoe_normal.jpg","id":3551171,"verified":false,"utc_offset":-28800},"in_reply_to_screen_name":null,"created_at":"Mon Nov 30 05:07:13 +0000 2009","id":6192831130,"text":"Personally, I won't be satisfied until a Buddhist monk lights himself on fire for web standards."},"favorited":false,"geo":null,"user":{"profile_sidebar_fill_color":"ffffff","followers_count":536,"description":"Whatever you are, I am too","screen_name":"josephholsten","following":true,"time_zone":"Central Time (US & Canada)","friends_count":207,"profile_sidebar_border_color":"000000","favourites_count":622,"profile_text_color":"000000","url":"http://josephholsten.com","notifications":false,"statuses_count":2961,"profile_background_image_url":"http://s.twimg.com/a/1259091217/images/themes/theme1/bg.png","profile_link_color":"000000","protected":false,"geo_enabled":false,"profile_background_tile":false,"created_at":"Sat Aug 11 20:51:55 +0000 2007","location":"Tulsa, OK","name":"josephholsten","profile_background_color":"cccccc","profile_image_url":"http://a1.twimg.com/profile_images/259813726/not-identity_normal.jpg","id":8129542,"verified":false,"utc_offset":-21600},"in_reply_to_screen_name":null,"created_at":"Mon Nov 30 15:35:01 +0000 2009","id":6204338434,"text":"RT @Moltz: Personally, I won't be satisfied until a Buddhist monk lights himself on fire for web standards."},{"in_reply_to_screen_name":null,"geo":null,"in_reply_to_user_id":null,"in_reply_to_status_id":null,"source":"web","user":{"profile_sidebar_fill_color":"ffffff","followers_count":513,"description":"EVILLEST, GRUESOME.","following":true,"time_zone":"Caracas","friends_count":407,"profile_sidebar_border_color":"cccccc","notifications":false,"favourites_count":4040,"profile_text_color":"000000","url":"http://www.gesteves.com","statuses_count":4912,"profile_background_image_url":"http://s.twimg.com/a/1259630745/images/themes/theme1/bg.png","profile_link_color":"Bf0222","protected":false,"geo_enabled":true,"profile_background_tile":false,"created_at":"Thu Dec 07 15:43:41 +0000 2006","profile_image_url":"http://a3.twimg.com/profile_images/552516023/IMG_1276_-_Version_2_normal.jpg","location":"Not where I want to be.","name":"Guillermo Esteves","profile_background_color":"eeeeee","id":48243,"verified":false,"utc_offset":-14400,"screen_name":"gesteves"},"truncated":false,"created_at":"Mon Nov 30 13:51:48 +0000 2009","id":6201653331,"retweeted_status":{"in_reply_to_screen_name":null,"geo":null,"in_reply_to_user_id":null,"in_reply_to_status_id":null,"source":"web","user":{"profile_sidebar_fill_color":"e0ff92","followers_count":5764,"description":"I'm told I'm somewhat disappointing in person.","following":true,"time_zone":"Pacific Time (US & Canada)","friends_count":192,"profile_sidebar_border_color":"87bc44","notifications":false,"favourites_count":6812,"profile_text_color":"000000","url":"http://www.moltz.net/~john","statuses_count":7113,"profile_background_image_url":"http://a3.twimg.com/profile_background_images/4257777/B9_Torsoe.jpg","profile_link_color":"0000ff","protected":false,"geo_enabled":false,"profile_background_tile":true,"created_at":"Thu Apr 05 19:33:29 +0000 2007","profile_image_url":"http://a1.twimg.com/profile_images/116992556/B9_Torsoe_normal.jpg","location":"Tacoma, WA USA","name":"John Moltz","profile_background_color":"FFFFFF","id":3551171,"verified":false,"utc_offset":-28800,"screen_name":"Moltz"},"truncated":false,"created_at":"Mon Nov 30 05:07:13 +0000 2009","id":6192831130,"favorited":false,"text":"Personally, I won't be satisfied until a Buddhist monk lights himself on fire for web standards."},"favorited":false,"text":"RT @Moltz: Personally, I won't be satisfied until a Buddhist monk lights himself on fire for web standards."},{"in_reply_to_screen_name":null,"geo":null,"in_reply_to_user_id":null,"in_reply_to_status_id":null,"source":"<a href=\"http://apiwiki.twitter.com/\" rel=\"nofollow\">API</a>","user":{"friends_count":392,"profile_sidebar_fill_color":"252429","description":"Web guy, handsome fellow, etc.","following":false,"notifications":false,"time_zone":"Eastern Time (US & Canada)","favourites_count":6471,"profile_sidebar_border_color":"181A1E","geo_enabled":false,"profile_text_color":"666666","url":"http://favrd.textism.com/person/kyleridolfo","verified":false,"profile_background_image_url":"http://s.twimg.com/a/1259630745/images/themes/theme9/bg.gif","profile_link_color":"2FC2EF","protected":false,"profile_background_tile":false,"created_at":"Fri May 18 06:19:13 +0000 2007","profile_image_url":"http://a3.twimg.com/profile_images/293863947/IMG_0138th_normal.jpg","location":"Under your bed.","name":"Kyle Ridolfo","profile_background_color":"1A1B1F","followers_count":418,"id":6129732,"statuses_count":8608,"utc_offset":-18000,"screen_name":"kyleridolfo"},"truncated":false,"created_at":"Mon Nov 30 13:03:00 +0000 2009","id":6200584197,"retweeted_status":{"in_reply_to_screen_name":null,"geo":null,"in_reply_to_user_id":null,"in_reply_to_status_id":null,"source":"web","user":{"friends_count":192,"profile_sidebar_fill_color":"e0ff92","description":"I'm told I'm somewhat disappointing in person.","following":false,"notifications":false,"time_zone":"Pacific Time (US & Canada)","favourites_count":6812,"profile_sidebar_border_color":"87bc44","geo_enabled":false,"profile_text_color":"000000","url":"http://www.moltz.net/~john","verified":false,"profile_background_image_url":"http://a3.twimg.com/profile_background_images/4257777/B9_Torsoe.jpg","profile_link_color":"0000ff","protected":false,"profile_background_tile":true,"created_at":"Thu Apr 05 19:33:29 +0000 2007","profile_image_url":"http://a1.twimg.com/profile_images/116992556/B9_Torsoe_normal.jpg","location":"Tacoma, WA USA","name":"John Moltz","profile_background_color":"FFFFFF","followers_count":5764,"id":3551171,"statuses_count":7113,"utc_offset":-28800,"screen_name":"Moltz"},"truncated":false,"created_at":"Mon Nov 30 05:07:13 +0000 2009","id":6192831130,"favorited":false,"text":"Personally, I won't be satisfied until a Buddhist monk lights himself on fire for web standards."},"favorited":false,"text":"RT @Moltz: Personally, I won't be satisfied until a Buddhist monk lights himself on fire for web standards."},{"in_reply_to_screen_name":null,"geo":null,"in_reply_to_user_id":null,"in_reply_to_status_id":null,"source":"<a href=\"http://apiwiki.twitter.com/\" rel=\"nofollow\">API</a>","user":{"profile_sidebar_fill_color":"EADEAA","description":"CEO of Twitpay. Entrepreneur and Rubyist in South Alabama with a wife, a baby, 6 cats, and 3 companies.","following":false,"time_zone":"Central Time (US & Canada)","profile_sidebar_border_color":"D9B17E","followers_count":1432,"profile_text_color":"333333","url":"http://gweezlebur.com","profile_background_image_url":"http://a1.twimg.com/profile_background_images/3272966/twitterbg.jpg","favourites_count":1164,"profile_link_color":"9D582E","protected":false,"verified":false,"geo_enabled":true,"profile_background_tile":false,"created_at":"Sun Oct 29 04:50:26 +0000 2006","friends_count":475,"profile_image_url":"http://a1.twimg.com/profile_images/531315010/image_normal.jpg","location":"Bay Minette, AL (30.90 -87.78)","name":"Michael D. Ivey","notifications":false,"statuses_count":10372,"profile_background_color":"8B542B","id":10967,"utc_offset":-21600,"screen_name":"ivey"},"truncated":false,"created_at":"Mon Nov 30 12:55:49 +0000 2009","id":6200432951,"retweeted_status":{"in_reply_to_screen_name":null,"geo":null,"in_reply_to_user_id":null,"in_reply_to_status_id":null,"source":"web","user":{"profile_sidebar_fill_color":"e0ff92","description":"I'm told I'm somewhat disappointing in person.","following":false,"time_zone":"Pacific Time (US & Canada)","profile_sidebar_border_color":"87bc44","followers_count":5763,"profile_text_color":"000000","url":"http://www.moltz.net/~john","profile_background_image_url":"http://a3.twimg.com/profile_background_images/4257777/B9_Torsoe.jpg","favourites_count":6812,"profile_link_color":"0000ff","protected":false,"verified":false,"geo_enabled":false,"profile_background_tile":true,"created_at":"Thu Apr 05 19:33:29 +0000 2007","friends_count":192,"profile_image_url":"http://a1.twimg.com/profile_images/116992556/B9_Torsoe_normal.jpg","location":"Tacoma, WA USA","name":"John Moltz","notifications":false,"statuses_count":7113,"profile_background_color":"FFFFFF","id":3551171,"utc_offset":-28800,"screen_name":"Moltz"},"truncated":false,"created_at":"Mon Nov 30 05:07:13 +0000 2009","id":6192831130,"favorited":false,"text":"Personally, I won't be satisfied until a Buddhist monk lights himself on fire for web standards."},"favorited":false,"text":"RT @Moltz: Personally, I won't be satisfied until a Buddhist monk lights himself on fire for web standards."},{"in_reply_to_screen_name":null,"geo":null,"in_reply_to_user_id":null,"in_reply_to_status_id":null,"source":"<a href=\"http://apiwiki.twitter.com/\" rel=\"nofollow\">API</a>","user":{"friends_count":568,"profile_sidebar_fill_color":"e0ff92","description":"Computer Science student. Editor at Neowin. Rabid Muse fan. Apple aficionado. Java & Objective-C amateur. Wearer of Chuck Taylors. High volume tweeter.","following":false,"notifications":false,"time_zone":"Wellington","favourites_count":1008,"profile_sidebar_border_color":"87bc44","geo_enabled":true,"profile_text_color":"000000","url":"http://favstar.fm/users/sam_symons","verified":false,"profile_background_image_url":"http://s.twimg.com/a/1259630745/images/themes/theme1/bg.png","profile_link_color":"0000ff","protected":false,"profile_background_tile":false,"created_at":"Sun Jan 04 02:00:05 +0000 2009","profile_image_url":"http://a3.twimg.com/profile_images/535236655/Screen_shot_2009-11-20_at_7.52.21_PM_normal.png","location":"Christchurch, New Zealand","name":"Sam Symons","profile_background_color":"9ae4e8","followers_count":605,"id":18592658,"statuses_count":12693,"utc_offset":43200,"screen_name":"sam_symons"},"truncated":false,"created_at":"Mon Nov 30 07:45:45 +0000 2009","id":6195631146,"retweeted_status":{"in_reply_to_screen_name":null,"geo":null,"in_reply_to_user_id":null,"in_reply_to_status_id":null,"source":"web","user":{"friends_count":192,"profile_sidebar_fill_color":"e0ff92","description":"I'm told I'm somewhat disappointing in person.","following":false,"notifications":false,"time_zone":"Pacific Time (US & Canada)","favourites_count":6812,"profile_sidebar_border_color":"87bc44","geo_enabled":false,"profile_text_color":"000000","url":"http://www.moltz.net/~john","verified":false,"profile_background_image_url":"http://a3.twimg.com/profile_background_images/4257777/B9_Torsoe.jpg","profile_link_color":"0000ff","protected":false,"profile_background_tile":true,"created_at":"Thu Apr 05 19:33:29 +0000 2007","profile_image_url":"http://a1.twimg.com/profile_images/116992556/B9_Torsoe_normal.jpg","location":"Tacoma, WA USA","name":"John Moltz","profile_background_color":"FFFFFF","followers_count":5764,"id":3551171,"statuses_count":7113,"utc_offset":-28800,"screen_name":"Moltz"},"truncated":false,"created_at":"Mon Nov 30 05:07:13 +0000 2009","id":6192831130,"favorited":false,"text":"Personally, I won't be satisfied until a Buddhist monk lights himself on fire for web standards."},"favorited":false,"text":"RT @Moltz: Personally, I won't be satisfied until a Buddhist monk lights himself on fire for web standards."},{"in_reply_to_screen_name":null,"geo":null,"in_reply_to_user_id":null,"in_reply_to_status_id":null,"source":"<a href=\"http://favstar.fm\" rel=\"nofollow\">Favstar.FM</a>","user":{"profile_sidebar_fill_color":"e0ff92","description":"Favstar.fm guy, web/iPhone dev, Husband, Father, collector of tower statuettes, lover of grilled cheese.","friends_count":343,"following":null,"time_zone":"Wellington","profile_sidebar_border_color":"87bc44","notifications":null,"favourites_count":2921,"statuses_count":9970,"profile_text_color":"000000","url":"http://favstar.fm/users/timhaines","profile_background_image_url":"http://a3.twimg.com/profile_background_images/2447849/black-wallpaper-bg.gif","geo_enabled":false,"profile_link_color":"0000ff","protected":false,"profile_background_tile":true,"created_at":"Wed Apr 09 13:39:15 +0000 2008","profile_image_url":"http://a1.twimg.com/profile_images/544117810/TimWeekend_bigger2_normal.png","location":"Wellington, New Zealand","name":"Tim Haines","verified":false,"profile_background_color":"9ae4e8","id":14341663,"utc_offset":43200,"followers_count":1962,"screen_name":"timhaines"},"truncated":false,"created_at":"Mon Nov 30 07:44:35 +0000 2009","id":6195613181,"retweeted_status":{"in_reply_to_screen_name":null,"geo":null,"in_reply_to_user_id":null,"in_reply_to_status_id":null,"source":"web","user":{"profile_sidebar_fill_color":"e0ff92","description":"I'm told I'm somewhat disappointing in person.","friends_count":192,"following":null,"time_zone":"Pacific Time (US & Canada)","profile_sidebar_border_color":"87bc44","notifications":null,"favourites_count":6812,"statuses_count":7113,"profile_text_color":"000000","url":"http://www.moltz.net/~john","profile_background_image_url":"http://a3.twimg.com/profile_background_images/4257777/B9_Torsoe.jpg","geo_enabled":false,"profile_link_color":"0000ff","protected":false,"profile_background_tile":true,"created_at":"Thu Apr 05 19:33:29 +0000 2007","profile_image_url":"http://a1.twimg.com/profile_images/116992556/B9_Torsoe_normal.jpg","location":"Tacoma, WA USA","name":"John Moltz","verified":false,"profile_background_color":"FFFFFF","id":3551171,"utc_offset":-28800,"followers_count":5764,"screen_name":"Moltz"},"truncated":false,"created_at":"Mon Nov 30 05:07:13 +0000 2009","id":6192831130,"favorited":false,"text":"Personally, I won't be satisfied until a Buddhist monk lights himself on fire for web standards."},"favorited":false,"text":"RT @Moltz: Personally, I won't be satisfied until a Buddhist monk lights himself on fire for web standards."}]
@@ -0,0 +1 @@
1
+ [{"in_reply_to_screen_name":null,"geo":{"type":"Point","coordinates":[30.9101684,-87.7857758]},"in_reply_to_user_id":null,"in_reply_to_status_id":null,"source":"<a href=\"http://birdfeedapp.com\" rel=\"nofollow\">Birdfeed</a>","user":{"friends_count":475,"profile_sidebar_fill_color":"EADEAA","description":"CEO of Twitpay. Entrepreneur and Rubyist in South Alabama with a wife, a baby, 6 cats, and 3 companies.","following":false,"notifications":false,"time_zone":"Central Time (US & Canada)","favourites_count":1164,"profile_sidebar_border_color":"D9B17E","geo_enabled":true,"profile_text_color":"333333","url":"http://gweezlebur.com","verified":false,"profile_background_image_url":"http://a1.twimg.com/profile_background_images/3272966/twitterbg.jpg","profile_link_color":"9D582E","protected":false,"profile_background_tile":false,"created_at":"Sun Oct 29 04:50:26 +0000 2006","profile_image_url":"http://a1.twimg.com/profile_images/531315010/image_normal.jpg","location":"Bay Minette, AL (30.90 -87.78)","name":"Michael D. Ivey","profile_background_color":"8B542B","followers_count":1432,"id":10967,"statuses_count":10372,"utc_offset":-21600,"screen_name":"ivey"},"truncated":false,"created_at":"Tue Nov 24 05:02:57 +0000 2009","id":5999657391,"favorited":false,"text":"Trying out geotweets in Birdfeed. No \"new RT\" support, though. Any iPhone client with RTs yet?"},{"in_reply_to_screen_name":"pickletoon","geo":null,"in_reply_to_user_id":4898301,"in_reply_to_status_id":5986145083,"source":"<a href=\"http://www.atebits.com/\" rel=\"nofollow\">Tweetie</a>","user":{"friends_count":475,"profile_sidebar_fill_color":"EADEAA","description":"CEO of Twitpay. Entrepreneur and Rubyist in South Alabama with a wife, a baby, 6 cats, and 3 companies.","following":false,"notifications":false,"time_zone":"Central Time (US & Canada)","favourites_count":1164,"profile_sidebar_border_color":"D9B17E","geo_enabled":true,"profile_text_color":"333333","url":"http://gweezlebur.com","verified":false,"profile_background_image_url":"http://a1.twimg.com/profile_background_images/3272966/twitterbg.jpg","profile_link_color":"9D582E","protected":false,"profile_background_tile":false,"created_at":"Sun Oct 29 04:50:26 +0000 2006","profile_image_url":"http://a1.twimg.com/profile_images/531315010/image_normal.jpg","location":"Bay Minette, AL (30.90 -87.78)","name":"Michael D. Ivey","profile_background_color":"8B542B","followers_count":1432,"id":10967,"statuses_count":10372,"utc_offset":-21600,"screen_name":"ivey"},"truncated":false,"created_at":"Tue Nov 24 04:52:51 +0000 2009","id":5999443871,"favorited":false,"text":"@pickletoon Twitpay doesn't have any access to the funds in your PayPal account. Let me know if you have any questions."},{"in_reply_to_screen_name":null,"geo":null,"in_reply_to_user_id":null,"in_reply_to_status_id":null,"source":"<a href=\"/devices\" rel=\"nofollow\">txt</a>","user":{"friends_count":475,"profile_sidebar_fill_color":"EADEAA","description":"CEO of Twitpay. Entrepreneur and Rubyist in South Alabama with a wife, a baby, 6 cats, and 3 companies.","following":false,"notifications":false,"time_zone":"Central Time (US & Canada)","favourites_count":1164,"profile_sidebar_border_color":"D9B17E","geo_enabled":true,"profile_text_color":"333333","url":"http://gweezlebur.com","verified":false,"profile_background_image_url":"http://a1.twimg.com/profile_background_images/3272966/twitterbg.jpg","profile_link_color":"9D582E","protected":false,"profile_background_tile":false,"created_at":"Sun Oct 29 04:50:26 +0000 2006","profile_image_url":"http://a1.twimg.com/profile_images/531315010/image_normal.jpg","location":"Bay Minette, AL (30.90 -87.78)","name":"Michael D. Ivey","profile_background_color":"8B542B","followers_count":1432,"id":10967,"statuses_count":10372,"utc_offset":-21600,"screen_name":"ivey"},"truncated":false,"created_at":"Mon Nov 23 16:57:23 +0000 2009","id":5981294737,"favorited":false,"text":"Going to Walmart during Turkey Week is a mistake."},{"in_reply_to_screen_name":null,"geo":null,"in_reply_to_user_id":null,"in_reply_to_status_id":null,"source":"<a href=\"http://www.atebits.com/\" rel=\"nofollow\">Tweetie</a>","user":{"friends_count":475,"profile_sidebar_fill_color":"EADEAA","description":"CEO of Twitpay. Entrepreneur and Rubyist in South Alabama with a wife, a baby, 6 cats, and 3 companies.","following":false,"notifications":false,"time_zone":"Central Time (US & Canada)","favourites_count":1164,"profile_sidebar_border_color":"D9B17E","geo_enabled":true,"profile_text_color":"333333","url":"http://gweezlebur.com","verified":false,"profile_background_image_url":"http://a1.twimg.com/profile_background_images/3272966/twitterbg.jpg","profile_link_color":"9D582E","protected":false,"profile_background_tile":false,"created_at":"Sun Oct 29 04:50:26 +0000 2006","profile_image_url":"http://a1.twimg.com/profile_images/531315010/image_normal.jpg","location":"Bay Minette, AL (30.90 -87.78)","name":"Michael D. Ivey","profile_background_color":"8B542B","followers_count":1432,"id":10967,"statuses_count":10372,"utc_offset":-21600,"screen_name":"ivey"},"truncated":false,"created_at":"Mon Nov 23 02:23:11 +0000 2009","id":5963730416,"favorited":false,"text":"Interesting project: @tinygrants does micro-grants for the arts in Toronto, and is taking donations via Twitpay."},{"in_reply_to_screen_name":null,"geo":null,"in_reply_to_user_id":null,"in_reply_to_status_id":null,"source":"web","user":{"friends_count":475,"profile_sidebar_fill_color":"EADEAA","description":"CEO of Twitpay. Entrepreneur and Rubyist in South Alabama with a wife, a baby, 6 cats, and 3 companies.","following":false,"notifications":false,"time_zone":"Central Time (US & Canada)","favourites_count":1164,"profile_sidebar_border_color":"D9B17E","geo_enabled":true,"profile_text_color":"333333","url":"http://gweezlebur.com","verified":false,"profile_background_image_url":"http://a1.twimg.com/profile_background_images/3272966/twitterbg.jpg","profile_link_color":"9D582E","protected":false,"profile_background_tile":false,"created_at":"Sun Oct 29 04:50:26 +0000 2006","profile_image_url":"http://a1.twimg.com/profile_images/531315010/image_normal.jpg","location":"Bay Minette, AL (30.90 -87.78)","name":"Michael D. Ivey","profile_background_color":"8B542B","followers_count":1432,"id":10967,"statuses_count":10372,"utc_offset":-21600,"screen_name":"ivey"},"truncated":false,"created_at":"Thu Nov 19 22:11:39 +0000 2009","id":5870505988,"favorited":false,"text":"Is the \"Retweets by others\" tab working for you? It's the same tweets from Nov 10th for me."},{"in_reply_to_screen_name":null,"geo":null,"in_reply_to_user_id":null,"in_reply_to_status_id":null,"source":"<a href=\"http://www.atebits.com/\" rel=\"nofollow\">Tweetie</a>","user":{"friends_count":475,"profile_sidebar_fill_color":"EADEAA","description":"CEO of Twitpay. Entrepreneur and Rubyist in South Alabama with a wife, a baby, 6 cats, and 3 companies.","following":false,"notifications":false,"time_zone":"Central Time (US & Canada)","favourites_count":1164,"profile_sidebar_border_color":"D9B17E","geo_enabled":true,"profile_text_color":"333333","url":"http://gweezlebur.com","verified":false,"profile_background_image_url":"http://a1.twimg.com/profile_background_images/3272966/twitterbg.jpg","profile_link_color":"9D582E","protected":false,"profile_background_tile":false,"created_at":"Sun Oct 29 04:50:26 +0000 2006","profile_image_url":"http://a1.twimg.com/profile_images/531315010/image_normal.jpg","location":"Bay Minette, AL (30.90 -87.78)","name":"Michael D. Ivey","profile_background_color":"8B542B","followers_count":1432,"id":10967,"statuses_count":10372,"utc_offset":-21600,"screen_name":"ivey"},"truncated":false,"created_at":"Thu Nov 19 14:51:54 +0000 2009","id":5859136326,"favorited":false,"text":"Solution to the RT haters: \"RT/Reply\".\nIf I reply to a tweet I RTd, push that reply to all, not just shared followers. /cc @twitter"},{"in_reply_to_screen_name":null,"geo":null,"in_reply_to_user_id":null,"in_reply_to_status_id":null,"source":"<a href=\"http://www.atebits.com/\" rel=\"nofollow\">Tweetie</a>","user":{"friends_count":475,"profile_sidebar_fill_color":"EADEAA","description":"CEO of Twitpay. Entrepreneur and Rubyist in South Alabama with a wife, a baby, 6 cats, and 3 companies.","following":false,"notifications":false,"time_zone":"Central Time (US & Canada)","favourites_count":1164,"profile_sidebar_border_color":"D9B17E","geo_enabled":true,"profile_text_color":"333333","url":"http://gweezlebur.com","verified":false,"profile_background_image_url":"http://a1.twimg.com/profile_background_images/3272966/twitterbg.jpg","profile_link_color":"9D582E","protected":false,"profile_background_tile":false,"created_at":"Sun Oct 29 04:50:26 +0000 2006","profile_image_url":"http://a1.twimg.com/profile_images/531315010/image_normal.jpg","location":"Bay Minette, AL (30.90 -87.78)","name":"Michael D. Ivey","profile_background_color":"8B542B","followers_count":1432,"id":10967,"statuses_count":10372,"utc_offset":-21600,"screen_name":"ivey"},"truncated":false,"created_at":"Wed Nov 18 18:43:37 +0000 2009","id":5833684793,"favorited":false,"text":"Protip: when you make a clone of an application, don't invite the developers of the app you cloned to be beta testers."},{"in_reply_to_screen_name":null,"geo":null,"in_reply_to_user_id":null,"in_reply_to_status_id":null,"source":"<a href=\"http://www.atebits.com/\" rel=\"nofollow\">Tweetie</a>","user":{"friends_count":475,"profile_sidebar_fill_color":"EADEAA","description":"CEO of Twitpay. Entrepreneur and Rubyist in South Alabama with a wife, a baby, 6 cats, and 3 companies.","following":false,"notifications":false,"time_zone":"Central Time (US & Canada)","favourites_count":1164,"profile_sidebar_border_color":"D9B17E","geo_enabled":true,"profile_text_color":"333333","url":"http://gweezlebur.com","verified":false,"profile_background_image_url":"http://a1.twimg.com/profile_background_images/3272966/twitterbg.jpg","profile_link_color":"9D582E","protected":false,"profile_background_tile":false,"created_at":"Sun Oct 29 04:50:26 +0000 2006","profile_image_url":"http://a1.twimg.com/profile_images/531315010/image_normal.jpg","location":"Bay Minette, AL (30.90 -87.78)","name":"Michael D. Ivey","profile_background_color":"8B542B","followers_count":1432,"id":10967,"statuses_count":10372,"utc_offset":-21600,"screen_name":"ivey"},"truncated":false,"created_at":"Wed Nov 18 18:31:45 +0000 2009","id":5833394979,"favorited":false,"text":"RT @jm: This is awesome: http://codeoffsets.com . Like carbon offsets for bad code."},{"in_reply_to_screen_name":null,"geo":null,"in_reply_to_user_id":null,"in_reply_to_status_id":null,"source":"<a href=\"http://birdhouseapp.com\" rel=\"nofollow\">Birdhouse</a>","user":{"friends_count":475,"profile_sidebar_fill_color":"EADEAA","description":"CEO of Twitpay. Entrepreneur and Rubyist in South Alabama with a wife, a baby, 6 cats, and 3 companies.","following":false,"notifications":false,"time_zone":"Central Time (US & Canada)","favourites_count":1164,"profile_sidebar_border_color":"D9B17E","geo_enabled":true,"profile_text_color":"333333","url":"http://gweezlebur.com","verified":false,"profile_background_image_url":"http://a1.twimg.com/profile_background_images/3272966/twitterbg.jpg","profile_link_color":"9D582E","protected":false,"profile_background_tile":false,"created_at":"Sun Oct 29 04:50:26 +0000 2006","profile_image_url":"http://a1.twimg.com/profile_images/531315010/image_normal.jpg","location":"Bay Minette, AL (30.90 -87.78)","name":"Michael D. Ivey","profile_background_color":"8B542B","followers_count":1432,"id":10967,"statuses_count":10372,"utc_offset":-21600,"screen_name":"ivey"},"truncated":false,"created_at":"Tue Nov 17 21:19:43 +0000 2009","id":5806621384,"favorited":false,"text":"Lots of Weird Al as a kid ruined me for some songs. \"Lola\" on the radio, all I can think is \"I know Darth Vader's really got you annoyed...\""},{"in_reply_to_screen_name":null,"geo":null,"in_reply_to_user_id":null,"in_reply_to_status_id":null,"source":"<a href=\"http://www.atebits.com/\" rel=\"nofollow\">Tweetie</a>","user":{"friends_count":475,"profile_sidebar_fill_color":"EADEAA","description":"CEO of Twitpay. Entrepreneur and Rubyist in South Alabama with a wife, a baby, 6 cats, and 3 companies.","following":false,"notifications":false,"time_zone":"Central Time (US & Canada)","favourites_count":1164,"profile_sidebar_border_color":"D9B17E","geo_enabled":true,"profile_text_color":"333333","url":"http://gweezlebur.com","verified":false,"profile_background_image_url":"http://a1.twimg.com/profile_background_images/3272966/twitterbg.jpg","profile_link_color":"9D582E","protected":false,"profile_background_tile":false,"created_at":"Sun Oct 29 04:50:26 +0000 2006","profile_image_url":"http://a1.twimg.com/profile_images/531315010/image_normal.jpg","location":"Bay Minette, AL (30.90 -87.78)","name":"Michael D. Ivey","profile_background_color":"8B542B","followers_count":1432,"id":10967,"statuses_count":10372,"utc_offset":-21600,"screen_name":"ivey"},"truncated":false,"created_at":"Wed Nov 11 14:49:58 +0000 2009","id":5620231004,"favorited":false,"text":"Everyone needs to read this before arguing about the new RTs. \"Why Retweet works the way it does\": http://bit.ly/39C0C2 /by @ev via @favstar"},{"in_reply_to_screen_name":null,"geo":null,"in_reply_to_user_id":null,"in_reply_to_status_id":null,"source":"<a href=\"http://www.atebits.com/\" rel=\"nofollow\">Tweetie</a>","user":{"friends_count":475,"profile_sidebar_fill_color":"EADEAA","description":"CEO of Twitpay. Entrepreneur and Rubyist in South Alabama with a wife, a baby, 6 cats, and 3 companies.","following":false,"notifications":false,"time_zone":"Central Time (US & Canada)","favourites_count":1164,"profile_sidebar_border_color":"D9B17E","geo_enabled":true,"profile_text_color":"333333","url":"http://gweezlebur.com","verified":false,"profile_background_image_url":"http://a1.twimg.com/profile_background_images/3272966/twitterbg.jpg","profile_link_color":"9D582E","protected":false,"profile_background_tile":false,"created_at":"Sun Oct 29 04:50:26 +0000 2006","profile_image_url":"http://a1.twimg.com/profile_images/531315010/image_normal.jpg","location":"Bay Minette, AL (30.90 -87.78)","name":"Michael D. Ivey","profile_background_color":"8B542B","followers_count":1432,"id":10967,"statuses_count":10372,"utc_offset":-21600,"screen_name":"ivey"},"truncated":false,"created_at":"Mon Nov 09 17:33:01 +0000 2009","id":5563963417,"favorited":false,"text":"RT @BadAstronomer: You know what would be cool? Getting \"Carl Sagan\" to trend on this, his 75th birthday. #carlsagan"}]
Binary file
@@ -0,0 +1,7 @@
1
+ {
2
+ "name": "great danes",
3
+ "position": null,
4
+ "created_at": "Wed Apr 21 19:33:43 +0000 2010",
5
+ "id": 7095598,
6
+ "query": "great danes"
7
+ }
@@ -0,0 +1,16 @@
1
+ [
2
+ {
3
+ "name": "great danes",
4
+ "position": null,
5
+ "created_at": "Wed Apr 21 19:33:43 +0000 2010",
6
+ "id": 7095598,
7
+ "query": "great danes"
8
+ },
9
+ {
10
+ "name": "rubyconf OR railsconf",
11
+ "position": null,
12
+ "created_at": "Wed Apr 21 19:34:04 +0000 2010",
13
+ "id": 7095610,
14
+ "query": "rubyconf OR railsconf"
15
+ }
16
+ ]
@@ -0,0 +1 @@
1
+ {"results":[{"text":"Someone asked about a tweet reader. Easy to do in ruby with @jnunemaker's twitter gem and the win32-sapi gem, if you are on windows.","to_user_id":null,"from_user":"PatParslow","id":1446425395,"from_user_id":297147,"iso_language_code":"en","source":"&lt;a href=&quot;http:\/\/www.tweetdeck.com\/&quot;&gt;TweetDeck&lt;\/a&gt;","profile_image_url":"http:\/\/s3.amazonaws.com\/twitter_production\/profile_images\/53254225\/pat_normal.jpg","created_at":"Fri, 03 Apr 2009 16:55:40 +0000"},{"text":"@jnunemaker cold out today. cold yesterday. even colder today.","to_user_id":19106,"to_user":"jnunemaker","from_user":"oaknd1","id":1446039519,"from_user_id":112472,"iso_language_code":"en","source":"&lt;a href=&quot;http:\/\/iconfactory.com\/software\/twitterrific&quot;&gt;twitterrific&lt;\/a&gt;","profile_image_url":"http:\/\/s3.amazonaws.com\/twitter_production\/profile_images\/101535873\/avatarone_normal.png","created_at":"Fri, 03 Apr 2009 15:51:12 +0000"},{"text":"@jnunemaker could you try to do HTTParty.get(&quot;http:\/\/digg.com&quot;) ? I find myself waiting forever for the response. Posted a ticket on that.","to_user_id":19106,"to_user":"jnunemaker","from_user":"paulozoom","id":1445973779,"from_user_id":258387,"iso_language_code":"en","source":"&lt;a href=&quot;http:\/\/thecosmicmachine.com\/eventbox\/&quot;&gt;EventBox&lt;\/a&gt;","profile_image_url":"http:\/\/s3.amazonaws.com\/twitter_production\/profile_images\/64142495\/zoom2_normal.png","created_at":"Fri, 03 Apr 2009 15:40:20 +0000"},{"text":"Crack, @jnunemaker's new gem for XML and JSON parsing, is aptly named. One hit and I know it will be hard to quit.","to_user_id":null,"from_user":"jerry","id":1442399154,"from_user_id":78336,"iso_language_code":"en","source":"&lt;a href=&quot;http:\/\/iconfactory.com\/software\/twitterrific&quot;&gt;twitterrific&lt;\/a&gt;","profile_image_url":"http:\/\/s3.amazonaws.com\/twitter_production\/profile_images\/54424361\/jerry135x135_normal.jpg","created_at":"Fri, 03 Apr 2009 01:27:02 +0000"},{"text":"@jnunemaker An unobtrusive Fancy Zoom image behavior for use with LowPro: http:\/\/gist.github.com\/89299","to_user_id":19106,"to_user":"jnunemaker","from_user":"johnwlong2000","id":1439627059,"from_user_id":445276,"iso_language_code":"en","source":"&lt;a href=&quot;http:\/\/iconfactory.com\/software\/twitterrific&quot;&gt;twitterrific&lt;\/a&gt;","profile_image_url":"http:\/\/s3.amazonaws.com\/twitter_production\/profile_images\/66571046\/john7_normal.jpg","created_at":"Thu, 02 Apr 2009 17:23:21 +0000"},{"text":"@jnunemaker Trying to dominate the world, heh?","to_user_id":19106,"to_user":"jnunemaker","from_user":"paulozoom","id":1438634711,"from_user_id":258387,"iso_language_code":"en","source":"&lt;a href=&quot;http:\/\/thecosmicmachine.com\/eventbox\/&quot;&gt;EventBox&lt;\/a&gt;","profile_image_url":"http:\/\/s3.amazonaws.com\/twitter_production\/profile_images\/64142495\/zoom2_normal.png","created_at":"Thu, 02 Apr 2009 14:37:38 +0000"},{"text":"@jnunemaker la e today?","to_user_id":19106,"to_user":"jnunemaker","from_user":"kebabdylan","id":1438618345,"from_user_id":162717,"iso_language_code":"es","source":"&lt;a href=&quot;http:\/\/iconfactory.com\/software\/twitterrific&quot;&gt;twitterrific&lt;\/a&gt;","profile_image_url":"http:\/\/s3.amazonaws.com\/twitter_production\/profile_images\/51681870\/kebabdylan-32_normal.jpg","created_at":"Thu, 02 Apr 2009 14:34:55 +0000"},{"text":"@jnunemaker ...have you read &quot;Raccoon Willie: Dead Man&quot; yet?","to_user_id":19106,"to_user":"jnunemaker","from_user":"damygeebo","id":1436292726,"from_user_id":3653781,"iso_language_code":"en","source":"&lt;a href=&quot;http:\/\/twitter.com\/&quot;&gt;web&lt;\/a&gt;","profile_image_url":"http:\/\/s3.amazonaws.com\/twitter_production\/profile_images\/71327390\/wilcat_normal.jpg","created_at":"Thu, 02 Apr 2009 03:53:16 +0000"},{"text":"@jnunemaker Ouch. That sucks. I rode bitch know a sport bike but that was before I knew how to ride (that person taught me a bit).","to_user_id":19106,"to_user":"jnunemaker","from_user":"stickel","id":1436127953,"from_user_id":2132320,"iso_language_code":"en","source":"&lt;a href=&quot;http:\/\/www.atebits.com\/software\/tweetie\/&quot;&gt;Tweetie&lt;\/a&gt;","profile_image_url":"http:\/\/s3.amazonaws.com\/twitter_production\/profile_images\/14998572\/mike-sxsw07-56x56_normal.jpg","created_at":"Thu, 02 Apr 2009 03:20:20 +0000"},{"text":"@jnunemaker thanks for the heads up. I'm mostly just using email as an api.","to_user_id":19106,"to_user":"jnunemaker","from_user":"bradleyktaylor","id":1435461339,"from_user_id":49333,"iso_language_code":"en","source":"&lt;a href=&quot;http:\/\/twitter.com\/&quot;&gt;web&lt;\/a&gt;","profile_image_url":"http:\/\/s3.amazonaws.com\/twitter_production\/profile_images\/56157945\/Photo_1_normal.jpg","created_at":"Thu, 02 Apr 2009 01:18:18 +0000"},{"text":"@jnunemaker don't do it man. Step away from the bike.","to_user_id":19106,"to_user":"jnunemaker","from_user":"rwdaigle","id":1435366505,"from_user_id":153214,"iso_language_code":"en","source":"&lt;a href=&quot;http:\/\/iconfactory.com\/software\/twitterrific&quot;&gt;twitterrific&lt;\/a&gt;","profile_image_url":"http:\/\/s3.amazonaws.com\/twitter_production\/profile_images\/45111492\/ryan_vector_normal.png","created_at":"Thu, 02 Apr 2009 01:00:55 +0000"},{"text":"@jnunemaker No? Why not? And which part wouldn't you wish on anyone?","to_user_id":19106,"to_user":"jnunemaker","from_user":"stickel","id":1435238296,"from_user_id":2132320,"iso_language_code":"en","source":"&lt;a href=&quot;http:\/\/iconfactory.com\/software\/twitterrific&quot;&gt;twitterrific&lt;\/a&gt;","profile_image_url":"http:\/\/s3.amazonaws.com\/twitter_production\/profile_images\/14998572\/mike-sxsw07-56x56_normal.jpg","created_at":"Thu, 02 Apr 2009 00:36:48 +0000"},{"text":"@jnunemaker And they'd all cheer and buy us drinks the entire time we are there. It will be AWESOME! @orderedlist can ride bitch. :)","to_user_id":19106,"to_user":"jnunemaker","from_user":"stickel","id":1435063394,"from_user_id":2132320,"iso_language_code":"en","source":"&lt;a href=&quot;http:\/\/iconfactory.com\/software\/twitterrific&quot;&gt;twitterrific&lt;\/a&gt;","profile_image_url":"http:\/\/s3.amazonaws.com\/twitter_production\/profile_images\/14998572\/mike-sxsw07-56x56_normal.jpg","created_at":"Wed, 01 Apr 2009 23:58:39 +0000"},{"text":"@jnunemaker I dunno. The V-ROD Muscle is pretty hot. http:\/\/moourl.com\/p0q99","to_user_id":19106,"to_user":"jnunemaker","from_user":"stickel","id":1434948902,"from_user_id":2132320,"iso_language_code":"en","source":"&lt;a href=&quot;http:\/\/iconfactory.com\/software\/twitterrific&quot;&gt;twitterrific&lt;\/a&gt;","profile_image_url":"http:\/\/s3.amazonaws.com\/twitter_production\/profile_images\/14998572\/mike-sxsw07-56x56_normal.jpg","created_at":"Wed, 01 Apr 2009 23:36:31 +0000"},{"text":"@jnunemaker Johnny should get a Harley. :D Then ride it to Sturgis with me one of these years. :)","to_user_id":19106,"to_user":"jnunemaker","from_user":"stickel","id":1434706104,"from_user_id":2132320,"iso_language_code":"en","source":"&lt;a href=&quot;http:\/\/iconfactory.com\/software\/twitterrific&quot;&gt;twitterrific&lt;\/a&gt;","profile_image_url":"http:\/\/s3.amazonaws.com\/twitter_production\/profile_images\/14998572\/mike-sxsw07-56x56_normal.jpg","created_at":"Wed, 01 Apr 2009 22:51:20 +0000"}],"since_id":0,"max_id":1446791544,"refresh_url":"?since_id=1446791544&q=%40jnunemaker","results_per_page":15,"next_page":"?page=2&max_id=1446791544&q=%40jnunemaker","completed_in":0.023961,"page":1,"query":"%40jnunemaker"}
@@ -0,0 +1 @@
1
+ {"results":[{"text":"Colder out today than expected. Headed to the Beanery for some morning wakeup drink. Latte or coffee...hmmm...","to_user_id":null,"from_user":"jnunemaker","id":1445986256,"from_user_id":19106,"iso_language_code":"en","source":"&lt;a href=&quot;http:\/\/www.atebits.com\/software\/tweetie\/&quot;&gt;Tweetie&lt;\/a&gt;","profile_image_url":"http:\/\/s3.amazonaws.com\/twitter_production\/profile_images\/61024905\/black250_normal.jpg","created_at":"Fri, 03 Apr 2009 15:42:24 +0000"},{"text":"@jerry haha. @erunyon said he didn't think it was unique enough for google searches. :)","to_user_id":78336,"to_user":"jerry","from_user":"jnunemaker","id":1443087283,"from_user_id":19106,"iso_language_code":"en","source":"&lt;a href=&quot;http:\/\/twitter.com\/&quot;&gt;web&lt;\/a&gt;","profile_image_url":"http:\/\/s3.amazonaws.com\/twitter_production\/profile_images\/61024905\/black250_normal.jpg","created_at":"Fri, 03 Apr 2009 03:34:26 +0000"},{"text":"Rob Dyrdek is the funniest man alive. That is all.","to_user_id":null,"from_user":"jnunemaker","id":1441588944,"from_user_id":19106,"iso_language_code":"en","source":"&lt;a href=&quot;http:\/\/www.atebits.com\/software\/tweetie\/&quot;&gt;Tweetie&lt;\/a&gt;","profile_image_url":"http:\/\/s3.amazonaws.com\/twitter_production\/profile_images\/61024905\/black250_normal.jpg","created_at":"Thu, 02 Apr 2009 22:57:00 +0000"},{"text":"Dang, forgot about CAN http:\/\/calendaraboutnothing.com\/~jnunemaker yesterday and broke my streak of 5 days in a row.","to_user_id":null,"from_user":"jnunemaker","id":1438916463,"from_user_id":19106,"iso_language_code":"en","source":"&lt;a href=&quot;http:\/\/twitter.com\/&quot;&gt;web&lt;\/a&gt;","profile_image_url":"http:\/\/s3.amazonaws.com\/twitter_production\/profile_images\/61024905\/black250_normal.jpg","created_at":"Thu, 02 Apr 2009 15:24:17 +0000"},{"text":"@bryckbost yep. I haven't used dash much but it seems cool. Give it a try.","to_user_id":12964,"to_user":"bryckbost","from_user":"jnunemaker","id":1438754546,"from_user_id":19106,"iso_language_code":"en","source":"&lt;a href=&quot;http:\/\/www.atebits.com\/software\/tweetie\/&quot;&gt;Tweetie&lt;\/a&gt;","profile_image_url":"http:\/\/s3.amazonaws.com\/twitter_production\/profile_images\/61024905\/black250_normal.jpg","created_at":"Thu, 02 Apr 2009 14:57:49 +0000"},{"text":"@nateklaiber dive into python is free online.","to_user_id":128782,"to_user":"nateklaiber","from_user":"jnunemaker","id":1438718326,"from_user_id":19106,"iso_language_code":"en","source":"&lt;a href=&quot;http:\/\/www.atebits.com\/software\/tweetie\/&quot;&gt;Tweetie&lt;\/a&gt;","profile_image_url":"http:\/\/s3.amazonaws.com\/twitter_production\/profile_images\/61024905\/black250_normal.jpg","created_at":"Thu, 02 Apr 2009 14:51:47 +0000"},{"text":"@kebabsylan yes. I'll be there at noon.","to_user_id":9689026,"to_user":"kebabsylan","from_user":"jnunemaker","id":1438637063,"from_user_id":19106,"iso_language_code":"en","source":"&lt;a href=&quot;http:\/\/help.twitter.com\/index.php?pg=kb.page&amp;id=75&quot;&gt;txt&lt;\/a&gt;","profile_image_url":"http:\/\/s3.amazonaws.com\/twitter_production\/profile_images\/61024905\/black250_normal.jpg","created_at":"Thu, 02 Apr 2009 14:38:03 +0000"},{"text":"http:\/\/twitpic.com\/2pwjy - The books I'm reading right now. Wish I had more time.","to_user_id":null,"from_user":"jnunemaker","id":1438613754,"from_user_id":19106,"iso_language_code":"en","source":"&lt;a href=&quot;http:\/\/twitpic.com\/&quot;&gt;TwitPic&lt;\/a&gt;","profile_image_url":"http:\/\/s3.amazonaws.com\/twitter_production\/profile_images\/61024905\/black250_normal.jpg","created_at":"Thu, 02 Apr 2009 14:34:10 +0000"},{"text":"Reading a couple hokey named books of late, but really enjoying them. &quot;I Will Teach You To Be Rich&quot; and &quot;Get Anyone To Do Anything&quot;.","to_user_id":null,"from_user":"jnunemaker","id":1436286949,"from_user_id":19106,"iso_language_code":"en","source":"&lt;a href=&quot;http:\/\/twitter.com\/&quot;&gt;web&lt;\/a&gt;","profile_image_url":"http:\/\/s3.amazonaws.com\/twitter_production\/profile_images\/61024905\/black250_normal.jpg","created_at":"Thu, 02 Apr 2009 03:52:02 +0000"},{"text":"Megan Joy turned into a train wreck tonight.","to_user_id":null,"from_user":"jnunemaker","id":1435963959,"from_user_id":19106,"iso_language_code":"en","source":"&lt;a href=&quot;http:\/\/help.twitter.com\/index.php?pg=kb.page&amp;id=75&quot;&gt;txt&lt;\/a&gt;","profile_image_url":"http:\/\/s3.amazonaws.com\/twitter_production\/profile_images\/61024905\/black250_normal.jpg","created_at":"Thu, 02 Apr 2009 02:51:01 +0000"},{"text":"Watching latest House. Cool idea.","to_user_id":null,"from_user":"jnunemaker","id":1435502494,"from_user_id":19106,"iso_language_code":"en","source":"&lt;a href=&quot;http:\/\/www.atebits.com\/software\/tweetie\/&quot;&gt;Tweetie&lt;\/a&gt;","profile_image_url":"http:\/\/s3.amazonaws.com\/twitter_production\/profile_images\/61024905\/black250_normal.jpg","created_at":"Thu, 02 Apr 2009 01:25:46 +0000"},{"text":"@rwdaigle not a motorcycle man?","to_user_id":153214,"to_user":"rwdaigle","from_user":"jnunemaker","id":1435443029,"from_user_id":19106,"iso_language_code":"en","source":"&lt;a href=&quot;http:\/\/www.atebits.com\/software\/tweetie\/&quot;&gt;Tweetie&lt;\/a&gt;","profile_image_url":"http:\/\/s3.amazonaws.com\/twitter_production\/profile_images\/61024905\/black250_normal.jpg","created_at":"Thu, 02 Apr 2009 01:14:52 +0000"},{"text":"@bradleyktaylor I did some ruby wufoo a few months back. It's on github.","to_user_id":49333,"to_user":"bradleyktaylor","from_user":"jnunemaker","id":1435440065,"from_user_id":19106,"iso_language_code":"en","source":"&lt;a href=&quot;http:\/\/www.atebits.com\/software\/tweetie\/&quot;&gt;Tweetie&lt;\/a&gt;","profile_image_url":"http:\/\/s3.amazonaws.com\/twitter_production\/profile_images\/61024905\/black250_normal.jpg","created_at":"Thu, 02 Apr 2009 01:14:19 +0000"},{"text":"@stickel riding bitch on motorcycle. Bike died once on trip and had to ride on back of my dad's.","to_user_id":2132320,"to_user":"stickel","from_user":"jnunemaker","id":1435431849,"from_user_id":19106,"iso_language_code":"en","source":"&lt;a href=&quot;http:\/\/www.atebits.com\/software\/tweetie\/&quot;&gt;Tweetie&lt;\/a&gt;","profile_image_url":"http:\/\/s3.amazonaws.com\/twitter_production\/profile_images\/61024905\/black250_normal.jpg","created_at":"Thu, 02 Apr 2009 01:12:46 +0000"},{"text":"@stickel haha. Having done that twice I wouldn't wish it on anyone. :)","to_user_id":2132320,"to_user":"stickel","from_user":"jnunemaker","id":1435217155,"from_user_id":19106,"iso_language_code":"en","source":"&lt;a href=&quot;http:\/\/www.atebits.com\/software\/tweetie\/&quot;&gt;Tweetie&lt;\/a&gt;","profile_image_url":"http:\/\/s3.amazonaws.com\/twitter_production\/profile_images\/61024905\/black250_normal.jpg","created_at":"Thu, 02 Apr 2009 00:31:52 +0000"}],"since_id":0,"max_id":1446791544,"refresh_url":"?since_id=1446791544&q=from%3Ajnunemaker","results_per_page":15,"next_page":"?page=2&max_id=1446791544&q=from%3Ajnunemaker","completed_in":0.024906,"page":1,"query":"from%3Ajnunemaker"}
@@ -0,0 +1 @@
1
+ {"in_reply_to_screen_name":null,"user":{"profile_sidebar_border_color":"181A1E","description":"Loves his wife, ruby, notre dame football and iu basketball","time_zone":"Indiana (East)","utc_offset":-18000,"friends_count":161,"profile_image_url":"http:\/\/s3.amazonaws.com\/twitter_production\/profile_images\/61024905\/black250_normal.jpg","following":true,"notifications":false,"profile_background_color":"1A1B1F","url":"http:\/\/railstips.org\/about","screen_name":"jnunemaker","name":"John Nunemaker","profile_background_tile":false,"profile_text_color":"666666","followers_count":1231,"protected":false,"favourites_count":73,"created_at":"Sun Aug 13 22:56:06 +0000 2006","profile_link_color":"2FC2EF","statuses_count":4664,"profile_sidebar_fill_color":"252429","location":"Mishawaka, Indiana","id":4243,"profile_background_image_url":"http:\/\/static.twitter.com\/images\/themes\/theme9\/bg.gif"},"text":"Rob Dyrdek is the funniest man alive. That is all.","truncated":false,"in_reply_to_status_id":null,"in_reply_to_user_id":null,"created_at":"Thu Apr 02 22:57:00 +0000 2009","favorited":false,"id":1441588944,"source":"<a href=\"http:\/\/www.atebits.com\/software\/tweetie\/\">Tweetie<\/a>"}
@@ -0,0 +1 @@
1
+ {"in_reply_to_screen_name":null,"user":{"profile_background_image_url":"http:\/\/static.twitter.com\/images\/themes\/theme9\/bg.gif","description":"Loves his wife, ruby, notre dame football and iu basketball","time_zone":"Indiana (East)","utc_offset":-18000,"friends_count":161,"profile_sidebar_border_color":"181A1E","following":false,"favourites_count":80,"notifications":false,"profile_background_color":"1A1B1F","url":"http:\/\/railstips.org\/about","name":"John Nunemaker","statuses_count":4771,"protected":false,"profile_background_tile":false,"profile_text_color":"666666","created_at":"Sun Aug 13 22:56:06 +0000 2006","profile_image_url":"http:\/\/s3.amazonaws.com\/twitter_production\/profile_images\/61024905\/black250_normal.jpg","profile_link_color":"2FC2EF","location":"Mishawaka, Indiana","screen_name":"jnunemaker","id":4243,"profile_sidebar_fill_color":"252429","followers_count":1252},"text":"Eating some oatmeal and butterscotch cookies with a cold glass of milk for breakfast. Tasty!","truncated":false,"in_reply_to_status_id":null,"created_at":"Thu Apr 16 14:12:36 +0000 2009","in_reply_to_user_id":null,"id":1533815199,"favorited":false,"source":"<a href=\"http:\/\/twitter.rubyforge.org\">Twitter App<\/a>"}