gilesbowkett-twitter 0.4.3
Sign up to get free protection for your applications and to get access to all the features.
- data/History +126 -0
- data/License +19 -0
- data/Manifest +69 -0
- data/README +84 -0
- data/Rakefile +42 -0
- data/bin/twitter +14 -0
- data/examples/blocks.rb +15 -0
- data/examples/direct_messages.rb +29 -0
- data/examples/favorites.rb +20 -0
- data/examples/friends_followers.rb +25 -0
- data/examples/friendships.rb +13 -0
- data/examples/identica_timeline.rb +7 -0
- data/examples/location.rb +8 -0
- data/examples/posting.rb +9 -0
- data/examples/replies.rb +27 -0
- data/examples/search.rb +18 -0
- data/examples/sent_messages.rb +27 -0
- data/examples/timeline.rb +34 -0
- data/examples/twitter.rb +27 -0
- data/examples/verify_credentials.rb +13 -0
- data/lib/twitter/base.rb +284 -0
- data/lib/twitter/cli/config.rb +9 -0
- data/lib/twitter/cli/helpers.rb +109 -0
- data/lib/twitter/cli/migrations/20080722194500_create_accounts.rb +13 -0
- data/lib/twitter/cli/migrations/20080722194508_create_tweets.rb +16 -0
- data/lib/twitter/cli/migrations/20080722214605_add_account_id_to_tweets.rb +9 -0
- data/lib/twitter/cli/migrations/20080722214606_create_configurations.rb +13 -0
- data/lib/twitter/cli/models/account.rb +33 -0
- data/lib/twitter/cli/models/configuration.rb +13 -0
- data/lib/twitter/cli/models/tweet.rb +20 -0
- data/lib/twitter/cli.rb +334 -0
- data/lib/twitter/direct_message.rb +30 -0
- data/lib/twitter/easy_class_maker.rb +43 -0
- data/lib/twitter/rate_limit_status.rb +19 -0
- data/lib/twitter/search.rb +101 -0
- data/lib/twitter/search_result.rb +83 -0
- data/lib/twitter/search_result_info.rb +82 -0
- data/lib/twitter/status.rb +22 -0
- data/lib/twitter/user.rb +37 -0
- data/lib/twitter/version.rb +3 -0
- data/lib/twitter.rb +32 -0
- data/spec/base_spec.rb +139 -0
- data/spec/cli/helper_spec.rb +49 -0
- data/spec/direct_message_spec.rb +40 -0
- data/spec/fixtures/follower_ids.xml +11 -0
- data/spec/fixtures/followers.xml +706 -0
- data/spec/fixtures/friend_ids.xml +12 -0
- data/spec/fixtures/friends.xml +609 -0
- data/spec/fixtures/friends_for.xml +584 -0
- data/spec/fixtures/friends_lite.xml +192 -0
- data/spec/fixtures/friends_timeline.xml +66 -0
- data/spec/fixtures/friendship_already_exists.xml +5 -0
- data/spec/fixtures/friendship_created.xml +12 -0
- data/spec/fixtures/public_timeline.xml +148 -0
- data/spec/fixtures/rate_limit_status.xml +7 -0
- data/spec/fixtures/search_result_info.yml +147 -0
- data/spec/fixtures/search_results.json +1 -0
- data/spec/fixtures/status.xml +25 -0
- data/spec/fixtures/user.xml +38 -0
- data/spec/fixtures/user_timeline.xml +465 -0
- data/spec/search_spec.rb +100 -0
- data/spec/spec.opts +1 -0
- data/spec/spec_helper.rb +23 -0
- data/spec/status_spec.rb +40 -0
- data/spec/user_spec.rb +42 -0
- data/twitter.gemspec +45 -0
- data/website/css/common.css +47 -0
- data/website/images/terminal_output.png +0 -0
- data/website/index.html +147 -0
- metadata +188 -0
@@ -0,0 +1,609 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<users type="array">
|
3
|
+
<user>
|
4
|
+
<id>20</id>
|
5
|
+
<name>Evan Williams</name>
|
6
|
+
<screen_name>ev</screen_name>
|
7
|
+
<location>San Francisco, CA, US</location>
|
8
|
+
<description>Founder of Obvious </description>
|
9
|
+
|
10
|
+
<profile_image_url>http://s3.amazonaws.com/twitter_production/profile_images/14019652/ev-sky_normal.jpg</profile_image_url>
|
11
|
+
<url>http://evhead.com</url>
|
12
|
+
<protected>false</protected>
|
13
|
+
<followers_count>11462</followers_count>
|
14
|
+
<status>
|
15
|
+
<created_at>Sun May 04 19:46:01 +0000 2008</created_at>
|
16
|
+
|
17
|
+
<id>803372400</id>
|
18
|
+
<text>Experiencing Philz Coffee for the first time. It's 2 blocks from my house. Don't know what took me so long.</text>
|
19
|
+
<source>web</source>
|
20
|
+
<truncated>false</truncated>
|
21
|
+
<in_reply_to_status_id></in_reply_to_status_id>
|
22
|
+
<in_reply_to_user_id></in_reply_to_user_id>
|
23
|
+
<favorited>false</favorited>
|
24
|
+
|
25
|
+
</status>
|
26
|
+
</user>
|
27
|
+
<user>
|
28
|
+
<id>246</id>
|
29
|
+
<name>Blaine Cook</name>
|
30
|
+
<screen_name>blaine</screen_name>
|
31
|
+
<location>San Francisco</location>
|
32
|
+
|
33
|
+
<description>TwitterInterpreter.</description>
|
34
|
+
<profile_image_url>http://s3.amazonaws.com/twitter_production/profile_images/14022002/171593560_00e00bc7c9_normal.jpg</profile_image_url>
|
35
|
+
<url>http://romeda.org/</url>
|
36
|
+
<protected>false</protected>
|
37
|
+
<followers_count>2766</followers_count>
|
38
|
+
<status>
|
39
|
+
|
40
|
+
<created_at>Sat May 03 01:36:56 +0000 2008</created_at>
|
41
|
+
<id>802321308</id>
|
42
|
+
<text>Agreement in the house: Sarah Polley kissing Scarlet Johannsen on the back of the neck is pretty much as hot as humans get.</text>
|
43
|
+
<source><a href="http://help.twitter.com/index.php?pg=kb.page&id=75">txt</a></source>
|
44
|
+
<truncated>false</truncated>
|
45
|
+
|
46
|
+
<in_reply_to_status_id></in_reply_to_status_id>
|
47
|
+
<in_reply_to_user_id></in_reply_to_user_id>
|
48
|
+
<favorited>false</favorited>
|
49
|
+
</status>
|
50
|
+
</user>
|
51
|
+
<user>
|
52
|
+
<id>8906</id>
|
53
|
+
<name>Daniel Morrison</name>
|
54
|
+
|
55
|
+
<screen_name>danielmorrison</screen_name>
|
56
|
+
<location>Holland, MI</location>
|
57
|
+
<description>I write code between hanging out at conferences.</description>
|
58
|
+
<profile_image_url>http://s3.amazonaws.com/twitter_production/profile_images/51898464/verygreenteam_template_normal.png</profile_image_url>
|
59
|
+
<url>http://daniel.collectiveidea.com</url>
|
60
|
+
<protected>false</protected>
|
61
|
+
|
62
|
+
<followers_count>321</followers_count>
|
63
|
+
<status>
|
64
|
+
<created_at>Sun May 04 01:01:04 +0000 2008</created_at>
|
65
|
+
<id>802911879</id>
|
66
|
+
<text>won $6.40 on the Derby, betting on Eight Belles to show. Now she's been euthanized. Kinda depressing.</text>
|
67
|
+
<source>web</source>
|
68
|
+
|
69
|
+
<truncated>false</truncated>
|
70
|
+
<in_reply_to_status_id></in_reply_to_status_id>
|
71
|
+
<in_reply_to_user_id></in_reply_to_user_id>
|
72
|
+
<favorited>false</favorited>
|
73
|
+
</status>
|
74
|
+
</user>
|
75
|
+
<user>
|
76
|
+
<id>10718</id>
|
77
|
+
|
78
|
+
<name>Geoffrey Grosenbach</name>
|
79
|
+
<screen_name>topfunky</screen_name>
|
80
|
+
<location>Seattle</location>
|
81
|
+
<description>Independent publisher, senior visionary</description>
|
82
|
+
<profile_image_url>http://s3.amazonaws.com/twitter_production/profile_images/14408202/im_normal.gif</profile_image_url>
|
83
|
+
<url>http://topfunky.com</url>
|
84
|
+
|
85
|
+
<protected>false</protected>
|
86
|
+
<followers_count>1326</followers_count>
|
87
|
+
<status>
|
88
|
+
<created_at>Sat May 03 21:08:55 +0000 2008</created_at>
|
89
|
+
<id>802811701</id>
|
90
|
+
<text>The organic vegetable delivery service I subscribe to can also deliver doughnuts on request. This is dangerous. http://pioneerorganics.com</text>
|
91
|
+
|
92
|
+
<source>web</source>
|
93
|
+
<truncated>false</truncated>
|
94
|
+
<in_reply_to_status_id></in_reply_to_status_id>
|
95
|
+
<in_reply_to_user_id></in_reply_to_user_id>
|
96
|
+
<favorited>false</favorited>
|
97
|
+
</status>
|
98
|
+
</user>
|
99
|
+
|
100
|
+
<user>
|
101
|
+
<id>12196</id>
|
102
|
+
<name>Wilson Miner</name>
|
103
|
+
<screen_name>wilsonminer</screen_name>
|
104
|
+
<location>San Francisco, CA</location>
|
105
|
+
<description>The windy man, the long mover.</description>
|
106
|
+
|
107
|
+
<profile_image_url>http://s3.amazonaws.com/twitter_production/profile_images/47103512/wilson-sharp-bright_normal.jpg</profile_image_url>
|
108
|
+
<url>http://www.wilsonminer.com/</url>
|
109
|
+
<protected>false</protected>
|
110
|
+
<followers_count>462</followers_count>
|
111
|
+
<status>
|
112
|
+
<created_at>Sun May 04 17:31:24 +0000 2008</created_at>
|
113
|
+
|
114
|
+
<id>803305925</id>
|
115
|
+
<text>Apparently the downloadable content for GTA4 is going to be entirely new cities. Ridiculous.</text>
|
116
|
+
<source><a href="http://iconfactory.com/software/twitterrific">twitterrific</a></source>
|
117
|
+
<truncated>false</truncated>
|
118
|
+
<in_reply_to_status_id></in_reply_to_status_id>
|
119
|
+
<in_reply_to_user_id></in_reply_to_user_id>
|
120
|
+
|
121
|
+
<favorited>false</favorited>
|
122
|
+
</status>
|
123
|
+
</user>
|
124
|
+
<user>
|
125
|
+
<id>12543</id>
|
126
|
+
<name>Scott Raymond</name>
|
127
|
+
<screen_name>sco</screen_name>
|
128
|
+
|
129
|
+
<location>Kansas City</location>
|
130
|
+
<description>I am sco, plain sco, in the morning, standing five foot ten in one sock.</description>
|
131
|
+
<profile_image_url>http://s3.amazonaws.com/twitter_production/profile_images/52622133/scott-face-128_normal.jpg</profile_image_url>
|
132
|
+
<url>http://scottraymond.net/</url>
|
133
|
+
<protected>false</protected>
|
134
|
+
<followers_count>480</followers_count>
|
135
|
+
|
136
|
+
<status>
|
137
|
+
<created_at>Sun May 04 19:09:14 +0000 2008</created_at>
|
138
|
+
<id>803354922</id>
|
139
|
+
<text>enjoying a long walk through midtown.</text>
|
140
|
+
<source>web</source>
|
141
|
+
<truncated>false</truncated>
|
142
|
+
|
143
|
+
<in_reply_to_status_id></in_reply_to_status_id>
|
144
|
+
<in_reply_to_user_id></in_reply_to_user_id>
|
145
|
+
<favorited>false</favorited>
|
146
|
+
</status>
|
147
|
+
</user>
|
148
|
+
<user>
|
149
|
+
<id>12606</id>
|
150
|
+
<name>Bill</name>
|
151
|
+
|
152
|
+
<screen_name>billturner</screen_name>
|
153
|
+
<location>Pittsburgh, PA</location>
|
154
|
+
<description></description>
|
155
|
+
<profile_image_url>http://s3.amazonaws.com/twitter_production/profile_images/14743882/_yearbook__bturner_normal.jpg</profile_image_url>
|
156
|
+
<url>http://brilliantcorners.org/</url>
|
157
|
+
<protected>false</protected>
|
158
|
+
|
159
|
+
<followers_count>128</followers_count>
|
160
|
+
<status>
|
161
|
+
<created_at>Mon Apr 14 20:56:50 +0000 2008</created_at>
|
162
|
+
<id>789127310</id>
|
163
|
+
<text>@artwells: sorry to hear! hope she pulls through fine!</text>
|
164
|
+
<source><a href="http://iconfactory.com/software/twitterrific">twitterrific</a></source>
|
165
|
+
|
166
|
+
<truncated>false</truncated>
|
167
|
+
<in_reply_to_status_id>789119412</in_reply_to_status_id>
|
168
|
+
<in_reply_to_user_id>1552371</in_reply_to_user_id>
|
169
|
+
<favorited>false</favorited>
|
170
|
+
</status>
|
171
|
+
</user>
|
172
|
+
<user>
|
173
|
+
|
174
|
+
<id>12661</id>
|
175
|
+
<name>Adam Keys</name>
|
176
|
+
<screen_name>therealadam</screen_name>
|
177
|
+
<location>Dallas, TX</location>
|
178
|
+
<description>Telling a joke, trying to or making a joke of myself.</description>
|
179
|
+
<profile_image_url>http://s3.amazonaws.com/twitter_production/profile_images/52539922/shadesorange_normal.jpg</profile_image_url>
|
180
|
+
|
181
|
+
<url>http://therealadam.com</url>
|
182
|
+
<protected>false</protected>
|
183
|
+
<followers_count>515</followers_count>
|
184
|
+
<status>
|
185
|
+
<created_at>Sun May 04 15:39:40 +0000 2008</created_at>
|
186
|
+
<id>803247750</id>
|
187
|
+
|
188
|
+
<text>Seriously writing JavaScript for the first time in a long time. Prototypes abound!</text>
|
189
|
+
<source><a href="http://iconfactory.com/software/twitterrific">twitterrific</a></source>
|
190
|
+
<truncated>false</truncated>
|
191
|
+
<in_reply_to_status_id></in_reply_to_status_id>
|
192
|
+
<in_reply_to_user_id></in_reply_to_user_id>
|
193
|
+
<favorited>false</favorited>
|
194
|
+
|
195
|
+
</status>
|
196
|
+
</user>
|
197
|
+
<user>
|
198
|
+
<id>12707</id>
|
199
|
+
<name>Garrett Dimon</name>
|
200
|
+
<screen_name>garrettdimon</screen_name>
|
201
|
+
<location>Dallas, TX</location>
|
202
|
+
|
203
|
+
<description>Building a bug and issue tracker to make life more pleasant for developers.</description>
|
204
|
+
<profile_image_url>http://s3.amazonaws.com/twitter_production/profile_images/53317937/SmallAvatar_normal.jpg</profile_image_url>
|
205
|
+
<url>http://www.garrettdimon.com</url>
|
206
|
+
<protected>false</protected>
|
207
|
+
<followers_count>722</followers_count>
|
208
|
+
<status>
|
209
|
+
|
210
|
+
<created_at>Fri May 02 15:30:41 +0000 2008</created_at>
|
211
|
+
<id>801949097</id>
|
212
|
+
<text>It looks like a banana peel to me. Bananas are yellow too. http://tinyurl.com/64gjx3</text>
|
213
|
+
<source><a href="http://iconfactory.com/software/twitterrific">twitterrific</a></source>
|
214
|
+
<truncated>false</truncated>
|
215
|
+
|
216
|
+
<in_reply_to_status_id></in_reply_to_status_id>
|
217
|
+
<in_reply_to_user_id></in_reply_to_user_id>
|
218
|
+
<favorited>false</favorited>
|
219
|
+
</status>
|
220
|
+
</user>
|
221
|
+
<user>
|
222
|
+
<id>12741</id>
|
223
|
+
<name>Dan Rubin</name>
|
224
|
+
|
225
|
+
<screen_name>danrubin</screen_name>
|
226
|
+
<location>Jacksonville Intl Airport</location>
|
227
|
+
<description>designer, singer, human. note to clients: follow me at your own risk...</description>
|
228
|
+
<profile_image_url>http://s3.amazonaws.com/twitter_production/profile_images/53213051/happy-webbies-headshot_normal.png</profile_image_url>
|
229
|
+
<url>http://superfluousbanter.org</url>
|
230
|
+
<protected>false</protected>
|
231
|
+
|
232
|
+
<followers_count>1490</followers_count>
|
233
|
+
<status>
|
234
|
+
<created_at>Sun May 04 17:42:20 +0000 2008</created_at>
|
235
|
+
<id>803311489</id>
|
236
|
+
<text>landed back in Fort Lauderdale, now a few hours until I fly to Chicago. Maybe this wasn't such a good idea...</text>
|
237
|
+
<source><a href="http://www.hahlo.com/">Hahlo</a></source>
|
238
|
+
|
239
|
+
<truncated>false</truncated>
|
240
|
+
<in_reply_to_status_id></in_reply_to_status_id>
|
241
|
+
<in_reply_to_user_id></in_reply_to_user_id>
|
242
|
+
<favorited>false</favorited>
|
243
|
+
</status>
|
244
|
+
</user>
|
245
|
+
<user>
|
246
|
+
<id>12796</id>
|
247
|
+
|
248
|
+
<name>William H Harle Jr.</name>
|
249
|
+
<screen_name>wharle</screen_name>
|
250
|
+
<location>South Bend, IN</location>
|
251
|
+
<description></description>
|
252
|
+
<profile_image_url>http://s3.amazonaws.com/twitter_production/profile_images/14786702/smirking-bill_normal.jpg</profile_image_url>
|
253
|
+
<url>http://90percentgravity.com</url>
|
254
|
+
|
255
|
+
<protected>false</protected>
|
256
|
+
<followers_count>42</followers_count>
|
257
|
+
<status>
|
258
|
+
<created_at>Sat May 03 02:18:52 +0000 2008</created_at>
|
259
|
+
<id>802341537</id>
|
260
|
+
<text>Ironman was everything transformers wasnt. The most important thing being awesome.</text>
|
261
|
+
|
262
|
+
<source><a href="http://help.twitter.com/index.php?pg=kb.page&id=75">txt</a></source>
|
263
|
+
<truncated>false</truncated>
|
264
|
+
<in_reply_to_status_id></in_reply_to_status_id>
|
265
|
+
<in_reply_to_user_id></in_reply_to_user_id>
|
266
|
+
<favorited>false</favorited>
|
267
|
+
</status>
|
268
|
+
|
269
|
+
</user>
|
270
|
+
<user>
|
271
|
+
<id>12938</id>
|
272
|
+
<name>Steve Smith</name>
|
273
|
+
<screen_name>orderedlist</screen_name>
|
274
|
+
<location></location>
|
275
|
+
<description></description>
|
276
|
+
|
277
|
+
<profile_image_url>http://s3.amazonaws.com/twitter_production/profile_images/52246800/avatar_normal.jpg</profile_image_url>
|
278
|
+
<url>http://orderedlist.com</url>
|
279
|
+
<protected>false</protected>
|
280
|
+
<followers_count>697</followers_count>
|
281
|
+
<status>
|
282
|
+
<created_at>Fri May 02 21:05:37 +0000 2008</created_at>
|
283
|
+
|
284
|
+
<id>802178798</id>
|
285
|
+
<text>Am in need of beer and Mario Kart style relaxation.</text>
|
286
|
+
<source><a href="http://help.twitter.com/index.php?pg=kb.page&id=75">txt</a></source>
|
287
|
+
<truncated>false</truncated>
|
288
|
+
<in_reply_to_status_id></in_reply_to_status_id>
|
289
|
+
|
290
|
+
<in_reply_to_user_id></in_reply_to_user_id>
|
291
|
+
<favorited>false</favorited>
|
292
|
+
</status>
|
293
|
+
</user>
|
294
|
+
<user>
|
295
|
+
<id>13229</id>
|
296
|
+
<name>Sandy</name>
|
297
|
+
|
298
|
+
<screen_name>s</screen_name>
|
299
|
+
<location>Portland, OR</location>
|
300
|
+
<description>I'm Sandy, your personal email assistant. I'll remember the details so you can focus on what's important. Twitter me directly with: d s hi</description>
|
301
|
+
<profile_image_url>http://s3.amazonaws.com/twitter_production/profile_images/32694302/sandy_circle_normal.png</profile_image_url>
|
302
|
+
<url>http://iwantsandy.com/</url>
|
303
|
+
<protected>false</protected>
|
304
|
+
|
305
|
+
<followers_count>5150</followers_count>
|
306
|
+
<status>
|
307
|
+
<created_at>Wed Dec 19 23:50:43 +0000 2007</created_at>
|
308
|
+
<id>515972382</id>
|
309
|
+
<text>I'm fully twitterized! (iwantsandy.com/help/twitter) d s reminder leave in 5 mins * d s lookup today * d s update #1 4-5pm * d s forget #1</text>
|
310
|
+
<source>web</source>
|
311
|
+
|
312
|
+
<truncated>false</truncated>
|
313
|
+
<in_reply_to_status_id></in_reply_to_status_id>
|
314
|
+
<in_reply_to_user_id></in_reply_to_user_id>
|
315
|
+
<favorited>false</favorited>
|
316
|
+
</status>
|
317
|
+
</user>
|
318
|
+
<user>
|
319
|
+
<id>13518</id>
|
320
|
+
|
321
|
+
<name>Jesse Newland</name>
|
322
|
+
<screen_name>jnewland</screen_name>
|
323
|
+
<location>Atlanta, GA</location>
|
324
|
+
<description>Ruby/Rails hacker, IT Director at LexBlog </description>
|
325
|
+
<profile_image_url>http://s3.amazonaws.com/twitter_production/profile_images/14914212/PageImage-79509-344229_normal.jpg</profile_image_url>
|
326
|
+
<url>http://jnewland.com</url>
|
327
|
+
|
328
|
+
<protected>false</protected>
|
329
|
+
<followers_count>369</followers_count>
|
330
|
+
<status>
|
331
|
+
<created_at>Sat May 03 19:09:37 +0000 2008</created_at>
|
332
|
+
<id>802757807</id>
|
333
|
+
<text>so, does lighthouse really not have RSS/Atom feeds of ticket bins? Or am I just not looking hard enough?</text>
|
334
|
+
|
335
|
+
<source><a href="http://iconfactory.com/software/twitterrific">twitterrific</a></source>
|
336
|
+
<truncated>false</truncated>
|
337
|
+
<in_reply_to_status_id></in_reply_to_status_id>
|
338
|
+
<in_reply_to_user_id></in_reply_to_user_id>
|
339
|
+
<favorited>false</favorited>
|
340
|
+
</status>
|
341
|
+
|
342
|
+
</user>
|
343
|
+
<user>
|
344
|
+
<id>13647</id>
|
345
|
+
<name>Matt Klawitter</name>
|
346
|
+
<screen_name>mattklawitter</screen_name>
|
347
|
+
<location></location>
|
348
|
+
<description></description>
|
349
|
+
|
350
|
+
<profile_image_url>http://s3.amazonaws.com/twitter_production/profile_images/14944452/17883645_N00_normal.jpg</profile_image_url>
|
351
|
+
<url>http://www.mattklawitter.com</url>
|
352
|
+
<protected>true</protected>
|
353
|
+
<followers_count>15</followers_count>
|
354
|
+
<status>
|
355
|
+
<created_at>Sun May 04 21:02:57 +0000 2008</created_at>
|
356
|
+
|
357
|
+
<id>803409155</id>
|
358
|
+
<text>Took 65 home from Indy instead of 31. Was faster. No Kokomo madness.</text>
|
359
|
+
<source><a href="http://help.twitter.com/index.php?pg=kb.page&id=75">txt</a></source>
|
360
|
+
<truncated>false</truncated>
|
361
|
+
<in_reply_to_status_id></in_reply_to_status_id>
|
362
|
+
|
363
|
+
<in_reply_to_user_id></in_reply_to_user_id>
|
364
|
+
<favorited>false</favorited>
|
365
|
+
</status>
|
366
|
+
</user>
|
367
|
+
<user>
|
368
|
+
<id>14763</id>
|
369
|
+
<name>Ryan Carson</name>
|
370
|
+
|
371
|
+
<screen_name>ryancarson</screen_name>
|
372
|
+
<location>Bath, UK</location>
|
373
|
+
<description>I'm an American in Britain, running a small web company with my amazing wife.</description>
|
374
|
+
<profile_image_url>http://s3.amazonaws.com/twitter_production/profile_images/14988892/ryan-head_normal.jpg</profile_image_url>
|
375
|
+
<url>http://www.carsonified.com</url>
|
376
|
+
<protected>false</protected>
|
377
|
+
|
378
|
+
<followers_count>2448</followers_count>
|
379
|
+
<status>
|
380
|
+
<created_at>Sun May 04 12:48:11 +0000 2008</created_at>
|
381
|
+
<id>803168392</id>
|
382
|
+
<text>Might go test drive a Prius today. Any tips? Prius vs. Civic (hybrid)?</text>
|
383
|
+
<source>web</source>
|
384
|
+
|
385
|
+
<truncated>false</truncated>
|
386
|
+
<in_reply_to_status_id></in_reply_to_status_id>
|
387
|
+
<in_reply_to_user_id></in_reply_to_user_id>
|
388
|
+
<favorited>false</favorited>
|
389
|
+
</status>
|
390
|
+
</user>
|
391
|
+
<user>
|
392
|
+
<id>15323</id>
|
393
|
+
|
394
|
+
<name>Carrie Smith</name>
|
395
|
+
<screen_name>Carrie</screen_name>
|
396
|
+
<location>Mishawaka, Indiana</location>
|
397
|
+
<description></description>
|
398
|
+
<profile_image_url>http://static.twitter.com/images/default_profile_normal.png</profile_image_url>
|
399
|
+
<url></url>
|
400
|
+
<protected>false</protected>
|
401
|
+
|
402
|
+
<followers_count>12</followers_count>
|
403
|
+
<status>
|
404
|
+
<created_at>Wed Aug 15 01:34:30 +0000 2007</created_at>
|
405
|
+
<id>206466992</id>
|
406
|
+
<text>mourning the lost of most of the music on my ipod :(</text>
|
407
|
+
<source>web</source>
|
408
|
+
|
409
|
+
<truncated>false</truncated>
|
410
|
+
<in_reply_to_status_id></in_reply_to_status_id>
|
411
|
+
<in_reply_to_user_id></in_reply_to_user_id>
|
412
|
+
<favorited>false</favorited>
|
413
|
+
</status>
|
414
|
+
</user>
|
415
|
+
<user>
|
416
|
+
<id>18713</id>
|
417
|
+
|
418
|
+
<name>Alex Payne</name>
|
419
|
+
<screen_name>al3x</screen_name>
|
420
|
+
<location>San Francisco, CA</location>
|
421
|
+
<description>Oh, hi. No, I just work here.</description>
|
422
|
+
<profile_image_url>http://s3.amazonaws.com/twitter_production/profile_images/51961745/al3x_normal.jpg</profile_image_url>
|
423
|
+
<url>http://www.al3x.net</url>
|
424
|
+
|
425
|
+
<protected>false</protected>
|
426
|
+
<followers_count>2889</followers_count>
|
427
|
+
<status>
|
428
|
+
<created_at>Sun May 04 22:38:39 +0000 2008</created_at>
|
429
|
+
<id>803453211</id>
|
430
|
+
<text>@5dots Yes. Give me about 8 hours. *sigh*</text>
|
431
|
+
|
432
|
+
<source><a href="http://iconfactory.com/software/twitterrific">twitterrific</a></source>
|
433
|
+
<truncated>false</truncated>
|
434
|
+
<in_reply_to_status_id>803450314</in_reply_to_status_id>
|
435
|
+
<in_reply_to_user_id>618923</in_reply_to_user_id>
|
436
|
+
<favorited>false</favorited>
|
437
|
+
|
438
|
+
</status>
|
439
|
+
</user>
|
440
|
+
<user>
|
441
|
+
<id>33493</id>
|
442
|
+
<name>Peter Cooper</name>
|
443
|
+
<screen_name>peterc</screen_name>
|
444
|
+
<location>Louth, UK</location>
|
445
|
+
|
446
|
+
<description>Media Scientist</description>
|
447
|
+
<profile_image_url>http://s3.amazonaws.com/twitter_production/profile_images/53691597/Picture_2_normal.png</profile_image_url>
|
448
|
+
<url>http://www.petercooper.co.uk/</url>
|
449
|
+
<protected>false</protected>
|
450
|
+
<followers_count>689</followers_count>
|
451
|
+
<status>
|
452
|
+
|
453
|
+
<created_at>Sun May 04 10:15:39 +0000 2008</created_at>
|
454
|
+
<id>803117266</id>
|
455
|
+
<text>The new E4 comedy "The Inbetweeners" is really, really good!</text>
|
456
|
+
<source>web</source>
|
457
|
+
<truncated>false</truncated>
|
458
|
+
<in_reply_to_status_id></in_reply_to_status_id>
|
459
|
+
|
460
|
+
<in_reply_to_user_id></in_reply_to_user_id>
|
461
|
+
<favorited>false</favorited>
|
462
|
+
</status>
|
463
|
+
</user>
|
464
|
+
<user>
|
465
|
+
<id>38353</id>
|
466
|
+
<name>Bruce Williams</name>
|
467
|
+
|
468
|
+
<screen_name>wbruce</screen_name>
|
469
|
+
<location>Austin, TX</location>
|
470
|
+
<description>Syntax Herder, Bezier Curve Wrangler.</description>
|
471
|
+
<profile_image_url>http://s3.amazonaws.com/twitter_production/profile_images/52941014/headshot-2008-04-16-01_normal.jpg</profile_image_url>
|
472
|
+
<url>http://codefluency.com</url>
|
473
|
+
<protected>false</protected>
|
474
|
+
|
475
|
+
<followers_count>335</followers_count>
|
476
|
+
<status>
|
477
|
+
<created_at>Sat May 03 16:04:23 +0000 2008</created_at>
|
478
|
+
<id>802662902</id>
|
479
|
+
<text>just caught up on 30 Rock, resolving @therealadam's ghostbusters reference. It wasn't random after all.</text>
|
480
|
+
<source><a href="http://iconfactory.com/software/twitterrific">twitterrific</a></source>
|
481
|
+
|
482
|
+
<truncated>false</truncated>
|
483
|
+
<in_reply_to_status_id></in_reply_to_status_id>
|
484
|
+
<in_reply_to_user_id></in_reply_to_user_id>
|
485
|
+
<favorited>false</favorited>
|
486
|
+
</status>
|
487
|
+
</user>
|
488
|
+
<user>
|
489
|
+
<id>46413</id>
|
490
|
+
|
491
|
+
<name>Status Updates</name>
|
492
|
+
<screen_name>twitter_status</screen_name>
|
493
|
+
<location>Inside the Twitter</location>
|
494
|
+
<description>140 characters or less on the health of Twitter!</description>
|
495
|
+
<profile_image_url>http://s3.amazonaws.com/twitter_production/profile_images/36881322/twttr_eng_normal.gif</profile_image_url>
|
496
|
+
<url></url>
|
497
|
+
|
498
|
+
<protected>false</protected>
|
499
|
+
<followers_count>8489</followers_count>
|
500
|
+
<status>
|
501
|
+
<created_at>Fri May 02 07:43:07 +0000 2008</created_at>
|
502
|
+
<id>801705083</id>
|
503
|
+
<text>The database is up, but still having problems. We're working on that right now.</text>
|
504
|
+
|
505
|
+
<source>web</source>
|
506
|
+
<truncated>false</truncated>
|
507
|
+
<in_reply_to_status_id></in_reply_to_status_id>
|
508
|
+
<in_reply_to_user_id></in_reply_to_user_id>
|
509
|
+
<favorited>false</favorited>
|
510
|
+
</status>
|
511
|
+
</user>
|
512
|
+
|
513
|
+
<user>
|
514
|
+
<id>52163</id>
|
515
|
+
<name>William Lindmeier</name>
|
516
|
+
<screen_name>wdlindmeier</screen_name>
|
517
|
+
<location>san francisco</location>
|
518
|
+
<description>Web Developer</description>
|
519
|
+
|
520
|
+
<profile_image_url>http://s3.amazonaws.com/twitter_production/profile_images/16018682/me_normal.jpg</profile_image_url>
|
521
|
+
<url>http://www.wdlindmeier.com</url>
|
522
|
+
<protected>false</protected>
|
523
|
+
<followers_count>76</followers_count>
|
524
|
+
<status>
|
525
|
+
<created_at>Thu Jan 18 03:28:47 +0000 2007</created_at>
|
526
|
+
|
527
|
+
<id>3208173</id>
|
528
|
+
<text>Install required dependency hoe? [Yn]</text>
|
529
|
+
<source>web</source>
|
530
|
+
<truncated>false</truncated>
|
531
|
+
<in_reply_to_status_id></in_reply_to_status_id>
|
532
|
+
<in_reply_to_user_id></in_reply_to_user_id>
|
533
|
+
<favorited>false</favorited>
|
534
|
+
|
535
|
+
</status>
|
536
|
+
</user>
|
537
|
+
<user>
|
538
|
+
<id>75413</id>
|
539
|
+
<name>Marcus Crafter</name>
|
540
|
+
<screen_name>crafterm</screen_name>
|
541
|
+
<location>Melbourne, Australia</location>
|
542
|
+
|
543
|
+
<description></description>
|
544
|
+
<profile_image_url>http://s3.amazonaws.com/twitter_production/profile_images/34672812/IMG_3750_normal.jpg</profile_image_url>
|
545
|
+
<url>http://crafterm.net/blog</url>
|
546
|
+
<protected>false</protected>
|
547
|
+
<followers_count>130</followers_count>
|
548
|
+
<status>
|
549
|
+
<created_at>Sun May 04 01:25:13 +0000 2008</created_at>
|
550
|
+
|
551
|
+
<id>802922601</id>
|
552
|
+
<text>looking forward to a relaxing sunday</text>
|
553
|
+
<source><a href="http://iconfactory.com/software/twitterrific">twitterrific</a></source>
|
554
|
+
<truncated>false</truncated>
|
555
|
+
<in_reply_to_status_id></in_reply_to_status_id>
|
556
|
+
<in_reply_to_user_id></in_reply_to_user_id>
|
557
|
+
|
558
|
+
<favorited>false</favorited>
|
559
|
+
</status>
|
560
|
+
</user>
|
561
|
+
<user>
|
562
|
+
<id>389153</id>
|
563
|
+
<name>Dan Webb</name>
|
564
|
+
<screen_name>danwrong</screen_name>
|
565
|
+
|
566
|
+
<location>London</location>
|
567
|
+
<description>Shaolin Monk Reservist</description>
|
568
|
+
<profile_image_url>http://s3.amazonaws.com/twitter_production/profile_images/17729242/avatar_normal.jpg</profile_image_url>
|
569
|
+
<url>http://www.danwebb.net</url>
|
570
|
+
<protected>false</protected>
|
571
|
+
<followers_count>268</followers_count>
|
572
|
+
|
573
|
+
<status>
|
574
|
+
<created_at>Fri May 02 11:34:08 +0000 2008</created_at>
|
575
|
+
<id>801796124</id>
|
576
|
+
<text>having an xbox on oyur desk is bad for productivity</text>
|
577
|
+
<source><a href="http://iconfactory.com/software/twitterrific">twitterrific</a></source>
|
578
|
+
<truncated>false</truncated>
|
579
|
+
|
580
|
+
<in_reply_to_status_id></in_reply_to_status_id>
|
581
|
+
<in_reply_to_user_id></in_reply_to_user_id>
|
582
|
+
<favorited>false</favorited>
|
583
|
+
</status>
|
584
|
+
</user>
|
585
|
+
<user>
|
586
|
+
<id>482253</id>
|
587
|
+
<name>Joe Lyphout</name>
|
588
|
+
|
589
|
+
<screen_name>jlyphout</screen_name>
|
590
|
+
<location>Mishawaka, IN</location>
|
591
|
+
<description></description>
|
592
|
+
<profile_image_url>http://s3.amazonaws.com/twitter_production/profile_images/17925302/monkey_with_glasses_normal.jpg</profile_image_url>
|
593
|
+
<url></url>
|
594
|
+
<protected>true</protected>
|
595
|
+
<followers_count>13</followers_count>
|
596
|
+
|
597
|
+
<status>
|
598
|
+
<created_at>Thu Apr 24 02:58:12 +0000 2008</created_at>
|
599
|
+
<id>795630487</id>
|
600
|
+
<text>@oaknd1 - I would blame Citibank's website issues on Ron Powlus</text>
|
601
|
+
<source>web</source>
|
602
|
+
<truncated>false</truncated>
|
603
|
+
|
604
|
+
<in_reply_to_status_id>795440282</in_reply_to_status_id>
|
605
|
+
<in_reply_to_user_id>3038211</in_reply_to_user_id>
|
606
|
+
<favorited>false</favorited>
|
607
|
+
</status>
|
608
|
+
</user>
|
609
|
+
</users>
|