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,710 @@
1
+ [{
2
+ "in_reply_to_screen_name": null,
3
+ "user": {
4
+ "description": "Loves his wife, ruby, notre dame football and iu basketball",
5
+ "time_zone": "Indiana (East)",
6
+ "utc_offset": -18000,
7
+ "profile_sidebar_border_color": "181A1E",
8
+ "notifications": false,
9
+ "profile_background_tile": false,
10
+ "friends_count": 160,
11
+ "profile_image_url": "http:\/\/s3.amazonaws.com\/twitter_production\/profile_images\/61024905\/black250_normal.jpg",
12
+ "following": true,
13
+ "favourites_count": 74,
14
+ "profile_background_color": "1A1B1F",
15
+ "url": "http:\/\/railstips.org\/about",
16
+ "screen_name": "jnunemaker",
17
+ "name": "John Nunemaker",
18
+ "statuses_count": 4666,
19
+ "protected": false,
20
+ "profile_background_image_url": "http:\/\/static.twitter.com\/images\/themes\/theme9\/bg.gif",
21
+ "profile_text_color": "666666",
22
+ "created_at": "Sun Aug 13 22:56:06 +0000 2006",
23
+ "profile_link_color": "2FC2EF",
24
+ "location": "Mishawaka, Indiana",
25
+ "id": 4243,
26
+ "profile_sidebar_fill_color": "252429",
27
+ "followers_count": 1234
28
+ },
29
+ "text": "Colder out today than expected. Headed to the Beanery for some morning wakeup drink. Latte or coffee...hmmm...",
30
+ "truncated": false,
31
+ "in_reply_to_status_id": null,
32
+ "in_reply_to_user_id": null,
33
+ "created_at": "Fri Apr 03 15:42:24 +0000 2009",
34
+ "favorited": false,
35
+ "id": 1445986256,
36
+ "source": "<a href=\"http:\/\/www.atebits.com\/software\/tweetie\/\">Tweetie<\/a>"
37
+ },
38
+ {
39
+ "in_reply_to_screen_name": "jerry",
40
+ "user": {
41
+ "notifications": false,
42
+ "profile_background_tile": false,
43
+ "friends_count": 160,
44
+ "description": "Loves his wife, ruby, notre dame football and iu basketball",
45
+ "time_zone": "Indiana (East)",
46
+ "utc_offset": -18000,
47
+ "favourites_count": 73,
48
+ "profile_background_color": "1A1B1F",
49
+ "profile_image_url": "http:\/\/s3.amazonaws.com\/twitter_production\/profile_images\/61024905\/black250_normal.jpg",
50
+ "following": true,
51
+ "profile_background_image_url": "http:\/\/static.twitter.com\/images\/themes\/theme9\/bg.gif",
52
+ "profile_text_color": "666666",
53
+ "url": "http:\/\/railstips.org\/about",
54
+ "screen_name": "jnunemaker",
55
+ "name": "John Nunemaker",
56
+ "statuses_count": 4665,
57
+ "protected": false,
58
+ "profile_link_color": "2FC2EF",
59
+ "created_at": "Sun Aug 13 22:56:06 +0000 2006",
60
+ "profile_sidebar_fill_color": "252429",
61
+ "location": "Mishawaka, Indiana",
62
+ "id": 4243,
63
+ "profile_sidebar_border_color": "181A1E",
64
+ "followers_count": 1231
65
+ },
66
+ "text": "@jerry haha. @erunyon said he didn't think it was unique enough for google searches. :)",
67
+ "truncated": false,
68
+ "in_reply_to_status_id": 1442399154,
69
+ "in_reply_to_user_id": 613,
70
+ "created_at": "Fri Apr 03 03:34:26 +0000 2009",
71
+ "favorited": false,
72
+ "id": 1443087283,
73
+ "source": "web"
74
+ },
75
+ {
76
+ "in_reply_to_screen_name": null,
77
+ "user": {
78
+ "profile_sidebar_border_color": "181A1E",
79
+ "description": "Loves his wife, ruby, notre dame football and iu basketball",
80
+ "time_zone": "Indiana (East)",
81
+ "utc_offset": -18000,
82
+ "friends_count": 161,
83
+ "profile_image_url": "http:\/\/s3.amazonaws.com\/twitter_production\/profile_images\/61024905\/black250_normal.jpg",
84
+ "following": true,
85
+ "notifications": false,
86
+ "profile_background_color": "1A1B1F",
87
+ "url": "http:\/\/railstips.org\/about",
88
+ "screen_name": "jnunemaker",
89
+ "name": "John Nunemaker",
90
+ "profile_background_tile": false,
91
+ "profile_text_color": "666666",
92
+ "followers_count": 1231,
93
+ "protected": false,
94
+ "favourites_count": 73,
95
+ "created_at": "Sun Aug 13 22:56:06 +0000 2006",
96
+ "profile_link_color": "2FC2EF",
97
+ "statuses_count": 4664,
98
+ "profile_sidebar_fill_color": "252429",
99
+ "location": "Mishawaka, Indiana",
100
+ "id": 4243,
101
+ "profile_background_image_url": "http:\/\/static.twitter.com\/images\/themes\/theme9\/bg.gif"
102
+ },
103
+ "text": "Rob Dyrdek is the funniest man alive. That is all.",
104
+ "truncated": false,
105
+ "in_reply_to_status_id": null,
106
+ "in_reply_to_user_id": null,
107
+ "created_at": "Thu Apr 02 22:57:00 +0000 2009",
108
+ "favorited": false,
109
+ "id": 1441588944,
110
+ "source": "<a href=\"http:\/\/www.atebits.com\/software\/tweetie\/\">Tweetie<\/a>"
111
+ },
112
+ {
113
+ "favorited": false,
114
+ "user": {
115
+ "profile_sidebar_fill_color": "252429",
116
+ "description": "Loves his wife, ruby, notre dame football and iu basketball",
117
+ "utc_offset": -18000,
118
+ "profile_sidebar_border_color": "181A1E",
119
+ "followers_count": 1228,
120
+ "following": true,
121
+ "notifications": false,
122
+ "profile_background_tile": false,
123
+ "friends_count": 161,
124
+ "time_zone": "Indiana (East)",
125
+ "url": "http:\/\/railstips.org\/about",
126
+ "name": "John Nunemaker",
127
+ "favourites_count": 73,
128
+ "profile_background_color": "1A1B1F",
129
+ "protected": false,
130
+ "profile_image_url": "http:\/\/s3.amazonaws.com\/twitter_production\/profile_images\/61024905\/black250_normal.jpg",
131
+ "profile_background_image_url": "http:\/\/static.twitter.com\/images\/themes\/theme9\/bg.gif",
132
+ "profile_text_color": "666666",
133
+ "screen_name": "jnunemaker",
134
+ "statuses_count": 4663,
135
+ "profile_link_color": "2FC2EF",
136
+ "location": "Mishawaka, Indiana",
137
+ "id": 4243,
138
+ "created_at": "Sun Aug 13 22:56:06 +0000 2006"
139
+ },
140
+ "text": "Dang, forgot about CAN http:\/\/calendaraboutnothing.com\/~jnunemaker yesterday and broke my streak of 5 days in a row.",
141
+ "in_reply_to_screen_name": null,
142
+ "truncated": false,
143
+ "in_reply_to_status_id": null,
144
+ "id": 1438916463,
145
+ "in_reply_to_user_id": null,
146
+ "source": "web",
147
+ "created_at": "Thu Apr 02 15:24:17 +0000 2009"
148
+ },
149
+ {
150
+ "favorited": false,
151
+ "user": {
152
+ "profile_background_image_url": "http:\/\/static.twitter.com\/images\/themes\/theme9\/bg.gif",
153
+ "friends_count": 161,
154
+ "description": "Loves his wife, ruby, notre dame football and iu basketball",
155
+ "utc_offset": -18000,
156
+ "profile_background_color": "1A1B1F",
157
+ "following": true,
158
+ "time_zone": "Indiana (East)",
159
+ "profile_text_color": "666666",
160
+ "followers_count": 1228,
161
+ "url": "http:\/\/railstips.org\/about",
162
+ "name": "John Nunemaker",
163
+ "protected": false,
164
+ "profile_image_url": "http:\/\/s3.amazonaws.com\/twitter_production\/profile_images\/61024905\/black250_normal.jpg",
165
+ "notifications": false,
166
+ "profile_background_tile": false,
167
+ "favourites_count": 73,
168
+ "profile_link_color": "2FC2EF",
169
+ "screen_name": "jnunemaker",
170
+ "statuses_count": 4662,
171
+ "profile_sidebar_fill_color": "252429",
172
+ "location": "Mishawaka, Indiana",
173
+ "id": 4243,
174
+ "created_at": "Sun Aug 13 22:56:06 +0000 2006",
175
+ "profile_sidebar_border_color": "181A1E"
176
+ },
177
+ "text": "@bryckbost yep. I haven't used dash much but it seems cool. Give it a try.",
178
+ "in_reply_to_screen_name": "bryckbost",
179
+ "truncated": false,
180
+ "in_reply_to_status_id": 1438082787,
181
+ "id": 1438754546,
182
+ "in_reply_to_user_id": 8494682,
183
+ "source": "<a href=\"http:\/\/www.atebits.com\/software\/tweetie\/\">Tweetie<\/a>",
184
+ "created_at": "Thu Apr 02 14:57:49 +0000 2009"
185
+ },
186
+ {
187
+ "favorited": false,
188
+ "user": {
189
+ "profile_sidebar_fill_color": "252429",
190
+ "description": "Loves his wife, ruby, notre dame football and iu basketball",
191
+ "utc_offset": -18000,
192
+ "profile_sidebar_border_color": "181A1E",
193
+ "followers_count": 1228,
194
+ "following": true,
195
+ "notifications": false,
196
+ "profile_background_tile": false,
197
+ "friends_count": 161,
198
+ "time_zone": "Indiana (East)",
199
+ "url": "http:\/\/railstips.org\/about",
200
+ "name": "John Nunemaker",
201
+ "favourites_count": 73,
202
+ "profile_background_color": "1A1B1F",
203
+ "protected": false,
204
+ "profile_image_url": "http:\/\/s3.amazonaws.com\/twitter_production\/profile_images\/61024905\/black250_normal.jpg",
205
+ "profile_background_image_url": "http:\/\/static.twitter.com\/images\/themes\/theme9\/bg.gif",
206
+ "profile_text_color": "666666",
207
+ "screen_name": "jnunemaker",
208
+ "statuses_count": 4661,
209
+ "profile_link_color": "2FC2EF",
210
+ "location": "Mishawaka, Indiana",
211
+ "id": 4243,
212
+ "created_at": "Sun Aug 13 22:56:06 +0000 2006"
213
+ },
214
+ "text": "@nateklaiber dive into python is free online.",
215
+ "in_reply_to_screen_name": "nateklaiber",
216
+ "truncated": false,
217
+ "in_reply_to_status_id": 1438415604,
218
+ "id": 1438718326,
219
+ "in_reply_to_user_id": 13722,
220
+ "source": "<a href=\"http:\/\/www.atebits.com\/software\/tweetie\/\">Tweetie<\/a>",
221
+ "created_at": "Thu Apr 02 14:51:47 +0000 2009"
222
+ },
223
+ {
224
+ "in_reply_to_screen_name": null,
225
+ "user": {
226
+ "friends_count": 161,
227
+ "profile_background_color": "1A1B1F",
228
+ "description": "Loves his wife, ruby, notre dame football and iu basketball",
229
+ "time_zone": "Indiana (East)",
230
+ "utc_offset": -18000,
231
+ "favourites_count": 72,
232
+ "profile_text_color": "666666",
233
+ "profile_image_url": "http:\/\/s3.amazonaws.com\/twitter_production\/profile_images\/61024905\/black250_normal.jpg",
234
+ "following": true,
235
+ "profile_background_image_url": "http:\/\/static.twitter.com\/images\/themes\/theme9\/bg.gif",
236
+ "profile_link_color": "2FC2EF",
237
+ "url": "http:\/\/railstips.org\/about",
238
+ "screen_name": "jnunemaker",
239
+ "name": "John Nunemaker",
240
+ "protected": false,
241
+ "statuses_count": 4660,
242
+ "profile_sidebar_fill_color": "252429",
243
+ "notifications": false,
244
+ "created_at": "Sun Aug 13 22:56:06 +0000 2006",
245
+ "profile_sidebar_border_color": "181A1E",
246
+ "followers_count": 1228,
247
+ "profile_background_tile": false,
248
+ "location": "Mishawaka, Indiana",
249
+ "id": 4243
250
+ },
251
+ "text": "@kebabsylan yes. I'll be there at noon.",
252
+ "truncated": false,
253
+ "in_reply_to_status_id": null,
254
+ "in_reply_to_user_id": null,
255
+ "created_at": "Thu Apr 02 14:38:03 +0000 2009",
256
+ "favorited": false,
257
+ "id": 1438637063,
258
+ "source": "<a href=\"http:\/\/help.twitter.com\/index.php?pg=kb.page&id=75\">txt<\/a>"
259
+ },
260
+ {
261
+ "in_reply_to_screen_name": null,
262
+ "user": {
263
+ "notifications": false,
264
+ "profile_background_tile": false,
265
+ "friends_count": 161,
266
+ "description": "Loves his wife, ruby, notre dame football and iu basketball",
267
+ "time_zone": "Indiana (East)",
268
+ "utc_offset": -18000,
269
+ "favourites_count": 72,
270
+ "profile_background_color": "1A1B1F",
271
+ "profile_image_url": "http:\/\/s3.amazonaws.com\/twitter_production\/profile_images\/61024905\/black250_normal.jpg",
272
+ "following": true,
273
+ "profile_background_image_url": "http:\/\/static.twitter.com\/images\/themes\/theme9\/bg.gif",
274
+ "profile_text_color": "666666",
275
+ "url": "http:\/\/railstips.org\/about",
276
+ "screen_name": "jnunemaker",
277
+ "name": "John Nunemaker",
278
+ "statuses_count": 4659,
279
+ "protected": false,
280
+ "profile_link_color": "2FC2EF",
281
+ "created_at": "Sun Aug 13 22:56:06 +0000 2006",
282
+ "profile_sidebar_fill_color": "252429",
283
+ "location": "Mishawaka, Indiana",
284
+ "id": 4243,
285
+ "profile_sidebar_border_color": "181A1E",
286
+ "followers_count": 1228
287
+ },
288
+ "text": "http:\/\/twitpic.com\/2pwjy - The books I'm reading right now. Wish I had more time.",
289
+ "truncated": false,
290
+ "in_reply_to_status_id": null,
291
+ "in_reply_to_user_id": null,
292
+ "created_at": "Thu Apr 02 14:34:10 +0000 2009",
293
+ "favorited": false,
294
+ "id": 1438613754,
295
+ "source": "<a href=\"http:\/\/twitpic.com\/\">TwitPic<\/a>"
296
+ },
297
+ {
298
+ "favorited": false,
299
+ "user": {
300
+ "statuses_count": 4658,
301
+ "profile_background_color": "1A1B1F",
302
+ "description": "Loves his wife, ruby, notre dame football and iu basketball",
303
+ "utc_offset": -18000,
304
+ "followers_count": 1226,
305
+ "profile_text_color": "666666",
306
+ "following": true,
307
+ "favourites_count": 72,
308
+ "time_zone": "Indiana (East)",
309
+ "profile_link_color": "2FC2EF",
310
+ "url": "http:\/\/railstips.org\/about",
311
+ "name": "John Nunemaker",
312
+ "protected": false,
313
+ "profile_image_url": "http:\/\/s3.amazonaws.com\/twitter_production\/profile_images\/61024905\/black250_normal.jpg",
314
+ "notifications": false,
315
+ "profile_sidebar_fill_color": "252429",
316
+ "friends_count": 161,
317
+ "screen_name": "jnunemaker",
318
+ "profile_sidebar_border_color": "181A1E",
319
+ "profile_background_tile": false,
320
+ "profile_background_image_url": "http:\/\/static.twitter.com\/images\/themes\/theme9\/bg.gif",
321
+ "location": "Mishawaka, Indiana",
322
+ "id": 4243,
323
+ "created_at": "Sun Aug 13 22:56:06 +0000 2006"
324
+ },
325
+ "text": "Reading a couple hokey named books of late, but really enjoying them. \"I Will Teach You To Be Rich\" and \"Get Anyone To Do Anything\".",
326
+ "in_reply_to_screen_name": null,
327
+ "truncated": false,
328
+ "in_reply_to_status_id": null,
329
+ "id": 1436286949,
330
+ "in_reply_to_user_id": null,
331
+ "source": "web",
332
+ "created_at": "Thu Apr 02 03:52:02 +0000 2009"
333
+ },
334
+ {
335
+ "favorited": false,
336
+ "user": {
337
+ "profile_link_color": "2FC2EF",
338
+ "description": "Loves his wife, ruby, notre dame football and iu basketball",
339
+ "utc_offset": -18000,
340
+ "profile_sidebar_fill_color": "252429",
341
+ "followers_count": 1226,
342
+ "following": true,
343
+ "time_zone": "Indiana (East)",
344
+ "profile_sidebar_border_color": "181A1E",
345
+ "url": "http:\/\/railstips.org\/about",
346
+ "name": "John Nunemaker",
347
+ "notifications": false,
348
+ "profile_background_tile": false,
349
+ "friends_count": 161,
350
+ "protected": false,
351
+ "profile_image_url": "http:\/\/s3.amazonaws.com\/twitter_production\/profile_images\/61024905\/black250_normal.jpg",
352
+ "favourites_count": 72,
353
+ "profile_background_color": "1A1B1F",
354
+ "screen_name": "jnunemaker",
355
+ "statuses_count": 4657,
356
+ "profile_background_image_url": "http:\/\/static.twitter.com\/images\/themes\/theme9\/bg.gif",
357
+ "profile_text_color": "666666",
358
+ "location": "Mishawaka, Indiana",
359
+ "id": 4243,
360
+ "created_at": "Sun Aug 13 22:56:06 +0000 2006"
361
+ },
362
+ "text": "Megan Joy turned into a train wreck tonight.",
363
+ "in_reply_to_screen_name": null,
364
+ "truncated": false,
365
+ "in_reply_to_status_id": null,
366
+ "id": 1435963959,
367
+ "in_reply_to_user_id": null,
368
+ "source": "<a href=\"http:\/\/help.twitter.com\/index.php?pg=kb.page&id=75\">txt<\/a>",
369
+ "created_at": "Thu Apr 02 02:51:01 +0000 2009"
370
+ },
371
+ {
372
+ "in_reply_to_screen_name": null,
373
+ "user": {
374
+ "notifications": false,
375
+ "profile_background_tile": false,
376
+ "friends_count": 161,
377
+ "description": "Loves his wife, ruby, notre dame football and iu basketball",
378
+ "time_zone": "Indiana (East)",
379
+ "utc_offset": -18000,
380
+ "favourites_count": 72,
381
+ "profile_background_color": "1A1B1F",
382
+ "profile_image_url": "http:\/\/s3.amazonaws.com\/twitter_production\/profile_images\/61024905\/black250_normal.jpg",
383
+ "following": true,
384
+ "profile_background_image_url": "http:\/\/static.twitter.com\/images\/themes\/theme9\/bg.gif",
385
+ "profile_text_color": "666666",
386
+ "url": "http:\/\/railstips.org\/about",
387
+ "screen_name": "jnunemaker",
388
+ "name": "John Nunemaker",
389
+ "statuses_count": 4656,
390
+ "protected": false,
391
+ "profile_link_color": "2FC2EF",
392
+ "created_at": "Sun Aug 13 22:56:06 +0000 2006",
393
+ "profile_sidebar_fill_color": "252429",
394
+ "location": "Mishawaka, Indiana",
395
+ "id": 4243,
396
+ "profile_sidebar_border_color": "181A1E",
397
+ "followers_count": 1226
398
+ },
399
+ "text": "Watching latest House. Cool idea.",
400
+ "truncated": false,
401
+ "in_reply_to_status_id": null,
402
+ "in_reply_to_user_id": null,
403
+ "created_at": "Thu Apr 02 01:25:46 +0000 2009",
404
+ "favorited": false,
405
+ "id": 1435502494,
406
+ "source": "<a href=\"http:\/\/www.atebits.com\/software\/tweetie\/\">Tweetie<\/a>"
407
+ },
408
+ {
409
+ "favorited": false,
410
+ "user": {
411
+ "profile_background_image_url": "http:\/\/static.twitter.com\/images\/themes\/theme9\/bg.gif",
412
+ "friends_count": 161,
413
+ "description": "Loves his wife, ruby, notre dame football and iu basketball",
414
+ "utc_offset": -18000,
415
+ "profile_sidebar_border_color": "181A1E",
416
+ "following": true,
417
+ "time_zone": "Indiana (East)",
418
+ "profile_background_color": "1A1B1F",
419
+ "followers_count": 1226,
420
+ "url": "http:\/\/railstips.org\/about",
421
+ "name": "John Nunemaker",
422
+ "protected": false,
423
+ "profile_image_url": "http:\/\/s3.amazonaws.com\/twitter_production\/profile_images\/61024905\/black250_normal.jpg",
424
+ "notifications": false,
425
+ "profile_background_tile": false,
426
+ "favourites_count": 72,
427
+ "profile_text_color": "666666",
428
+ "screen_name": "jnunemaker",
429
+ "statuses_count": 4655,
430
+ "profile_link_color": "2FC2EF",
431
+ "location": "Mishawaka, Indiana",
432
+ "id": 4243,
433
+ "created_at": "Sun Aug 13 22:56:06 +0000 2006",
434
+ "profile_sidebar_fill_color": "252429"
435
+ },
436
+ "text": "@rwdaigle not a motorcycle man?",
437
+ "in_reply_to_screen_name": "rwdaigle",
438
+ "truncated": false,
439
+ "in_reply_to_status_id": 1435366505,
440
+ "id": 1435443029,
441
+ "in_reply_to_user_id": 658343,
442
+ "source": "<a href=\"http:\/\/www.atebits.com\/software\/tweetie\/\">Tweetie<\/a>",
443
+ "created_at": "Thu Apr 02 01:14:52 +0000 2009"
444
+ },
445
+ {
446
+ "favorited": false,
447
+ "user": {
448
+ "profile_sidebar_border_color": "181A1E",
449
+ "followers_count": 1226,
450
+ "description": "Loves his wife, ruby, notre dame football and iu basketball",
451
+ "profile_background_tile": false,
452
+ "utc_offset": -18000,
453
+ "following": true,
454
+ "friends_count": 161,
455
+ "profile_background_color": "1A1B1F",
456
+ "time_zone": "Indiana (East)",
457
+ "url": "http:\/\/railstips.org\/about",
458
+ "name": "John Nunemaker",
459
+ "favourites_count": 72,
460
+ "profile_text_color": "666666",
461
+ "protected": false,
462
+ "profile_image_url": "http:\/\/s3.amazonaws.com\/twitter_production\/profile_images\/61024905\/black250_normal.jpg",
463
+ "profile_background_image_url": "http:\/\/static.twitter.com\/images\/themes\/theme9\/bg.gif",
464
+ "profile_link_color": "2FC2EF",
465
+ "screen_name": "jnunemaker",
466
+ "statuses_count": 4654,
467
+ "profile_sidebar_fill_color": "252429",
468
+ "location": "Mishawaka, Indiana",
469
+ "id": 4243,
470
+ "notifications": false,
471
+ "created_at": "Sun Aug 13 22:56:06 +0000 2006"
472
+ },
473
+ "text": "@bradleyktaylor I did some ruby wufoo a few months back. It's on github.",
474
+ "in_reply_to_screen_name": "bradleyktaylor",
475
+ "truncated": false,
476
+ "in_reply_to_status_id": 1435320189,
477
+ "id": 1435440065,
478
+ "in_reply_to_user_id": 13782402,
479
+ "source": "<a href=\"http:\/\/www.atebits.com\/software\/tweetie\/\">Tweetie<\/a>",
480
+ "created_at": "Thu Apr 02 01:14:19 +0000 2009"
481
+ },
482
+ {
483
+ "in_reply_to_screen_name": "stickel",
484
+ "user": {
485
+ "notifications": true,
486
+ "profile_background_tile": false,
487
+ "friends_count": 161,
488
+ "description": "Loves his wife, ruby, notre dame football and iu basketball",
489
+ "time_zone": "Indiana (East)",
490
+ "utc_offset": -18000,
491
+ "favourites_count": 72,
492
+ "profile_background_color": "1A1B1F",
493
+ "profile_image_url": "http:\/\/s3.amazonaws.com\/twitter_production\/profile_images\/61024905\/black250_normal.jpg",
494
+ "following": true,
495
+ "profile_background_image_url": "http:\/\/static.twitter.com\/images\/themes\/theme9\/bg.gif",
496
+ "profile_text_color": "666666",
497
+ "url": "http:\/\/railstips.org\/about",
498
+ "screen_name": "jnunemaker",
499
+ "name": "John Nunemaker",
500
+ "statuses_count": 4653,
501
+ "protected": false,
502
+ "profile_link_color": "2FC2EF",
503
+ "created_at": "Sun Aug 13 22:56:06 +0000 2006",
504
+ "profile_sidebar_fill_color": "252429",
505
+ "location": "Mishawaka, Indiana",
506
+ "id": 4243,
507
+ "profile_sidebar_border_color": "181A1E",
508
+ "followers_count": 1226
509
+ },
510
+ "text": "@stickel riding bitch on motorcycle. Bike died once on trip and had to ride on back of my dad's.",
511
+ "truncated": false,
512
+ "in_reply_to_status_id": 1435238296,
513
+ "in_reply_to_user_id": 15403,
514
+ "created_at": "Thu Apr 02 01:12:46 +0000 2009",
515
+ "favorited": false,
516
+ "id": 1435431849,
517
+ "source": "<a href=\"http:\/\/www.atebits.com\/software\/tweetie\/\">Tweetie<\/a>"
518
+ },
519
+ {
520
+ "in_reply_to_screen_name": "stickel",
521
+ "user": {
522
+ "description": "Loves his wife, ruby, notre dame football and iu basketball",
523
+ "time_zone": "Indiana (East)",
524
+ "utc_offset": -18000,
525
+ "profile_background_color": "1A1B1F",
526
+ "followers_count": 1226,
527
+ "profile_image_url": "http:\/\/s3.amazonaws.com\/twitter_production\/profile_images\/61024905\/black250_normal.jpg",
528
+ "following": true,
529
+ "notifications": true,
530
+ "profile_background_tile": false,
531
+ "favourites_count": 72,
532
+ "profile_text_color": "666666",
533
+ "url": "http:\/\/railstips.org\/about",
534
+ "screen_name": "jnunemaker",
535
+ "name": "John Nunemaker",
536
+ "statuses_count": 4652,
537
+ "profile_link_color": "2FC2EF",
538
+ "protected": false,
539
+ "created_at": "Sun Aug 13 22:56:06 +0000 2006",
540
+ "profile_sidebar_fill_color": "252429",
541
+ "profile_background_image_url": "http:\/\/static.twitter.com\/images\/themes\/theme9\/bg.gif",
542
+ "friends_count": 161,
543
+ "profile_sidebar_border_color": "181A1E",
544
+ "location": "Mishawaka, Indiana",
545
+ "id": 4243
546
+ },
547
+ "text": "@stickel haha. Having done that twice I wouldn't wish it on anyone. :)",
548
+ "truncated": false,
549
+ "in_reply_to_status_id": 1435063394,
550
+ "in_reply_to_user_id": 15403,
551
+ "created_at": "Thu Apr 02 00:31:52 +0000 2009",
552
+ "favorited": false,
553
+ "id": 1435217155,
554
+ "source": "<a href=\"http:\/\/www.atebits.com\/software\/tweetie\/\">Tweetie<\/a>"
555
+ },
556
+ {
557
+ "favorited": false,
558
+ "user": {
559
+ "profile_background_image_url": "http:\/\/static.twitter.com\/images\/themes\/theme9\/bg.gif",
560
+ "friends_count": 161,
561
+ "description": "Loves his wife, ruby, notre dame football and iu basketball",
562
+ "utc_offset": -18000,
563
+ "profile_sidebar_border_color": "181A1E",
564
+ "following": true,
565
+ "time_zone": "Indiana (East)",
566
+ "profile_background_color": "1A1B1F",
567
+ "followers_count": 1225,
568
+ "url": "http:\/\/railstips.org\/about",
569
+ "name": "John Nunemaker",
570
+ "protected": false,
571
+ "profile_image_url": "http:\/\/s3.amazonaws.com\/twitter_production\/profile_images\/61024905\/black250_normal.jpg",
572
+ "notifications": false,
573
+ "profile_background_tile": false,
574
+ "favourites_count": 72,
575
+ "profile_text_color": "666666",
576
+ "screen_name": "jnunemaker",
577
+ "statuses_count": 4651,
578
+ "profile_link_color": "2FC2EF",
579
+ "location": "Mishawaka, Indiana",
580
+ "id": 4243,
581
+ "created_at": "Sun Aug 13 22:56:06 +0000 2006",
582
+ "profile_sidebar_fill_color": "252429"
583
+ },
584
+ "text": "@stickel Dude. We would roll in and be like \"LISTEN UP! WE ARE WEB DEVELOPERS!\" Heads would turn.",
585
+ "in_reply_to_screen_name": "stickel",
586
+ "truncated": false,
587
+ "in_reply_to_status_id": 1434706104,
588
+ "id": 1434998057,
589
+ "in_reply_to_user_id": 15403,
590
+ "source": "web",
591
+ "created_at": "Wed Apr 01 23:46:00 +0000 2009"
592
+ },
593
+ {
594
+ "in_reply_to_screen_name": null,
595
+ "user": {
596
+ "notifications": false,
597
+ "profile_background_tile": false,
598
+ "friends_count": 179,
599
+ "description": "Loves his wife, ruby, notre dame football and iu basketball",
600
+ "time_zone": "Indiana (East)",
601
+ "utc_offset": -18000,
602
+ "favourites_count": 72,
603
+ "profile_background_color": "1A1B1F",
604
+ "profile_image_url": "http:\/\/s3.amazonaws.com\/twitter_production\/profile_images\/61024905\/black250_normal.jpg",
605
+ "following": true,
606
+ "profile_background_image_url": "http:\/\/static.twitter.com\/images\/themes\/theme9\/bg.gif",
607
+ "profile_text_color": "666666",
608
+ "url": "http:\/\/railstips.org\/about",
609
+ "screen_name": "jnunemaker",
610
+ "name": "John Nunemaker",
611
+ "statuses_count": 4650,
612
+ "protected": false,
613
+ "profile_link_color": "2FC2EF",
614
+ "created_at": "Sun Aug 13 22:56:06 +0000 2006",
615
+ "profile_sidebar_fill_color": "252429",
616
+ "location": "Mishawaka, Indiana",
617
+ "id": 4243,
618
+ "profile_sidebar_border_color": "181A1E",
619
+ "followers_count": 1226
620
+ },
621
+ "text": "Sat on a fat bob today. Want! http:\/\/tr.im\/i7ha Love the flat black. Wish I could get a used one for less money, but they are too new.",
622
+ "truncated": false,
623
+ "in_reply_to_status_id": null,
624
+ "in_reply_to_user_id": null,
625
+ "created_at": "Wed Apr 01 23:16:13 +0000 2009",
626
+ "favorited": false,
627
+ "id": 1434842036,
628
+ "source": "web"
629
+ },
630
+ {
631
+ "favorited": false,
632
+ "user": {
633
+ "profile_background_image_url": "http:\/\/static.twitter.com\/images\/themes\/theme9\/bg.gif",
634
+ "friends_count": 179,
635
+ "description": "Loves his wife, ruby, notre dame football and iu basketball",
636
+ "utc_offset": -18000,
637
+ "profile_background_color": "1A1B1F",
638
+ "following": true,
639
+ "time_zone": "Indiana (East)",
640
+ "profile_text_color": "666666",
641
+ "followers_count": 1226,
642
+ "url": "http:\/\/railstips.org\/about",
643
+ "name": "John Nunemaker",
644
+ "protected": false,
645
+ "profile_image_url": "http:\/\/s3.amazonaws.com\/twitter_production\/profile_images\/61024905\/black250_normal.jpg",
646
+ "notifications": false,
647
+ "profile_background_tile": false,
648
+ "favourites_count": 72,
649
+ "profile_link_color": "2FC2EF",
650
+ "screen_name": "jnunemaker",
651
+ "statuses_count": 4649,
652
+ "profile_sidebar_fill_color": "252429",
653
+ "location": "Mishawaka, Indiana",
654
+ "id": 4243,
655
+ "created_at": "Sun Aug 13 22:56:06 +0000 2006",
656
+ "profile_sidebar_border_color": "181A1E"
657
+ },
658
+ "text": "@Carrie I agree with @orderedlist. Taco Bell is better than Hacienda.",
659
+ "in_reply_to_screen_name": "Carrie",
660
+ "truncated": false,
661
+ "in_reply_to_status_id": 1434732331,
662
+ "id": 1434741725,
663
+ "in_reply_to_user_id": 15323,
664
+ "source": "<a href=\"http:\/\/loungeapp.com\">Lounge<\/a>",
665
+ "created_at": "Wed Apr 01 22:57:45 +0000 2009"
666
+ },
667
+ {
668
+ "truncated": false,
669
+ "user": {
670
+ "description": "Loves his wife, ruby, notre dame football and iu basketball",
671
+ "url": "http:\/\/railstips.org\/about",
672
+ "name": "John Nunemaker",
673
+ "protected": false,
674
+ "profile_image_url": "http:\/\/s3.amazonaws.com\/twitter_production\/profile_images\/61024905\/black250_normal.jpg",
675
+ "location": "Mishawaka, Indiana",
676
+ "id": 4243,
677
+ "followers_count": 1226,
678
+ "screen_name": "jnunemaker"
679
+ },
680
+ "in_reply_to_status_id": null,
681
+ "text": "Just test drove an Escape with @nunieswife and visited the Harley Store. Johnny want a Harley...BAD!",
682
+ "in_reply_to_user_id": null,
683
+ "favorited": false,
684
+ "created_at": "Wed Apr 01 22:31:04 +0000 2009",
685
+ "in_reply_to_screen_name": null,
686
+ "id": 1434591491,
687
+ "source": "web"
688
+ },
689
+ {
690
+ "truncated": false,
691
+ "user": {
692
+ "description": "Loves his wife, ruby, notre dame football and iu basketball",
693
+ "url": "http:\/\/railstips.org\/about",
694
+ "name": "John Nunemaker",
695
+ "protected": false,
696
+ "profile_image_url": "http:\/\/s3.amazonaws.com\/twitter_production\/profile_images\/61024905\/black250_normal.jpg",
697
+ "location": "Mishawaka, Indiana",
698
+ "id": 4243,
699
+ "followers_count": 1222,
700
+ "screen_name": "jnunemaker"
701
+ },
702
+ "in_reply_to_status_id": 1431726310,
703
+ "text": "@acornoAk Consider yourself unfollowed for that prank.",
704
+ "in_reply_to_user_id": 18173702,
705
+ "favorited": false,
706
+ "created_at": "Wed Apr 01 14:52:45 +0000 2009",
707
+ "in_reply_to_screen_name": "acornoAk",
708
+ "id": 1431763938,
709
+ "source": "web"
710
+ }]