t 1.1.1 → 1.2.0
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +1 -1
- data/lib/t/cli.rb +22 -51
- data/lib/t/collectable.rb +13 -13
- data/lib/t/delete.rb +6 -6
- data/lib/t/list.rb +2 -2
- data/lib/t/printable.rb +18 -18
- data/lib/t/search.rb +33 -33
- data/lib/t/stream.rb +18 -18
- data/lib/t/version.rb +2 -2
- data/spec/cli_spec.rb +883 -1004
- data/spec/delete_spec.rb +51 -43
- data/spec/fixtures/following.json +1 -0
- data/spec/fixtures/not_following.json +1 -0
- data/spec/fixtures/search.json +1 -456
- data/spec/fixtures/statuses.json +1 -1285
- data/spec/helper.rb +5 -0
- data/spec/list_spec.rb +165 -158
- data/spec/search_spec.rb +318 -245
- data/spec/set_spec.rb +14 -14
- data/spec/stream_spec.rb +307 -0
- data/t.gemspec +2 -2
- metadata +12 -6
data/spec/fixtures/statuses.json
CHANGED
@@ -1,1285 +1 @@
|
|
1
|
-
[
|
2
|
-
{
|
3
|
-
"geo": null,
|
4
|
-
"retweeted": false,
|
5
|
-
"in_reply_to_status_id": null,
|
6
|
-
"contributors": null,
|
7
|
-
"in_reply_to_screen_name": null,
|
8
|
-
"truncated": false,
|
9
|
-
"id_str": "194548141663027221",
|
10
|
-
"coordinates": null,
|
11
|
-
"in_reply_to_user_id": null,
|
12
|
-
"place": null,
|
13
|
-
"user": {
|
14
|
-
"id": 14506011,
|
15
|
-
"followers_count": 2588,
|
16
|
-
"profile_background_color": "5D8A8C",
|
17
|
-
"url": "http://www.ryanbigg.com",
|
18
|
-
"created_at": "Thu Apr 24 03:23:53 +0000 2008",
|
19
|
-
"profile_background_image_url": "http://a0.twimg.com/profile_background_images/2503404/Untitled.jpg",
|
20
|
-
"listed_count": 250,
|
21
|
-
"lang": "en",
|
22
|
-
"profile_link_color": "000000",
|
23
|
-
"utc_offset": 36000,
|
24
|
-
"name": "Ryan Bigg",
|
25
|
-
"is_translator": false,
|
26
|
-
"location": "Melbourne, Australia",
|
27
|
-
"protected": false,
|
28
|
-
"profile_use_background_image": true,
|
29
|
-
"profile_image_url_https": "https://si0.twimg.com/profile_images/1500934941/superman_normal.png",
|
30
|
-
"time_zone": "Brisbane",
|
31
|
-
"profile_text_color": "000000",
|
32
|
-
"friends_count": 417,
|
33
|
-
"profile_background_image_url_https": "https://si0.twimg.com/profile_background_images/2503404/Untitled.jpg",
|
34
|
-
"default_profile_image": false,
|
35
|
-
"verified": false,
|
36
|
-
"profile_sidebar_border_color": "000000",
|
37
|
-
"favourites_count": 267,
|
38
|
-
"following": false,
|
39
|
-
"statuses_count": 33152,
|
40
|
-
"description": "Award winning super hero published author (Rails 3 in Action). Avid cyclist and hiker. Community manager for Spree Commerce. Views are my own, etc.",
|
41
|
-
"contributors_enabled": false,
|
42
|
-
"id_str": "14506011",
|
43
|
-
"geo_enabled": true,
|
44
|
-
"profile_background_tile": true,
|
45
|
-
"show_all_inline_media": true,
|
46
|
-
"profile_sidebar_border_color": "121212",
|
47
|
-
"follow_request_sent": false,
|
48
|
-
"screen_name": "ryanbigg",
|
49
|
-
"default_profile": false,
|
50
|
-
"profile_image_url": "http://a0.twimg.com/profile_images/1500934941/superman_normal.png",
|
51
|
-
"notifications": false
|
52
|
-
},
|
53
|
-
"retweet_count": 0,
|
54
|
-
"favorited": false,
|
55
|
-
"in_reply_to_status_id_str": null,
|
56
|
-
"source": "web",
|
57
|
-
"in_reply_to_user_id_str": null,
|
58
|
-
"id": 194548141663027221,
|
59
|
-
"created_at": "Mon Apr 23 22:08:32 +0000 2011",
|
60
|
-
"text": "Things that have made my life better, in order of greatness: GitHub, Travis CI, the element Oxygen."
|
61
|
-
},
|
62
|
-
{
|
63
|
-
"geo": null,
|
64
|
-
"retweeted": false,
|
65
|
-
"in_reply_to_status_id": null,
|
66
|
-
"contributors": null,
|
67
|
-
"in_reply_to_screen_name": null,
|
68
|
-
"truncated": false,
|
69
|
-
"id_str": "194548121416630272",
|
70
|
-
"coordinates": null,
|
71
|
-
"in_reply_to_user_id": null,
|
72
|
-
"place": null,
|
73
|
-
"user": {
|
74
|
-
"id": 20187443,
|
75
|
-
"followers_count": 8365,
|
76
|
-
"profile_background_color": "C0DEED",
|
77
|
-
"url": "http://sfbike.org",
|
78
|
-
"created_at": "Thu Feb 05 21:00:04 +0000 2009",
|
79
|
-
"profile_background_image_url": "http://a0.twimg.com/images/themes/theme1/bg.png",
|
80
|
-
"listed_count": 609,
|
81
|
-
"lang": "en",
|
82
|
-
"profile_link_color": "591828",
|
83
|
-
"utc_offset": -28800,
|
84
|
-
"name": "SF Bicycle Coalition",
|
85
|
-
"is_translator": false,
|
86
|
-
"location": "San Francisco",
|
87
|
-
"protected": false,
|
88
|
-
"profile_use_background_image": true,
|
89
|
-
"profile_image_url_https": "https://si0.twimg.com/profile_images/75810351/logo_normal.jpg",
|
90
|
-
"time_zone": "Pacific Time (US & Canada)",
|
91
|
-
"profile_text_color": "000000",
|
92
|
-
"friends_count": 1346,
|
93
|
-
"profile_background_image_url_https": "https://si0.twimg.com/images/themes/theme1/bg.png",
|
94
|
-
"default_profile_image": false,
|
95
|
-
"verified": false,
|
96
|
-
"profile_sidebar_border_color": "000000",
|
97
|
-
"favourites_count": 53,
|
98
|
-
"following": false,
|
99
|
-
"statuses_count": 3051,
|
100
|
-
"description": "Promoting the bicycle for everyday transportation",
|
101
|
-
"contributors_enabled": false,
|
102
|
-
"id_str": "20187443",
|
103
|
-
"geo_enabled": true,
|
104
|
-
"profile_background_tile": false,
|
105
|
-
"show_all_inline_media": true,
|
106
|
-
"profile_sidebar_fill_color": "f8f6f6",
|
107
|
-
"follow_request_sent": false,
|
108
|
-
"screen_name": "sfbike",
|
109
|
-
"default_profile": false,
|
110
|
-
"profile_image_url": "http://a0.twimg.com/profile_images/75810351/logo_normal.jpg",
|
111
|
-
"notifications": false
|
112
|
-
},
|
113
|
-
"retweet_count": 0,
|
114
|
-
"favorited": false,
|
115
|
-
"in_reply_to_status_id_str": null,
|
116
|
-
"source": "web",
|
117
|
-
"in_reply_to_user_id_str": null,
|
118
|
-
"id": 194563027248121416,
|
119
|
-
"created_at": "Mon Apr 23 22:08:11 +0000 2011",
|
120
|
-
"text": "Bike to Work Counts in: 73% of morning Market traffic was bikes! 1,031 bikers counted in 1 hour--that's 17 per minute. Way to roll, SF!"
|
121
|
-
},
|
122
|
-
{
|
123
|
-
"geo": null,
|
124
|
-
"retweeted": false,
|
125
|
-
"in_reply_to_status_id": null,
|
126
|
-
"contributors": null,
|
127
|
-
"in_reply_to_screen_name": null,
|
128
|
-
"truncated": false,
|
129
|
-
"id_str": "194548120271416632",
|
130
|
-
"coordinates": null,
|
131
|
-
"in_reply_to_user_id": null,
|
132
|
-
"place": null,
|
133
|
-
"user": {
|
134
|
-
"id": 914061,
|
135
|
-
"followers_count": 8943,
|
136
|
-
"profile_background_color": "FFFAFE",
|
137
|
-
"url": "http://www.box.com",
|
138
|
-
"created_at": "Sun Mar 11 09:25:44 +0000 2007",
|
139
|
-
"profile_background_image_url": "http://a0.twimg.com/profile_background_images/21668675/box_logo.png",
|
140
|
-
"listed_count": 291,
|
141
|
-
"lang": "en",
|
142
|
-
"profile_link_color": "0000FF",
|
143
|
-
"utc_offset": -28800,
|
144
|
-
"name": "Aaron Levie",
|
145
|
-
"is_translator": false,
|
146
|
-
"location": "Palo Alto",
|
147
|
-
"protected": false,
|
148
|
-
"profile_use_background_image": false,
|
149
|
-
"profile_image_url_https": "https://si0.twimg.com/profile_images/1626898956/twitter_normal.png",
|
150
|
-
"time_zone": "Pacific Time (US & Canada)",
|
151
|
-
"profile_text_color": "000000",
|
152
|
-
"friends_count": 486,
|
153
|
-
"profile_background_image_url_https": "https://si0.twimg.com/profile_background_images/21668675/box_logo.png",
|
154
|
-
"default_profile_image": false,
|
155
|
-
"verified": false,
|
156
|
-
"profile_sidebar_border_color": "87BC44",
|
157
|
-
"favourites_count": 439,
|
158
|
-
"following": false,
|
159
|
-
"statuses_count": 1301,
|
160
|
-
"description": "Lead Magician (and CEO) at Box; I don't fully endorse anything I say below. Go ☁",
|
161
|
-
"contributors_enabled": false,
|
162
|
-
"id_str": "914061",
|
163
|
-
"geo_enabled": true,
|
164
|
-
"profile_background_tile": true,
|
165
|
-
"show_all_inline_media": true,
|
166
|
-
"profile_sidebar_fill_color": "E0FF92",
|
167
|
-
"follow_request_sent": false,
|
168
|
-
"screen_name": "levie",
|
169
|
-
"default_profile": false,
|
170
|
-
"profile_image_url": "http://a0.twimg.com/profile_images/1626898956/twitter_normal.png",
|
171
|
-
"notifications": false
|
172
|
-
},
|
173
|
-
"retweet_count": 0,
|
174
|
-
"favorited": false,
|
175
|
-
"in_reply_to_status_id_str": null,
|
176
|
-
"source": "web",
|
177
|
-
"in_reply_to_user_id_str": null,
|
178
|
-
"id": 194548120271416632,
|
179
|
-
"created_at": "Mon Apr 23 22:07:51 +0000 2011",
|
180
|
-
"text": "I know you're as rare as leprechauns, but if you're an amazing designer then Box wants to hire you. Email recruiting@box.com"
|
181
|
-
},
|
182
|
-
{
|
183
|
-
"geo": null,
|
184
|
-
"retweeted": false,
|
185
|
-
"in_reply_to_status_id": null,
|
186
|
-
"contributors": null,
|
187
|
-
"in_reply_to_screen_name": null,
|
188
|
-
"truncated": false,
|
189
|
-
"id_str": "194548121416630272",
|
190
|
-
"coordinates": null,
|
191
|
-
"in_reply_to_user_id": null,
|
192
|
-
"place": null,
|
193
|
-
"user": {
|
194
|
-
"id": 18394050,
|
195
|
-
"followers_count": 508,
|
196
|
-
"profile_background_color": "ffffff",
|
197
|
-
"url": "http://www.natevillegas.com",
|
198
|
-
"created_at": "Fri Dec 26 19:48:06 +0000 2008",
|
199
|
-
"profile_background_image_url": "http://a0.twimg.com/profile_background_images/7085119/test123.jpg",
|
200
|
-
"listed_count": 12,
|
201
|
-
"lang": "en",
|
202
|
-
"profile_link_color": "591828",
|
203
|
-
"utc_offset": -32400,
|
204
|
-
"name": "Nate",
|
205
|
-
"is_translator": false,
|
206
|
-
"location": "San Francisco, CA",
|
207
|
-
"protected": false,
|
208
|
-
"profile_use_background_image": false,
|
209
|
-
"profile_image_url_https": "https://si0.twimg.com/profile_images/1315420604/_MG_1493_square_normal.png",
|
210
|
-
"time_zone": "Alaska",
|
211
|
-
"profile_text_color": "000000",
|
212
|
-
"friends_count": 286,
|
213
|
-
"profile_background_image_url_https": "https://si0.twimg.com/profile_background_images/7085119/test123.jpg",
|
214
|
-
"default_profile_image": false,
|
215
|
-
"verified": false,
|
216
|
-
"profile_sidebar_border_color": "000000",
|
217
|
-
"favourites_count": 1,
|
218
|
-
"following": false,
|
219
|
-
"statuses_count": 2222,
|
220
|
-
"description": "I work at @Twitter and I'm pretty damn sure my dog is cuter than yours. ",
|
221
|
-
"contributors_enabled": false,
|
222
|
-
"id_str": "18394050",
|
223
|
-
"geo_enabled": true,
|
224
|
-
"profile_background_tile": true,
|
225
|
-
"show_all_inline_media": true,
|
226
|
-
"profile_sidebar_fill_color": "f8f6f6",
|
227
|
-
"follow_request_sent": false,
|
228
|
-
"screen_name": "natevillegas",
|
229
|
-
"default_profile": false,
|
230
|
-
"profile_image_url": "http://a0.twimg.com/profile_images/1315420604/_MG_1493_square_normal.png",
|
231
|
-
"notifications": false
|
232
|
-
},
|
233
|
-
"retweet_count": 0,
|
234
|
-
"favorited": false,
|
235
|
-
"in_reply_to_status_id_str": null,
|
236
|
-
"source": "web",
|
237
|
-
"in_reply_to_user_id_str": null,
|
238
|
-
"id": 194548121416630272,
|
239
|
-
"created_at": "Mon Apr 23 22:07:41 +0000 2011",
|
240
|
-
"text": "RT @gelobautista #riordan RT @WilI_Smith: Yesterday is history. Tomorrow is a mystery. Today is a gift. That's why it's called the present."
|
241
|
-
},
|
242
|
-
{
|
243
|
-
"geo": null,
|
244
|
-
"retweeted": false,
|
245
|
-
"in_reply_to_status_id": 194546264212385793,
|
246
|
-
"contributors": null,
|
247
|
-
"in_reply_to_screen_name": "kelseysilver",
|
248
|
-
"truncated": false,
|
249
|
-
"id_str": "194547993607806976",
|
250
|
-
"coordinates": null,
|
251
|
-
"in_reply_to_user_id": 44130013,
|
252
|
-
"place": null,
|
253
|
-
"user": {
|
254
|
-
"id": 164003532,
|
255
|
-
"followers_count": 691,
|
256
|
-
"profile_background_color": "131516",
|
257
|
-
"url": null,
|
258
|
-
"created_at": "Wed Jul 07 20:20:30 +0000 2010",
|
259
|
-
"profile_background_image_url": "http://a0.twimg.com/images/themes/theme14/bg.gif",
|
260
|
-
"listed_count": 9,
|
261
|
-
"lang": "en",
|
262
|
-
"profile_link_color": "009999",
|
263
|
-
"utc_offset": -28800,
|
264
|
-
"name": "Thomas",
|
265
|
-
"is_translator": false,
|
266
|
-
"location": "San Francisco, CA",
|
267
|
-
"protected": false,
|
268
|
-
"profile_use_background_image": true,
|
269
|
-
"profile_image_url_https": "https://si0.twimg.com/profile_images/1606464247/165652_10150362584885640_509050639_16683244_3279284_n_normal.jpg",
|
270
|
-
"time_zone": "Pacific Time (US & Canada)",
|
271
|
-
"profile_text_color": "333333",
|
272
|
-
"friends_count": 652,
|
273
|
-
"profile_background_image_url_https": "https://si0.twimg.com/images/themes/theme14/bg.gif",
|
274
|
-
"default_profile_image": false,
|
275
|
-
"verified": false,
|
276
|
-
"profile_sidebar_border_color": "eeeeee",
|
277
|
-
"favourites_count": 35,
|
278
|
-
"following": false,
|
279
|
-
"statuses_count": 1213,
|
280
|
-
"description": "Network engineer for twitter by day, network engineer for twitter by.... night. Ex-Minnesnowtan, Current Beer Lover.",
|
281
|
-
"contributors_enabled": false,
|
282
|
-
"id_str": "164003532",
|
283
|
-
"geo_enabled": true,
|
284
|
-
"profile_background_tile": true,
|
285
|
-
"show_all_inline_media": false,
|
286
|
-
"profile_sidebar_fill_color": "efefef",
|
287
|
-
"follow_request_sent": false,
|
288
|
-
"screen_name": "TD",
|
289
|
-
"default_profile": false,
|
290
|
-
"profile_image_url": "http://a0.twimg.com/profile_images/1606464247/165652_10150362584885640_509050639_16683244_3279284_n_normal.jpg",
|
291
|
-
"notifications": false
|
292
|
-
},
|
293
|
-
"retweet_count": 0,
|
294
|
-
"favorited": false,
|
295
|
-
"in_reply_to_status_id_str": "194546264212385793",
|
296
|
-
"source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter for iPhone</a>",
|
297
|
-
"in_reply_to_user_id_str": "44130013",
|
298
|
-
"id": 194547993607806976,
|
299
|
-
"created_at": "Mon Apr 23 22:07:10 +0000 2011",
|
300
|
-
"text": "@kelseysilver how long will you be in town?"
|
301
|
-
},
|
302
|
-
{
|
303
|
-
"geo": null,
|
304
|
-
"retweeted": false,
|
305
|
-
"in_reply_to_status_id": 194525370316357633,
|
306
|
-
"contributors": null,
|
307
|
-
"in_reply_to_screen_name": "gpena",
|
308
|
-
"truncated": false,
|
309
|
-
"id_str": "194547987593183233",
|
310
|
-
"coordinates": null,
|
311
|
-
"in_reply_to_user_id": 133583134,
|
312
|
-
"place": null,
|
313
|
-
"user": {
|
314
|
-
"id": 223636089,
|
315
|
-
"followers_count": 2611,
|
316
|
-
"profile_background_color": "C6E2EE",
|
317
|
-
"url": null,
|
318
|
-
"created_at": "Mon Dec 06 22:54:12 +0000 2010",
|
319
|
-
"profile_background_image_url": "http://a0.twimg.com/profile_background_images/185910915/2.jpg",
|
320
|
-
"listed_count": 54,
|
321
|
-
"lang": "ru",
|
322
|
-
"profile_link_color": "1f97c7",
|
323
|
-
"utc_offset": -28800,
|
324
|
-
"name": "Русана",
|
325
|
-
"is_translator": true,
|
326
|
-
"location": "San Francisco, CA",
|
327
|
-
"protected": false,
|
328
|
-
"profile_use_background_image": true,
|
329
|
-
"profile_image_url_https": "https://si0.twimg.com/profile_images/2099343651/kosmos_normal.jpg",
|
330
|
-
"time_zone": "Pacific Time (US & Canada)",
|
331
|
-
"profile_text_color": "663B12",
|
332
|
-
"friends_count": 232,
|
333
|
-
"profile_background_image_url_https": "https://si0.twimg.com/profile_background_images/185910915/2.jpg",
|
334
|
-
"default_profile_image": false,
|
335
|
-
"verified": false,
|
336
|
-
"profile_sidebar_border_color": "C6E2EE",
|
337
|
-
"favourites_count": 395,
|
338
|
-
"following": true,
|
339
|
-
"statuses_count": 1921,
|
340
|
-
"description": "Сибирячка @Twitter.",
|
341
|
-
"contributors_enabled": true,
|
342
|
-
"id_str": "223636089",
|
343
|
-
"geo_enabled": true,
|
344
|
-
"profile_background_tile": true,
|
345
|
-
"show_all_inline_media": true,
|
346
|
-
"profile_sidebar_fill_color": "DAECF4",
|
347
|
-
"follow_request_sent": false,
|
348
|
-
"screen_name": "rusashka",
|
349
|
-
"default_profile": false,
|
350
|
-
"profile_image_url": "http://a0.twimg.com/profile_images/2099343651/kosmos_normal.jpg",
|
351
|
-
"notifications": false
|
352
|
-
},
|
353
|
-
"retweet_count": 0,
|
354
|
-
"favorited": false,
|
355
|
-
"in_reply_to_status_id_str": "194525370316357633",
|
356
|
-
"source": "<a href=\"http://twitter.com/#!/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
|
357
|
-
"in_reply_to_user_id_str": "133583134",
|
358
|
-
"id": 194547987593183233,
|
359
|
-
"created_at": "Mon Apr 23 22:07:09 +0000 2011",
|
360
|
-
"text": "@maciej hahaha :) @gpena together we're going to cover all core 28 languages!"
|
361
|
-
},
|
362
|
-
{
|
363
|
-
"geo": null,
|
364
|
-
"retweeted": false,
|
365
|
-
"in_reply_to_status_id": 194493472269541376,
|
366
|
-
"contributors": null,
|
367
|
-
"in_reply_to_screen_name": "stevej",
|
368
|
-
"truncated": false,
|
369
|
-
"id_str": "194547824690597888",
|
370
|
-
"coordinates": null,
|
371
|
-
"in_reply_to_user_id": 150,
|
372
|
-
"place": null,
|
373
|
-
"user": {
|
374
|
-
"id": 16521996,
|
375
|
-
"followers_count": 8078,
|
376
|
-
"profile_background_color": "000000",
|
377
|
-
"url": "http://t.co/eDYdXMCC",
|
378
|
-
"created_at": "Tue Sep 30 01:42:10 +0000 2008",
|
379
|
-
"profile_background_image_url": "http://a0.twimg.com/profile_background_images/367437800/1321822246993.jpg",
|
380
|
-
"listed_count": 321,
|
381
|
-
"lang": "en",
|
382
|
-
"profile_link_color": "000000",
|
383
|
-
"utc_offset": -28800,
|
384
|
-
"name": "Jacob",
|
385
|
-
"is_translator": false,
|
386
|
-
"location": "San Francisco, CA",
|
387
|
-
"protected": false,
|
388
|
-
"profile_use_background_image": true,
|
389
|
-
"profile_image_url_https": "https://si0.twimg.com/profile_images/1594065038/image_normal.jpg",
|
390
|
-
"time_zone": "Pacific Time (US & Canada)",
|
391
|
-
"profile_text_color": "000000",
|
392
|
-
"friends_count": 410,
|
393
|
-
"profile_background_image_url_https": "https://si0.twimg.com/profile_background_images/367437800/1321822246993.jpg",
|
394
|
-
"default_profile_image": false,
|
395
|
-
"verified": false,
|
396
|
-
"profile_sidebar_border_color": "d9b500",
|
397
|
-
"favourites_count": 854,
|
398
|
-
"following": true,
|
399
|
-
"statuses_count": 3325,
|
400
|
-
"description": "",
|
401
|
-
"contributors_enabled": false,
|
402
|
-
"id_str": "16521996",
|
403
|
-
"geo_enabled": true,
|
404
|
-
"profile_background_tile": true,
|
405
|
-
"show_all_inline_media": true,
|
406
|
-
"profile_sidebar_fill_color": "ffcc00",
|
407
|
-
"follow_request_sent": false,
|
408
|
-
"screen_name": "fat",
|
409
|
-
"default_profile": false,
|
410
|
-
"profile_image_url": "http://a0.twimg.com/profile_images/1594065038/image_normal.jpg",
|
411
|
-
"notifications": false
|
412
|
-
},
|
413
|
-
"retweet_count": 0,
|
414
|
-
"favorited": false,
|
415
|
-
"in_reply_to_status_id_str": "194493472269541376",
|
416
|
-
"source": "web",
|
417
|
-
"in_reply_to_user_id_str": "150",
|
418
|
-
"id": 194547824690597888,
|
419
|
-
"created_at": "Mon Apr 23 22:06:30 +0000 2011",
|
420
|
-
"text": "@stevej @xc i'm going to picket when i get back."
|
421
|
-
},
|
422
|
-
{
|
423
|
-
"geo": null,
|
424
|
-
"retweeted": false,
|
425
|
-
"in_reply_to_status_id": 194547260233760768,
|
426
|
-
"contributors": null,
|
427
|
-
"in_reply_to_screen_name": "0x9900",
|
428
|
-
"truncated": false,
|
429
|
-
"possibly_sensitive": false,
|
430
|
-
"id_str": "194547658562605057",
|
431
|
-
"coordinates": null,
|
432
|
-
"in_reply_to_user_id": 16800336,
|
433
|
-
"place": null,
|
434
|
-
"user": {
|
435
|
-
"id": 15266205,
|
436
|
-
"followers_count": 4084,
|
437
|
-
"profile_background_color": "ffffff",
|
438
|
-
"url": null,
|
439
|
-
"created_at": "Sat Jun 28 21:40:02 +0000 2008",
|
440
|
-
"profile_background_image_url": "http://a0.twimg.com/profile_background_images/496945578/bees.gif",
|
441
|
-
"listed_count": 140,
|
442
|
-
"lang": "en",
|
443
|
-
"profile_link_color": "3d4152",
|
444
|
-
"utc_offset": -28800,
|
445
|
-
"name": "Wilhelm Bierbaum",
|
446
|
-
"is_translator": false,
|
447
|
-
"location": "sf",
|
448
|
-
"protected": false,
|
449
|
-
"profile_use_background_image": true,
|
450
|
-
"profile_image_url_https": "https://si0.twimg.com/profile_images/2032197537/zzzzwb_normal.jpg",
|
451
|
-
"time_zone": "Pacific Time (US & Canada)",
|
452
|
-
"profile_text_color": "333333",
|
453
|
-
"friends_count": 435,
|
454
|
-
"profile_background_image_url_https": "https://si0.twimg.com/profile_background_images/496945578/bees.gif",
|
455
|
-
"default_profile_image": false,
|
456
|
-
"verified": false,
|
457
|
-
"profile_sidebar_border_color": "b39696",
|
458
|
-
"favourites_count": 760,
|
459
|
-
"following": false,
|
460
|
-
"statuses_count": 2711,
|
461
|
-
"description": "last of the famous international playboys",
|
462
|
-
"contributors_enabled": false,
|
463
|
-
"id_str": "15266205",
|
464
|
-
"geo_enabled": true,
|
465
|
-
"profile_background_tile": true,
|
466
|
-
"show_all_inline_media": true,
|
467
|
-
"profile_sidebar_fill_color": "d1bcc8",
|
468
|
-
"follow_request_sent": false,
|
469
|
-
"screen_name": "wil",
|
470
|
-
"default_profile": false,
|
471
|
-
"profile_image_url": "http://a0.twimg.com/profile_images/2032197537/zzzzwb_normal.jpg",
|
472
|
-
"notifications": false
|
473
|
-
},
|
474
|
-
"retweet_count": 0,
|
475
|
-
"favorited": false,
|
476
|
-
"in_reply_to_status_id_str": "194547260233760768",
|
477
|
-
"source": "web",
|
478
|
-
"in_reply_to_user_id_str": "16800336",
|
479
|
-
"id": 194547658562605057,
|
480
|
-
"created_at": "Mon Apr 23 22:05:51 +0000 2011",
|
481
|
-
"text": "@0x9900 @paulnivin http://t.co/bwVdtAPe"
|
482
|
-
},
|
483
|
-
{
|
484
|
-
"geo": null,
|
485
|
-
"retweeted": false,
|
486
|
-
"in_reply_to_status_id": 194498218522980352,
|
487
|
-
"contributors": null,
|
488
|
-
"in_reply_to_screen_name": "tianhonghe",
|
489
|
-
"truncated": false,
|
490
|
-
"id_str": "194547528430137344",
|
491
|
-
"coordinates": null,
|
492
|
-
"in_reply_to_user_id": 347555214,
|
493
|
-
"place": {
|
494
|
-
"bounding_box": {
|
495
|
-
"type": "Polygon",
|
496
|
-
"coordinates": [
|
497
|
-
[
|
498
|
-
[
|
499
|
-
-122.51368188,
|
500
|
-
37.70813196
|
501
|
-
],
|
502
|
-
[
|
503
|
-
-122.35845384,
|
504
|
-
37.70813196
|
505
|
-
],
|
506
|
-
[
|
507
|
-
-122.35845384,
|
508
|
-
37.83245301
|
509
|
-
],
|
510
|
-
[
|
511
|
-
-122.51368188,
|
512
|
-
37.83245301
|
513
|
-
]
|
514
|
-
]
|
515
|
-
]
|
516
|
-
},
|
517
|
-
"name": "San Francisco",
|
518
|
-
"place_type": "city",
|
519
|
-
"country": "United States",
|
520
|
-
"attributes": {
|
521
|
-
},
|
522
|
-
"full_name": "San Francisco, CA",
|
523
|
-
"url": "http://api.twitter.com/1/geo/id/5a110d312052166f.json",
|
524
|
-
"country_code": "US",
|
525
|
-
"id": "5a110d312052166f"
|
526
|
-
},
|
527
|
-
"user": {
|
528
|
-
"id": 7342422,
|
529
|
-
"followers_count": 1921,
|
530
|
-
"profile_background_color": "131516",
|
531
|
-
"url": null,
|
532
|
-
"created_at": "Mon Jul 09 08:05:06 +0000 2007",
|
533
|
-
"profile_background_image_url": "http://a0.twimg.com/images/themes/theme14/bg.gif",
|
534
|
-
"listed_count": 30,
|
535
|
-
"lang": "en",
|
536
|
-
"profile_link_color": "009999",
|
537
|
-
"utc_offset": -28800,
|
538
|
-
"name": "Tian Wang",
|
539
|
-
"is_translator": true,
|
540
|
-
"location": "Berkeley, CA",
|
541
|
-
"protected": false,
|
542
|
-
"profile_use_background_image": true,
|
543
|
-
"profile_image_url_https": "https://si0.twimg.com/profile_images/1988897103/Screen_Shot_2012-03-29_at_5.33.34_PM_normal.png",
|
544
|
-
"time_zone": "Pacific Time (US & Canada)",
|
545
|
-
"profile_text_color": "333333",
|
546
|
-
"friends_count": 392,
|
547
|
-
"profile_background_image_url_https": "https://si0.twimg.com/images/themes/theme14/bg.gif",
|
548
|
-
"default_profile_image": false,
|
549
|
-
"verified": false,
|
550
|
-
"profile_sidebar_border_color": "eeeeee",
|
551
|
-
"favourites_count": 29,
|
552
|
-
"following": false,
|
553
|
-
"statuses_count": 2695,
|
554
|
-
"description": "software engineer @twitter, from @chengdu.",
|
555
|
-
"contributors_enabled": true,
|
556
|
-
"id_str": "7342422",
|
557
|
-
"geo_enabled": true,
|
558
|
-
"profile_background_tile": true,
|
559
|
-
"show_all_inline_media": true,
|
560
|
-
"profile_sidebar_fill_color": "efefef",
|
561
|
-
"follow_request_sent": false,
|
562
|
-
"screen_name": "wangtian",
|
563
|
-
"default_profile": false,
|
564
|
-
"profile_image_url": "http://a0.twimg.com/profile_images/1988897103/Screen_Shot_2012-03-29_at_5.33.34_PM_normal.png",
|
565
|
-
"notifications": false
|
566
|
-
},
|
567
|
-
"retweet_count": 0,
|
568
|
-
"favorited": false,
|
569
|
-
"in_reply_to_status_id_str": "194498218522980352",
|
570
|
-
"source": "web",
|
571
|
-
"in_reply_to_user_id_str": "347555214",
|
572
|
-
"id": 194547528430137344,
|
573
|
-
"created_at": "Mon Apr 23 22:05:19 +0000 2011",
|
574
|
-
"text": "@tianhonghe @xiangxin72 oh, you can even order specific items?"
|
575
|
-
},
|
576
|
-
{
|
577
|
-
"in_reply_to_status_id_str": "194547084349804544",
|
578
|
-
"geo": null,
|
579
|
-
"retweeted": false,
|
580
|
-
"in_reply_to_status_id": 194547084349804544,
|
581
|
-
"in_reply_to_user_id_str": "22915745",
|
582
|
-
"truncated": false,
|
583
|
-
"coordinates": null,
|
584
|
-
"contributors": null,
|
585
|
-
"place": null,
|
586
|
-
"user": {
|
587
|
-
"id": 13166,
|
588
|
-
"profile_image_url_https": "https://si0.twimg.com/profile_images/1641289714/Snack_Attack_Mark_17658629_JXGXF2_square_normal.jpg",
|
589
|
-
"followers_count": 2594,
|
590
|
-
"profile_text_color": "333333",
|
591
|
-
"profile_background_image_url_https": "https://si0.twimg.com/profile_background_images/462841395/orange.jpeg",
|
592
|
-
"url": "http://t.co/82m869z",
|
593
|
-
"friends_count": 1082,
|
594
|
-
"default_profile_image": false,
|
595
|
-
"created_at": "Mon Nov 20 02:08:17 +0000 2006",
|
596
|
-
"contributors_enabled": false,
|
597
|
-
"profile_sidebar_border_color": "a8c7f7",
|
598
|
-
"favourites_count": 595,
|
599
|
-
"statuses_count": 8288,
|
600
|
-
"id_str": "13166",
|
601
|
-
"geo_enabled": true,
|
602
|
-
"lang": "en",
|
603
|
-
"utc_offset": -28800,
|
604
|
-
"name": "Mark",
|
605
|
-
"profile_background_tile": true,
|
606
|
-
"show_all_inline_media": true,
|
607
|
-
"follow_request_sent": false,
|
608
|
-
"location": "San Francisco Bay Area",
|
609
|
-
"protected": false,
|
610
|
-
"profile_sidebar_fill_color": "C0DFEC",
|
611
|
-
"time_zone": "Pacific Time (US & Canada)",
|
612
|
-
"default_profile": false,
|
613
|
-
"verified": false,
|
614
|
-
"profile_background_color": "022330",
|
615
|
-
"following": true,
|
616
|
-
"description": "I'm a Canadian geek living in the Bay Area, trying to spread whimsy wherever I go. I work at Twitter, and I think you're awesome. Engaged to @anathemalie ♥.",
|
617
|
-
"profile_background_image_url": "http://a0.twimg.com/profile_background_images/462841395/orange.jpeg",
|
618
|
-
"listed_count": 64,
|
619
|
-
"profile_link_color": "0084B4",
|
620
|
-
"screen_name": "shinypb",
|
621
|
-
"is_translator": false,
|
622
|
-
"profile_image_url": "http://a0.twimg.com/profile_images/1641289714/Snack_Attack_Mark_17658629_JXGXF2_square_normal.jpg",
|
623
|
-
"notifications": false,
|
624
|
-
"profile_use_background_image": true
|
625
|
-
},
|
626
|
-
"in_reply_to_screen_name": "kpk",
|
627
|
-
"favorited": false,
|
628
|
-
"possibly_sensitive": false,
|
629
|
-
"id_str": "194547402550689793",
|
630
|
-
"in_reply_to_user_id": 22915745,
|
631
|
-
"source": "<a href=\"http://itunes.apple.com/us/app/twitter/id409789998?mt=12\" rel=\"nofollow\">Twitter for Mac</a>",
|
632
|
-
"retweet_count": 0,
|
633
|
-
"id": 194547402550689793,
|
634
|
-
"created_at": "Mon Apr 23 22:04:49 +0000 2011",
|
635
|
-
"text": "@kpk Pfft, I think you're forgetting mechanical television, which depended on a clever German. http://t.co/JvLNQCDm @skilldrick @hoverbird"
|
636
|
-
},
|
637
|
-
{
|
638
|
-
"geo": null,
|
639
|
-
"retweeted": false,
|
640
|
-
"in_reply_to_status_id": 194545788968370177,
|
641
|
-
"contributors": null,
|
642
|
-
"in_reply_to_screen_name": "wil",
|
643
|
-
"truncated": false,
|
644
|
-
"id_str": "194547260233760768",
|
645
|
-
"coordinates": null,
|
646
|
-
"in_reply_to_user_id": 15266205,
|
647
|
-
"place": null,
|
648
|
-
"user": {
|
649
|
-
"id": 16800336,
|
650
|
-
"followers_count": 1087,
|
651
|
-
"profile_background_color": "1e0a33",
|
652
|
-
"url": "http://0x9900.com/",
|
653
|
-
"created_at": "Thu Oct 16 02:25:44 +0000 2008",
|
654
|
-
"profile_background_image_url": "http://a0.twimg.com/profile_background_images/174846289/main_bg.png",
|
655
|
-
"listed_count": 26,
|
656
|
-
"lang": "en",
|
657
|
-
"profile_link_color": "1600c7",
|
658
|
-
"utc_offset": -28800,
|
659
|
-
"name": "Fred C ",
|
660
|
-
"is_translator": true,
|
661
|
-
"location": "San Francisco Bay area",
|
662
|
-
"protected": false,
|
663
|
-
"profile_use_background_image": true,
|
664
|
-
"profile_image_url_https": "https://si0.twimg.com/profile_images/1228821777/image_normal.jpg",
|
665
|
-
"time_zone": "Pacific Time (US & Canada)",
|
666
|
-
"profile_text_color": "4d4d4d",
|
667
|
-
"friends_count": 445,
|
668
|
-
"profile_background_image_url_https": "https://si0.twimg.com/profile_background_images/174846289/main_bg.png",
|
669
|
-
"default_profile_image": false,
|
670
|
-
"verified": false,
|
671
|
-
"profile_sidebar_border_color": "d9c300",
|
672
|
-
"favourites_count": 62,
|
673
|
-
"following": false,
|
674
|
-
"statuses_count": 5175,
|
675
|
-
"description": "Twitter Operations Engineer, Arduino hacker, OpenBSD entusiast, motorcycle rider.",
|
676
|
-
"contributors_enabled": false,
|
677
|
-
"id_str": "16800336",
|
678
|
-
"geo_enabled": false,
|
679
|
-
"profile_background_tile": true,
|
680
|
-
"show_all_inline_media": true,
|
681
|
-
"profile_sidebar_fill_color": "ff8000",
|
682
|
-
"follow_request_sent": false,
|
683
|
-
"screen_name": "0x9900",
|
684
|
-
"default_profile": false,
|
685
|
-
"profile_image_url": "http://a0.twimg.com/profile_images/1228821777/image_normal.jpg",
|
686
|
-
"notifications": false
|
687
|
-
},
|
688
|
-
"retweet_count": 0,
|
689
|
-
"favorited": false,
|
690
|
-
"in_reply_to_status_id_str": "194545788968370177",
|
691
|
-
"source": "<a href=\"http://twitter.com/#!/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
|
692
|
-
"in_reply_to_user_id_str": "15266205",
|
693
|
-
"id": 194547260233760768,
|
694
|
-
"created_at": "Mon Apr 23 22:04:16 +0000 2011",
|
695
|
-
"text": "@wil @paulnivin if you want to take you seriously don't say daemontools!"
|
696
|
-
},
|
697
|
-
{
|
698
|
-
"geo": null,
|
699
|
-
"retweeted": false,
|
700
|
-
"in_reply_to_status_id": 194546738810458112,
|
701
|
-
"contributors": null,
|
702
|
-
"in_reply_to_screen_name": "shinypb",
|
703
|
-
"truncated": false,
|
704
|
-
"id_str": "194547084349804544",
|
705
|
-
"coordinates": null,
|
706
|
-
"in_reply_to_user_id": 13166,
|
707
|
-
"place": null,
|
708
|
-
"user": {
|
709
|
-
"profile_banner_url": "https://si0.twimg.com/brand_banners/kpk/1330635878/live",
|
710
|
-
"id": 22915745,
|
711
|
-
"followers_count": 2649,
|
712
|
-
"profile_background_color": "d5dce0",
|
713
|
-
"url": "http://t.co/SvKR2MG3",
|
714
|
-
"created_at": "Thu Mar 05 13:05:04 +0000 2009",
|
715
|
-
"profile_background_image_url": "http://a0.twimg.com/profile_background_images/173989056/silly_twitter_bg.jpg",
|
716
|
-
"listed_count": 56,
|
717
|
-
"lang": "en",
|
718
|
-
"profile_link_color": "757575",
|
719
|
-
"utc_offset": -28800,
|
720
|
-
"name": "Kenneth P Kufluk",
|
721
|
-
"is_translator": false,
|
722
|
-
"location": "San Francisco, California",
|
723
|
-
"protected": false,
|
724
|
-
"profile_use_background_image": true,
|
725
|
-
"profile_image_url_https": "https://si0.twimg.com/profile_images/2148525332/356576188098_normal.png",
|
726
|
-
"time_zone": "Pacific Time (US & Canada)",
|
727
|
-
"profile_text_color": "333333",
|
728
|
-
"friends_count": 204,
|
729
|
-
"profile_background_image_url_https": "https://si0.twimg.com/profile_background_images/173989056/silly_twitter_bg.jpg",
|
730
|
-
"default_profile_image": false,
|
731
|
-
"verified": false,
|
732
|
-
"profile_sidebar_border_color": "bfc4c7",
|
733
|
-
"favourites_count": 484,
|
734
|
-
"following": false,
|
735
|
-
"statuses_count": 7123,
|
736
|
-
"description": "The neth is essential.",
|
737
|
-
"contributors_enabled": false,
|
738
|
-
"id_str": "22915745",
|
739
|
-
"geo_enabled": true,
|
740
|
-
"profile_background_tile": true,
|
741
|
-
"show_all_inline_media": true,
|
742
|
-
"profile_sidebar_fill_color": "f0f0f0",
|
743
|
-
"follow_request_sent": false,
|
744
|
-
"screen_name": "kpk",
|
745
|
-
"default_profile": false,
|
746
|
-
"profile_image_url": "http://a0.twimg.com/profile_images/2148525332/356576188098_normal.png",
|
747
|
-
"notifications": false
|
748
|
-
},
|
749
|
-
"retweet_count": 0,
|
750
|
-
"favorited": false,
|
751
|
-
"in_reply_to_status_id_str": "194546738810458112",
|
752
|
-
"source": "<a href=\"http://twitter.com/#!/download/ipad\" rel=\"nofollow\">Twitter for iPad</a>",
|
753
|
-
"in_reply_to_user_id_str": "13166",
|
754
|
-
"id": 194547084349804544,
|
755
|
-
"created_at": "Mon Apr 23 22:03:34 +0000 2011",
|
756
|
-
"text": "@shinypb @skilldrick @hoverbird invented it"
|
757
|
-
},
|
758
|
-
{
|
759
|
-
"geo": null,
|
760
|
-
"retweeted": false,
|
761
|
-
"in_reply_to_status_id": 194546738810458112,
|
762
|
-
"contributors": null,
|
763
|
-
"in_reply_to_screen_name": "shinypb",
|
764
|
-
"truncated": false,
|
765
|
-
"id_str": "194546876782092291",
|
766
|
-
"coordinates": null,
|
767
|
-
"in_reply_to_user_id": 13166,
|
768
|
-
"place": null,
|
769
|
-
"user": {
|
770
|
-
"id": 17736965,
|
771
|
-
"followers_count": 977,
|
772
|
-
"profile_background_color": "d7cac2",
|
773
|
-
"url": "http://skilldrick.co.uk",
|
774
|
-
"created_at": "Sat Nov 29 16:31:56 +0000 2008",
|
775
|
-
"profile_background_image_url": "http://a0.twimg.com/profile_background_images/46086494/meme2.jpg",
|
776
|
-
"listed_count": 41,
|
777
|
-
"lang": "en",
|
778
|
-
"profile_link_color": "2993ba",
|
779
|
-
"utc_offset": 0,
|
780
|
-
"name": "Nick Morgan",
|
781
|
-
"is_translator": false,
|
782
|
-
"location": "San Francisco, CA",
|
783
|
-
"protected": false,
|
784
|
-
"profile_use_background_image": true,
|
785
|
-
"profile_image_url_https": "https://si0.twimg.com/profile_images/1788742780/image1327809193_normal.png",
|
786
|
-
"time_zone": "London",
|
787
|
-
"profile_text_color": "6f4b48",
|
788
|
-
"friends_count": 205,
|
789
|
-
"profile_background_image_url_https": "https://si0.twimg.com/profile_background_images/46086494/meme2.jpg",
|
790
|
-
"default_profile_image": false,
|
791
|
-
"verified": false,
|
792
|
-
"profile_sidebar_border_color": "C0DEED",
|
793
|
-
"favourites_count": 63,
|
794
|
-
"following": false,
|
795
|
-
"statuses_count": 11920,
|
796
|
-
"description": "Front-end engineer @twitter, dynamic language enthusiast, massive JavaScript fan, general geek, relapsed bassist. Unbreaking the web.",
|
797
|
-
"contributors_enabled": false,
|
798
|
-
"id_str": "17736965",
|
799
|
-
"geo_enabled": true,
|
800
|
-
"profile_background_tile": true,
|
801
|
-
"show_all_inline_media": true,
|
802
|
-
"profile_sidebar_fill_color": "eadcd3",
|
803
|
-
"follow_request_sent": false,
|
804
|
-
"screen_name": "skilldrick",
|
805
|
-
"default_profile": false,
|
806
|
-
"profile_image_url": "http://a0.twimg.com/profile_images/1788742780/image1327809193_normal.png",
|
807
|
-
"notifications": false
|
808
|
-
},
|
809
|
-
"retweet_count": 0,
|
810
|
-
"favorited": false,
|
811
|
-
"in_reply_to_status_id_str": "194546738810458112",
|
812
|
-
"source": "web",
|
813
|
-
"in_reply_to_user_id_str": "13166",
|
814
|
-
"id": 194546876782092291,
|
815
|
-
"created_at": "Mon Apr 23 22:02:44 +0000 2011",
|
816
|
-
"text": "@shinypb Well played :) @hoverbird"
|
817
|
-
},
|
818
|
-
{
|
819
|
-
"geo": null,
|
820
|
-
"retweeted": false,
|
821
|
-
"in_reply_to_status_id": null,
|
822
|
-
"contributors": null,
|
823
|
-
"in_reply_to_screen_name": null,
|
824
|
-
"truncated": false,
|
825
|
-
"id_str": "194546811480969217",
|
826
|
-
"coordinates": null,
|
827
|
-
"in_reply_to_user_id": null,
|
828
|
-
"place": null,
|
829
|
-
"user": {
|
830
|
-
"id": 15211564,
|
831
|
-
"followers_count": 7399,
|
832
|
-
"profile_background_color": "C0DEED",
|
833
|
-
"url": null,
|
834
|
-
"created_at": "Mon Jun 23 20:33:46 +0000 2008",
|
835
|
-
"profile_background_image_url": "http://a0.twimg.com/images/themes/theme1/bg.png",
|
836
|
-
"listed_count": 124,
|
837
|
-
"lang": "en",
|
838
|
-
"profile_link_color": "0084B4",
|
839
|
-
"utc_offset": -28800,
|
840
|
-
"name": "Sam Luckenbill",
|
841
|
-
"is_translator": false,
|
842
|
-
"location": "San Francisco",
|
843
|
-
"protected": false,
|
844
|
-
"profile_use_background_image": true,
|
845
|
-
"profile_image_url_https": "https://si0.twimg.com/profile_images/1132894440/popup_normal.jpeg",
|
846
|
-
"time_zone": "Pacific Time (US & Canada)",
|
847
|
-
"profile_text_color": "333333",
|
848
|
-
"friends_count": 354,
|
849
|
-
"profile_background_image_url_https": "https://si0.twimg.com/images/themes/theme1/bg.png",
|
850
|
-
"default_profile_image": false,
|
851
|
-
"verified": false,
|
852
|
-
"profile_sidebar_border_color": "C0DEED",
|
853
|
-
"favourites_count": 0,
|
854
|
-
"following": true,
|
855
|
-
"statuses_count": 1567,
|
856
|
-
"description": "Sam I am",
|
857
|
-
"contributors_enabled": false,
|
858
|
-
"id_str": "15211564",
|
859
|
-
"geo_enabled": true,
|
860
|
-
"profile_background_tile": false,
|
861
|
-
"show_all_inline_media": true,
|
862
|
-
"profile_sidebar_fill_color": "DDEEF6",
|
863
|
-
"follow_request_sent": false,
|
864
|
-
"screen_name": "sam",
|
865
|
-
"default_profile": true,
|
866
|
-
"profile_image_url": "http://a0.twimg.com/profile_images/1132894440/popup_normal.jpeg",
|
867
|
-
"notifications": false
|
868
|
-
},
|
869
|
-
"retweet_count": 0,
|
870
|
-
"favorited": false,
|
871
|
-
"in_reply_to_status_id_str": null,
|
872
|
-
"source": "web",
|
873
|
-
"in_reply_to_user_id_str": null,
|
874
|
-
"id": 194546811480969217,
|
875
|
-
"created_at": "Mon Apr 23 22:02:29 +0000 2011",
|
876
|
-
"text": "Can someone project the date that I'll get a 27\" retina display?"
|
877
|
-
},
|
878
|
-
{
|
879
|
-
"geo": null,
|
880
|
-
"retweeted": false,
|
881
|
-
"in_reply_to_status_id": 194546649203347456,
|
882
|
-
"contributors": null,
|
883
|
-
"in_reply_to_screen_name": "skilldrick",
|
884
|
-
"truncated": false,
|
885
|
-
"id_str": "194546738810458112",
|
886
|
-
"coordinates": null,
|
887
|
-
"in_reply_to_user_id": 17736965,
|
888
|
-
"place": null,
|
889
|
-
"user": {
|
890
|
-
"id": 13166,
|
891
|
-
"followers_count": 2594,
|
892
|
-
"profile_background_color": "022330",
|
893
|
-
"url": "http://t.co/82m869z",
|
894
|
-
"created_at": "Mon Nov 20 02:08:17 +0000 2006",
|
895
|
-
"profile_background_image_url": "http://a0.twimg.com/profile_background_images/462841395/orange.jpeg",
|
896
|
-
"listed_count": 64,
|
897
|
-
"lang": "en",
|
898
|
-
"profile_link_color": "0084B4",
|
899
|
-
"utc_offset": -28800,
|
900
|
-
"name": "Mark",
|
901
|
-
"is_translator": false,
|
902
|
-
"location": "San Francisco Bay Area",
|
903
|
-
"protected": false,
|
904
|
-
"profile_use_background_image": true,
|
905
|
-
"profile_image_url_https": "https://si0.twimg.com/profile_images/1641289714/Snack_Attack_Mark_17658629_JXGXF2_square_normal.jpg",
|
906
|
-
"time_zone": "Pacific Time (US & Canada)",
|
907
|
-
"profile_text_color": "333333",
|
908
|
-
"friends_count": 1082,
|
909
|
-
"profile_background_image_url_https": "https://si0.twimg.com/profile_background_images/462841395/orange.jpeg",
|
910
|
-
"default_profile_image": false,
|
911
|
-
"verified": false,
|
912
|
-
"profile_sidebar_border_color": "a8c7f7",
|
913
|
-
"favourites_count": 595,
|
914
|
-
"following": false,
|
915
|
-
"statuses_count": 8287,
|
916
|
-
"description": "I'm a Canadian geek living in the Bay Area, trying to spread whimsy wherever I go. I work at Twitter, and I think you're awesome. Engaged to @anathemalie ♥.",
|
917
|
-
"contributors_enabled": false,
|
918
|
-
"id_str": "13166",
|
919
|
-
"geo_enabled": true,
|
920
|
-
"profile_background_tile": true,
|
921
|
-
"show_all_inline_media": true,
|
922
|
-
"profile_sidebar_fill_color": "C0DFEC",
|
923
|
-
"follow_request_sent": false,
|
924
|
-
"screen_name": "shinypb",
|
925
|
-
"default_profile": false,
|
926
|
-
"profile_image_url": "http://a0.twimg.com/profile_images/1641289714/Snack_Attack_Mark_17658629_JXGXF2_square_normal.jpg",
|
927
|
-
"notifications": false
|
928
|
-
},
|
929
|
-
"retweet_count": 0,
|
930
|
-
"favorited": false,
|
931
|
-
"in_reply_to_status_id_str": "194546649203347456",
|
932
|
-
"source": "<a href=\"http://itunes.apple.com/us/app/twitter/id409789998?mt=12\" rel=\"nofollow\">Twitter for Mac</a>",
|
933
|
-
"in_reply_to_user_id_str": "17736965",
|
934
|
-
"id": 194546738810458112,
|
935
|
-
"created_at": "Mon Apr 23 22:02:11 +0000 2011",
|
936
|
-
"text": "@skilldrick @hoverbird Wow, I didn't even know they *had* TV in Britain."
|
937
|
-
},
|
938
|
-
{
|
939
|
-
"geo": null,
|
940
|
-
"retweeted": false,
|
941
|
-
"in_reply_to_status_id": 194546277042765824,
|
942
|
-
"contributors": null,
|
943
|
-
"in_reply_to_screen_name": "noahlt",
|
944
|
-
"truncated": false,
|
945
|
-
"id_str": "194546727670390784",
|
946
|
-
"coordinates": null,
|
947
|
-
"in_reply_to_user_id": 421683,
|
948
|
-
"place": null,
|
949
|
-
"user": {
|
950
|
-
"id": 3913671,
|
951
|
-
"followers_count": 321,
|
952
|
-
"profile_background_color": "022330",
|
953
|
-
"url": "http://t.co/DAiIE4cP",
|
954
|
-
"created_at": "Mon Apr 09 15:19:14 +0000 2007",
|
955
|
-
"profile_background_image_url": "http://a0.twimg.com/images/themes/theme15/bg.png",
|
956
|
-
"listed_count": 18,
|
957
|
-
"lang": "en",
|
958
|
-
"profile_link_color": "0084B4",
|
959
|
-
"utc_offset": -28800,
|
960
|
-
"name": "Bart Teeuwisse",
|
961
|
-
"is_translator": false,
|
962
|
-
"location": "Santa Cruz/San Francisco, CA",
|
963
|
-
"protected": false,
|
964
|
-
"profile_use_background_image": true,
|
965
|
-
"profile_image_url_https": "https://si0.twimg.com/profile_images/1779523247/_bartt-plaxo_normal.jpg",
|
966
|
-
"time_zone": "Pacific Time (US & Canada)",
|
967
|
-
"profile_text_color": "333333",
|
968
|
-
"friends_count": 331,
|
969
|
-
"profile_background_image_url_https": "https://si0.twimg.com/images/themes/theme15/bg.png",
|
970
|
-
"default_profile_image": false,
|
971
|
-
"verified": false,
|
972
|
-
"profile_sidebar_border_color": "a8c7f7",
|
973
|
-
"favourites_count": 1,
|
974
|
-
"following": false,
|
975
|
-
"statuses_count": 3356,
|
976
|
-
"description": "Early riser to hack, build, climb & ski.",
|
977
|
-
"contributors_enabled": false,
|
978
|
-
"id_str": "3913671",
|
979
|
-
"geo_enabled": true,
|
980
|
-
"profile_background_tile": false,
|
981
|
-
"show_all_inline_media": false,
|
982
|
-
"profile_sidebar_fill_color": "C0DFEC",
|
983
|
-
"follow_request_sent": false,
|
984
|
-
"screen_name": "bartt",
|
985
|
-
"default_profile": false,
|
986
|
-
"profile_image_url": "http://a0.twimg.com/profile_images/1779523247/_bartt-plaxo_normal.jpg",
|
987
|
-
"notifications": false
|
988
|
-
},
|
989
|
-
"retweet_count": 0,
|
990
|
-
"favorited": false,
|
991
|
-
"in_reply_to_status_id_str": "194546277042765824",
|
992
|
-
"source": "<a href=\"http://www.echofon.com/\" rel=\"nofollow\">Echofon</a>",
|
993
|
-
"in_reply_to_user_id_str": "421683",
|
994
|
-
"id": 194546727670390784,
|
995
|
-
"created_at": "Mon Apr 23 22:02:09 +0000 2011",
|
996
|
-
"text": "@noahlt @gaarf Yup, now owning @twitter -> FB from FE to daemons. Lot’s of fun. Expect improvements in the weeks to come."
|
997
|
-
},
|
998
|
-
{
|
999
|
-
"geo": null,
|
1000
|
-
"retweeted": false,
|
1001
|
-
"in_reply_to_status_id": 194546388707717120,
|
1002
|
-
"contributors": null,
|
1003
|
-
"in_reply_to_screen_name": "hoverbird",
|
1004
|
-
"truncated": false,
|
1005
|
-
"id_str": "194546649203347456",
|
1006
|
-
"coordinates": null,
|
1007
|
-
"in_reply_to_user_id": 792690,
|
1008
|
-
"place": null,
|
1009
|
-
"user": {
|
1010
|
-
"id": 17736965,
|
1011
|
-
"followers_count": 978,
|
1012
|
-
"profile_background_color": "d7cac2",
|
1013
|
-
"url": "http://skilldrick.co.uk",
|
1014
|
-
"created_at": "Sat Nov 29 16:31:56 +0000 2008",
|
1015
|
-
"profile_background_image_url": "http://a0.twimg.com/profile_background_images/46086494/meme2.jpg",
|
1016
|
-
"listed_count": 41,
|
1017
|
-
"lang": "en",
|
1018
|
-
"profile_link_color": "2993ba",
|
1019
|
-
"utc_offset": 0,
|
1020
|
-
"name": "Nick Morgan",
|
1021
|
-
"is_translator": false,
|
1022
|
-
"location": "San Francisco, CA",
|
1023
|
-
"protected": false,
|
1024
|
-
"profile_use_background_image": true,
|
1025
|
-
"profile_image_url_https": "https://si0.twimg.com/profile_images/1788742780/image1327809193_normal.png",
|
1026
|
-
"time_zone": "London",
|
1027
|
-
"profile_text_color": "6f4b48",
|
1028
|
-
"friends_count": 205,
|
1029
|
-
"profile_background_image_url_https": "https://si0.twimg.com/profile_background_images/46086494/meme2.jpg",
|
1030
|
-
"default_profile_image": false,
|
1031
|
-
"verified": false,
|
1032
|
-
"profile_sidebar_border_color": "C0DEED",
|
1033
|
-
"favourites_count": 63,
|
1034
|
-
"following": false,
|
1035
|
-
"statuses_count": 11919,
|
1036
|
-
"description": "Front-end engineer @twitter, dynamic language enthusiast, massive JavaScript fan, general geek, relapsed bassist. Unbreaking the web.",
|
1037
|
-
"contributors_enabled": false,
|
1038
|
-
"id_str": "17736965",
|
1039
|
-
"geo_enabled": true,
|
1040
|
-
"profile_background_tile": true,
|
1041
|
-
"show_all_inline_media": true,
|
1042
|
-
"profile_sidebar_fill_color": "eadcd3",
|
1043
|
-
"follow_request_sent": false,
|
1044
|
-
"screen_name": "skilldrick",
|
1045
|
-
"default_profile": false,
|
1046
|
-
"profile_image_url": "http://a0.twimg.com/profile_images/1788742780/image1327809193_normal.png",
|
1047
|
-
"notifications": false
|
1048
|
-
},
|
1049
|
-
"retweet_count": 0,
|
1050
|
-
"favorited": false,
|
1051
|
-
"in_reply_to_status_id_str": "194546388707717120",
|
1052
|
-
"source": "web",
|
1053
|
-
"in_reply_to_user_id_str": "792690",
|
1054
|
-
"id": 194546649203347456,
|
1055
|
-
"created_at": "Mon Apr 23 22:01:50 +0000 2011",
|
1056
|
-
"text": "@hoverbird @shinypb You guys must be soooo old, I don't remember the words to the duck tales intro at all."
|
1057
|
-
},
|
1058
|
-
{
|
1059
|
-
"geo": null,
|
1060
|
-
"retweeted": false,
|
1061
|
-
"in_reply_to_status_id": 194403898646216704,
|
1062
|
-
"contributors": null,
|
1063
|
-
"in_reply_to_screen_name": "mep",
|
1064
|
-
"truncated": false,
|
1065
|
-
"id_str": "194546583608639488",
|
1066
|
-
"coordinates": null,
|
1067
|
-
"in_reply_to_user_id": 29127028,
|
1068
|
-
"place": null,
|
1069
|
-
"user": {
|
1070
|
-
"id": 14346209,
|
1071
|
-
"followers_count": 8039,
|
1072
|
-
"profile_background_color": "022330",
|
1073
|
-
"url": "http://t.co/brNDdDN",
|
1074
|
-
"created_at": "Wed Apr 09 22:17:25 +0000 2008",
|
1075
|
-
"profile_background_image_url": "http://a0.twimg.com/images/themes/theme15/bg.png",
|
1076
|
-
"listed_count": 174,
|
1077
|
-
"lang": "ja",
|
1078
|
-
"profile_link_color": "0084B4",
|
1079
|
-
"utc_offset": -28800,
|
1080
|
-
"name": "Sean Matsuno",
|
1081
|
-
"is_translator": true,
|
1082
|
-
"location": "Tokyo",
|
1083
|
-
"protected": false,
|
1084
|
-
"profile_use_background_image": true,
|
1085
|
-
"profile_image_url_https": "https://si0.twimg.com/profile_images/1414938678/tw-148_normal.jpg",
|
1086
|
-
"time_zone": "Pacific Time (US & Canada)",
|
1087
|
-
"profile_text_color": "333333",
|
1088
|
-
"friends_count": 1054,
|
1089
|
-
"profile_background_image_url_https": "https://si0.twimg.com/images/themes/theme15/bg.png",
|
1090
|
-
"default_profile_image": false,
|
1091
|
-
"verified": false,
|
1092
|
-
"profile_sidebar_border_color": "a8c7f7",
|
1093
|
-
"favourites_count": 343,
|
1094
|
-
"following": false,
|
1095
|
-
"statuses_count": 5774,
|
1096
|
-
"description": "Working for Twitter on Japan-related stuff since 2008.",
|
1097
|
-
"contributors_enabled": false,
|
1098
|
-
"id_str": "14346209",
|
1099
|
-
"geo_enabled": true,
|
1100
|
-
"profile_background_tile": false,
|
1101
|
-
"show_all_inline_media": true,
|
1102
|
-
"profile_sidebar_fill_color": "C0DFEC",
|
1103
|
-
"follow_request_sent": false,
|
1104
|
-
"screen_name": "sean",
|
1105
|
-
"default_profile": false,
|
1106
|
-
"profile_image_url": "http://a0.twimg.com/profile_images/1414938678/tw-148_normal.jpg",
|
1107
|
-
"notifications": false
|
1108
|
-
},
|
1109
|
-
"retweet_count": 0,
|
1110
|
-
"favorited": false,
|
1111
|
-
"in_reply_to_status_id_str": "194403898646216704",
|
1112
|
-
"source": "<a href=\"http://twitter.com/#!/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
|
1113
|
-
"in_reply_to_user_id_str": "29127028",
|
1114
|
-
"id": 194546583608639488,
|
1115
|
-
"created_at": "Mon Apr 23 22:01:34 +0000 2011",
|
1116
|
-
"text": "@mep Thanks for coming by. Was great to have you."
|
1117
|
-
},
|
1118
|
-
{
|
1119
|
-
"in_reply_to_status_id_str": "194546242435559424",
|
1120
|
-
"geo": null,
|
1121
|
-
"retweeted": false,
|
1122
|
-
"in_reply_to_status_id": 194546242435559424,
|
1123
|
-
"in_reply_to_user_id_str": "13166",
|
1124
|
-
"truncated": false,
|
1125
|
-
"coordinates": null,
|
1126
|
-
"contributors": null,
|
1127
|
-
"place": null,
|
1128
|
-
"user": {
|
1129
|
-
"id": 792690,
|
1130
|
-
"profile_image_url_https": "https://si0.twimg.com/profile_images/1268256803/cropped_normal.jpg",
|
1131
|
-
"followers_count": 53223,
|
1132
|
-
"profile_text_color": "29230d",
|
1133
|
-
"profile_background_image_url_https": "https://si0.twimg.com/profile_background_images/346244296/img-rha_rainy_day_ii.jpg",
|
1134
|
-
"url": "http://t.co/pwRYN6BY",
|
1135
|
-
"friends_count": 909,
|
1136
|
-
"default_profile_image": false,
|
1137
|
-
"created_at": "Sat Feb 24 18:13:15 +0000 2007",
|
1138
|
-
"contributors_enabled": true,
|
1139
|
-
"profile_sidebar_border_color": "a1b44f",
|
1140
|
-
"favourites_count": 2479,
|
1141
|
-
"statuses_count": 5007,
|
1142
|
-
"id_str": "792690",
|
1143
|
-
"geo_enabled": true,
|
1144
|
-
"lang": "en",
|
1145
|
-
"utc_offset": -28800,
|
1146
|
-
"name": "Patrick Ewing",
|
1147
|
-
"profile_background_tile": true,
|
1148
|
-
"show_all_inline_media": true,
|
1149
|
-
"follow_request_sent": false,
|
1150
|
-
"location": "Sane Francisco",
|
1151
|
-
"protected": false,
|
1152
|
-
"profile_sidebar_fill_color": "a0b34a",
|
1153
|
-
"time_zone": "Pacific Time (US & Canada)",
|
1154
|
-
"default_profile": false,
|
1155
|
-
"verified": false,
|
1156
|
-
"profile_banner_url": "https://si0.twimg.com/brand_banners/hoverbird/1329244967/live",
|
1157
|
-
"profile_background_color": "b2be63",
|
1158
|
-
"following": true,
|
1159
|
-
"description": "Vector of enthusiasm. Twitter Engineer. Currently fetishizing #JavaScript, #Ruby and #Clojure.",
|
1160
|
-
"profile_background_image_url": "http://a0.twimg.com/profile_background_images/346244296/img-rha_rainy_day_ii.jpg",
|
1161
|
-
"listed_count": 390,
|
1162
|
-
"profile_link_color": "61351f",
|
1163
|
-
"screen_name": "hoverbird",
|
1164
|
-
"is_translator": false,
|
1165
|
-
"profile_image_url": "http://a0.twimg.com/profile_images/1268256803/cropped_normal.jpg",
|
1166
|
-
"notifications": false,
|
1167
|
-
"profile_use_background_image": true
|
1168
|
-
},
|
1169
|
-
"in_reply_to_screen_name": "shinypb",
|
1170
|
-
"favorited": false,
|
1171
|
-
"id_str": "194546388707717120",
|
1172
|
-
"in_reply_to_user_id": 13166,
|
1173
|
-
"source": "<a href=\"http://itunes.apple.com/us/app/twitter/id409789998?mt=12\" rel=\"nofollow\">Twitter for Mac</a>",
|
1174
|
-
"retweet_count": 0,
|
1175
|
-
"id": 194546388707717120,
|
1176
|
-
"created_at": "Mon Apr 23 22:00:48 +0000 2011",
|
1177
|
-
"text": "@shinypb @trammell it's all suck a \"duck blur\" sometimes."
|
1178
|
-
},
|
1179
|
-
{
|
1180
|
-
"geo": {
|
1181
|
-
"type": "Point",
|
1182
|
-
"coordinates": [
|
1183
|
-
40.68968494,
|
1184
|
-
-74.17938709
|
1185
|
-
]
|
1186
|
-
},
|
1187
|
-
"retweeted": false,
|
1188
|
-
"in_reply_to_status_id": null,
|
1189
|
-
"contributors": null,
|
1190
|
-
"in_reply_to_screen_name": null,
|
1191
|
-
"truncated": false,
|
1192
|
-
"possibly_sensitive": false,
|
1193
|
-
"id_str": "194546264212385793",
|
1194
|
-
"coordinates": {
|
1195
|
-
"type": "Point",
|
1196
|
-
"coordinates": [
|
1197
|
-
-74.17938709,
|
1198
|
-
40.68968494
|
1199
|
-
]
|
1200
|
-
},
|
1201
|
-
"in_reply_to_user_id": null,
|
1202
|
-
"place": {
|
1203
|
-
"bounding_box": {
|
1204
|
-
"type": "Polygon",
|
1205
|
-
"coordinates": [
|
1206
|
-
[
|
1207
|
-
[
|
1208
|
-
-74.251324,
|
1209
|
-
40.673903
|
1210
|
-
],
|
1211
|
-
[
|
1212
|
-
-74.112787,
|
1213
|
-
40.673903
|
1214
|
-
],
|
1215
|
-
[
|
1216
|
-
-74.112787,
|
1217
|
-
40.788664
|
1218
|
-
],
|
1219
|
-
[
|
1220
|
-
-74.251324,
|
1221
|
-
40.788664
|
1222
|
-
]
|
1223
|
-
]
|
1224
|
-
]
|
1225
|
-
},
|
1226
|
-
"name": "Newark",
|
1227
|
-
"place_type": "city",
|
1228
|
-
"country": "United States",
|
1229
|
-
"attributes": {
|
1230
|
-
},
|
1231
|
-
"full_name": "Newark, NJ",
|
1232
|
-
"url": "http://api.twitter.com/1/geo/id/fa3435044b52ecc7.json",
|
1233
|
-
"country_code": "US",
|
1234
|
-
"id": "fa3435044b52ecc7"
|
1235
|
-
},
|
1236
|
-
"user": {
|
1237
|
-
"id": 44130013,
|
1238
|
-
"followers_count": 1009,
|
1239
|
-
"profile_background_color": "131516",
|
1240
|
-
"url": null,
|
1241
|
-
"created_at": "Tue Jun 02 14:42:55 +0000 2009",
|
1242
|
-
"profile_background_image_url": "http://a0.twimg.com/profile_background_images/322131383/ink48",
|
1243
|
-
"listed_count": 22,
|
1244
|
-
"lang": "en",
|
1245
|
-
"profile_link_color": "1945a6",
|
1246
|
-
"utc_offset": -18000,
|
1247
|
-
"name": "Kelsey Silver",
|
1248
|
-
"is_translator": false,
|
1249
|
-
"location": "New York, NY",
|
1250
|
-
"protected": false,
|
1251
|
-
"profile_use_background_image": true,
|
1252
|
-
"profile_image_url_https": "https://si0.twimg.com/profile_images/1519383356/Untitled_2_normal.jpg",
|
1253
|
-
"time_zone": "Eastern Time (US & Canada)",
|
1254
|
-
"profile_text_color": "333333",
|
1255
|
-
"friends_count": 491,
|
1256
|
-
"profile_background_image_url_https": "https://si0.twimg.com/profile_background_images/322131383/ink48",
|
1257
|
-
"default_profile_image": false,
|
1258
|
-
"verified": false,
|
1259
|
-
"profile_sidebar_border_color": "eeeeee",
|
1260
|
-
"favourites_count": 164,
|
1261
|
-
"following": null,
|
1262
|
-
"statuses_count": 954,
|
1263
|
-
"description": "office coordinator @twitternyc. former facebook employee, fan of all wisconsin sports, wine drinker, craps player, world traveler...",
|
1264
|
-
"contributors_enabled": true,
|
1265
|
-
"id_str": "44130013",
|
1266
|
-
"geo_enabled": true,
|
1267
|
-
"profile_background_tile": true,
|
1268
|
-
"show_all_inline_media": true,
|
1269
|
-
"profile_sidebar_fill_color": "efefef",
|
1270
|
-
"follow_request_sent": null,
|
1271
|
-
"screen_name": "kelseysilver",
|
1272
|
-
"default_profile": false,
|
1273
|
-
"profile_image_url": "http://a0.twimg.com/profile_images/1519383356/Untitled_2_normal.jpg",
|
1274
|
-
"notifications": null
|
1275
|
-
},
|
1276
|
-
"retweet_count": 0,
|
1277
|
-
"favorited": false,
|
1278
|
-
"in_reply_to_status_id_str": null,
|
1279
|
-
"source": "<a href=\"http://foursquare.com\" rel=\"nofollow\">foursquare</a>",
|
1280
|
-
"in_reply_to_user_id_str": null,
|
1281
|
-
"id": 194546264212385793,
|
1282
|
-
"created_at": "Mon Apr 23 22:00:18 +0000 2011",
|
1283
|
-
"text": "San Francisco here I come! (@ Newark Liberty International Airport (EWR) w/ 92 others) http://t.co/eoLANJZw"
|
1284
|
-
}
|
1285
|
-
]
|
1
|
+
[{"created_at":"Fri Sep 07 16:35:24 +0000 2012","id":244111636544225280,"id_str":"244111636544225280","text":"Happy Birthday @imdane. Watch out for those @rally pranksters!","source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":5819322,"id_str":"5819322","name":"Maggie Utgoff","screen_name":"mutgoff","location":"san francisco","description":"I live every week like it's Shark Week. ","url":"http:\/\/www.mutgoff.com","entities":{"url":{"urls":[{"url":"http:\/\/www.mutgoff.com","expanded_url":null,"indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":263063,"friends_count":708,"listed_count":534,"created_at":"Mon May 07 01:02:52 +0000 2007","favourites_count":444,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":4604,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"FFFFFF","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/344662358\/x88fe902ff835983434794eb1f9d7370.jpg","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/344662358\/x88fe902ff835983434794eb1f9d7370.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/1199277090\/Screen_shot_2010-12-26_at_11.31.51_AM_normal.png","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/1199277090\/Screen_shot_2010-12-26_at_11.31.51_AM_normal.png","profile_link_color":"9DDD95","profile_sidebar_border_color":"A0EEF5","profile_sidebar_fill_color":"1A3F57","profile_text_color":"72B9BF","profile_use_background_image":true,"show_all_inline_media":true,"default_profile":false,"default_profile_image":false,"following":true,"follow_request_sent":null,"notifications":null},"geo":{"type":"Point","coordinates":[43.46481998,-73.64247884]},"coordinates":{"type":"Point","coordinates":[-73.64247884,43.46481998]},"place":{"id":"003cd76c24b9fa3b","url":"https:\/\/api.twitter.com\/1.1\/geo\/id\/003cd76c24b9fa3b.json","place_type":"city","name":"Bolton","full_name":"Bolton, NY","country_code":"US","country":"United States","bounding_box":{"type":"Polygon","coordinates":[[[-73.750813,43.442073],[-73.525347,43.442073],[-73.525347,43.678377],[-73.750813,43.678377]]]},"attributes":{}},"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"imdane","name":"Dane Hurtubise","id":14076314,"id_str":"14076314","indices":[15,22]},{"screen_name":"rally","name":"Rally","id":16364838,"id_str":"16364838","indices":[44,50]}]},"favorited":false,"retweeted":false},{"created_at":"Fri Sep 07 16:33:36 +0000 2012","id":244111183165157376,"id_str":"244111183165157376","text":"If you like good real-life stories, check out @NarrativelyNY's just-launched site http:\/\/t.co\/wiUL07jE (and also visit http:\/\/t.co\/ZoyQxqWA)","source":"\u003ca href=\"http:\/\/tapbots.com\" rel=\"nofollow\"\u003eTweetbot for Mac\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":14163141,"id_str":"14163141","name":"David Friedman","screen_name":"ironicsans","location":"New York","description":"Photographer. Idea blogger. Occasional historian.","url":"http:\/\/www.davidfriedman.info","entities":{"url":{"urls":[{"url":"http:\/\/www.davidfriedman.info","expanded_url":null,"indices":[0,29]}]},"description":{"urls":[]}},"protected":false,"followers_count":4131,"friends_count":1270,"listed_count":220,"created_at":"Mon Mar 17 13:47:33 +0000 2008","favourites_count":1377,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":4753,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"AAB4B5","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/66248418\/Untitled-1.gif","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/66248418\/Untitled-1.gif","profile_background_tile":true,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/427291735\/n645611374_892426_9102_normal.jpg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/427291735\/n645611374_892426_9102_normal.jpg","profile_link_color":"0084B4","profile_sidebar_border_color":"BDDCAD","profile_sidebar_fill_color":"DDFFCC","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":true,"default_profile":false,"default_profile_image":false,"following":true,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[{"url":"http:\/\/t.co\/wiUL07jE","expanded_url":"http:\/\/narrative.ly","display_url":"narrative.ly","indices":[82,102]},{"url":"http:\/\/t.co\/ZoyQxqWA","expanded_url":"http:\/\/www.kickstarter.com\/projects\/narratively\/narratively","display_url":"kickstarter.com\/projects\/narra\u2026","indices":[119,139]}],"user_mentions":[{"screen_name":"NarrativelyNY","name":"Narratively","id":576457087,"id_str":"576457087","indices":[46,60]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"created_at":"Fri Sep 07 16:30:14 +0000 2012","id":244110336414859264,"id_str":"244110336414859264","text":"Something else to vote for: \"New Rails workshops to bring more women into the Boston software scene\" http:\/\/t.co\/eNBuckHc \/cc @bostonrb","source":"\u003ca href=\"http:\/\/itunes.apple.com\/us\/app\/twitter\/id409789998?mt=12\" rel=\"nofollow\"\u003eTwitter for Mac\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":43234200,"id_str":"43234200","name":"Pat Shaughnessy","screen_name":"pat_shaughnessy","location":"Boston","description":"Blogger, Rubyist, Writing a new eBook: http:\/\/patshaughnessy.net\/ruby-under-a-microscope","url":"http:\/\/patshaughnessy.net","entities":{"url":{"urls":[{"url":"http:\/\/patshaughnessy.net","expanded_url":null,"indices":[0,25]}]},"description":{"urls":[]}},"protected":false,"followers_count":734,"friends_count":362,"listed_count":38,"created_at":"Fri May 29 00:55:48 +0000 2009","favourites_count":35,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":1620,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/1950093297\/pat2_normal.jpg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/1950093297\/pat2_normal.jpg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":true,"default_profile_image":false,"following":true,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[{"url":"http:\/\/t.co\/eNBuckHc","expanded_url":"http:\/\/news.ycombinator.com\/item?id=4489199","display_url":"news.ycombinator.com\/item?id=4489199","indices":[101,121]}],"user_mentions":[{"screen_name":"bostonrb","name":"Boston Ruby Group","id":21431343,"id_str":"21431343","indices":[126,135]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"created_at":"Fri Sep 07 16:28:05 +0000 2012","id":244109797308379136,"id_str":"244109797308379136","text":"Pushing the button to launch the site. http:\/\/t.co\/qLoEn5jG","source":"\u003ca href=\"http:\/\/instagr.am\" rel=\"nofollow\"\u003eInstagram\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":1882641,"id_str":"1882641","name":"Caleb Elston","screen_name":"calebelston","location":"San Francisco","description":"Co-founder & CEO of Yobongo. Dubious of people who claim to be experts. Formerly VP Products at Justin.tv. Advisor to Simpler.","url":"http:\/\/www.calebelston.com","entities":{"url":{"urls":[{"url":"http:\/\/www.calebelston.com","expanded_url":null,"indices":[0,26]}]},"description":{"urls":[]}},"protected":false,"followers_count":1960,"friends_count":151,"listed_count":136,"created_at":"Thu Mar 22 14:34:22 +0000 2007","favourites_count":815,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":7068,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"666666","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/322151965\/ngb.gif","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/322151965\/ngb.gif","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2584558450\/elyaf9epw0kcnh9gxglp_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2584558450\/elyaf9epw0kcnh9gxglp_normal.jpeg","profile_link_color":"0099CC","profile_sidebar_border_color":"E3E3E3","profile_sidebar_fill_color":"FFFFFF","profile_text_color":"292E38","profile_use_background_image":false,"show_all_inline_media":true,"default_profile":false,"default_profile_image":false,"following":true,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[{"url":"http:\/\/t.co\/qLoEn5jG","expanded_url":"http:\/\/instagr.am\/p\/PR7YFvRhiO\/","display_url":"instagr.am\/p\/PR7YFvRhiO\/","indices":[39,59]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"created_at":"Fri Sep 07 16:23:50 +0000 2012","id":244108728834592770,"id_str":"244108728834592770","text":"RT @olivercameron: Mosaic looks cool: http:\/\/t.co\/A8013C9k","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":1882641,"id_str":"1882641","name":"Caleb Elston","screen_name":"calebelston","location":"San Francisco","description":"Co-founder & CEO of Yobongo. Dubious of people who claim to be experts. Formerly VP Products at Justin.tv. Advisor to Simpler.","url":"http:\/\/www.calebelston.com","entities":{"url":{"urls":[{"url":"http:\/\/www.calebelston.com","expanded_url":null,"indices":[0,26]}]},"description":{"urls":[]}},"protected":false,"followers_count":1960,"friends_count":151,"listed_count":136,"created_at":"Thu Mar 22 14:34:22 +0000 2007","favourites_count":815,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":7068,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"666666","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/322151965\/ngb.gif","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/322151965\/ngb.gif","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2584558450\/elyaf9epw0kcnh9gxglp_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2584558450\/elyaf9epw0kcnh9gxglp_normal.jpeg","profile_link_color":"0099CC","profile_sidebar_border_color":"E3E3E3","profile_sidebar_fill_color":"FFFFFF","profile_text_color":"292E38","profile_use_background_image":false,"show_all_inline_media":true,"default_profile":false,"default_profile_image":false,"following":true,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Fri Sep 07 16:12:47 +0000 2012","id":244105944508796931,"id_str":"244105944508796931","text":"Mosaic looks cool: http:\/\/t.co\/A8013C9k","source":"\u003ca href=\"http:\/\/itunes.apple.com\/us\/app\/twitter\/id409789998?mt=12\" rel=\"nofollow\"\u003eTwitter for Mac\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":13634322,"id_str":"13634322","name":"Oliver Cameron","screen_name":"olivercameron","location":"Palo Alto, CA","description":"Co-founder of @everyme.","url":"http:\/\/everyme.com","entities":{"url":{"urls":[{"url":"http:\/\/everyme.com","expanded_url":null,"indices":[0,18]}]},"description":{"urls":[]}},"protected":false,"followers_count":1365,"friends_count":218,"listed_count":57,"created_at":"Mon Feb 18 18:08:32 +0000 2008","favourites_count":8,"utc_offset":0,"time_zone":"London","geo_enabled":false,"verified":false,"statuses_count":3346,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"FFFFFF","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/5435833\/pat_20060420022220.gif","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/5435833\/pat_20060420022220.gif","profile_background_tile":true,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/1237999642\/Oliver_normal.png","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/1237999642\/Oliver_normal.png","profile_link_color":"454545","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"FFFFFF","profile_text_color":"000000","profile_use_background_image":false,"show_all_inline_media":true,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":1,"entities":{"hashtags":[],"urls":[{"url":"http:\/\/t.co\/A8013C9k","expanded_url":"http:\/\/heymosaic.com\/i\/1Z8ssK","display_url":"heymosaic.com\/i\/1Z8ssK","indices":[19,39]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false},"retweet_count":1,"entities":{"hashtags":[],"urls":[{"url":"http:\/\/t.co\/A8013C9k","expanded_url":"http:\/\/heymosaic.com\/i\/1Z8ssK","display_url":"heymosaic.com\/i\/1Z8ssK","indices":[38,58]}],"user_mentions":[{"screen_name":"olivercameron","name":"Oliver Cameron","id":13634322,"id_str":"13634322","indices":[3,17]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"created_at":"Fri Sep 07 16:20:31 +0000 2012","id":244107890632294400,"id_str":"244107890632294400","text":"The Weatherman is Not a Moron: http:\/\/t.co\/ZwL5Gnq5. An excerpt from my book, THE SIGNAL AND THE NOISE (http:\/\/t.co\/fNXj8vCE)","source":"\u003ca href=\"http:\/\/www.tweetdeck.com\" rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":16017475,"id_str":"16017475","name":"Nate Silver","screen_name":"fivethirtyeight","location":"New York","description":"FiveThirtyEight blogger (http:\/\/nyti.ms\/Qp8cqb). Author, The Signal and the Noise (http:\/\/amzn.to\/QdyFYV). Sports\/politics\/food geek.","url":"http:\/\/amzn.to\/QdyFYV","entities":{"url":{"urls":[{"url":"http:\/\/amzn.to\/QdyFYV","expanded_url":null,"indices":[0,21]}]},"description":{"urls":[]}},"protected":false,"followers_count":183238,"friends_count":475,"listed_count":8160,"created_at":"Wed Aug 27 20:56:45 +0000 2008","favourites_count":6,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":true,"statuses_count":6786,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/1110592135\/fivethirtyeight73_twitter_normal.png","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/1110592135\/fivethirtyeight73_twitter_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":true,"default_profile_image":false,"following":true,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":19,"entities":{"hashtags":[],"urls":[{"url":"http:\/\/t.co\/ZwL5Gnq5","expanded_url":"http:\/\/nyti.ms\/OW7n5p","display_url":"nyti.ms\/OW7n5p","indices":[31,51]},{"url":"http:\/\/t.co\/fNXj8vCE","expanded_url":"http:\/\/amzn.to\/Qg2SEu","display_url":"amzn.to\/Qg2SEu","indices":[104,124]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"created_at":"Fri Sep 07 16:20:15 +0000 2012","id":244107823733174272,"id_str":"244107823733174272","text":"RT @randomhacks: Going to Code Across Austin II: Y'all Come Hack Now, Sat, Sep 8 http:\/\/t.co\/Sk5BM7U3 We'll see y'all there! #rhok @cod ...","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":64482503,"id_str":"64482503","name":"Code for America","screen_name":"codeforamerica","location":"San Francisco, California","description":"Code for America helps governments work better for everyone with the people and the power of the web.","url":"http:\/\/www.codeforamerica.org","entities":{"url":{"urls":[{"url":"http:\/\/www.codeforamerica.org","expanded_url":null,"indices":[0,29]}]},"description":{"urls":[]}},"protected":false,"followers_count":11824,"friends_count":783,"listed_count":981,"created_at":"Mon Aug 10 18:59:29 +0000 2009","favourites_count":20,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":3611,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/1118630094\/logosquare_bigger_normal.jpg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/1118630094\/logosquare_bigger_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":false,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":true,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Fri Sep 07 16:11:02 +0000 2012","id":244105505390350336,"id_str":"244105505390350336","text":"Going to Code Across Austin II: Y'all Come Hack Now, Sat, Sep 8 http:\/\/t.co\/Sk5BM7U3 We'll see y'all there! #rhok @codeforamerica @TheaClay","source":"\u003ca href=\"http:\/\/twitter.com\/tweetbutton\" rel=\"nofollow\"\u003eTweet Button\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":75361247,"id_str":"75361247","name":"Random Hacks","screen_name":"randomhacks","location":"USA","description":"Official Twitter account for Random Hacks of Kindness.","url":"http:\/\/www.rhok.org","entities":{"url":{"urls":[{"url":"http:\/\/www.rhok.org","expanded_url":null,"indices":[0,19]}]},"description":{"urls":[]}},"protected":false,"followers_count":3917,"friends_count":202,"listed_count":209,"created_at":"Fri Sep 18 19:22:26 +0000 2009","favourites_count":1,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":1173,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/102109549\/rhok_social_media_wallpaper.png","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/102109549\/rhok_social_media_wallpaper.png","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/905274924\/rhok_social_media_logo_normal.png","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/905274924\/rhok_social_media_logo_normal.png","profile_link_color":"2087E7","profile_sidebar_border_color":"2087E7","profile_sidebar_fill_color":"E8E7E7","profile_text_color":"030303","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":2,"entities":{"hashtags":[{"text":"rhok","indices":[109,114]}],"urls":[{"url":"http:\/\/t.co\/Sk5BM7U3","expanded_url":"http:\/\/zvents.com\/e\/IhP3T\/7o","display_url":"zvents.com\/e\/IhP3T\/7o","indices":[64,84]}],"user_mentions":[{"screen_name":"codeforamerica","name":"Code for America","id":64482503,"id_str":"64482503","indices":[115,130]},{"screen_name":"TheaClay","name":"Thea Clay","id":34324747,"id_str":"34324747","indices":[131,140]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},"retweet_count":2,"entities":{"hashtags":[{"text":"rhok","indices":[126,131]}],"urls":[{"url":"http:\/\/t.co\/Sk5BM7U3","expanded_url":"http:\/\/zvents.com\/e\/IhP3T\/7o","display_url":"zvents.com\/e\/IhP3T\/7o","indices":[81,101]}],"user_mentions":[{"screen_name":"randomhacks","name":"Random Hacks","id":75361247,"id_str":"75361247","indices":[3,15]},{"screen_name":"cod","name":"Chris OBrien","id":13791662,"id_str":"13791662","indices":[132,136]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"created_at":"Fri Sep 07 16:17:55 +0000 2012","id":244107236262170624,"id_str":"244107236262170624","text":"RT @jondot: Just published: \"Pragmatic Concurrency With #Ruby\" http:\/\/t.co\/kGEykswZ \/cc @JRuby @headius","source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":10248172,"id_str":"10248172","name":"Fredrik Bj\u00f6rk","screen_name":"fbjork","location":"San Francisco, CA","description":"Director of Engineering at @banjo","url":"http:\/\/ban.jo","entities":{"url":{"urls":[{"url":"http:\/\/ban.jo","expanded_url":null,"indices":[0,13]}]},"description":{"urls":[]}},"protected":false,"followers_count":266,"friends_count":343,"listed_count":18,"created_at":"Wed Nov 14 14:58:28 +0000 2007","favourites_count":7,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":944,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"131516","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_tile":true,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2167836514\/252562_10150648192185221_786305220_19068177_4887761_n_normal.jpg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2167836514\/252562_10150648192185221_786305220_19068177_4887761_n_normal.jpg","profile_link_color":"009999","profile_sidebar_border_color":"EEEEEE","profile_sidebar_fill_color":"EFEFEF","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":true,"default_profile":false,"default_profile_image":false,"following":true,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Fri Sep 07 15:53:34 +0000 2012","id":244101108983803904,"id_str":"244101108983803904","text":"Just published: \"Pragmatic Concurrency With #Ruby\" http:\/\/t.co\/kGEykswZ \/cc @JRuby @headius","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":25607541,"id_str":"25607541","name":"dotan nahum","screen_name":"jondot","location":"","description":"I'm just a mean code machine. Constantly scanning, hunting and building the next big thing.","url":"http:\/\/blog.paracode.com","entities":{"url":{"urls":[{"url":"http:\/\/blog.paracode.com","expanded_url":null,"indices":[0,24]}]},"description":{"urls":[]}},"protected":false,"followers_count":410,"friends_count":85,"listed_count":13,"created_at":"Sat Mar 21 00:26:10 +0000 2009","favourites_count":0,"utc_offset":-10800,"time_zone":"Greenland","geo_enabled":false,"verified":false,"statuses_count":784,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"2B1F44","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/437973354\/nwgrand_516_142243.jpg","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/437973354\/nwgrand_516_142243.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/1181955409\/nd_normal.png","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/1181955409\/nd_normal.png","profile_link_color":"1C62B9","profile_sidebar_border_color":"F1A253","profile_sidebar_fill_color":"221309","profile_text_color":"755C8A","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":8,"entities":{"hashtags":[{"text":"Ruby","indices":[44,49]}],"urls":[{"url":"http:\/\/t.co\/kGEykswZ","expanded_url":"http:\/\/blog.paracode.com\/2012\/09\/07\/pragmatic-concurrency-with-ruby\/","display_url":"blog.paracode.com\/2012\/09\/07\/pra\u2026","indices":[51,71]}],"user_mentions":[{"screen_name":"jruby","name":"JRuby Dev Team","id":16132186,"id_str":"16132186","indices":[78,84]},{"screen_name":"headius","name":"Charles Nutter","id":9989362,"id_str":"9989362","indices":[85,93]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},"retweet_count":8,"entities":{"hashtags":[{"text":"Ruby","indices":[56,61]}],"urls":[{"url":"http:\/\/t.co\/kGEykswZ","expanded_url":"http:\/\/blog.paracode.com\/2012\/09\/07\/pragmatic-concurrency-with-ruby\/","display_url":"blog.paracode.com\/2012\/09\/07\/pra\u2026","indices":[63,83]}],"user_mentions":[{"screen_name":"jondot","name":"dotan nahum","id":25607541,"id_str":"25607541","indices":[3,10]},{"screen_name":"jruby","name":"JRuby Dev Team","id":16132186,"id_str":"16132186","indices":[90,96]},{"screen_name":"headius","name":"Charles Nutter","id":9989362,"id_str":"9989362","indices":[97,105]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"created_at":"Fri Sep 07 16:14:53 +0000 2012","id":244106476048764928,"id_str":"244106476048764928","text":"If you are wondering how we computed the split bubbles: http:\/\/t.co\/BcaqSs5u","source":"\u003ca href=\"http:\/\/itunes.apple.com\/us\/app\/twitter\/id409789998?mt=12\" rel=\"nofollow\"\u003eTwitter for Mac\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":43593,"id_str":"43593","name":"Mike Bostock","screen_name":"mbostock","location":"San Francisco, CA","description":"Purveyor of fine misinformations.","url":"http:\/\/bost.ocks.org","entities":{"url":{"urls":[{"url":"http:\/\/bost.ocks.org","expanded_url":null,"indices":[0,20]}]},"description":{"urls":[]}},"protected":false,"followers_count":4090,"friends_count":181,"listed_count":227,"created_at":"Tue Dec 05 21:57:30 +0000 2006","favourites_count":124,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":2237,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"131516","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_tile":true,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/1434042628\/mbostock-sf_normal.png","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/1434042628\/mbostock-sf_normal.png","profile_link_color":"9F0606","profile_sidebar_border_color":"EEEEEE","profile_sidebar_fill_color":"EFEFEF","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":true,"default_profile":false,"default_profile_image":false,"following":true,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":1,"entities":{"hashtags":[],"urls":[{"url":"http:\/\/t.co\/BcaqSs5u","expanded_url":"http:\/\/bl.ocks.org\/3422480","display_url":"bl.ocks.org\/3422480","indices":[56,76]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"created_at":"Fri Sep 07 16:11:24 +0000 2012","id":244105599351148544,"id_str":"244105599351148544","text":"\u201cWrite drunk. Edit sober.\u201d\u2014Ernest Hemingway","source":"\u003ca href=\"http:\/\/stone.com\/neue\" rel=\"nofollow\"\u003eTwittelator Neue\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":485409945,"id_str":"485409945","name":"Fake Jack Dorsey","screen_name":"FakeDorsey","location":"San Francisco","description":"Simplify, bitches.","url":"http:\/\/square.twitter.com","entities":{"url":{"urls":[{"url":"http:\/\/square.twitter.com","expanded_url":null,"indices":[0,25]}]},"description":{"urls":[]}},"protected":false,"followers_count":3275,"friends_count":1,"listed_count":61,"created_at":"Tue Feb 07 05:16:26 +0000 2012","favourites_count":4,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":86,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/1810072255\/Untitled_normal.png","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/1810072255\/Untitled_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":true,"default_profile_image":false,"following":true,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":14,"entities":{"hashtags":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},{"created_at":"Fri Sep 07 16:07:16 +0000 2012","id":244104558433951744,"id_str":"244104558433951744","text":"RT @wcmaier: Better banking through better ops: build something new with us @Simplify (remote, PDX) http:\/\/t.co\/8WgzKZH3","source":"\u003ca href=\"http:\/\/tapbots.com\/tweetbot\" rel=\"nofollow\"\u003eTweetbot for iOS\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":18713,"id_str":"18713","name":"Alex Payne","screen_name":"al3x","location":"Berlin (Aug 31 - Sept 21)","description":"Programmer. Writer. Secular Humanist.","url":"http:\/\/al3x.net","entities":{"url":{"urls":[{"url":"http:\/\/al3x.net","expanded_url":null,"indices":[0,15]}]},"description":{"urls":[]}},"protected":false,"followers_count":36487,"friends_count":323,"listed_count":2272,"created_at":"Thu Nov 23 19:29:11 +0000 2006","favourites_count":4615,"utc_offset":3600,"time_zone":"Berlin","geo_enabled":true,"verified":false,"statuses_count":23134,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"E5E9EB","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/357750272\/small_3_normal.png","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/357750272\/small_3_normal.png","profile_link_color":"336699","profile_sidebar_border_color":"333333","profile_sidebar_fill_color":"C3CBD0","profile_text_color":"232323","profile_use_background_image":false,"show_all_inline_media":true,"default_profile":false,"default_profile_image":false,"following":true,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Fri Sep 07 15:27:38 +0000 2012","id":244094582411890689,"id_str":"244094582411890689","text":"Better banking through better ops: build something new with us @Simplify (remote, PDX) http:\/\/t.co\/8WgzKZH3","source":"\u003ca href=\"http:\/\/tapbots.com\/tweetbot\" rel=\"nofollow\"\u003eTweetbot for iOS\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":11125102,"id_str":"11125102","name":"Will Maier","screen_name":"wcmaier","location":"Madison, WI, USA","description":"I help @Simplify ship beautiful things. Previously @lt_kije.","url":"http:\/\/wcm.aier.us\/","entities":{"url":{"urls":[{"url":"http:\/\/wcm.aier.us\/","expanded_url":null,"indices":[0,19]}]},"description":{"urls":[]}},"protected":false,"followers_count":240,"friends_count":193,"listed_count":16,"created_at":"Thu Dec 13 12:35:31 +0000 2007","favourites_count":2,"utc_offset":-21600,"time_zone":"Central Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":3898,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/39909052\/kije-final_normal.jpg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/39909052\/kije-final_normal.jpg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":true,"default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":3,"entities":{"hashtags":[],"urls":[{"url":"http:\/\/t.co\/8WgzKZH3","expanded_url":"http:\/\/careers.simple.com\/apply\/LKW4tQ\/Operations-Engineer.html","display_url":"careers.simple.com\/apply\/LKW4tQ\/O\u2026","indices":[87,107]}],"user_mentions":[{"screen_name":"Simplify","name":"Simple","id":71165241,"id_str":"71165241","indices":[63,72]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},"retweet_count":3,"entities":{"hashtags":[],"urls":[{"url":"http:\/\/t.co\/8WgzKZH3","expanded_url":"http:\/\/careers.simple.com\/apply\/LKW4tQ\/Operations-Engineer.html","display_url":"careers.simple.com\/apply\/LKW4tQ\/O\u2026","indices":[100,120]}],"user_mentions":[{"screen_name":"wcmaier","name":"Will Maier","id":11125102,"id_str":"11125102","indices":[3,11]},{"screen_name":"Simplify","name":"Simple","id":71165241,"id_str":"71165241","indices":[76,85]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"created_at":"Fri Sep 07 16:05:38 +0000 2012","id":244104146997870594,"id_str":"244104146997870594","text":"We just announced Mosaic, what we've been working on since the Yobongo acquisition. My personal post, http:\/\/t.co\/ELOyIRZU @heymosaic","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":1882641,"id_str":"1882641","name":"Caleb Elston","screen_name":"calebelston","location":"San Francisco","description":"Co-founder & CEO of Yobongo. Dubious of people who claim to be experts. Formerly VP Products at Justin.tv. Advisor to Simpler.","url":"http:\/\/www.calebelston.com","entities":{"url":{"urls":[{"url":"http:\/\/www.calebelston.com","expanded_url":null,"indices":[0,26]}]},"description":{"urls":[]}},"protected":false,"followers_count":1960,"friends_count":151,"listed_count":136,"created_at":"Thu Mar 22 14:34:22 +0000 2007","favourites_count":815,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":7068,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"666666","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/322151965\/ngb.gif","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/322151965\/ngb.gif","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2584558450\/elyaf9epw0kcnh9gxglp_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2584558450\/elyaf9epw0kcnh9gxglp_normal.jpeg","profile_link_color":"0099CC","profile_sidebar_border_color":"E3E3E3","profile_sidebar_fill_color":"FFFFFF","profile_text_color":"292E38","profile_use_background_image":false,"show_all_inline_media":true,"default_profile":false,"default_profile_image":false,"following":true,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":4,"entities":{"hashtags":[],"urls":[{"url":"http:\/\/t.co\/ELOyIRZU","expanded_url":"http:\/\/calebelston.com\/2012\/09\/07\/meet-mosaic\/","display_url":"calebelston.com\/2012\/09\/07\/mee\u2026","indices":[102,122]}],"user_mentions":[{"screen_name":"heymosaic","name":"Mosaic","id":772256556,"id_str":"772256556","indices":[123,133]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"created_at":"Fri Sep 07 16:01:18 +0000 2012","id":244103057175113729,"id_str":"244103057175113729","text":"Donate $10 or more --> get your favorite car magnet: http:\/\/t.co\/NfRhl2s2 #Obama2012","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":813286,"id_str":"813286","name":"Barack Obama","screen_name":"BarackObama","location":"Washington, DC","description":"This account is run by #Obama2012 campaign staff. Tweets from the President are signed -bo.","url":"http:\/\/www.barackobama.com","entities":{"url":{"urls":[{"url":"http:\/\/www.barackobama.com","expanded_url":null,"indices":[0,26]}]},"description":{"urls":[]}},"protected":false,"followers_count":19449227,"friends_count":673288,"listed_count":175179,"created_at":"Mon Mar 05 22:08:25 +0000 2007","favourites_count":0,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":true,"statuses_count":5968,"lang":"en","contributors_enabled":true,"is_translator":false,"profile_background_color":"77B0DC","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/584034019\/tkwyaf768hs9bylnus1k.jpeg","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/584034019\/tkwyaf768hs9bylnus1k.jpeg","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2325704772\/wrrmef61i6jl91kwkmzq_normal.png","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2325704772\/wrrmef61i6jl91kwkmzq_normal.png","profile_link_color":"2574AD","profile_sidebar_border_color":"C2E0F6","profile_sidebar_fill_color":"C2E0F6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":true,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":147,"entities":{"hashtags":[{"text":"Obama2012","indices":[77,87]}],"urls":[{"url":"http:\/\/t.co\/NfRhl2s2","expanded_url":"http:\/\/OFA.BO\/eWNq2T","display_url":"OFA.BO\/eWNq2T","indices":[56,76]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"created_at":"Fri Sep 07 16:00:25 +0000 2012","id":244102834398851073,"id_str":"244102834398851073","text":"RT @tenderlove: If corporations are people, can we use them to drive in the carpool lane?","source":"\u003ca href=\"http:\/\/sites.google.com\/site\/yorufukurou\/\" rel=\"nofollow\"\u003eYoruFukurou\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":20941662,"id_str":"20941662","name":"James Edward Gray II","screen_name":"JEG2","location":"Edmond, OK","description":"Rubyist, Husband, Father, Atheist, Oklahoman, and all around weird guy.","url":"http:\/\/blog.grayproductions.net","entities":{"url":{"urls":[{"url":"http:\/\/blog.grayproductions.net","expanded_url":null,"indices":[0,31]}]},"description":{"urls":[]}},"protected":false,"followers_count":4206,"friends_count":174,"listed_count":389,"created_at":"Sun Feb 15 22:05:54 +0000 2009","favourites_count":0,"utc_offset":-21600,"time_zone":"Central Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":11780,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2311650093\/fkgorpzafxmsafxpf6wi_normal.png","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2311650093\/fkgorpzafxmsafxpf6wi_normal.png","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":true,"default_profile":false,"default_profile_image":false,"following":true,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Fri Sep 07 15:57:28 +0000 2012","id":244102091730210816,"id_str":"244102091730210816","text":"If corporations are people, can we use them to drive in the carpool lane?","source":"\u003ca href=\"http:\/\/www.echofon.com\/\" rel=\"nofollow\"\u003eEchofon\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":14761655,"id_str":"14761655","name":"Aaron Patterson","screen_name":"tenderlove","location":"Seattle, WA","description":"\u3072\u3052\u306e\u5c71\u7537\u3002 When I'm not trimming my beard, I'm hanging out with my lady, @ebiltwin.","url":"http:\/\/tenderlovemaking.com","entities":{"url":{"urls":[{"url":"http:\/\/tenderlovemaking.com","expanded_url":null,"indices":[0,27]}]},"description":{"urls":[]}},"protected":false,"followers_count":10869,"friends_count":365,"listed_count":862,"created_at":"Tue May 13 17:25:31 +0000 2008","favourites_count":275,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":14623,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/1261953917\/headshot_normal.png","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/1261953917\/headshot_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":10,"entities":{"hashtags":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},"retweet_count":10,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"tenderlove","name":"Aaron Patterson","id":14761655,"id_str":"14761655","indices":[3,14]}]},"favorited":false,"retweeted":false},{"created_at":"Fri Sep 07 16:00:03 +0000 2012","id":244102741125890048,"id_str":"244102741125890048","text":"LDN\u2014Obama's nomination; Putin woos APEC; Bombs hit Damascus; Quakes shake China; Canada cuts Iran ties; weekend read: http:\/\/t.co\/OFs6dVW4","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":632391565,"id_str":"632391565","name":"Evening Edition","screen_name":"eveningedition","location":"","description":"The perfect commute-sized way to catch up on the day's news after a long day at work. Brought to you by @MuleDesign.","url":"http:\/\/evening-edition.com","entities":{"url":{"urls":[{"url":"http:\/\/evening-edition.com","expanded_url":null,"indices":[0,26]}]},"description":{"urls":[]}},"protected":false,"followers_count":3357,"friends_count":3,"listed_count":115,"created_at":"Tue Jul 10 23:02:44 +0000 2012","favourites_count":19,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":76,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"FFFFFF","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2406639576\/q8cnprnmdv0z0gt6wtda_normal.png","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2406639576\/q8cnprnmdv0z0gt6wtda_normal.png","profile_link_color":"CC3333","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":false,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":true,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":3,"entities":{"hashtags":[],"urls":[{"url":"http:\/\/t.co\/OFs6dVW4","expanded_url":"http:\/\/evening-edition.com","display_url":"evening-edition.com","indices":[118,138]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"created_at":"Fri Sep 07 16:00:00 +0000 2012","id":244102729860009984,"id_str":"244102729860009984","text":"RT @ggreenwald: Democrats parade Osama bin Laden's corpse as their proudest achievement: why this goulish jingoism is so warped http:\/\/t ...","source":"\u003ca href=\"http:\/\/www.echofon.com\/\" rel=\"nofollow\"\u003eEchofon\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":14561327,"id_str":"14561327","name":"DHH","screen_name":"dhh","location":"Chicago, USA","description":"Creator of Ruby on Rails, Partner at 37signals, Co-author of NYT Best-Seller Rework, and racing driver in ALMS.","url":"http:\/\/david.heinemeierhansson.com","entities":{"url":{"urls":[{"url":"http:\/\/david.heinemeierhansson.com","expanded_url":null,"indices":[0,34]}]},"description":{"urls":[]}},"protected":false,"followers_count":63074,"friends_count":140,"listed_count":4874,"created_at":"Sun Apr 27 20:19:25 +0000 2008","favourites_count":5,"utc_offset":-21600,"time_zone":"Central Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":8710,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2556368541\/alng5gtlmjhrdlr3qxqv_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2556368541\/alng5gtlmjhrdlr3qxqv_normal.jpeg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":true,"default_profile":true,"default_profile_image":false,"following":true,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Fri Sep 07 15:23:23 +0000 2012","id":244093513216696321,"id_str":"244093513216696321","text":"Democrats parade Osama bin Laden's corpse as their proudest achievement: why this goulish jingoism is so warped http:\/\/t.co\/kood278s","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":16076032,"id_str":"16076032","name":"Glenn Greenwald","screen_name":"ggreenwald","location":"","description":"Columnist & blogger for the Guardian (http:\/\/is.gd\/WWjIKY) - author, With Liberty and Justice for Some - dog\/animal fanatic ","url":"http:\/\/is.gd\/WWjIKY","entities":{"url":{"urls":[{"url":"http:\/\/is.gd\/WWjIKY","expanded_url":null,"indices":[0,19]}]},"description":{"urls":[]}},"protected":false,"followers_count":93616,"friends_count":610,"listed_count":5680,"created_at":"Mon Sep 01 03:13:32 +0000 2008","favourites_count":22,"utc_offset":-16200,"time_zone":"Caracas","geo_enabled":false,"verified":true,"statuses_count":22441,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2182259529\/glenn_normal.jpg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2182259529\/glenn_normal.jpg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":95,"entities":{"hashtags":[],"urls":[{"url":"http:\/\/t.co\/kood278s","expanded_url":"http:\/\/is.gd\/6rrjXd","display_url":"is.gd\/6rrjXd","indices":[112,132]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false},"retweet_count":95,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"ggreenwald","name":"Glenn Greenwald","id":16076032,"id_str":"16076032","indices":[3,14]}]},"favorited":false,"retweeted":false},{"created_at":"Fri Sep 07 15:59:03 +0000 2012","id":244102490646278146,"id_str":"244102490646278146","text":"The story of Mars Curiosity's gears, made by a factory in Rockford, IL: http:\/\/t.co\/MwCRsHQg","source":"\u003ca href=\"http:\/\/itunes.apple.com\/us\/app\/twitter\/id409789998?mt=12\" rel=\"nofollow\"\u003eTwitter for Mac\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":14372143,"id_str":"14372143","name":"Jason Fried","screen_name":"jasonfried","location":"Chicago, IL","description":"Founder of 37signals. Co-author of REWORK. Credo: It's simple until you make it complicated.","url":"http:\/\/www.37signals.com","entities":{"url":{"urls":[{"url":"http:\/\/www.37signals.com","expanded_url":null,"indices":[0,24]}]},"description":{"urls":[]}},"protected":false,"followers_count":90623,"friends_count":94,"listed_count":6724,"created_at":"Sun Apr 13 01:31:17 +0000 2008","favourites_count":502,"utc_offset":-21600,"time_zone":"Central Time (US & Canada)","geo_enabled":false,"verified":true,"statuses_count":11501,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"000000","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/157820538\/37sicon1.png","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/157820538\/37sicon1.png","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/585991126\/jasonfried-avatar_normal.jpg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/585991126\/jasonfried-avatar_normal.jpg","profile_link_color":"0099CC","profile_sidebar_border_color":"FFF8AD","profile_sidebar_fill_color":"F6FFD1","profile_text_color":"000000","profile_use_background_image":true,"show_all_inline_media":true,"default_profile":false,"default_profile_image":false,"following":true,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":4,"entities":{"hashtags":[],"urls":[{"url":"http:\/\/t.co\/MwCRsHQg","expanded_url":"http:\/\/kottke.org\/12\/09\/the-story-of-mars-curiositys-gears","display_url":"kottke.org\/12\/09\/the-stor\u2026","indices":[72,92]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"created_at":"Fri Sep 07 15:57:56 +0000 2012","id":244102209942458368,"id_str":"244102209942458368","text":"@episod @twitterapi now https:\/\/t.co\/I17jUTu2 and https:\/\/t.co\/deDu4Hgw seem to be missing \"1.1\" from the URL.","source":"\u003ca href=\"http:\/\/itunes.apple.com\/us\/app\/twitter\/id409789998?mt=12\" rel=\"nofollow\"\u003eTwitter for Mac\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":244100786940964865,"in_reply_to_status_id_str":"244100786940964865","in_reply_to_user_id":819797,"in_reply_to_user_id_str":"819797","in_reply_to_screen_name":"episod","user":{"id":7505382,"id_str":"7505382","name":"Erik Michaels-Ober","screen_name":"sferik","location":"San Francisco","description":"Vagabond.","url":"https:\/\/github.com\/sferik","entities":{"url":{"urls":[{"url":"https:\/\/github.com\/sferik","expanded_url":null,"indices":[0,25]}]},"description":{"urls":[]}},"protected":false,"followers_count":2383,"friends_count":210,"listed_count":126,"created_at":"Mon Jul 16 12:59:01 +0000 2007","favourites_count":4157,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":8342,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"000000","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/643217856\/we_concept_bg2.png","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/643217856\/we_concept_bg2.png","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/1759857427\/image1326743606_normal.png","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/1759857427\/image1326743606_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":true,"default_profile":false,"default_profile_image":false,"following":true,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[{"url":"https:\/\/t.co\/I17jUTu2","expanded_url":"https:\/\/dev.twitter.com\/docs\/api\/post\/direct_messages\/destroy","display_url":"dev.twitter.com\/docs\/api\/post\/\u2026","indices":[24,45]},{"url":"https:\/\/t.co\/deDu4Hgw","expanded_url":"https:\/\/dev.twitter.com\/docs\/api\/post\/direct_messages\/new","display_url":"dev.twitter.com\/docs\/api\/post\/\u2026","indices":[50,71]}],"user_mentions":[{"screen_name":"episod","name":"Taylor Singletary","id":819797,"id_str":"819797","indices":[0,7]},{"screen_name":"twitterapi","name":"Twitter API","id":6253282,"id_str":"6253282","indices":[8,19]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"created_at":"Fri Sep 07 15:50:47 +0000 2012","id":244100411563339777,"id_str":"244100411563339777","text":"@episod @twitterapi Did you catch https:\/\/t.co\/VHsQvZT0 as well?","source":"\u003ca href=\"http:\/\/itunes.apple.com\/us\/app\/twitter\/id409789998?mt=12\" rel=\"nofollow\"\u003eTwitter for Mac\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":244097234432565248,"in_reply_to_status_id_str":"244097234432565248","in_reply_to_user_id":819797,"in_reply_to_user_id_str":"819797","in_reply_to_screen_name":"episod","user":{"id":7505382,"id_str":"7505382","name":"Erik Michaels-Ober","screen_name":"sferik","location":"San Francisco","description":"Vagabond.","url":"https:\/\/github.com\/sferik","entities":{"url":{"urls":[{"url":"https:\/\/github.com\/sferik","expanded_url":null,"indices":[0,25]}]},"description":{"urls":[]}},"protected":false,"followers_count":2383,"friends_count":210,"listed_count":126,"created_at":"Mon Jul 16 12:59:01 +0000 2007","favourites_count":4157,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":8342,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"000000","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/643217856\/we_concept_bg2.png","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/643217856\/we_concept_bg2.png","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/1759857427\/image1326743606_normal.png","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/1759857427\/image1326743606_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":true,"default_profile":false,"default_profile_image":false,"following":true,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[{"url":"https:\/\/t.co\/VHsQvZT0","expanded_url":"https:\/\/twitter.com\/sferik\/status\/243988000076337152","display_url":"twitter.com\/sferik\/status\/\u2026","indices":[34,55]}],"user_mentions":[{"screen_name":"episod","name":"Taylor Singletary","id":819797,"id_str":"819797","indices":[0,7]},{"screen_name":"twitterapi","name":"Twitter API","id":6253282,"id_str":"6253282","indices":[8,19]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"created_at":"Fri Sep 07 15:47:01 +0000 2012","id":244099460672679938,"id_str":"244099460672679938","text":"Gentlemen, you can't fight in here! This is the war room! http:\/\/t.co\/kMxMYyqF","source":"\u003ca href=\"http:\/\/instagr.am\" rel=\"nofollow\"\u003eInstagram\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2897431,"id_str":"2897431","name":"Dave Wiskus ","screen_name":"dwiskus","location":"Denver \/ Amsterdam","description":"I draw pictures of software for money.","url":"http:\/\/betterelevation.com\/","entities":{"url":{"urls":[{"url":"http:\/\/betterelevation.com\/","expanded_url":null,"indices":[0,27]}]},"description":{"urls":[]}},"protected":false,"followers_count":2367,"friends_count":271,"listed_count":187,"created_at":"Thu Mar 29 21:37:02 +0000 2007","favourites_count":3314,"utc_offset":-25200,"time_zone":"Mountain Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":12827,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C6E2EE","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme2\/bg.gif","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme2\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/1514640834\/dwiskus-avatar-2011_normal.png","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/1514640834\/dwiskus-avatar-2011_normal.png","profile_link_color":"1F98C7","profile_sidebar_border_color":"C6E2EE","profile_sidebar_fill_color":"DAECF4","profile_text_color":"663B12","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":true,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[{"url":"http:\/\/t.co\/kMxMYyqF","expanded_url":"http:\/\/instagr.am\/p\/PR5cDLzFz5\/","display_url":"instagr.am\/p\/PR5cDLzFz5\/","indices":[58,78]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false}]
|