t 1.7.0 → 1.7.1
Sign up to get free protection for your applications and to get access to all the features.
- data.tar.gz.sig +2 -0
- data/LICENSE.md +1 -1
- data/README.md +28 -20
- data/lib/t/requestable.rb +1 -1
- data/lib/t/version.rb +1 -1
- data/spec/cli_spec.rb +18 -18
- data/spec/fixtures/200_direct_messages.json +1 -27054
- data/spec/fixtures/200_statuses.json +1 -1
- data/spec/fixtures/501_ids.json +1 -509
- data/spec/fixtures/501_users_list.json +1 -17543
- data/spec/fixtures/direct_message.json +1 -80
- data/spec/fixtures/direct_messages.json +1 -802
- data/spec/fixtures/empty_cursor.json +1 -7
- data/spec/fixtures/favorites.json +1 -1099
- data/spec/fixtures/followers_ids.json +1 -10
- data/spec/fixtures/friends_ids.json +1 -9
- data/spec/fixtures/gem.json +1 -61
- data/spec/fixtures/list.json +1 -54
- data/spec/fixtures/lists.json +1 -1
- data/spec/fixtures/locations.json +1 -57
- data/spec/fixtures/not_found.json +1 -4
- data/spec/fixtures/rate_limit_status.json +1 -6
- data/spec/fixtures/recommendations.json +1 -364
- data/spec/fixtures/retweet.json +1 -112
- data/spec/fixtures/search.json +1 -1
- data/spec/fixtures/search_with_entities.json +1 -1
- data/spec/fixtures/settings.json +1 -30
- data/spec/fixtures/sferik.json +1 -60
- data/spec/fixtures/status.json +1 -109
- data/spec/fixtures/status_no_attributes.json +1 -104
- data/spec/fixtures/status_no_country.json +1 -102
- data/spec/fixtures/status_no_full_name.json +1 -101
- data/spec/fixtures/status_no_locality.json +1 -107
- data/spec/fixtures/status_no_place.json +1 -72
- data/spec/fixtures/status_no_street_address.json +1 -108
- data/spec/fixtures/status_with_mention.json +1 -1
- data/spec/fixtures/statuses.json +1 -1
- data/spec/fixtures/trends.json +1 -35
- data/spec/fixtures/users.json +1 -122
- data/spec/fixtures/users_list.json +1 -128
- data/spec/list_spec.rb +8 -8
- data/spec/search_spec.rb +39 -39
- data/t.gemspec +8 -3
- metadata +85 -46
- metadata.gz.sig +2 -0
- data/spec/fixtures/false.json +0 -1
- data/spec/fixtures/true.json +0 -1
@@ -1,1099 +1 @@
|
|
1
|
-
[
|
2
|
-
{
|
3
|
-
"place": {
|
4
|
-
"country_code": "US",
|
5
|
-
"place_type": "neighborhood",
|
6
|
-
"url": "http://api.twitter.com/1/geo/id/2b6ff8c22edd9576.json",
|
7
|
-
"country": "The United States of America",
|
8
|
-
"attributes": {
|
9
|
-
},
|
10
|
-
"full_name": "SoMa, San Francisco",
|
11
|
-
"name": "SoMa",
|
12
|
-
"id": "2b6ff8c22edd9576",
|
13
|
-
"bounding_box": {
|
14
|
-
"type": "Polygon",
|
15
|
-
"coordinates": [
|
16
|
-
[
|
17
|
-
[
|
18
|
-
-122.42284884,
|
19
|
-
37.76893497
|
20
|
-
],
|
21
|
-
[
|
22
|
-
-122.3964,
|
23
|
-
37.76893497
|
24
|
-
],
|
25
|
-
[
|
26
|
-
-122.3964,
|
27
|
-
37.78752897
|
28
|
-
],
|
29
|
-
[
|
30
|
-
-122.42284884,
|
31
|
-
37.78752897
|
32
|
-
]
|
33
|
-
]
|
34
|
-
]
|
35
|
-
}
|
36
|
-
},
|
37
|
-
"retweet_count": null,
|
38
|
-
"geo": {
|
39
|
-
"type": "Point",
|
40
|
-
"coordinates": [
|
41
|
-
37.78277342,
|
42
|
-
-122.40647882
|
43
|
-
]
|
44
|
-
},
|
45
|
-
"retweeted": false,
|
46
|
-
"in_reply_to_status_id": null,
|
47
|
-
"source": "<a href=\"http://twitter.com/\" rel=\"nofollow\">Twitter for iPhone</a>",
|
48
|
-
"truncated": false,
|
49
|
-
"in_reply_to_status_id_str": null,
|
50
|
-
"created_at": "Fri Oct 22 21:06:40 +0000 2010",
|
51
|
-
"in_reply_to_user_id": null,
|
52
|
-
"favorited": true,
|
53
|
-
"in_reply_to_user_id_str": null,
|
54
|
-
"user": {
|
55
|
-
"contributors_enabled": false,
|
56
|
-
"time_zone": "Pacific Time (US & Canada)",
|
57
|
-
"description": "I'm mostly made of water. I was a Pivot. Now I'm a Square.",
|
58
|
-
"geo_enabled": true,
|
59
|
-
"profile_sidebar_fill_color": "efefef",
|
60
|
-
"followers_count": 1216,
|
61
|
-
"notifications": false,
|
62
|
-
"verified": false,
|
63
|
-
"profile_use_background_image": true,
|
64
|
-
"profile_sidebar_border_color": "eeeeee",
|
65
|
-
"follow_request_sent": false,
|
66
|
-
"url": "http://zbrock.com",
|
67
|
-
"profile_background_image_url": "http://s.twimg.com/a/1287010001/images/themes/theme14/bg.gif",
|
68
|
-
"lang": "en",
|
69
|
-
"created_at": "Tue Mar 27 04:43:51 +0000 2007",
|
70
|
-
"profile_background_color": "131516",
|
71
|
-
"location": "San Francisco, CA",
|
72
|
-
"profile_background_tile": true,
|
73
|
-
"protected": false,
|
74
|
-
"profile_image_url": "http://a1.twimg.com/profile_images/758971993/me_square_normal.jpg",
|
75
|
-
"listed_count": 62,
|
76
|
-
"friends_count": 184,
|
77
|
-
"profile_text_color": "333333",
|
78
|
-
"name": "Zach Brock",
|
79
|
-
"statuses_count": 2206,
|
80
|
-
"following": true,
|
81
|
-
"screen_name": "z",
|
82
|
-
"id": 2404341,
|
83
|
-
"id_str": "2404341",
|
84
|
-
"show_all_inline_media": false,
|
85
|
-
"utc_offset": -28800,
|
86
|
-
"favourites_count": 40,
|
87
|
-
"profile_link_color": "009999"
|
88
|
-
},
|
89
|
-
"contributors": null,
|
90
|
-
"coordinates": {
|
91
|
-
"type": "Point",
|
92
|
-
"coordinates": [
|
93
|
-
-122.40647882,
|
94
|
-
37.78277342
|
95
|
-
]
|
96
|
-
},
|
97
|
-
"in_reply_to_screen_name": null,
|
98
|
-
"id": 28439861609,
|
99
|
-
"id_str": "28439861609",
|
100
|
-
"text": "Spilled grilled onions on myself. I smell delicious!"
|
101
|
-
},
|
102
|
-
{
|
103
|
-
"place": null,
|
104
|
-
"retweet_count": null,
|
105
|
-
"geo": null,
|
106
|
-
"retweeted": false,
|
107
|
-
"in_reply_to_status_id": null,
|
108
|
-
"source": "<a href=\"http://twitter.com/\" rel=\"nofollow\">Twitter for iPhone</a>",
|
109
|
-
"truncated": false,
|
110
|
-
"created_at": "Fri Oct 22 20:56:41 +0000 2010",
|
111
|
-
"in_reply_to_user_id": null,
|
112
|
-
"favorited": true,
|
113
|
-
"user": {
|
114
|
-
"time_zone": "Eastern Time (US & Canada)",
|
115
|
-
"description": "Real artists ship.",
|
116
|
-
"verified": false,
|
117
|
-
"profile_sidebar_fill_color": "dfe2df",
|
118
|
-
"followers_count": 7659,
|
119
|
-
"follow_request_sent": false,
|
120
|
-
"notifications": false,
|
121
|
-
"profile_use_background_image": true,
|
122
|
-
"profile_sidebar_border_color": "87867d",
|
123
|
-
"url": "http://scifihifi.com",
|
124
|
-
"profile_background_image_url": "http://a1.twimg.com/profile_background_images/4233628/849777160_0677d0d6bb.jpg",
|
125
|
-
"listed_count": 382,
|
126
|
-
"lang": "en",
|
127
|
-
"created_at": "Wed Jul 12 23:14:49 +0000 2006",
|
128
|
-
"friends_count": 696,
|
129
|
-
"profile_background_color": "bababa",
|
130
|
-
"location": "NYC",
|
131
|
-
"statuses_count": 6916,
|
132
|
-
"profile_background_tile": true,
|
133
|
-
"protected": false,
|
134
|
-
"profile_image_url": "http://a2.twimg.com/profile_images/60308638/buzz-talking_normal.jpg",
|
135
|
-
"show_all_inline_media": false,
|
136
|
-
"favourites_count": 3412,
|
137
|
-
"profile_text_color": "000000",
|
138
|
-
"name": "Buzz Andersen",
|
139
|
-
"contributors_enabled": false,
|
140
|
-
"following": true,
|
141
|
-
"screen_name": "buzz",
|
142
|
-
"id": 528,
|
143
|
-
"geo_enabled": true,
|
144
|
-
"utc_offset": -18000,
|
145
|
-
"profile_link_color": "474747"
|
146
|
-
},
|
147
|
-
"contributors": null,
|
148
|
-
"coordinates": null,
|
149
|
-
"in_reply_to_screen_name": null,
|
150
|
-
"id": 28439188159,
|
151
|
-
"text": "My new doctor in Greenpoint asked if I drink a lot, and when I said \"Yeeeah...\" he just nodded and said \"Good, good.\" Polish doctors rule!"
|
152
|
-
},
|
153
|
-
{
|
154
|
-
"place": null,
|
155
|
-
"geo": null,
|
156
|
-
"favorited": true,
|
157
|
-
"in_reply_to_status_id": null,
|
158
|
-
"contributors": null,
|
159
|
-
"in_reply_to_screen_name": null,
|
160
|
-
"source": "<a href=\"/devices\" rel=\"nofollow\">txt</a>",
|
161
|
-
"retweet_count": null,
|
162
|
-
"created_at": "Fri Oct 22 19:06:27 +0000 2010",
|
163
|
-
"retweeted": false,
|
164
|
-
"in_reply_to_user_id": null,
|
165
|
-
"user": {
|
166
|
-
"show_all_inline_media": true,
|
167
|
-
"profile_background_image_url": "http://a1.twimg.com/profile_background_images/18156348/jessica_tiled.jpg.jpeg",
|
168
|
-
"favourites_count": 217,
|
169
|
-
"description": "Engineer at Twitter. Obsessed with running. In a past life I was a member of the Rails Core team & 37signals.",
|
170
|
-
"contributors_enabled": false,
|
171
|
-
"profile_background_color": "9AE4E8",
|
172
|
-
"followers_count": 279792,
|
173
|
-
"geo_enabled": true,
|
174
|
-
"notifications": false,
|
175
|
-
"profile_background_tile": true,
|
176
|
-
"profile_text_color": "333333",
|
177
|
-
"verified": false,
|
178
|
-
"url": "http://project.ioni.st",
|
179
|
-
"follow_request_sent": false,
|
180
|
-
"profile_link_color": "0084B4",
|
181
|
-
"lang": "en",
|
182
|
-
"time_zone": "Pacific Time (US & Canada)",
|
183
|
-
"created_at": "Mon Apr 02 07:47:28 +0000 2007",
|
184
|
-
"location": "San Francisco, CA",
|
185
|
-
"profile_sidebar_fill_color": "DDFFCC",
|
186
|
-
"protected": false,
|
187
|
-
"profile_image_url": "http://a3.twimg.com/profile_images/53473799/marcel-euro-rails-conf_normal.jpg",
|
188
|
-
"name": "Marcel Molina",
|
189
|
-
"listed_count": 803,
|
190
|
-
"following": true,
|
191
|
-
"profile_use_background_image": true,
|
192
|
-
"friends_count": 652,
|
193
|
-
"profile_sidebar_border_color": "BDDCAD",
|
194
|
-
"screen_name": "noradio",
|
195
|
-
"id": 3191321,
|
196
|
-
"statuses_count": 4636,
|
197
|
-
"utc_offset": -28800
|
198
|
-
},
|
199
|
-
"coordinates": null,
|
200
|
-
"id": 28431820230,
|
201
|
-
"truncated": false,
|
202
|
-
"text": "Slowing everything down. Going on more walks. It's always now."
|
203
|
-
},
|
204
|
-
{
|
205
|
-
"place": null,
|
206
|
-
"retweet_count": null,
|
207
|
-
"geo": null,
|
208
|
-
"retweeted": false,
|
209
|
-
"in_reply_to_status_id": null,
|
210
|
-
"source": "web",
|
211
|
-
"truncated": false,
|
212
|
-
"in_reply_to_status_id_str": null,
|
213
|
-
"created_at": "Thu Oct 21 17:36:18 +0000 2010",
|
214
|
-
"in_reply_to_user_id": null,
|
215
|
-
"favorited": true,
|
216
|
-
"in_reply_to_user_id_str": null,
|
217
|
-
"user": {
|
218
|
-
"time_zone": "Pacific Time (US & Canada)",
|
219
|
-
"favourites_count": 541,
|
220
|
-
"description": "Vector of enthusiasm.",
|
221
|
-
"geo_enabled": true,
|
222
|
-
"profile_sidebar_fill_color": "a0b34a",
|
223
|
-
"followers_count": 49860,
|
224
|
-
"verified": false,
|
225
|
-
"notifications": false,
|
226
|
-
"follow_request_sent": false,
|
227
|
-
"profile_use_background_image": true,
|
228
|
-
"profile_sidebar_border_color": "a1b44f",
|
229
|
-
"url": "http://patrickewing.info",
|
230
|
-
"profile_background_image_url": "http://a3.twimg.com/profile_background_images/113507697/cheerfulchirp_36_12284.jpg",
|
231
|
-
"lang": "en",
|
232
|
-
"created_at": "Sat Feb 24 18:13:15 +0000 2007",
|
233
|
-
"profile_background_color": "b2be63",
|
234
|
-
"location": "Sane Francisco",
|
235
|
-
"listed_count": 298,
|
236
|
-
"profile_background_tile": false,
|
237
|
-
"protected": false,
|
238
|
-
"profile_image_url": "http://a1.twimg.com/profile_images/468646545/cropped_normal.jpg",
|
239
|
-
"statuses_count": 3193,
|
240
|
-
"profile_text_color": "29230d",
|
241
|
-
"name": "Patrick Ewing",
|
242
|
-
"show_all_inline_media": true,
|
243
|
-
"following": true,
|
244
|
-
"friends_count": 671,
|
245
|
-
"screen_name": "hoverbird",
|
246
|
-
"id": 792690,
|
247
|
-
"id_str": "792690",
|
248
|
-
"contributors_enabled": false,
|
249
|
-
"utc_offset": -28800,
|
250
|
-
"profile_link_color": "61351f"
|
251
|
-
},
|
252
|
-
"contributors": null,
|
253
|
-
"coordinates": null,
|
254
|
-
"in_reply_to_screen_name": null,
|
255
|
-
"id": 28046477328,
|
256
|
-
"id_str": "28046477328",
|
257
|
-
"text": "\"There's no crying in software!\" - @boblord"
|
258
|
-
},
|
259
|
-
{
|
260
|
-
"place": null,
|
261
|
-
"retweet_count": null,
|
262
|
-
"geo": null,
|
263
|
-
"retweeted": false,
|
264
|
-
"in_reply_to_status_id": null,
|
265
|
-
"source": "web",
|
266
|
-
"truncated": false,
|
267
|
-
"in_reply_to_status_id_str": null,
|
268
|
-
"created_at": "Wed Oct 20 18:59:22 +0000 2010",
|
269
|
-
"in_reply_to_user_id": null,
|
270
|
-
"favorited": true,
|
271
|
-
"in_reply_to_user_id_str": null,
|
272
|
-
"user": {
|
273
|
-
"time_zone": "Pacific Time (US & Canada)",
|
274
|
-
"favourites_count": 40,
|
275
|
-
"description": "I'm mostly made of water. I was a Pivot. Now I'm a Square.",
|
276
|
-
"geo_enabled": true,
|
277
|
-
"profile_sidebar_fill_color": "efefef",
|
278
|
-
"followers_count": 1216,
|
279
|
-
"verified": false,
|
280
|
-
"notifications": false,
|
281
|
-
"follow_request_sent": false,
|
282
|
-
"profile_use_background_image": true,
|
283
|
-
"profile_sidebar_border_color": "eeeeee",
|
284
|
-
"url": "http://zbrock.com",
|
285
|
-
"profile_background_image_url": "http://s.twimg.com/a/1287010001/images/themes/theme14/bg.gif",
|
286
|
-
"lang": "en",
|
287
|
-
"created_at": "Tue Mar 27 04:43:51 +0000 2007",
|
288
|
-
"profile_background_color": "131516",
|
289
|
-
"location": "San Francisco, CA",
|
290
|
-
"listed_count": 62,
|
291
|
-
"profile_background_tile": true,
|
292
|
-
"protected": false,
|
293
|
-
"profile_image_url": "http://a1.twimg.com/profile_images/758971993/me_square_normal.jpg",
|
294
|
-
"statuses_count": 2208,
|
295
|
-
"profile_text_color": "333333",
|
296
|
-
"name": "Zach Brock",
|
297
|
-
"show_all_inline_media": false,
|
298
|
-
"following": true,
|
299
|
-
"friends_count": 184,
|
300
|
-
"screen_name": "z",
|
301
|
-
"id": 2404341,
|
302
|
-
"id_str": "2404341",
|
303
|
-
"contributors_enabled": false,
|
304
|
-
"utc_offset": -28800,
|
305
|
-
"profile_link_color": "009999"
|
306
|
-
},
|
307
|
-
"contributors": null,
|
308
|
-
"coordinates": null,
|
309
|
-
"in_reply_to_screen_name": null,
|
310
|
-
"id": 27956588864,
|
311
|
-
"id_str": "27956588864",
|
312
|
-
"text": "Things I learned about VIM today: L means \"right\"."
|
313
|
-
},
|
314
|
-
{
|
315
|
-
"place": null,
|
316
|
-
"geo": null,
|
317
|
-
"retweet_count": null,
|
318
|
-
"favorited": true,
|
319
|
-
"in_reply_to_status_id": null,
|
320
|
-
"source": "web",
|
321
|
-
"contributors": null,
|
322
|
-
"truncated": false,
|
323
|
-
"created_at": "Tue Oct 19 17:15:29 +0000 2010",
|
324
|
-
"in_reply_to_screen_name": null,
|
325
|
-
"coordinates": null,
|
326
|
-
"user": {
|
327
|
-
"follow_request_sent": false,
|
328
|
-
"profile_text_color": "000000",
|
329
|
-
"description": "Founder of 37signals. Co-author of REWORK. Credo: It's simple until you make it complicated.",
|
330
|
-
"notifications": false,
|
331
|
-
"profile_background_tile": true,
|
332
|
-
"profile_link_color": "0099CC",
|
333
|
-
"followers_count": 41922,
|
334
|
-
"show_all_inline_media": false,
|
335
|
-
"friends_count": 81,
|
336
|
-
"profile_sidebar_fill_color": "f6ffd1",
|
337
|
-
"url": "http://www.37signals.com",
|
338
|
-
"statuses_count": 5240,
|
339
|
-
"time_zone": "Central Time (US & Canada)",
|
340
|
-
"lang": "en",
|
341
|
-
"favourites_count": 418,
|
342
|
-
"created_at": "Sun Apr 13 01:31:17 +0000 2008",
|
343
|
-
"profile_sidebar_border_color": "fff8ad",
|
344
|
-
"profile_image_url": "http://a2.twimg.com/profile_images/585991126/jasonfried-avatar_normal.jpg",
|
345
|
-
"location": "Chicago, IL",
|
346
|
-
"contributors_enabled": false,
|
347
|
-
"protected": false,
|
348
|
-
"geo_enabled": false,
|
349
|
-
"profile_use_background_image": true,
|
350
|
-
"screen_name": "jasonfried",
|
351
|
-
"name": "Jason Fried",
|
352
|
-
"listed_count": 4014,
|
353
|
-
"following": true,
|
354
|
-
"profile_background_color": "000000",
|
355
|
-
"id": 14372143,
|
356
|
-
"verified": false,
|
357
|
-
"profile_background_image_url": "http://a1.twimg.com/profile_background_images/157820538/37sicon1.png",
|
358
|
-
"utc_offset": -21600
|
359
|
-
},
|
360
|
-
"retweeted": false,
|
361
|
-
"in_reply_to_user_id": null,
|
362
|
-
"id": 27852425811,
|
363
|
-
"text": "Twitter, Facebook, Youtube, etc. are modern day smoke breaks."
|
364
|
-
},
|
365
|
-
{
|
366
|
-
"place": null,
|
367
|
-
"retweet_count": null,
|
368
|
-
"geo": null,
|
369
|
-
"retweeted": false,
|
370
|
-
"in_reply_to_status_id": null,
|
371
|
-
"source": "web",
|
372
|
-
"truncated": false,
|
373
|
-
"in_reply_to_status_id_str": null,
|
374
|
-
"created_at": "Mon Oct 18 16:11:41 +0000 2010",
|
375
|
-
"in_reply_to_user_id": null,
|
376
|
-
"favorited": true,
|
377
|
-
"in_reply_to_user_id_str": null,
|
378
|
-
"user": {
|
379
|
-
"time_zone": "Eastern Time (US & Canada)",
|
380
|
-
"favourites_count": 0,
|
381
|
-
"description": "",
|
382
|
-
"geo_enabled": false,
|
383
|
-
"profile_sidebar_fill_color": "deddda",
|
384
|
-
"followers_count": 58,
|
385
|
-
"verified": false,
|
386
|
-
"notifications": false,
|
387
|
-
"follow_request_sent": false,
|
388
|
-
"profile_use_background_image": false,
|
389
|
-
"profile_sidebar_border_color": "deddda",
|
390
|
-
"url": "http://github.com/laserlemon",
|
391
|
-
"profile_background_image_url": "http://s.twimg.com/a/1287523226/images/themes/theme1/bg.png",
|
392
|
-
"lang": "en",
|
393
|
-
"created_at": "Thu Jun 18 17:59:32 +0000 2009",
|
394
|
-
"profile_background_color": "efeeeb",
|
395
|
-
"location": "Holland, Michigan",
|
396
|
-
"listed_count": 4,
|
397
|
-
"profile_background_tile": false,
|
398
|
-
"protected": false,
|
399
|
-
"profile_image_url": "http://a0.twimg.com/profile_images/269521476/Lemon_normal.jpg",
|
400
|
-
"statuses_count": 379,
|
401
|
-
"profile_text_color": "343330",
|
402
|
-
"name": "Steve Richert",
|
403
|
-
"show_all_inline_media": true,
|
404
|
-
"following": true,
|
405
|
-
"friends_count": 95,
|
406
|
-
"screen_name": "laserlemon",
|
407
|
-
"id": 48431692,
|
408
|
-
"id_str": "48431692",
|
409
|
-
"contributors_enabled": false,
|
410
|
-
"utc_offset": -18000,
|
411
|
-
"profile_link_color": "339933"
|
412
|
-
},
|
413
|
-
"contributors": null,
|
414
|
-
"coordinates": null,
|
415
|
-
"in_reply_to_screen_name": null,
|
416
|
-
"id": 27748704424,
|
417
|
-
"id_str": "27748704424",
|
418
|
-
"text": "Learning HTML5 feels like learning HTML for the first time."
|
419
|
-
},
|
420
|
-
{
|
421
|
-
"place": null,
|
422
|
-
"in_reply_to_screen_name": null,
|
423
|
-
"retweeted": false,
|
424
|
-
"coordinates": null,
|
425
|
-
"geo": null,
|
426
|
-
"source": "<a href=\"http://www.echofon.com/\" rel=\"nofollow\">Echofon</a>",
|
427
|
-
"retweet_count": null,
|
428
|
-
"favorited": true,
|
429
|
-
"in_reply_to_status_id": null,
|
430
|
-
"created_at": "Sun Oct 17 20:43:37 +0000 2010",
|
431
|
-
"in_reply_to_user_id": null,
|
432
|
-
"user": {
|
433
|
-
"listed_count": 304,
|
434
|
-
"follow_request_sent": false,
|
435
|
-
"description": "GitHub, Sinatra, Rack, Rack::Cache, rdiscount, git-sh, shotgun, rack-contrib, date-performance, ...",
|
436
|
-
"profile_sidebar_fill_color": "ffffff",
|
437
|
-
"time_zone": "Pacific Time (US & Canada)",
|
438
|
-
"followers_count": 2797,
|
439
|
-
"profile_sidebar_border_color": "000000",
|
440
|
-
"show_all_inline_media": false,
|
441
|
-
"friends_count": 269,
|
442
|
-
"url": "http://tomayko.com/about",
|
443
|
-
"statuses_count": 1745,
|
444
|
-
"notifications": true,
|
445
|
-
"profile_use_background_image": false,
|
446
|
-
"lang": "en",
|
447
|
-
"favourites_count": 273,
|
448
|
-
"created_at": "Fri Oct 05 17:11:28 +0000 2007",
|
449
|
-
"profile_background_color": "FFFFFF",
|
450
|
-
"profile_image_url": "http://a3.twimg.com/profile_images/555940239/Shades_normal.jpg",
|
451
|
-
"location": "San Francisco, California",
|
452
|
-
"contributors_enabled": false,
|
453
|
-
"profile_background_image_url": "http://s.twimg.com/a/1287010001/images/themes/theme1/bg.png",
|
454
|
-
"protected": false,
|
455
|
-
"geo_enabled": true,
|
456
|
-
"profile_text_color": "000000",
|
457
|
-
"screen_name": "rtomayko",
|
458
|
-
"name": "Ryan Tomayko",
|
459
|
-
"following": true,
|
460
|
-
"profile_background_tile": false,
|
461
|
-
"id": 9267332,
|
462
|
-
"verified": false,
|
463
|
-
"utc_offset": -28800,
|
464
|
-
"profile_link_color": "0071c2"
|
465
|
-
},
|
466
|
-
"contributors": null,
|
467
|
-
"id": 27670358672,
|
468
|
-
"truncated": false,
|
469
|
-
"text": "Never ever say, \"this shouldn't be hard to do\" in a support request."
|
470
|
-
},
|
471
|
-
{
|
472
|
-
"place": null,
|
473
|
-
"in_reply_to_screen_name": null,
|
474
|
-
"retweeted": false,
|
475
|
-
"coordinates": null,
|
476
|
-
"geo": null,
|
477
|
-
"source": "<a href=\"http://birdhouseapp.com\" rel=\"nofollow\">Birdhouse</a>",
|
478
|
-
"retweet_count": null,
|
479
|
-
"favorited": true,
|
480
|
-
"in_reply_to_status_id": null,
|
481
|
-
"created_at": "Sat Oct 16 02:18:08 +0000 2010",
|
482
|
-
"in_reply_to_user_id": null,
|
483
|
-
"user": {
|
484
|
-
"show_all_inline_media": true,
|
485
|
-
"listed_count": 1163,
|
486
|
-
"friends_count": 380,
|
487
|
-
"description": "in repose",
|
488
|
-
"statuses_count": 6283,
|
489
|
-
"profile_sidebar_fill_color": "C0DFEC",
|
490
|
-
"time_zone": "Pacific Time (US & Canada)",
|
491
|
-
"favourites_count": 79,
|
492
|
-
"contributors_enabled": false,
|
493
|
-
"profile_sidebar_border_color": "a8c7f7",
|
494
|
-
"geo_enabled": false,
|
495
|
-
"url": "http://www.randsinrepose.com",
|
496
|
-
"notifications": false,
|
497
|
-
"profile_use_background_image": true,
|
498
|
-
"lang": "en",
|
499
|
-
"verified": false,
|
500
|
-
"created_at": "Wed Nov 29 19:16:11 +0000 2006",
|
501
|
-
"profile_background_color": "022330",
|
502
|
-
"profile_image_url": "http://a2.twimg.com/profile_images/78687018/rands-better-05_normal.png",
|
503
|
-
"location": "los gatos, ca",
|
504
|
-
"follow_request_sent": false,
|
505
|
-
"profile_background_image_url": "http://s.twimg.com/a/1287010001/images/themes/theme15/bg.png",
|
506
|
-
"protected": false,
|
507
|
-
"profile_text_color": "333333",
|
508
|
-
"screen_name": "rands",
|
509
|
-
"name": "rands",
|
510
|
-
"following": true,
|
511
|
-
"profile_background_tile": false,
|
512
|
-
"followers_count": 15353,
|
513
|
-
"id": 30923,
|
514
|
-
"utc_offset": -28800,
|
515
|
-
"profile_link_color": "0084B4"
|
516
|
-
},
|
517
|
-
"contributors": null,
|
518
|
-
"id": 27501285310,
|
519
|
-
"truncated": false,
|
520
|
-
"text": "I know that you trust me when you stop saying thank you."
|
521
|
-
},
|
522
|
-
{
|
523
|
-
"place": null,
|
524
|
-
"retweet_count": null,
|
525
|
-
"geo": null,
|
526
|
-
"retweeted": false,
|
527
|
-
"in_reply_to_status_id": null,
|
528
|
-
"source": "<a href=\"http://twitter.com/\" rel=\"nofollow\">Twitter for iPhone</a>",
|
529
|
-
"truncated": false,
|
530
|
-
"in_reply_to_status_id_str": null,
|
531
|
-
"created_at": "Sat Oct 16 00:23:26 +0000 2010",
|
532
|
-
"in_reply_to_user_id": null,
|
533
|
-
"favorited": true,
|
534
|
-
"in_reply_to_user_id_str": null,
|
535
|
-
"user": {
|
536
|
-
"time_zone": "Pacific Time (US & Canada)",
|
537
|
-
"favourites_count": 228,
|
538
|
-
"description": "Friends only here. Follow my public self at @joshsusser",
|
539
|
-
"geo_enabled": false,
|
540
|
-
"profile_sidebar_fill_color": "DDFFCC",
|
541
|
-
"followers_count": 204,
|
542
|
-
"verified": false,
|
543
|
-
"notifications": false,
|
544
|
-
"follow_request_sent": false,
|
545
|
-
"profile_use_background_image": true,
|
546
|
-
"profile_sidebar_border_color": "BDDCAD",
|
547
|
-
"url": "http://blog.hasmanythrough.com",
|
548
|
-
"profile_background_image_url": "http://s.twimg.com/a/1287010001/images/themes/theme16/bg.gif",
|
549
|
-
"lang": "en",
|
550
|
-
"created_at": "Wed Apr 04 22:56:41 +0000 2007",
|
551
|
-
"profile_background_color": "9AE4E8",
|
552
|
-
"location": "San Francisco, CA, USA",
|
553
|
-
"listed_count": 34,
|
554
|
-
"profile_background_tile": false,
|
555
|
-
"protected": true,
|
556
|
-
"profile_image_url": "http://a1.twimg.com/profile_images/588241005/hasmanyjaundice-tiny_normal.png",
|
557
|
-
"statuses_count": 4486,
|
558
|
-
"profile_text_color": "333333",
|
559
|
-
"name": "Josh Susser",
|
560
|
-
"show_all_inline_media": false,
|
561
|
-
"following": true,
|
562
|
-
"friends_count": 180,
|
563
|
-
"screen_name": "suss",
|
564
|
-
"id": 3468841,
|
565
|
-
"id_str": "3468841",
|
566
|
-
"contributors_enabled": false,
|
567
|
-
"utc_offset": -28800,
|
568
|
-
"profile_link_color": "0084B4"
|
569
|
-
},
|
570
|
-
"contributors": null,
|
571
|
-
"coordinates": null,
|
572
|
-
"in_reply_to_screen_name": null,
|
573
|
-
"id": 27492203907,
|
574
|
-
"id_str": "27492203907",
|
575
|
-
"text": "beverage infrastructure upgrade http://yfrog.com/5chyzycj"
|
576
|
-
},
|
577
|
-
{
|
578
|
-
"place": null,
|
579
|
-
"retweet_count": null,
|
580
|
-
"geo": null,
|
581
|
-
"retweeted": false,
|
582
|
-
"in_reply_to_status_id": null,
|
583
|
-
"source": "web",
|
584
|
-
"truncated": false,
|
585
|
-
"in_reply_to_status_id_str": null,
|
586
|
-
"created_at": "Fri Oct 15 23:01:52 +0000 2010",
|
587
|
-
"in_reply_to_user_id": null,
|
588
|
-
"favorited": true,
|
589
|
-
"in_reply_to_user_id_str": null,
|
590
|
-
"user": {
|
591
|
-
"time_zone": "Pacific Time (US & Canada)",
|
592
|
-
"favourites_count": 228,
|
593
|
-
"description": "",
|
594
|
-
"geo_enabled": false,
|
595
|
-
"profile_sidebar_fill_color": "DBDCDA",
|
596
|
-
"followers_count": 364,
|
597
|
-
"verified": false,
|
598
|
-
"notifications": false,
|
599
|
-
"follow_request_sent": false,
|
600
|
-
"profile_use_background_image": true,
|
601
|
-
"profile_sidebar_border_color": "87BC44",
|
602
|
-
"url": "http://floraflora.tumblr.com",
|
603
|
-
"profile_background_image_url": "http://a3.twimg.com/profile_background_images/2909711/flowers.jpg",
|
604
|
-
"lang": "en",
|
605
|
-
"created_at": "Sat Aug 09 20:26:17 +0000 2008",
|
606
|
-
"profile_background_color": "9ae4e8",
|
607
|
-
"location": "San Francisco",
|
608
|
-
"listed_count": 9,
|
609
|
-
"profile_background_tile": true,
|
610
|
-
"protected": false,
|
611
|
-
"profile_image_url": "http://a3.twimg.com/profile_images/58028483/Photo_1_normal.jpg",
|
612
|
-
"statuses_count": 472,
|
613
|
-
"profile_text_color": "3C3B3B",
|
614
|
-
"name": "ireneface",
|
615
|
-
"show_all_inline_media": false,
|
616
|
-
"following": true,
|
617
|
-
"friends_count": 118,
|
618
|
-
"screen_name": "ireneface",
|
619
|
-
"id": 15792047,
|
620
|
-
"id_str": "15792047",
|
621
|
-
"contributors_enabled": false,
|
622
|
-
"utc_offset": -28800,
|
623
|
-
"profile_link_color": "147844"
|
624
|
-
},
|
625
|
-
"contributors": null,
|
626
|
-
"coordinates": null,
|
627
|
-
"in_reply_to_screen_name": null,
|
628
|
-
"id": 27486151774,
|
629
|
-
"id_str": "27486151774",
|
630
|
-
"text": "Prediction: In 2030 our generation will be as embarrassed about our water waste today, as baby boomers are of littering in the 60's"
|
631
|
-
},
|
632
|
-
{
|
633
|
-
"place": null,
|
634
|
-
"retweet_count": null,
|
635
|
-
"geo": null,
|
636
|
-
"retweeted": false,
|
637
|
-
"in_reply_to_status_id": null,
|
638
|
-
"source": "web",
|
639
|
-
"truncated": false,
|
640
|
-
"in_reply_to_status_id_str": null,
|
641
|
-
"created_at": "Fri Oct 15 14:11:13 +0000 2010",
|
642
|
-
"in_reply_to_user_id": null,
|
643
|
-
"favorited": true,
|
644
|
-
"in_reply_to_user_id_str": null,
|
645
|
-
"user": {
|
646
|
-
"time_zone": "Pacific Time (US & Canada)",
|
647
|
-
"favourites_count": 1,
|
648
|
-
"description": "curious optimist",
|
649
|
-
"geo_enabled": true,
|
650
|
-
"profile_sidebar_fill_color": "DDEEF6",
|
651
|
-
"followers_count": 231,
|
652
|
-
"verified": false,
|
653
|
-
"notifications": false,
|
654
|
-
"follow_request_sent": false,
|
655
|
-
"profile_use_background_image": true,
|
656
|
-
"profile_sidebar_border_color": "C0DEED",
|
657
|
-
"url": null,
|
658
|
-
"profile_background_image_url": "http://s.twimg.com/a/1287010001/images/themes/theme1/bg.png",
|
659
|
-
"lang": "en",
|
660
|
-
"created_at": "Mon Jul 21 16:30:41 +0000 2008",
|
661
|
-
"profile_background_color": "C0DEED",
|
662
|
-
"location": "",
|
663
|
-
"listed_count": 7,
|
664
|
-
"profile_background_tile": false,
|
665
|
-
"protected": false,
|
666
|
-
"profile_image_url": "http://a1.twimg.com/profile_images/644903329/Gustav_KLIMT_Judith_and_Holofernes_normal.jpg",
|
667
|
-
"statuses_count": 1421,
|
668
|
-
"profile_text_color": "333333",
|
669
|
-
"name": "judy",
|
670
|
-
"show_all_inline_media": false,
|
671
|
-
"following": false,
|
672
|
-
"friends_count": 227,
|
673
|
-
"screen_name": "judyprays",
|
674
|
-
"id": 15517107,
|
675
|
-
"id_str": "15517107",
|
676
|
-
"contributors_enabled": false,
|
677
|
-
"utc_offset": -28800,
|
678
|
-
"profile_link_color": "0084B4"
|
679
|
-
},
|
680
|
-
"contributors": null,
|
681
|
-
"coordinates": null,
|
682
|
-
"in_reply_to_screen_name": null,
|
683
|
-
"id": 27444504849,
|
684
|
-
"id_str": "27444504849",
|
685
|
-
"text": "i love it when typos expose better versions of words. ex: crayz gets the point across much better than crazy."
|
686
|
-
},
|
687
|
-
{
|
688
|
-
"place": null,
|
689
|
-
"coordinates": null,
|
690
|
-
"retweet_count": 0,
|
691
|
-
"geo": null,
|
692
|
-
"favorited": true,
|
693
|
-
"source": "<a href=\"http://www.tweetdeck.com\" rel=\"nofollow\">TweetDeck</a>",
|
694
|
-
"in_reply_to_status_id": null,
|
695
|
-
"created_at": "Thu Oct 14 12:27:36 +0000 2010",
|
696
|
-
"in_reply_to_user_id": null,
|
697
|
-
"user": {
|
698
|
-
"time_zone": "Amsterdam",
|
699
|
-
"favourites_count": 12034,
|
700
|
-
"description": "I got fired from my previous job, because they said my personality was weird. But that’s okay, I have four more.",
|
701
|
-
"contributors_enabled": false,
|
702
|
-
"profile_sidebar_fill_color": "52656e",
|
703
|
-
"geo_enabled": false,
|
704
|
-
"profile_use_background_image": false,
|
705
|
-
"profile_sidebar_border_color": "000000",
|
706
|
-
"verified": false,
|
707
|
-
"url": "http://lessrelevantthannews.tumblr.com/",
|
708
|
-
"follow_request_sent": false,
|
709
|
-
"notifications": false,
|
710
|
-
"profile_background_image_url": "http://s.twimg.com/a/1287010001/images/themes/theme1/bg.png",
|
711
|
-
"lang": "en",
|
712
|
-
"created_at": "Fri Aug 27 20:43:04 +0000 2010",
|
713
|
-
"profile_background_color": "000000",
|
714
|
-
"profile_image_url": "http://a3.twimg.com/profile_images/1137463467/31582_120415217983760_100000458464963_201831_791709_n_normal.jpg",
|
715
|
-
"location": "Wherever life takes Visa",
|
716
|
-
"profile_background_tile": false,
|
717
|
-
"followers_count": 5389,
|
718
|
-
"protected": false,
|
719
|
-
"profile_text_color": "000000",
|
720
|
-
"screen_name": "dirtymustache",
|
721
|
-
"name": "C.B.M.K.",
|
722
|
-
"show_all_inline_media": false,
|
723
|
-
"listed_count": 250,
|
724
|
-
"following": true,
|
725
|
-
"friends_count": 438,
|
726
|
-
"id": 183758055,
|
727
|
-
"statuses_count": 292,
|
728
|
-
"utc_offset": 3600,
|
729
|
-
"profile_link_color": "79acbf"
|
730
|
-
},
|
731
|
-
"truncated": false,
|
732
|
-
"contributors": null,
|
733
|
-
"in_reply_to_screen_name": null,
|
734
|
-
"id": 27335573442,
|
735
|
-
"retweeted": false,
|
736
|
-
"text": "When the bed is making more noise than the girl, it’s probably time for a change."
|
737
|
-
},
|
738
|
-
{
|
739
|
-
"place": null,
|
740
|
-
"coordinates": null,
|
741
|
-
"retweet_count": 0,
|
742
|
-
"geo": null,
|
743
|
-
"favorited": true,
|
744
|
-
"source": "web",
|
745
|
-
"in_reply_to_status_id": null,
|
746
|
-
"created_at": "Thu Oct 14 05:04:49 +0000 2010",
|
747
|
-
"in_reply_to_user_id": null,
|
748
|
-
"user": {
|
749
|
-
"time_zone": "Mountain Time (US & Canada)",
|
750
|
-
"favourites_count": 1573,
|
751
|
-
"description": "Designed to make you feel like everything is going well. \r\nI am your Perestroika.\r\n",
|
752
|
-
"contributors_enabled": false,
|
753
|
-
"profile_sidebar_fill_color": "ffffff",
|
754
|
-
"geo_enabled": false,
|
755
|
-
"profile_use_background_image": true,
|
756
|
-
"profile_sidebar_border_color": "ffffff",
|
757
|
-
"verified": false,
|
758
|
-
"url": "http://kellyoxford.tumblr.com/",
|
759
|
-
"follow_request_sent": false,
|
760
|
-
"notifications": false,
|
761
|
-
"profile_background_image_url": "http://a1.twimg.com/profile_background_images/15026724/Care-O-Meter2.gif",
|
762
|
-
"lang": "en",
|
763
|
-
"created_at": "Thu Mar 05 03:24:25 +0000 2009",
|
764
|
-
"profile_background_color": "ececee",
|
765
|
-
"profile_image_url": "http://a3.twimg.com/profile_images/1104534595/kellyoxford21-300x300_normal.png",
|
766
|
-
"location": "",
|
767
|
-
"profile_background_tile": true,
|
768
|
-
"followers_count": 53405,
|
769
|
-
"protected": false,
|
770
|
-
"profile_text_color": "000000",
|
771
|
-
"screen_name": "kellyoxford",
|
772
|
-
"name": "kelly oxford",
|
773
|
-
"show_all_inline_media": false,
|
774
|
-
"listed_count": 2476,
|
775
|
-
"following": true,
|
776
|
-
"friends_count": 260,
|
777
|
-
"id": 22872643,
|
778
|
-
"statuses_count": 1095,
|
779
|
-
"utc_offset": -25200,
|
780
|
-
"profile_link_color": "512f78"
|
781
|
-
},
|
782
|
-
"truncated": false,
|
783
|
-
"contributors": null,
|
784
|
-
"in_reply_to_screen_name": null,
|
785
|
-
"id": 27313066151,
|
786
|
-
"retweeted": false,
|
787
|
-
"text": "Until Twitter, life was a regimen of unrequited afterthoughts."
|
788
|
-
},
|
789
|
-
{
|
790
|
-
"place": null,
|
791
|
-
"coordinates": null,
|
792
|
-
"retweet_count": 0,
|
793
|
-
"geo": null,
|
794
|
-
"favorited": true,
|
795
|
-
"source": "<a href=\"http://blackberry.com/twitter\" rel=\"nofollow\">Twitter for BlackBerry®</a>",
|
796
|
-
"in_reply_to_status_id": null,
|
797
|
-
"created_at": "Thu Oct 14 05:02:11 +0000 2010",
|
798
|
-
"in_reply_to_user_id": null,
|
799
|
-
"user": {
|
800
|
-
"time_zone": "Eastern Time (US & Canada)",
|
801
|
-
"description": "Just sitting here... Reading your tweets and silently judging you.",
|
802
|
-
"profile_sidebar_fill_color": "ffffff",
|
803
|
-
"show_all_inline_media": false,
|
804
|
-
"followers_count": 5185,
|
805
|
-
"statuses_count": 1886,
|
806
|
-
"profile_use_background_image": true,
|
807
|
-
"profile_sidebar_border_color": "ffffff",
|
808
|
-
"friends_count": 482,
|
809
|
-
"url": null,
|
810
|
-
"contributors_enabled": false,
|
811
|
-
"notifications": false,
|
812
|
-
"profile_background_image_url": "http://a3.twimg.com/profile_background_images/107689757/n.jpg",
|
813
|
-
"lang": "en",
|
814
|
-
"favourites_count": 53075,
|
815
|
-
"created_at": "Tue Jun 16 15:33:28 +0000 2009",
|
816
|
-
"profile_background_color": "1a0101",
|
817
|
-
"profile_image_url": "http://a2.twimg.com/profile_images/1144601566/hhhhh_normal.jpg",
|
818
|
-
"location": "Your mom says hi",
|
819
|
-
"profile_background_tile": false,
|
820
|
-
"protected": false,
|
821
|
-
"geo_enabled": false,
|
822
|
-
"profile_text_color": "360000",
|
823
|
-
"screen_name": "NikiWithIssues",
|
824
|
-
"name": "Niki",
|
825
|
-
"listed_count": 907,
|
826
|
-
"follow_request_sent": false,
|
827
|
-
"following": true,
|
828
|
-
"id": 47652631,
|
829
|
-
"verified": false,
|
830
|
-
"utc_offset": -18000,
|
831
|
-
"profile_link_color": "43b000"
|
832
|
-
},
|
833
|
-
"truncated": false,
|
834
|
-
"contributors": null,
|
835
|
-
"in_reply_to_screen_name": null,
|
836
|
-
"id": 27312920268,
|
837
|
-
"retweeted": false,
|
838
|
-
"text": "I bet my dignity and virginity are having a blast right now."
|
839
|
-
},
|
840
|
-
{
|
841
|
-
"place": null,
|
842
|
-
"coordinates": null,
|
843
|
-
"retweet_count": "100+",
|
844
|
-
"geo": null,
|
845
|
-
"favorited": true,
|
846
|
-
"source": "web",
|
847
|
-
"in_reply_to_status_id": null,
|
848
|
-
"created_at": "Thu Oct 14 04:01:48 +0000 2010",
|
849
|
-
"contributors": null,
|
850
|
-
"in_reply_to_user_id": null,
|
851
|
-
"user": {
|
852
|
-
"statuses_count": 2927,
|
853
|
-
"description": "Breaker of Swift Mustache Hairs",
|
854
|
-
"profile_use_background_image": true,
|
855
|
-
"favourites_count": 2008,
|
856
|
-
"profile_sidebar_border_color": "C0DEED",
|
857
|
-
"contributors_enabled": false,
|
858
|
-
"geo_enabled": false,
|
859
|
-
"profile_background_image_url": "http://a1.twimg.com/profile_background_images/37369538/IMG_0787.JPG",
|
860
|
-
"profile_background_color": "C0DEED",
|
861
|
-
"url": null,
|
862
|
-
"verified": false,
|
863
|
-
"notifications": false,
|
864
|
-
"profile_background_tile": false,
|
865
|
-
"follow_request_sent": false,
|
866
|
-
"lang": "en",
|
867
|
-
"created_at": "Thu Mar 12 19:09:35 +0000 2009",
|
868
|
-
"profile_text_color": "333333",
|
869
|
-
"profile_image_url": "http://a0.twimg.com/profile_images/379256380/IMG_0913_normal.JPG",
|
870
|
-
"location": "Los Angeles",
|
871
|
-
"protected": false,
|
872
|
-
"profile_link_color": "0084B4",
|
873
|
-
"followers_count": 100637,
|
874
|
-
"screen_name": "thesulk",
|
875
|
-
"name": "Alec Sulkin",
|
876
|
-
"listed_count": 3428,
|
877
|
-
"following": true,
|
878
|
-
"time_zone": "Pacific Time (US & Canada)",
|
879
|
-
"id": 24008967,
|
880
|
-
"show_all_inline_media": false,
|
881
|
-
"utc_offset": -28800,
|
882
|
-
"friends_count": 362,
|
883
|
-
"profile_sidebar_fill_color": "DDEEF6"
|
884
|
-
},
|
885
|
-
"truncated": false,
|
886
|
-
"in_reply_to_screen_name": null,
|
887
|
-
"id": 27309253968,
|
888
|
-
"retweeted": false,
|
889
|
-
"text": "Prove that lightning isn't wizards fighting. You can't."
|
890
|
-
},
|
891
|
-
{
|
892
|
-
"place": null,
|
893
|
-
"coordinates": null,
|
894
|
-
"retweet_count": 0,
|
895
|
-
"geo": null,
|
896
|
-
"favorited": true,
|
897
|
-
"source": "<a href=\"http://www.tweetdeck.com\" rel=\"nofollow\">TweetDeck</a>",
|
898
|
-
"in_reply_to_status_id": null,
|
899
|
-
"created_at": "Thu Oct 14 03:49:20 +0000 2010",
|
900
|
-
"in_reply_to_user_id": null,
|
901
|
-
"user": {
|
902
|
-
"time_zone": "London",
|
903
|
-
"favourites_count": 951,
|
904
|
-
"description": "Male actress and comedienne.",
|
905
|
-
"show_all_inline_media": true,
|
906
|
-
"profile_sidebar_fill_color": "bac4ca",
|
907
|
-
"statuses_count": 8647,
|
908
|
-
"profile_use_background_image": true,
|
909
|
-
"profile_sidebar_border_color": "000000",
|
910
|
-
"contributors_enabled": false,
|
911
|
-
"url": "http://www.peterserafinowicz.com/",
|
912
|
-
"notifications": false,
|
913
|
-
"profile_background_image_url": "http://a1.twimg.com/profile_background_images/8840610/psshow.jpg",
|
914
|
-
"friends_count": 863,
|
915
|
-
"lang": "en",
|
916
|
-
"created_at": "Wed Jan 07 13:19:30 +0000 2009",
|
917
|
-
"profile_background_color": "121617",
|
918
|
-
"profile_image_url": "http://a0.twimg.com/profile_images/1136683148/Photo_on_2010-10-03_at_13.49__4_normal.jpg",
|
919
|
-
"location": "Earth's Core",
|
920
|
-
"geo_enabled": false,
|
921
|
-
"profile_background_tile": true,
|
922
|
-
"protected": false,
|
923
|
-
"follow_request_sent": false,
|
924
|
-
"profile_text_color": "000000",
|
925
|
-
"screen_name": "serafinowicz",
|
926
|
-
"name": "Peter Serafinowicz",
|
927
|
-
"listed_count": 6606,
|
928
|
-
"following": true,
|
929
|
-
"verified": true,
|
930
|
-
"id": 18720595,
|
931
|
-
"utc_offset": 0,
|
932
|
-
"profile_link_color": "c9625e",
|
933
|
-
"followers_count": 436178
|
934
|
-
},
|
935
|
-
"truncated": false,
|
936
|
-
"contributors": null,
|
937
|
-
"in_reply_to_screen_name": null,
|
938
|
-
"id": 27308384170,
|
939
|
-
"retweeted": false,
|
940
|
-
"text": "Lif is too short."
|
941
|
-
},
|
942
|
-
{
|
943
|
-
"place": null,
|
944
|
-
"retweet_count": null,
|
945
|
-
"geo": null,
|
946
|
-
"retweeted": false,
|
947
|
-
"in_reply_to_status_id": null,
|
948
|
-
"source": "<a href=\"http://cotweet.com/?utm_source=sp1\" rel=\"nofollow\">CoTweet</a>",
|
949
|
-
"truncated": false,
|
950
|
-
"in_reply_to_status_id_str": null,
|
951
|
-
"created_at": "Thu Oct 14 03:30:03 +0000 2010",
|
952
|
-
"in_reply_to_user_id": null,
|
953
|
-
"favorited": true,
|
954
|
-
"in_reply_to_user_id_str": null,
|
955
|
-
"user": {
|
956
|
-
"time_zone": "Pacific Time (US & Canada)",
|
957
|
-
"favourites_count": 233,
|
958
|
-
"description": "Optimist, entrepreneur, and designer. Founded Photojojo (love of my life) & Jelly. I tweet about things that are rad!",
|
959
|
-
"geo_enabled": true,
|
960
|
-
"profile_sidebar_fill_color": "F3FBFF",
|
961
|
-
"followers_count": 5795,
|
962
|
-
"verified": false,
|
963
|
-
"notifications": false,
|
964
|
-
"follow_request_sent": false,
|
965
|
-
"profile_use_background_image": true,
|
966
|
-
"profile_sidebar_border_color": "003599",
|
967
|
-
"url": "http://amitgupta.com/",
|
968
|
-
"profile_background_image_url": "http://a1.twimg.com/profile_background_images/23548650/3123242665_c9629e57e3_o.jpg",
|
969
|
-
"lang": "en",
|
970
|
-
"created_at": "Thu Oct 26 15:35:26 +0000 2006",
|
971
|
-
"profile_background_color": "9ae4e8",
|
972
|
-
"location": "San Francisco, CA",
|
973
|
-
"listed_count": 560,
|
974
|
-
"profile_background_tile": true,
|
975
|
-
"protected": false,
|
976
|
-
"profile_image_url": "http://a0.twimg.com/profile_images/1112090848/twitter-amit-by-danbusta-wild-hair_normal.png",
|
977
|
-
"statuses_count": 4337,
|
978
|
-
"profile_text_color": "000000",
|
979
|
-
"name": "Amit superamit Gupta",
|
980
|
-
"show_all_inline_media": true,
|
981
|
-
"following": true,
|
982
|
-
"friends_count": 382,
|
983
|
-
"screen_name": "superamit",
|
984
|
-
"id": 10609,
|
985
|
-
"id_str": "10609",
|
986
|
-
"contributors_enabled": false,
|
987
|
-
"utc_offset": -28800,
|
988
|
-
"profile_link_color": "0080EB"
|
989
|
-
},
|
990
|
-
"contributors": null,
|
991
|
-
"coordinates": null,
|
992
|
-
"in_reply_to_screen_name": null,
|
993
|
-
"id": 27306957808,
|
994
|
-
"id_str": "27306957808",
|
995
|
-
"text": "Reading someone's code is like opening up their head & rummaging through their brain. It's their thoughts laid bare. Nothing else like it."
|
996
|
-
},
|
997
|
-
{
|
998
|
-
"place": null,
|
999
|
-
"coordinates": null,
|
1000
|
-
"retweet_count": 0,
|
1001
|
-
"geo": null,
|
1002
|
-
"favorited": true,
|
1003
|
-
"source": "<a href=\"http://getsocialscope.com\" rel=\"nofollow\">SocialScope</a>",
|
1004
|
-
"in_reply_to_status_id": null,
|
1005
|
-
"created_at": "Thu Oct 14 02:57:44 +0000 2010",
|
1006
|
-
"in_reply_to_user_id": null,
|
1007
|
-
"user": {
|
1008
|
-
"time_zone": "Central Time (US & Canada)",
|
1009
|
-
"favourites_count": 65183,
|
1010
|
-
"description": "I make the toast of a bread situation.",
|
1011
|
-
"contributors_enabled": false,
|
1012
|
-
"profile_sidebar_fill_color": "e0ff92",
|
1013
|
-
"geo_enabled": false,
|
1014
|
-
"profile_use_background_image": true,
|
1015
|
-
"profile_sidebar_border_color": "87bc44",
|
1016
|
-
"verified": false,
|
1017
|
-
"url": "http://favstar.fm/users/donni/recent",
|
1018
|
-
"follow_request_sent": false,
|
1019
|
-
"notifications": false,
|
1020
|
-
"profile_background_image_url": "http://a3.twimg.com/profile_background_images/18626407/sanocap.JPG",
|
1021
|
-
"lang": "en",
|
1022
|
-
"created_at": "Wed Apr 11 19:20:18 +0000 2007",
|
1023
|
-
"profile_background_color": "9ae4e8",
|
1024
|
-
"profile_image_url": "http://a0.twimg.com/profile_images/840357676/cartoonifypolo_normal.jpg",
|
1025
|
-
"location": "Chicago/North Side/Albany Park",
|
1026
|
-
"profile_background_tile": true,
|
1027
|
-
"followers_count": 3539,
|
1028
|
-
"protected": false,
|
1029
|
-
"profile_text_color": "000000",
|
1030
|
-
"screen_name": "donni",
|
1031
|
-
"name": "donni",
|
1032
|
-
"show_all_inline_media": false,
|
1033
|
-
"listed_count": 907,
|
1034
|
-
"following": true,
|
1035
|
-
"friends_count": 604,
|
1036
|
-
"id": 4230121,
|
1037
|
-
"statuses_count": 3770,
|
1038
|
-
"utc_offset": -21600,
|
1039
|
-
"profile_link_color": "0000ff"
|
1040
|
-
},
|
1041
|
-
"truncated": false,
|
1042
|
-
"contributors": null,
|
1043
|
-
"in_reply_to_screen_name": null,
|
1044
|
-
"id": 27304453658,
|
1045
|
-
"retweeted": false,
|
1046
|
-
"text": "Prostitutes hate trick-or-treaters."
|
1047
|
-
},
|
1048
|
-
{
|
1049
|
-
"place": null,
|
1050
|
-
"coordinates": null,
|
1051
|
-
"retweet_count": 0,
|
1052
|
-
"geo": null,
|
1053
|
-
"favorited": true,
|
1054
|
-
"source": "<a href=\"http://twitter.com/\" rel=\"nofollow\">Twitter for iPhone</a>",
|
1055
|
-
"in_reply_to_status_id": null,
|
1056
|
-
"created_at": "Thu Oct 14 02:40:19 +0000 2010",
|
1057
|
-
"in_reply_to_user_id": null,
|
1058
|
-
"user": {
|
1059
|
-
"geo_enabled": false,
|
1060
|
-
"time_zone": "Tehran",
|
1061
|
-
"description": "President of the Islamic Republic of Iran",
|
1062
|
-
"profile_sidebar_fill_color": "DDFFCC",
|
1063
|
-
"verified": false,
|
1064
|
-
"follow_request_sent": false,
|
1065
|
-
"profile_use_background_image": true,
|
1066
|
-
"profile_sidebar_border_color": "BDDCAD",
|
1067
|
-
"url": null,
|
1068
|
-
"notifications": false,
|
1069
|
-
"profile_background_image_url": "http://a3.twimg.com/profile_background_images/4752811/iran_flag.gif",
|
1070
|
-
"followers_count": 16741,
|
1071
|
-
"lang": "en",
|
1072
|
-
"created_at": "Tue Feb 24 00:46:23 +0000 2009",
|
1073
|
-
"profile_background_color": "9AE4E8",
|
1074
|
-
"profile_image_url": "http://a1.twimg.com/profile_images/82018909/Mahmoud-Ahmadinejad.jpeg_normal.jpg",
|
1075
|
-
"location": "Tehran",
|
1076
|
-
"show_all_inline_media": false,
|
1077
|
-
"profile_background_tile": true,
|
1078
|
-
"friends_count": 91,
|
1079
|
-
"protected": false,
|
1080
|
-
"statuses_count": 438,
|
1081
|
-
"profile_text_color": "333333",
|
1082
|
-
"screen_name": "M_Ahmadinejad",
|
1083
|
-
"name": "Mahmoud Ahmadinejad",
|
1084
|
-
"listed_count": 667,
|
1085
|
-
"following": true,
|
1086
|
-
"favourites_count": 1,
|
1087
|
-
"id": 21713519,
|
1088
|
-
"contributors_enabled": false,
|
1089
|
-
"utc_offset": 12600,
|
1090
|
-
"profile_link_color": "0084B4"
|
1091
|
-
},
|
1092
|
-
"truncated": false,
|
1093
|
-
"contributors": null,
|
1094
|
-
"in_reply_to_screen_name": null,
|
1095
|
-
"id": 27303063690,
|
1096
|
-
"retweeted": false,
|
1097
|
-
"text": "While I praise the outcome, I must raise the question of how is it that the Chilean Jew miners knew not to show for work that fateful day?"
|
1098
|
-
}
|
1099
|
-
]
|
1
|
+
[{"place":{"country_code":"US","place_type":"neighborhood","url":"http://api.twitter.com/1/geo/id/2b6ff8c22edd9576.json","country":"The United States of America","attributes":{},"full_name":"SoMa, San Francisco","name":"SoMa","id":"2b6ff8c22edd9576","bounding_box":{"type":"Polygon","coordinates":[[[-122.42284884,37.76893497],[-122.3964,37.76893497],[-122.3964,37.78752897],[-122.42284884,37.78752897]]]}},"retweet_count":null,"geo":{"type":"Point","coordinates":[37.78277342,-122.40647882]},"retweeted":false,"in_reply_to_status_id":null,"source":"<a href=\"http://twitter.com/\" rel=\"nofollow\">Twitter for iPhone</a>","truncated":false,"in_reply_to_status_id_str":null,"created_at":"Fri Oct 22 21:06:40 +0000 2010","in_reply_to_user_id":null,"favorited":true,"in_reply_to_user_id_str":null,"user":{"contributors_enabled":false,"time_zone":"Pacific Time (US & Canada)","description":"I'm mostly made of water. I was a Pivot. Now I'm a Square.","geo_enabled":true,"profile_sidebar_fill_color":"efefef","followers_count":1216,"notifications":false,"verified":false,"profile_use_background_image":true,"profile_sidebar_border_color":"eeeeee","follow_request_sent":false,"url":"http://zbrock.com","profile_background_image_url":"http://s.twimg.com/a/1287010001/images/themes/theme14/bg.gif","lang":"en","created_at":"Tue Mar 27 04:43:51 +0000 2007","profile_background_color":"131516","location":"San Francisco, CA","profile_background_tile":true,"protected":false,"profile_image_url":"http://a1.twimg.com/profile_images/758971993/me_square_normal.jpg","listed_count":62,"friends_count":184,"profile_text_color":"333333","name":"Zach Brock","statuses_count":2206,"following":true,"screen_name":"z","id":2404341,"id_str":"2404341","show_all_inline_media":false,"utc_offset":-28800,"favourites_count":40,"profile_link_color":"009999"},"contributors":null,"coordinates":{"type":"Point","coordinates":[-122.40647882,37.78277342]},"in_reply_to_screen_name":null,"id":28439861609,"id_str":"28439861609","text":"Spilled grilled onions on myself. I smell delicious!"},{"place":null,"retweet_count":null,"geo":null,"retweeted":false,"in_reply_to_status_id":null,"source":"<a href=\"http://twitter.com/\" rel=\"nofollow\">Twitter for iPhone</a>","truncated":false,"created_at":"Fri Oct 22 20:56:41 +0000 2010","in_reply_to_user_id":null,"favorited":true,"user":{"time_zone":"Eastern Time (US & Canada)","description":"Real artists ship.","verified":false,"profile_sidebar_fill_color":"dfe2df","followers_count":7659,"follow_request_sent":false,"notifications":false,"profile_use_background_image":true,"profile_sidebar_border_color":"87867d","url":"http://scifihifi.com","profile_background_image_url":"http://a1.twimg.com/profile_background_images/4233628/849777160_0677d0d6bb.jpg","listed_count":382,"lang":"en","created_at":"Wed Jul 12 23:14:49 +0000 2006","friends_count":696,"profile_background_color":"bababa","location":"NYC","statuses_count":6916,"profile_background_tile":true,"protected":false,"profile_image_url":"http://a2.twimg.com/profile_images/60308638/buzz-talking_normal.jpg","show_all_inline_media":false,"favourites_count":3412,"profile_text_color":"000000","name":"Buzz Andersen","contributors_enabled":false,"following":true,"screen_name":"buzz","id":528,"geo_enabled":true,"utc_offset":-18000,"profile_link_color":"474747"},"contributors":null,"coordinates":null,"in_reply_to_screen_name":null,"id":28439188159,"text":"My new doctor in Greenpoint asked if I drink a lot, and when I said \"Yeeeah...\" he just nodded and said \"Good, good.\" Polish doctors rule!"},{"place":null,"geo":null,"favorited":true,"in_reply_to_status_id":null,"contributors":null,"in_reply_to_screen_name":null,"source":"<a href=\"/devices\" rel=\"nofollow\">txt</a>","retweet_count":null,"created_at":"Fri Oct 22 19:06:27 +0000 2010","retweeted":false,"in_reply_to_user_id":null,"user":{"show_all_inline_media":true,"profile_background_image_url":"http://a1.twimg.com/profile_background_images/18156348/jessica_tiled.jpg.jpeg","favourites_count":217,"description":"Engineer at Twitter. Obsessed with running. In a past life I was a member of the Rails Core team & 37signals.","contributors_enabled":false,"profile_background_color":"9AE4E8","followers_count":279792,"geo_enabled":true,"notifications":false,"profile_background_tile":true,"profile_text_color":"333333","verified":false,"url":"http://project.ioni.st","follow_request_sent":false,"profile_link_color":"0084B4","lang":"en","time_zone":"Pacific Time (US & Canada)","created_at":"Mon Apr 02 07:47:28 +0000 2007","location":"San Francisco, CA","profile_sidebar_fill_color":"DDFFCC","protected":false,"profile_image_url":"http://a3.twimg.com/profile_images/53473799/marcel-euro-rails-conf_normal.jpg","name":"Marcel Molina","listed_count":803,"following":true,"profile_use_background_image":true,"friends_count":652,"profile_sidebar_border_color":"BDDCAD","screen_name":"noradio","id":3191321,"statuses_count":4636,"utc_offset":-28800},"coordinates":null,"id":28431820230,"truncated":false,"text":"Slowing everything down. Going on more walks. It's always now."},{"place":null,"retweet_count":null,"geo":null,"retweeted":false,"in_reply_to_status_id":null,"source":"web","truncated":false,"in_reply_to_status_id_str":null,"created_at":"Thu Oct 21 17:36:18 +0000 2010","in_reply_to_user_id":null,"favorited":true,"in_reply_to_user_id_str":null,"user":{"time_zone":"Pacific Time (US & Canada)","favourites_count":541,"description":"Vector of enthusiasm.","geo_enabled":true,"profile_sidebar_fill_color":"a0b34a","followers_count":49860,"verified":false,"notifications":false,"follow_request_sent":false,"profile_use_background_image":true,"profile_sidebar_border_color":"a1b44f","url":"http://patrickewing.info","profile_background_image_url":"http://a3.twimg.com/profile_background_images/113507697/cheerfulchirp_36_12284.jpg","lang":"en","created_at":"Sat Feb 24 18:13:15 +0000 2007","profile_background_color":"b2be63","location":"Sane Francisco","listed_count":298,"profile_background_tile":false,"protected":false,"profile_image_url":"http://a1.twimg.com/profile_images/468646545/cropped_normal.jpg","statuses_count":3193,"profile_text_color":"29230d","name":"Patrick Ewing","show_all_inline_media":true,"following":true,"friends_count":671,"screen_name":"hoverbird","id":792690,"id_str":"792690","contributors_enabled":false,"utc_offset":-28800,"profile_link_color":"61351f"},"contributors":null,"coordinates":null,"in_reply_to_screen_name":null,"id":28046477328,"id_str":"28046477328","text":"\"There's no crying in software!\" - @boblord"},{"place":null,"retweet_count":null,"geo":null,"retweeted":false,"in_reply_to_status_id":null,"source":"web","truncated":false,"in_reply_to_status_id_str":null,"created_at":"Wed Oct 20 18:59:22 +0000 2010","in_reply_to_user_id":null,"favorited":true,"in_reply_to_user_id_str":null,"user":{"time_zone":"Pacific Time (US & Canada)","favourites_count":40,"description":"I'm mostly made of water. I was a Pivot. Now I'm a Square.","geo_enabled":true,"profile_sidebar_fill_color":"efefef","followers_count":1216,"verified":false,"notifications":false,"follow_request_sent":false,"profile_use_background_image":true,"profile_sidebar_border_color":"eeeeee","url":"http://zbrock.com","profile_background_image_url":"http://s.twimg.com/a/1287010001/images/themes/theme14/bg.gif","lang":"en","created_at":"Tue Mar 27 04:43:51 +0000 2007","profile_background_color":"131516","location":"San Francisco, CA","listed_count":62,"profile_background_tile":true,"protected":false,"profile_image_url":"http://a1.twimg.com/profile_images/758971993/me_square_normal.jpg","statuses_count":2208,"profile_text_color":"333333","name":"Zach Brock","show_all_inline_media":false,"following":true,"friends_count":184,"screen_name":"z","id":2404341,"id_str":"2404341","contributors_enabled":false,"utc_offset":-28800,"profile_link_color":"009999"},"contributors":null,"coordinates":null,"in_reply_to_screen_name":null,"id":27956588864,"id_str":"27956588864","text":"Things I learned about VIM today: L means \"right\"."},{"place":null,"geo":null,"retweet_count":null,"favorited":true,"in_reply_to_status_id":null,"source":"web","contributors":null,"truncated":false,"created_at":"Tue Oct 19 17:15:29 +0000 2010","in_reply_to_screen_name":null,"coordinates":null,"user":{"follow_request_sent":false,"profile_text_color":"000000","description":"Founder of 37signals. Co-author of REWORK. Credo: It's simple until you make it complicated.","notifications":false,"profile_background_tile":true,"profile_link_color":"0099CC","followers_count":41922,"show_all_inline_media":false,"friends_count":81,"profile_sidebar_fill_color":"f6ffd1","url":"http://www.37signals.com","statuses_count":5240,"time_zone":"Central Time (US & Canada)","lang":"en","favourites_count":418,"created_at":"Sun Apr 13 01:31:17 +0000 2008","profile_sidebar_border_color":"fff8ad","profile_image_url":"http://a2.twimg.com/profile_images/585991126/jasonfried-avatar_normal.jpg","location":"Chicago, IL","contributors_enabled":false,"protected":false,"geo_enabled":false,"profile_use_background_image":true,"screen_name":"jasonfried","name":"Jason Fried","listed_count":4014,"following":true,"profile_background_color":"000000","id":14372143,"verified":false,"profile_background_image_url":"http://a1.twimg.com/profile_background_images/157820538/37sicon1.png","utc_offset":-21600},"retweeted":false,"in_reply_to_user_id":null,"id":27852425811,"text":"Twitter, Facebook, Youtube, etc. are modern day smoke breaks."},{"place":null,"retweet_count":null,"geo":null,"retweeted":false,"in_reply_to_status_id":null,"source":"web","truncated":false,"in_reply_to_status_id_str":null,"created_at":"Mon Oct 18 16:11:41 +0000 2010","in_reply_to_user_id":null,"favorited":true,"in_reply_to_user_id_str":null,"user":{"time_zone":"Eastern Time (US & Canada)","favourites_count":0,"description":"","geo_enabled":false,"profile_sidebar_fill_color":"deddda","followers_count":58,"verified":false,"notifications":false,"follow_request_sent":false,"profile_use_background_image":false,"profile_sidebar_border_color":"deddda","url":"http://github.com/laserlemon","profile_background_image_url":"http://s.twimg.com/a/1287523226/images/themes/theme1/bg.png","lang":"en","created_at":"Thu Jun 18 17:59:32 +0000 2009","profile_background_color":"efeeeb","location":"Holland, Michigan","listed_count":4,"profile_background_tile":false,"protected":false,"profile_image_url":"http://a0.twimg.com/profile_images/269521476/Lemon_normal.jpg","statuses_count":379,"profile_text_color":"343330","name":"Steve Richert","show_all_inline_media":true,"following":true,"friends_count":95,"screen_name":"laserlemon","id":48431692,"id_str":"48431692","contributors_enabled":false,"utc_offset":-18000,"profile_link_color":"339933"},"contributors":null,"coordinates":null,"in_reply_to_screen_name":null,"id":27748704424,"id_str":"27748704424","text":"Learning HTML5 feels like learning HTML for the first time."},{"place":null,"in_reply_to_screen_name":null,"retweeted":false,"coordinates":null,"geo":null,"source":"<a href=\"http://www.echofon.com/\" rel=\"nofollow\">Echofon</a>","retweet_count":null,"favorited":true,"in_reply_to_status_id":null,"created_at":"Sun Oct 17 20:43:37 +0000 2010","in_reply_to_user_id":null,"user":{"listed_count":304,"follow_request_sent":false,"description":"GitHub, Sinatra, Rack, Rack::Cache, rdiscount, git-sh, shotgun, rack-contrib, date-performance, ...","profile_sidebar_fill_color":"ffffff","time_zone":"Pacific Time (US & Canada)","followers_count":2797,"profile_sidebar_border_color":"000000","show_all_inline_media":false,"friends_count":269,"url":"http://tomayko.com/about","statuses_count":1745,"notifications":true,"profile_use_background_image":false,"lang":"en","favourites_count":273,"created_at":"Fri Oct 05 17:11:28 +0000 2007","profile_background_color":"FFFFFF","profile_image_url":"http://a3.twimg.com/profile_images/555940239/Shades_normal.jpg","location":"San Francisco, California","contributors_enabled":false,"profile_background_image_url":"http://s.twimg.com/a/1287010001/images/themes/theme1/bg.png","protected":false,"geo_enabled":true,"profile_text_color":"000000","screen_name":"rtomayko","name":"Ryan Tomayko","following":true,"profile_background_tile":false,"id":9267332,"verified":false,"utc_offset":-28800,"profile_link_color":"0071c2"},"contributors":null,"id":27670358672,"truncated":false,"text":"Never ever say, \"this shouldn't be hard to do\" in a support request."},{"place":null,"in_reply_to_screen_name":null,"retweeted":false,"coordinates":null,"geo":null,"source":"<a href=\"http://birdhouseapp.com\" rel=\"nofollow\">Birdhouse</a>","retweet_count":null,"favorited":true,"in_reply_to_status_id":null,"created_at":"Sat Oct 16 02:18:08 +0000 2010","in_reply_to_user_id":null,"user":{"show_all_inline_media":true,"listed_count":1163,"friends_count":380,"description":"in repose","statuses_count":6283,"profile_sidebar_fill_color":"C0DFEC","time_zone":"Pacific Time (US & Canada)","favourites_count":79,"contributors_enabled":false,"profile_sidebar_border_color":"a8c7f7","geo_enabled":false,"url":"http://www.randsinrepose.com","notifications":false,"profile_use_background_image":true,"lang":"en","verified":false,"created_at":"Wed Nov 29 19:16:11 +0000 2006","profile_background_color":"022330","profile_image_url":"http://a2.twimg.com/profile_images/78687018/rands-better-05_normal.png","location":"los gatos, ca","follow_request_sent":false,"profile_background_image_url":"http://s.twimg.com/a/1287010001/images/themes/theme15/bg.png","protected":false,"profile_text_color":"333333","screen_name":"rands","name":"rands","following":true,"profile_background_tile":false,"followers_count":15353,"id":30923,"utc_offset":-28800,"profile_link_color":"0084B4"},"contributors":null,"id":27501285310,"truncated":false,"text":"I know that you trust me when you stop saying thank you."},{"place":null,"retweet_count":null,"geo":null,"retweeted":false,"in_reply_to_status_id":null,"source":"<a href=\"http://twitter.com/\" rel=\"nofollow\">Twitter for iPhone</a>","truncated":false,"in_reply_to_status_id_str":null,"created_at":"Sat Oct 16 00:23:26 +0000 2010","in_reply_to_user_id":null,"favorited":true,"in_reply_to_user_id_str":null,"user":{"time_zone":"Pacific Time (US & Canada)","favourites_count":228,"description":"Friends only here. Follow my public self at @joshsusser","geo_enabled":false,"profile_sidebar_fill_color":"DDFFCC","followers_count":204,"verified":false,"notifications":false,"follow_request_sent":false,"profile_use_background_image":true,"profile_sidebar_border_color":"BDDCAD","url":"http://blog.hasmanythrough.com","profile_background_image_url":"http://s.twimg.com/a/1287010001/images/themes/theme16/bg.gif","lang":"en","created_at":"Wed Apr 04 22:56:41 +0000 2007","profile_background_color":"9AE4E8","location":"San Francisco, CA, USA","listed_count":34,"profile_background_tile":false,"protected":true,"profile_image_url":"http://a1.twimg.com/profile_images/588241005/hasmanyjaundice-tiny_normal.png","statuses_count":4486,"profile_text_color":"333333","name":"Josh Susser","show_all_inline_media":false,"following":true,"friends_count":180,"screen_name":"suss","id":3468841,"id_str":"3468841","contributors_enabled":false,"utc_offset":-28800,"profile_link_color":"0084B4"},"contributors":null,"coordinates":null,"in_reply_to_screen_name":null,"id":27492203907,"id_str":"27492203907","text":"beverage infrastructure upgrade http://yfrog.com/5chyzycj"},{"place":null,"retweet_count":null,"geo":null,"retweeted":false,"in_reply_to_status_id":null,"source":"web","truncated":false,"in_reply_to_status_id_str":null,"created_at":"Fri Oct 15 23:01:52 +0000 2010","in_reply_to_user_id":null,"favorited":true,"in_reply_to_user_id_str":null,"user":{"time_zone":"Pacific Time (US & Canada)","favourites_count":228,"description":"","geo_enabled":false,"profile_sidebar_fill_color":"DBDCDA","followers_count":364,"verified":false,"notifications":false,"follow_request_sent":false,"profile_use_background_image":true,"profile_sidebar_border_color":"87BC44","url":"http://floraflora.tumblr.com","profile_background_image_url":"http://a3.twimg.com/profile_background_images/2909711/flowers.jpg","lang":"en","created_at":"Sat Aug 09 20:26:17 +0000 2008","profile_background_color":"9ae4e8","location":"San Francisco","listed_count":9,"profile_background_tile":true,"protected":false,"profile_image_url":"http://a3.twimg.com/profile_images/58028483/Photo_1_normal.jpg","statuses_count":472,"profile_text_color":"3C3B3B","name":"ireneface","show_all_inline_media":false,"following":true,"friends_count":118,"screen_name":"ireneface","id":15792047,"id_str":"15792047","contributors_enabled":false,"utc_offset":-28800,"profile_link_color":"147844"},"contributors":null,"coordinates":null,"in_reply_to_screen_name":null,"id":27486151774,"id_str":"27486151774","text":"Prediction: In 2030 our generation will be as embarrassed about our water waste today, as baby boomers are of littering in the 60's"},{"place":null,"retweet_count":null,"geo":null,"retweeted":false,"in_reply_to_status_id":null,"source":"web","truncated":false,"in_reply_to_status_id_str":null,"created_at":"Fri Oct 15 14:11:13 +0000 2010","in_reply_to_user_id":null,"favorited":true,"in_reply_to_user_id_str":null,"user":{"time_zone":"Pacific Time (US & Canada)","favourites_count":1,"description":"curious optimist","geo_enabled":true,"profile_sidebar_fill_color":"DDEEF6","followers_count":231,"verified":false,"notifications":false,"follow_request_sent":false,"profile_use_background_image":true,"profile_sidebar_border_color":"C0DEED","url":null,"profile_background_image_url":"http://s.twimg.com/a/1287010001/images/themes/theme1/bg.png","lang":"en","created_at":"Mon Jul 21 16:30:41 +0000 2008","profile_background_color":"C0DEED","location":"","listed_count":7,"profile_background_tile":false,"protected":false,"profile_image_url":"http://a1.twimg.com/profile_images/644903329/Gustav_KLIMT_Judith_and_Holofernes_normal.jpg","statuses_count":1421,"profile_text_color":"333333","name":"judy","show_all_inline_media":false,"following":false,"friends_count":227,"screen_name":"judyprays","id":15517107,"id_str":"15517107","contributors_enabled":false,"utc_offset":-28800,"profile_link_color":"0084B4"},"contributors":null,"coordinates":null,"in_reply_to_screen_name":null,"id":27444504849,"id_str":"27444504849","text":"i love it when typos expose better versions of words. ex: crayz gets the point across much better than crazy."},{"place":null,"coordinates":null,"retweet_count":0,"geo":null,"favorited":true,"source":"<a href=\"http://www.tweetdeck.com\" rel=\"nofollow\">TweetDeck</a>","in_reply_to_status_id":null,"created_at":"Thu Oct 14 12:27:36 +0000 2010","in_reply_to_user_id":null,"user":{"time_zone":"Amsterdam","favourites_count":12034,"description":"I got fired from my previous job, because they said my personality was weird. But that's okay, I have four more.","contributors_enabled":false,"profile_sidebar_fill_color":"52656e","geo_enabled":false,"profile_use_background_image":false,"profile_sidebar_border_color":"000000","verified":false,"url":"http://lessrelevantthannews.tumblr.com/","follow_request_sent":false,"notifications":false,"profile_background_image_url":"http://s.twimg.com/a/1287010001/images/themes/theme1/bg.png","lang":"en","created_at":"Fri Aug 27 20:43:04 +0000 2010","profile_background_color":"000000","profile_image_url":"http://a3.twimg.com/profile_images/1137463467/31582_120415217983760_100000458464963_201831_791709_n_normal.jpg","location":"Wherever life takes Visa","profile_background_tile":false,"followers_count":5389,"protected":false,"profile_text_color":"000000","screen_name":"dirtymustache","name":"C.B.M.K.","show_all_inline_media":false,"listed_count":250,"following":true,"friends_count":438,"id":183758055,"statuses_count":292,"utc_offset":3600,"profile_link_color":"79acbf"},"truncated":false,"contributors":null,"in_reply_to_screen_name":null,"id":27335573442,"retweeted":false,"text":"When the bed is making more noise than the girl, it's probably time for a change."},{"place":null,"coordinates":null,"retweet_count":0,"geo":null,"favorited":true,"source":"web","in_reply_to_status_id":null,"created_at":"Thu Oct 14 05:04:49 +0000 2010","in_reply_to_user_id":null,"user":{"time_zone":"Mountain Time (US & Canada)","favourites_count":1573,"description":"Designed to make you feel like everything is going well. \r\nI am your Perestroika.\r\n","contributors_enabled":false,"profile_sidebar_fill_color":"ffffff","geo_enabled":false,"profile_use_background_image":true,"profile_sidebar_border_color":"ffffff","verified":false,"url":"http://kellyoxford.tumblr.com/","follow_request_sent":false,"notifications":false,"profile_background_image_url":"http://a1.twimg.com/profile_background_images/15026724/Care-O-Meter2.gif","lang":"en","created_at":"Thu Mar 05 03:24:25 +0000 2009","profile_background_color":"ececee","profile_image_url":"http://a3.twimg.com/profile_images/1104534595/kellyoxford21-300x300_normal.png","location":"","profile_background_tile":true,"followers_count":53405,"protected":false,"profile_text_color":"000000","screen_name":"kellyoxford","name":"kelly oxford","show_all_inline_media":false,"listed_count":2476,"following":true,"friends_count":260,"id":22872643,"statuses_count":1095,"utc_offset":-25200,"profile_link_color":"512f78"},"truncated":false,"contributors":null,"in_reply_to_screen_name":null,"id":27313066151,"retweeted":false,"text":"Until Twitter, life was a regimen of unrequited afterthoughts."},{"place":null,"coordinates":null,"retweet_count":0,"geo":null,"favorited":true,"source":"<a href=\"http://blackberry.com/twitter\" rel=\"nofollow\">Twitter for BlackBerry®</a>","in_reply_to_status_id":null,"created_at":"Thu Oct 14 05:02:11 +0000 2010","in_reply_to_user_id":null,"user":{"time_zone":"Eastern Time (US & Canada)","description":"Just sitting here... Reading your tweets and silently judging you.","profile_sidebar_fill_color":"ffffff","show_all_inline_media":false,"followers_count":5185,"statuses_count":1886,"profile_use_background_image":true,"profile_sidebar_border_color":"ffffff","friends_count":482,"url":null,"contributors_enabled":false,"notifications":false,"profile_background_image_url":"http://a3.twimg.com/profile_background_images/107689757/n.jpg","lang":"en","favourites_count":53075,"created_at":"Tue Jun 16 15:33:28 +0000 2009","profile_background_color":"1a0101","profile_image_url":"http://a2.twimg.com/profile_images/1144601566/hhhhh_normal.jpg","location":"Your mom says hi","profile_background_tile":false,"protected":false,"geo_enabled":false,"profile_text_color":"360000","screen_name":"NikiWithIssues","name":"Niki","listed_count":907,"follow_request_sent":false,"following":true,"id":47652631,"verified":false,"utc_offset":-18000,"profile_link_color":"43b000"},"truncated":false,"contributors":null,"in_reply_to_screen_name":null,"id":27312920268,"retweeted":false,"text":"I bet my dignity and virginity are having a blast right now."},{"place":null,"coordinates":null,"retweet_count":"100+","geo":null,"favorited":true,"source":"web","in_reply_to_status_id":null,"created_at":"Thu Oct 14 04:01:48 +0000 2010","contributors":null,"in_reply_to_user_id":null,"user":{"statuses_count":2927,"description":"Breaker of Swift Mustache Hairs","profile_use_background_image":true,"favourites_count":2008,"profile_sidebar_border_color":"C0DEED","contributors_enabled":false,"geo_enabled":false,"profile_background_image_url":"http://a1.twimg.com/profile_background_images/37369538/IMG_0787.JPG","profile_background_color":"C0DEED","url":null,"verified":false,"notifications":false,"profile_background_tile":false,"follow_request_sent":false,"lang":"en","created_at":"Thu Mar 12 19:09:35 +0000 2009","profile_text_color":"333333","profile_image_url":"http://a0.twimg.com/profile_images/379256380/IMG_0913_normal.JPG","location":"Los Angeles","protected":false,"profile_link_color":"0084B4","followers_count":100637,"screen_name":"thesulk","name":"Alec Sulkin","listed_count":3428,"following":true,"time_zone":"Pacific Time (US & Canada)","id":24008967,"show_all_inline_media":false,"utc_offset":-28800,"friends_count":362,"profile_sidebar_fill_color":"DDEEF6"},"truncated":false,"in_reply_to_screen_name":null,"id":27309253968,"retweeted":false,"text":"Prove that lightning isn't wizards fighting. You can't."},{"place":null,"coordinates":null,"retweet_count":0,"geo":null,"favorited":true,"source":"<a href=\"http://www.tweetdeck.com\" rel=\"nofollow\">TweetDeck</a>","in_reply_to_status_id":null,"created_at":"Thu Oct 14 03:49:20 +0000 2010","in_reply_to_user_id":null,"user":{"time_zone":"London","favourites_count":951,"description":"Male actress and comedienne.","show_all_inline_media":true,"profile_sidebar_fill_color":"bac4ca","statuses_count":8647,"profile_use_background_image":true,"profile_sidebar_border_color":"000000","contributors_enabled":false,"url":"http://www.peterserafinowicz.com/","notifications":false,"profile_background_image_url":"http://a1.twimg.com/profile_background_images/8840610/psshow.jpg","friends_count":863,"lang":"en","created_at":"Wed Jan 07 13:19:30 +0000 2009","profile_background_color":"121617","profile_image_url":"http://a0.twimg.com/profile_images/1136683148/Photo_on_2010-10-03_at_13.49__4_normal.jpg","location":"Earth's Core","geo_enabled":false,"profile_background_tile":true,"protected":false,"follow_request_sent":false,"profile_text_color":"000000","screen_name":"serafinowicz","name":"Peter Serafinowicz","listed_count":6606,"following":true,"verified":true,"id":18720595,"utc_offset":0,"profile_link_color":"c9625e","followers_count":436178},"truncated":false,"contributors":null,"in_reply_to_screen_name":null,"id":27308384170,"retweeted":false,"text":"Lif is too short."},{"place":null,"retweet_count":null,"geo":null,"retweeted":false,"in_reply_to_status_id":null,"source":"<a href=\"http://cotweet.com/?utm_source=sp1\" rel=\"nofollow\">CoTweet</a>","truncated":false,"in_reply_to_status_id_str":null,"created_at":"Thu Oct 14 03:30:03 +0000 2010","in_reply_to_user_id":null,"favorited":true,"in_reply_to_user_id_str":null,"user":{"time_zone":"Pacific Time (US & Canada)","favourites_count":233,"description":"Optimist, entrepreneur, and designer. Founded Photojojo (love of my life) & Jelly. I tweet about things that are rad!","geo_enabled":true,"profile_sidebar_fill_color":"F3FBFF","followers_count":5795,"verified":false,"notifications":false,"follow_request_sent":false,"profile_use_background_image":true,"profile_sidebar_border_color":"003599","url":"http://amitgupta.com/","profile_background_image_url":"http://a1.twimg.com/profile_background_images/23548650/3123242665_c9629e57e3_o.jpg","lang":"en","created_at":"Thu Oct 26 15:35:26 +0000 2006","profile_background_color":"9ae4e8","location":"San Francisco, CA","listed_count":560,"profile_background_tile":true,"protected":false,"profile_image_url":"http://a0.twimg.com/profile_images/1112090848/twitter-amit-by-danbusta-wild-hair_normal.png","statuses_count":4337,"profile_text_color":"000000","name":"Amit superamit Gupta","show_all_inline_media":true,"following":true,"friends_count":382,"screen_name":"superamit","id":10609,"id_str":"10609","contributors_enabled":false,"utc_offset":-28800,"profile_link_color":"0080EB"},"contributors":null,"coordinates":null,"in_reply_to_screen_name":null,"id":27306957808,"id_str":"27306957808","text":"Reading someone's code is like opening up their head & rummaging through their brain. It's their thoughts laid bare. Nothing else like it."},{"place":null,"coordinates":null,"retweet_count":0,"geo":null,"favorited":true,"source":"<a href=\"http://getsocialscope.com\" rel=\"nofollow\">SocialScope</a>","in_reply_to_status_id":null,"created_at":"Thu Oct 14 02:57:44 +0000 2010","in_reply_to_user_id":null,"user":{"time_zone":"Central Time (US & Canada)","favourites_count":65183,"description":"I make the toast of a bread situation.","contributors_enabled":false,"profile_sidebar_fill_color":"e0ff92","geo_enabled":false,"profile_use_background_image":true,"profile_sidebar_border_color":"87bc44","verified":false,"url":"http://favstar.fm/users/donni/recent","follow_request_sent":false,"notifications":false,"profile_background_image_url":"http://a3.twimg.com/profile_background_images/18626407/sanocap.JPG","lang":"en","created_at":"Wed Apr 11 19:20:18 +0000 2007","profile_background_color":"9ae4e8","profile_image_url":"http://a0.twimg.com/profile_images/840357676/cartoonifypolo_normal.jpg","location":"Chicago/North Side/Albany Park","profile_background_tile":true,"followers_count":3539,"protected":false,"profile_text_color":"000000","screen_name":"donni","name":"donni","show_all_inline_media":false,"listed_count":907,"following":true,"friends_count":604,"id":4230121,"statuses_count":3770,"utc_offset":-21600,"profile_link_color":"0000ff"},"truncated":false,"contributors":null,"in_reply_to_screen_name":null,"id":27304453658,"retweeted":false,"text":"Prostitutes hate trick-or-treaters."},{"place":null,"coordinates":null,"retweet_count":0,"geo":null,"favorited":true,"source":"<a href=\"http://twitter.com/\" rel=\"nofollow\">Twitter for iPhone</a>","in_reply_to_status_id":null,"created_at":"Thu Oct 14 02:40:19 +0000 2010","in_reply_to_user_id":null,"user":{"geo_enabled":false,"time_zone":"Tehran","description":"President of the Islamic Republic of Iran","profile_sidebar_fill_color":"DDFFCC","verified":false,"follow_request_sent":false,"profile_use_background_image":true,"profile_sidebar_border_color":"BDDCAD","url":null,"notifications":false,"profile_background_image_url":"http://a3.twimg.com/profile_background_images/4752811/iran_flag.gif","followers_count":16741,"lang":"en","created_at":"Tue Feb 24 00:46:23 +0000 2009","profile_background_color":"9AE4E8","profile_image_url":"http://a1.twimg.com/profile_images/82018909/Mahmoud-Ahmadinejad.jpeg_normal.jpg","location":"Tehran","show_all_inline_media":false,"profile_background_tile":true,"friends_count":91,"protected":false,"statuses_count":438,"profile_text_color":"333333","screen_name":"M_Ahmadinejad","name":"Mahmoud Ahmadinejad","listed_count":667,"following":true,"favourites_count":1,"id":21713519,"contributors_enabled":false,"utc_offset":12600,"profile_link_color":"0084B4"},"truncated":false,"contributors":null,"in_reply_to_screen_name":null,"id":27303063690,"retweeted":false,"text":"While I praise the outcome, I must raise the question of how is it that the Chilean Jew miners knew not to show for work that fateful day?"}]
|