forked from bear/python-twitter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfollowers.json
More file actions
954 lines (954 loc) · 35.2 KB
/
followers.json
File metadata and controls
954 lines (954 loc) · 35.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
{
"users": [
{
"name": "Robert Brook",
"description": null,
"location": "London",
"url": "http://www.druidstreet.com/",
"id": 5567,
"protected": false,
"status": {
"created_at": "Sun Jun 03 19:56:54 +0000 2007",
"text": "poking greader trends - some must live, some must die",
"id": 89591602
},
"profile_image_url": "http://assets1.twitter.com/images/default_image.gif?1180755379",
"screen_name": "robertbrook"
},
{
"name": "cote",
"description": "Industry analyst with RedMonk. DrunkAndRetired.com. YUH!",
"location": "Austin, Texas",
"url": "http://www.peopleoverprocess.com/",
"id": 53953,
"protected": false,
"status": {
"created_at": "Sun Jun 03 19:54:55 +0000 2007",
"text": "Flight to ORD delayed 2 hours. This can't be good.",
"id": 89589762
},
"profile_image_url": "http://assets3.twitter.com/system/user/profile_image/53953/normal/square-lil-hat.jpg?1171962174",
"screen_name": "cote"
},
{
"name": "Moby",
"description": "I'm here. Now what?",
"location": "San Francisco",
"url": "http://blog.mobius.name",
"id": 4296211,
"protected": false,
"status": {
"created_at": "Sun Jun 03 19:46:00 +0000 2007",
"text": "Responding to hate mail. \"Ignunce\" at its finest",
"id": 89583032
},
"profile_image_url": "http://assets2.twitter.com/system/user/profile_image/4296211/normal/mobycycle.031007.jpg?1176350283",
"screen_name": "ibod8x5"
},
{
"name": "Alex King",
"description": "",
"location": "Denver, CO",
"url": "http://alexking.org",
"id": 101143,
"protected": false,
"status": {
"created_at": "Sun Jun 03 19:06:54 +0000 2007",
"text": "@andrewhyde Coverage was poor enough in the area to drive me back to Sprint.",
"id": 89554432
},
"profile_image_url": "http://assets2.twitter.com/system/user/profile_image/101143/normal/alex_king.jpg?1171953145",
"screen_name": "alexkingorg"
},
{
"name": "Patrick Mueller",
"description": "Graying IBMer working for the WebSphere organization",
"location": "The Triangle, NC",
"url": "http://muellerware.org",
"id": 765080,
"protected": false,
"status": {
"created_at": "Sun Jun 03 18:48:51 +0000 2007",
"text": "@JoshStaiger that was one I was looking at, which Google (coincidentally?) ranked highly. Wondering how far I can get w/avacado & salsa",
"id": 89537732
},
"profile_image_url": "http://assets3.twitter.com/system/user/profile_image/765080/normal/glasses-down-115x115-gradient.jpg?1177726044",
"screen_name": "pmuellr"
},
{
"name": "Kesuke Miyagi",
"description": "\u79c1\u306e\u30db\u30d0\u30fc\u30af\u30e9\u30d5\u30c8 \u306f\u9c3b\u304c\u4e00\u676f\u3067\u3059\u3002",
"location": "Okinawa, Japan",
"url": null,
"id": 718443,
"protected": false,
"status": {
"created_at": "Sun Jun 03 18:15:29 +0000 2007",
"text": "\u041c\u043e\u0451 \u0441\u0443\u0434\u043d\u043e \u043d\u0430 \u0432\u043e\u0437\u0434\u0443\u0448\u043d\u043e\u0439 \u043f\u043e\u0434\u0443\u0448\u043a\u0435 \u043f\u043e\u043b\u043d\u043e \u0443\u0433\u0440\u0435\u0439",
"id": 89512102
},
"profile_image_url": "http://assets1.twitter.com/system/user/profile_image/718443/normal/kesuke.png?1169966399",
"screen_name": "kesuke"
},
{
"name": "Jeff Barr",
"description": "Amazon Web Services Evangelist, Blogger, Father of 5.",
"location": "Sammamish, Washington, USA",
"url": "http://www.jeff-barr.com",
"id": 48443,
"protected": false,
"status": {
"created_at": "Sun Jun 03 16:43:47 +0000 2007",
"text": "Preparing for trip to DC tomorrow AM - lots of reading materials, TODO list, iPod fresh, camera charged, laptop packed. Arrange for taxi.",
"id": 89432112
},
"profile_image_url": "http://assets3.twitter.com/system/user/profile_image/48443/normal/jeff_barr.jpg?1171961668",
"screen_name": "jeffbarr"
},
{
"name": "Paul Downey",
"description": "Computing Industry Bi-product",
"location": "Berkhamsted, UK",
"url": "http://blog.whatfettle.com",
"id": 13486,
"protected": false,
"status": {
"created_at": "Sun Jun 03 16:24:53 +0000 2007",
"text": "back from tea and cake at the village hall now resuming futile search for a family holiday on 'tinternet",
"id": 89413652
},
"profile_image_url": "http://assets0.twitter.com/system/user/profile_image/13486/normal/psd-75x75.jpg?1171954493",
"screen_name": "psd"
},
{
"name": "C Ortiz",
"description": "Amongst other things that keep me far away from a computer, I manage PrivateMilitary.org",
"location": "UK | US",
"url": "http://www.privatemilitary.org/",
"id": 2306071,
"protected": false,
"status": {
"created_at": "Sun Jun 03 16:10:44 +0000 2007",
"text": "Sunday reading: security contractors snatched without a shot: http://tinyurl.com/2qyv6x",
"id": 89399902
},
"profile_image_url": "http://assets3.twitter.com/system/user/profile_image/2306071/normal/photo_twitter.jpg?1177775770",
"screen_name": "privatemilitary"
},
{
"name": "steve o'grady",
"description": "analyst and co-founder of RedMonk",
"location": "Denver, CO",
"url": "http://redmonk.com/sogrady",
"id": 143883,
"protected": false,
"status": {
"created_at": "Sun Jun 03 15:57:16 +0000 2007",
"text": "ah, it's under \"Reply\"",
"id": 89385112
},
"profile_image_url": "http://assets1.twitter.com/system/user/profile_image/143883/normal/headshot.jpg?1174273279",
"screen_name": "sogrady"
},
{
"name": "Alexander J Turner",
"description": "Hubby, Dad & Chemist - Escaped Into IT Land To Cause Damage As A Software Architect!",
"location": "Oxford, UK",
"url": "http://www.nerds-central.com",
"id": 1621891,
"protected": false,
"status": {
"created_at": "Sun Jun 03 15:34:24 +0000 2007",
"text": "@chrisborgan - Just got back from a 20mile bike ride. You're right - it is all about habits. Thanks! less than 5 seconds ago from web",
"id": 89364302
},
"profile_image_url": "http://assets1.twitter.com/system/user/profile_image/1621891/normal/MadAlex256.png?1178292687",
"screen_name": "AlexTurner"
},
{
"name": "Josh Lucas",
"description": "Just adding another bit of distraction...",
"location": "Pasadena, CA",
"url": "http://www.stonecottage.com/josh/",
"id": 47023,
"protected": false,
"status": {
"created_at": "Sun Jun 03 15:16:47 +0000 2007",
"text": "wearing my new old-skool upcoming shirt",
"id": 89345632
},
"profile_image_url": "http://assets3.twitter.com/system/user/profile_image/47023/normal/cubs_me.jpg?1171961535",
"screen_name": "lucasjosh"
},
{
"name": "jark",
"description": "Co-Founder of deviantART",
"location": "Tokyo, Japan",
"url": "http://jarkolicious.com/",
"id": 39653,
"protected": false,
"status": {
"created_at": "Sun Jun 03 14:51:25 +0000 2007",
"text": "heads to bed, but first starts a process to burn 300 to DVD.",
"id": 89318752
},
"profile_image_url": "http://assets2.twitter.com/system/user/profile_image/39653/normal/jark-static.jpg?1171960858",
"screen_name": "jark"
},
{
"name": "Paul Terry Walhus",
"description": "developer building team for http://searchslides.com & http://web2.0slides.com",
"location": "Austin, Texas",
"url": "http://austinblogger.com/blog/",
"id": 1418,
"protected": false,
"status": {
"created_at": "Sun Jun 03 14:05:39 +0000 2007",
"text": "Geni - Everyone's Related: cool web 2.0 family tree app, requires login http://www.geni.com/tree",
"id": 89277722
},
"profile_image_url": "http://assets3.twitter.com/system/user/profile_image/1418/normal/paulterrywalhus.jpg?1175716284",
"screen_name": "springnet"
},
{
"name": "Floozle",
"description": "",
"location": "",
"url": null,
"id": 58863,
"protected": false,
"status": {
"created_at": "Sun Jun 03 12:50:02 +0000 2007",
"text": "Off to the office to complete the conversion",
"id": 89202702
},
"profile_image_url": "http://assets1.twitter.com/system/user/profile_image/58863/normal/29logo3-med.gif?1174609772",
"screen_name": "Floozle"
},
{
"name": " T\u00c7",
"description": "Chem: Physics: Math: Logic: Observation: Analysis: Hypothesis: Experimentation: Iteration: Evolution: Science. It works, bitches.",
"location": "San Francisco, CA",
"url": "http://tantek.com/",
"id": 11628,
"protected": false,
"status": {
"created_at": "Sun Jun 03 10:34:10 +0000 2007",
"text": "pondering how 1 can b so tired & sore after exercise, yet so energized as 2 b up at 3:30am, w only *1* coffee instead of usual 3 per workday",
"id": 89104612
},
"profile_image_url": "http://assets0.twitter.com/system/user/profile_image/11628/normal/icon200px.jpg?1171953743",
"screen_name": "t"
},
{
"name": "adam",
"description": "http://ifindkarma.com/",
"location": "Palo Alto, CA",
"url": "http://renkoo.com/profile/ee0e95249268b86ff2053bef214bfeda",
"id": 1688,
"protected": false,
"status": {
"created_at": "Sun Jun 03 07:07:00 +0000 2007",
"text": "Norman Mailer on the idea of perfect happiness: \"A fool draws a road map to his magic city.\" (Vanity Fair, Jan 2007)",
"id": 88952182
},
"profile_image_url": "http://assets2.twitter.com/system/user/profile_image/1688/normal/RifkinIcon.jpg?1179096764",
"screen_name": "ifindkarma"
},
{
"name": "Cameron Walters",
"description": "getting satisfaction daily",
"location": "San Francisco",
"url": "http://chuddup.com/",
"id": 3922,
"protected": false,
"status": {
"created_at": "Sun Jun 03 06:54:14 +0000 2007",
"text": "Earlier: Pilates. Now: Spazzy thrashcore electro.",
"id": 88940252
},
"profile_image_url": "http://assets3.twitter.com/system/user/profile_image/3922/normal/awesome.jpg?1177104664",
"screen_name": "ceedub"
},
{
"name": "Jason Calacanis",
"description": "Looking for TNBT",
"location": "LA",
"url": "http://www.calacanis.com",
"id": 3840,
"protected": false,
"status": {
"created_at": "Sun Jun 03 06:49:36 +0000 2007",
"text": "Having dinner with loic, sam harris, jared diamond, and john brockman... Among others.",
"id": 88935882
},
"profile_image_url": "http://assets0.twitter.com/system/user/profile_image/3840/normal/jason2.jpg?1172771113",
"screen_name": "JasonCalacanis"
},
{
"name": "hober",
"description": "One-line bios are hard.",
"location": "San Diego, CA",
"url": "http://edward.oconnor.cx/",
"id": 13607,
"protected": false,
"status": {
"created_at": "Sun Jun 03 06:41:04 +0000 2007",
"text": "Emacs 22 released while I was at BarCamp. heh. http://www.gnu.org/software/emacs/",
"id": 88929942
},
"profile_image_url": "http://assets1.twitter.com/system/user/profile_image/13607/normal/ted-icon-large.jpg?1171954556",
"screen_name": "hober"
},
{
"name": " Jay",
"description": "Senior Systems Administrator of the Unix variety ",
"location": "Houston",
"url": null,
"id": 336113,
"protected": false,
"status": {
"created_at": "Sun Jun 03 04:36:50 +0000 2007",
"text": "Wonders what kind of cheese Kristie spent $70 on.",
"id": 88843542
},
"profile_image_url": "http://assets1.twitter.com/system/user/profile_image/336113/normal/MyPicture.jpg?1179799311",
"screen_name": "meangrape"
},
{
"name": "Tatsuhiko Miyagawa",
"description": "Yet another Perl hacker",
"location": "San Francisco",
"url": "http://bulknews.vox.com/",
"id": 731253,
"protected": false,
"status": {
"created_at": "Sun Jun 03 04:06:57 +0000 2007",
"text": "had a good rice/veggie/pork noodle and shrimp fried rice in HoH. Feeling almost full and too ricey",
"id": 88820042
},
"profile_image_url": "http://assets0.twitter.com/system/user/profile_image/731253/normal/P506iC0003735833.jpg?1170146286",
"screen_name": "miyagawa"
},
{
"name": " Rod Begbie",
"description": "Cantankerous Scots git.",
"location": "Somerville, MA",
"url": "http://groovymother.com/",
"id": 761,
"protected": false,
"status": {
"created_at": "Sun Jun 03 03:43:42 +0000 2007",
"text": "Fun first day in LA. Looked at stars in sidewalk, got approached by Scientologists three times, Mexican dinner with old friends. Happy!",
"id": 88800482
},
"profile_image_url": "http://assets0.twitter.com/system/user/profile_image/761/normal/vatar.png?1167697094",
"screen_name": "rodbegbie"
},
{
"name": "Veronica",
"description": "CNET TV host and podcasting diva of Buzz Out Loud",
"location": "San Francisco",
"url": "http://www.veronicabelmont.com",
"id": 10350,
"protected": false,
"status": {
"created_at": "Sun Jun 03 03:11:10 +0000 2007",
"text": "i just saw kari byron! my hero!",
"id": 88774212
},
"profile_image_url": "http://assets2.twitter.com/system/user/profile_image/10350/normal/mypictr_140x144.jpg?1179253942",
"screen_name": "Veronica"
},
{
"name": "eric L",
"description": "mobile expert, internet idiot",
"location": "san francisco",
"url": "http://www.n1s.net",
"id": 8291,
"protected": false,
"status": {
"created_at": "Sun Jun 03 03:08:04 +0000 2007",
"text": "A howat once said there's no scorin with the sporin.",
"id": 88771502
},
"profile_image_url": "http://assets1.twitter.com/system/user/profile_image/8291/normal/bandit.jpg?1165079078",
"screen_name": "n1s"
},
{
"name": "Mr Messina",
"description": "As if concentrating wasn't hard enough already.",
"location": "94107",
"url": "http://factoryjoe.com/",
"id": 1186,
"protected": false,
"status": {
"created_at": "Sun Jun 03 01:42:47 +0000 2007",
"text": "OpenID won the disruptor award at The NextWeb conference! http://tinyurl.com/yq8e89",
"id": 88706172
},
"profile_image_url": "http://assets3.twitter.com/system/user/profile_image/1186/normal/devil_150.jpg?1171953828",
"screen_name": "factoryjoe"
},
{
"name": "Scobleizer",
"description": "Tech geek blogger @ http://scobleizer.com",
"location": "Half Moon Bay, California, USA",
"url": "http://scobleshow.com",
"id": 13348,
"protected": false,
"status": {
"created_at": "Sun Jun 03 01:06:52 +0000 2007",
"text": "I can't get into my Flickr account. I can get into Yahoo, but not Flickr... http://tinyurl.com/2b63rh",
"id": 88677782
},
"profile_image_url": "http://assets0.twitter.com/system/user/profile_image/13348/normal/trafficlight.jpg?1175390038",
"screen_name": "Scobleizer"
},
{
"name": "Andy Edmonds",
"description": null,
"location": null,
"url": null,
"id": 936361,
"protected": false,
"status": {
"created_at": "Sat Jun 02 22:09:55 +0000 2007",
"text": "Tries out squidoo at http://www.squidoo.com/eyetrack",
"id": 88551872
},
"profile_image_url": "http://assets1.twitter.com/system/user/profile_image/936361/normal/andy_headshot_48x48.png?1176350570",
"screen_name": "andyed"
},
{
"name": "Ian McKellar",
"description": "",
"location": "San Francisco, CA",
"url": "http://ian.mckellar.org/",
"id": 259,
"protected": false,
"status": {
"created_at": "Sat Jun 02 20:55:30 +0000 2007",
"text": "lolfeeds got shut down for using too much cpu so I had to get around to adding a caching layer. it fixed some character encoding issues too!",
"id": 88496342
},
"profile_image_url": "http://assets0.twitter.com/system/user/profile_image/259/normal/trapped.jpg?1171957894",
"screen_name": "ianmckellar"
},
{
"name": "Jeremy Zawodny",
"description": "I fly and geek.",
"location": "San Jose, CA",
"url": "http://jeremy.zawodny.com/blog/",
"id": 97933,
"protected": false,
"status": {
"created_at": "Sat Jun 02 20:04:53 +0000 2007",
"text": "errands and packing for a week in the desert next week...",
"id": 88458352
},
"profile_image_url": "http://assets3.twitter.com/system/user/profile_image/97933/normal/Zawodny-md.jpg?1166680073",
"screen_name": "jzawodn"
},
{
"name": "Mihai",
"description": "",
"location": "New York, NY",
"url": "http://persistent.info/",
"id": 28203,
"protected": false,
"status": {
"created_at": "Sat Jun 02 19:46:47 +0000 2007",
"text": "Back on campus for reunions. Don't feel old just yet. Phew.",
"id": 88444532
},
"profile_image_url": "http://assets0.twitter.com/system/user/profile_image/28203/normal/mihaip.jpg?1171958069",
"screen_name": "mihai"
},
{
"name": "Robert Merrill",
"description": "Helping People & Teams Become Better",
"location": "Provo, Utah",
"url": "http://www.utahtechjobs.com",
"id": 755721,
"protected": false,
"status": {
"created_at": "Sat Jun 02 17:16:45 +0000 2007",
"text": "Heading home",
"id": 88316782
},
"profile_image_url": "http://assets2.twitter.com/system/user/profile_image/755721/normal/50998991_N00.jpg?1170908379",
"screen_name": "robertmerrill"
},
{
"name": "Darren Kulp",
"description": "Computer, linguistics, and music geek. What else is there to say?",
"location": "Eau Claire, WI, USA",
"url": "http://kulp.ch/",
"id": 6083072,
"protected": false,
"status": {
"created_at": "Sat Jun 02 15:39:55 +0000 2007",
"text": "twitterim finally works? Fancy that.",
"id": 88225602
},
"profile_image_url": "http://assets3.twitter.com/system/user/profile_image/6083072/normal/f1.jpg?1179303021",
"screen_name": "kulp"
},
{
"name": "sean coon",
"description": "trying to make a living and a difference...",
"location": "Greensboro, NC",
"url": "http://www.seancoon.org",
"id": 677903,
"protected": false,
"status": {
"created_at": "Sat Jun 02 08:27:03 +0000 2007",
"text": "Holy moly. Time to go fishing. Yeeeaaahhh!",
"id": 87876222
},
"profile_image_url": "http://assets3.twitter.com/system/user/profile_image/677903/normal/sean-85.png?1173252480",
"screen_name": "spcoon"
},
{
"name": "Niall",
"description": "Squeezing the most out of everything but my phone",
"location": "San Francisco, CA",
"url": "http://www.niallkennedy.com/",
"id": 1085,
"protected": true,
"status": {
"created_at": "Sat Jun 02 04:32:57 +0000 2007",
"text": "your server migration is at 11. oh, we changed our minds, we're doing it at 9:30. ummm....yay?",
"id": 87696902
},
"profile_image_url": "http://assets1.twitter.com/system/user/profile_image/1085/normal/niall_ringer.jpg?1171953434",
"screen_name": "niall"
},
{
"name": "George P",
"description": "i am illicium",
"location": "Bay Area",
"url": null,
"id": 796724,
"protected": true,
"status": {
"created_at": "Sat Jun 02 04:07:24 +0000 2007",
"text": "Hello, Twitter! Long time no see.",
"id": 87673952
},
"profile_image_url": "http://assets0.twitter.com/system/user/profile_image/796724/normal/star.gif?1172880544",
"screen_name": "illicium"
},
{
"name": "Daniel E. Renfer",
"description": "Freelance Individual",
"location": "Ypsilanti, MI",
"url": "http://kronkltd.net/",
"id": 11491,
"protected": false,
"status": {
"created_at": "Fri Jun 01 21:15:50 +0000 2007",
"text": "In the immortal words of Doug from MTV's The State: \"I'm outta heere\"",
"id": 87306192
},
"profile_image_url": "http://assets2.twitter.com/system/user/profile_image/11491/normal/886.jpg?1171953691",
"screen_name": "duck1123"
},
{
"name": "Simon Willison",
"description": null,
"location": "London",
"url": "http://simonwillison.net/",
"id": 12497,
"protected": false,
"status": {
"created_at": "Fri Jun 01 21:01:59 +0000 2007",
"text": "Nat and I are in Brighton this weekend, anyone want to meet up?",
"id": 87291372
},
"profile_image_url": "http://assets1.twitter.com/system/user/profile_image/12497/normal/298777290_a5ed9a4e70_m.jpg?1171954113",
"screen_name": "simonw"
},
{
"name": "Yoz",
"description": "A small yoz-type object, currently residing in San Francisco",
"location": "San Francisco, CA",
"url": "http://yoz.com/",
"id": 12329,
"protected": false,
"status": {
"created_at": "Fri Jun 01 18:13:23 +0000 2007",
"text": "@riffraff814: Thanks but no thanks, don't drink coffee, my body is a temple filled with magical prancing ponies yay peanut M&M overdose",
"id": 87132942
},
"profile_image_url": "http://assets2.twitter.com/system/user/profile_image/12329/normal/yozlap-100.jpg?1171954052",
"screen_name": "yoz"
},
{
"name": "J Scud",
"description": "Software can be beautiful.",
"location": "Silicon Valley California",
"url": "http://jeffreyscudder.blogspot.com/",
"id": 1359571,
"protected": false,
"status": {
"created_at": "Fri Jun 01 07:14:58 +0000 2007",
"text": "Watching videos from Google Developer Day: http://tinyurl.com/ywr8cz",
"id": 86425072
},
"profile_image_url": "http://assets0.twitter.com/system/user/profile_image/1359571/normal/temp_img.jpg?1177211826",
"screen_name": "jaguarjaws"
},
{
"name": "Joe Duck",
"description": "Travel Internet Oregon Guy",
"location": "Oregon",
"url": "http://joeduck.wordpress.com",
"id": 150433,
"protected": false,
"status": {
"created_at": "Fri Jun 01 07:09:02 +0000 2007",
"text": "Removed Google downranking on an obscure travel page. Next test - non-obscure page fixes.http://tinyurl.com/227re8",
"id": 86418302
},
"profile_image_url": "http://assets1.twitter.com/system/user/profile_image/150433/normal/joebiopic.jpg?1173598016",
"screen_name": "joeduck"
},
{
"name": "Jon Phillips",
"description": "http://rejon.org/bio/",
"location": "SF",
"url": "http://rejon.org",
"id": 744063,
"protected": false,
"status": {
"created_at": "Fri Jun 01 04:59:45 +0000 2007",
"text": "Killing it...",
"id": 86303992
},
"profile_image_url": "http://assets1.twitter.com/system/user/profile_image/744063/normal/jon_by_ryan_junell_fixed.png?1170353692",
"screen_name": "rejon"
},
{
"name": "The BFF",
"description": "",
"location": "Netherlands",
"url": "http://doncrowley.blogspot.com/",
"id": 1620121,
"protected": false,
"status": {
"created_at": "Thu May 31 21:30:08 +0000 2007",
"text": "Twitteriffic addicts - some power tips: I am amazed at how many still do not know these tricks with twitte.. http://tinyurl.com/2mzjod",
"id": 85901962
},
"profile_image_url": "http://assets0.twitter.com/system/user/profile_image/1620121/normal/bff.jpg?1174419110",
"screen_name": "TheBFF"
},
{
"name": "Andy Armstrong",
"description": "Perl Bloke",
"location": "Cumbria, UK",
"url": "http://hexten.net",
"id": 1022831,
"protected": false,
"status": {
"created_at": "Thu May 31 18:58:03 +0000 2007",
"text": "37 downloads pending to iTMS. Keeps timing out. Bah. Anyone else?",
"id": 85769802
},
"profile_image_url": "http://assets3.twitter.com/system/user/profile_image/1022831/normal/moi.jpg?1176741181",
"screen_name": "AndyArmstrong"
},
{
"name": "Brian Suda",
"description": "SWM Informatician @64.132511;-21.906494 (microformats,GRDDL,XSLT,PHP,picoformats,XHTML)",
"location": "Iceland",
"url": "http://suda.co.uk/",
"id": 15313,
"protected": false,
"status": {
"created_at": "Thu May 31 17:54:18 +0000 2007",
"text": "is happy that tonight is the last night that you can smoke in bars and restaurants in Iceland. Washing machines won't be happy with this.",
"id": 85708142
},
"profile_image_url": "http://assets0.twitter.com/system/user/profile_image/15313/normal/gravatar.png?1175011623",
"screen_name": "briansuda"
},
{
"name": "arunaurl",
"description": "Make long URLs small!",
"location": "All over the web",
"url": "http://arunaurl.com",
"id": 6371812,
"protected": false,
"status": {
"created_at": "Tue May 29 23:49:15 +0000 2007",
"text": "Aruna URL now available as a Zimbra Collaboration Suite plug-in / zimlet http://arunaurl.com/b25",
"id": 83248192
},
"profile_image_url": "http://assets0.twitter.com/system/user/profile_image/6371812/normal/Aruna_URL_logo.png?1180314185",
"screen_name": "arunaurl"
},
{
"name": "Hiroshi Ayukawa",
"description": "A Japanese ordinary Python & C++ programmer",
"location": "Tokyo, Japan",
"url": null,
"id": 3786561,
"protected": false,
"status": {
"created_at": "Tue May 29 16:22:31 +0000 2007",
"text": "I don't like to use JAVA any more... Let me sleep, Ahhhhh! Give me Python.",
"id": 82802982
},
"profile_image_url": "http://assets0.twitter.com/system/user/profile_image/3786561/normal/muku.jpg?1176037335",
"screen_name": "hiroshiykw"
},
{
"name": " Scriptless Day",
"description": "",
"location": "",
"url": "http://www.scriptlessday.com",
"id": 3641801,
"protected": false,
"status": {
"created_at": "Mon May 28 07:55:27 +0000 2007",
"text": "39 Days Left till Scriptless Day!! http://www.scriptlessday.com :D",
"id": 81305782
},
"profile_image_url": "http://assets2.twitter.com/system/user/profile_image/3641801/normal/splash2.png?1175927287",
"screen_name": "scriptlessday"
},
{
"name": "brady forrest",
"description": null,
"location": null,
"url": null,
"id": 6140,
"protected": false,
"status": {
"created_at": "Sat May 26 02:51:53 +0000 2007",
"text": "im at convergence 13 in pdx. looking for events inspiration.",
"id": 78751852
},
"profile_image_url": "http://assets2.twitter.com/system/user/profile_image/6140/normal/IMG_9629.jpg?1175295805",
"screen_name": "brady"
},
{
"name": "TV with MeeVee",
"description": "We heart TV",
"location": "Burlingame, CA",
"url": "http://blog.meevee.com",
"id": 2371741,
"protected": false,
"status": {
"created_at": "Wed May 23 17:22:20 +0000 2007",
"text": "Nicole Richie Denies Rehab Rumors http://tinyurl.com/2hvn8h",
"id": 75514922
},
"profile_image_url": "http://assets1.twitter.com/system/user/profile_image/2371741/normal/meevee_potato_ad3SoSF.jpg?1174950717",
"screen_name": "TVwithMeeVee"
},
{
"name": "Emmet Connolly",
"description": "I have nothing to say (and I am saying it)",
"location": "Dublin",
"url": "http://blog.thoughtwax.com/",
"id": 11323,
"protected": false,
"status": {
"created_at": "Tue May 22 21:34:28 +0000 2007",
"text": "Virtual subdomains + .htaccess = ow, my brain. Anyway, three years late but my blog now has pretty urls. Hooray!",
"id": 74472602
},
"profile_image_url": "http://assets1.twitter.com/system/user/profile_image/11323/normal/me.jpg?1171953619",
"screen_name": "thoughtwax"
},
{
"name": "Bilal Hameed",
"description": "Editor of Startup Meme",
"location": "As if it matters",
"url": "http://startupmeme.com",
"id": 5629992,
"protected": false,
"status": {
"created_at": "Tue May 15 16:41:05 +0000 2007",
"text": "http://tinyurl.com/2h474q Use EasyPost To Send Snail Mail in Canada",
"id": 65079402
},
"profile_image_url": "http://assets0.twitter.com/system/user/profile_image/5629992/normal/me.jpg?1177848235",
"screen_name": "startupmeme"
},
{
"name": "Koen Sadza",
"description": "I study Applied Physics. My hobbies are my GF,SInging,Scouting,Clubbing,Computers",
"location": "Eindhoven, The Netherlands",
"url": "http://weblog.ksdz.nl/",
"id": 803238,
"protected": false,
"status": {
"created_at": "Sat May 12 14:16:37 +0000 2007",
"text": "Net terug van Scouting",
"id": 61483292
},
"profile_image_url": "http://assets1.twitter.com/system/user/profile_image/803238/normal/kerst.jpg?1172746148",
"screen_name": "ksdz"
},
{
"name": "Webtickle",
"description": "",
"location": "California",
"url": null,
"id": 1322691,
"protected": false,
"status": {
"created_at": "Thu May 10 03:25:15 +0000 2007",
"text": "The Freelancer\u2019s Toolset: 100 Web Apps for Everything You Will Possibly Need\" http://tinyurl.com/2dztm8",
"id": 58099692
},
"profile_image_url": "http://assets2.twitter.com/system/user/profile_image/1322691/normal/large4197.png?1174089345",
"screen_name": "Webtickle"
},
{
"name": "Yes",
"description": null,
"location": null,
"url": null,
"id": 765884,
"protected": false,
"status": {
"created_at": "Wed May 09 20:43:39 +0000 2007",
"text": "Whoo hoo! Yay!",
"id": 57715832
},
"profile_image_url": "http://assets1.twitter.com/images/default_image.gif?1180755379",
"screen_name": "Yes"
},
{
"name": "Leland Harding III",
"description": "Traditional country artist, from South Dakota with a major background in the country music scene",
"location": "South Dakota",
"url": "http://www.lelandharding.com",
"id": 3545551,
"protected": false,
"status": {
"created_at": "Tue May 08 08:01:31 +0000 2007",
"text": "Anyone who has been scammed by these people can get ahold of me at leland@ldharding.com",
"id": 54614912
},
"profile_image_url": "http://assets3.twitter.com/system/user/profile_image/3545551/normal/image01-xml.jpg?1175797244",
"screen_name": "ldcountry"
},
{
"name": "Trendio M",
"description": "",
"location": "",
"url": "http://www.trendio.com",
"id": 5845532,
"protected": false,
"status": {
"created_at": "Mon May 07 22:32:39 +0000 2007",
"text": "Open Source and Linux are up today. Which will be this week's top technology trends? http://tinyurl.com/2bpknb",
"id": 53868212
},
"profile_image_url": "http://assets3.twitter.com/system/user/profile_image/5845532/normal/logo48x48.gif?1178576662",
"screen_name": "Trendio_M"
},
{
"name": "Patrick Wang",
"description": "",
"location": "San Francisco, CA",
"url": "http://junesix.org",
"id": 799123,
"protected": false,
"status": {
"created_at": "Mon Apr 16 21:57:48 +0000 2007",
"text": "@jabancroft optimized builds at beatnikpad.com",
"id": 30322371
},
"profile_image_url": "http://assets0.twitter.com/system/user/profile_image/799123/normal/samurai_head.gif?1173313806",
"screen_name": "junesix"
},
{
"name": "Dion Almaer",
"description": "ajaxian, googley, and techno",
"location": "Palo Alto, CA",
"url": "http://almaer.com/blog",
"id": 4216361,
"protected": false,
"status": {
"created_at": "Wed Apr 11 17:48:16 +0000 2007",
"text": "Enjoying being able to talk about the Google Developer Day!",
"id": 24861261
},
"profile_image_url": "http://assets1.twitter.com/system/user/profile_image/4216361/normal/logo-48x48.jpg?1176313520",
"screen_name": "dalmaer"
},
{
"name": "Chris DiBona",
"description": null,
"location": null,
"url": null,
"id": 44423,
"protected": true,
"status": {
"created_at": "Fri Mar 16 16:42:55 +0000 2007",
"text": "Cripes, trapped on the tarmac at iad. Today, we sit in hell:",
"id": 8638201
},
"profile_image_url": "http://assets0.twitter.com/system/user/profile_image/44423/normal/103ID_DiBona.jpg?1171961329",
"screen_name": "cdibona"
},
{
"name": "napoleone",
"description": "",
"location": "piacenza ITALY",
"url": null,
"id": 740133,
"protected": false,
"status": {
"created_at": "Sat Feb 17 14:36:53 +0000 2007",
"text": "sono indeciso tra casual o un p\u00f2 sportive!!!",
"id": 5555694
},
"profile_image_url": "http://assets2.twitter.com/system/user/profile_image/740133/normal/P6050088.jpg?1170800580",
"screen_name": "Cris"
},
{
"name": "Brian Tucker",
"description": null,
"location": null,
"url": null,
"id": 759328,
"protected": false,
"status": {
"created_at": "Sun Feb 11 04:11:11 +0000 2007",
"text": "Chinese new year starts next weekend I think.",
"id": 5422032
},
"profile_image_url": "http://assets2.twitter.com/system/user/profile_image/759328/normal/bt.png?1170987088",
"screen_name": "brian318"
},
{
"name": "Josh H",
"description": null,
"location": null,
"url": null,
"id": 2831771,
"protected": false,
"profile_image_url": "http://assets1.twitter.com/images/default_image.gif?1180755379",
"screen_name": "josh59x"
},
{
"name": "mfagan",
"description": "",
"location": "Canada",
"url": "http://faganm.com/",
"id": 677403,
"protected": false,
"profile_image_url": "http://assets2.twitter.com/system/user/profile_image/677403/normal/me_with_hat.jpg?1171966071",
"screen_name": "mfagan"
}
]
}