t 1.7.0 → 1.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data.tar.gz.sig +2 -0
- data/LICENSE.md +1 -1
- data/README.md +28 -20
- data/lib/t/requestable.rb +1 -1
- data/lib/t/version.rb +1 -1
- data/spec/cli_spec.rb +18 -18
- data/spec/fixtures/200_direct_messages.json +1 -27054
- data/spec/fixtures/200_statuses.json +1 -1
- data/spec/fixtures/501_ids.json +1 -509
- data/spec/fixtures/501_users_list.json +1 -17543
- data/spec/fixtures/direct_message.json +1 -80
- data/spec/fixtures/direct_messages.json +1 -802
- data/spec/fixtures/empty_cursor.json +1 -7
- data/spec/fixtures/favorites.json +1 -1099
- data/spec/fixtures/followers_ids.json +1 -10
- data/spec/fixtures/friends_ids.json +1 -9
- data/spec/fixtures/gem.json +1 -61
- data/spec/fixtures/list.json +1 -54
- data/spec/fixtures/lists.json +1 -1
- data/spec/fixtures/locations.json +1 -57
- data/spec/fixtures/not_found.json +1 -4
- data/spec/fixtures/rate_limit_status.json +1 -6
- data/spec/fixtures/recommendations.json +1 -364
- data/spec/fixtures/retweet.json +1 -112
- data/spec/fixtures/search.json +1 -1
- data/spec/fixtures/search_with_entities.json +1 -1
- data/spec/fixtures/settings.json +1 -30
- data/spec/fixtures/sferik.json +1 -60
- data/spec/fixtures/status.json +1 -109
- data/spec/fixtures/status_no_attributes.json +1 -104
- data/spec/fixtures/status_no_country.json +1 -102
- data/spec/fixtures/status_no_full_name.json +1 -101
- data/spec/fixtures/status_no_locality.json +1 -107
- data/spec/fixtures/status_no_place.json +1 -72
- data/spec/fixtures/status_no_street_address.json +1 -108
- data/spec/fixtures/status_with_mention.json +1 -1
- data/spec/fixtures/statuses.json +1 -1
- data/spec/fixtures/trends.json +1 -35
- data/spec/fixtures/users.json +1 -122
- data/spec/fixtures/users_list.json +1 -128
- data/spec/list_spec.rb +8 -8
- data/spec/search_spec.rb +39 -39
- data/t.gemspec +8 -3
- metadata +85 -46
- metadata.gz.sig +2 -0
- data/spec/fixtures/false.json +0 -1
- data/spec/fixtures/true.json +0 -1
|
@@ -1,128 +1 @@
|
|
|
1
|
-
{
|
|
2
|
-
"users": [
|
|
3
|
-
{
|
|
4
|
-
"id": 7505382,
|
|
5
|
-
"profile_background_image_url": "http://a0.twimg.com/profile_background_images/162641967/we_concept_bg2.png",
|
|
6
|
-
"profile_link_color": "0084B4",
|
|
7
|
-
"following": false,
|
|
8
|
-
"default_profile": false,
|
|
9
|
-
"utc_offset": -28800,
|
|
10
|
-
"profile_use_background_image": true,
|
|
11
|
-
"name": "Erik Michaels-Ober",
|
|
12
|
-
"notifications": false,
|
|
13
|
-
"contributors_enabled": false,
|
|
14
|
-
"profile_text_color": "333333",
|
|
15
|
-
"geo_enabled": true,
|
|
16
|
-
"id_str": "7505382",
|
|
17
|
-
"protected": false,
|
|
18
|
-
"listed_count": 118,
|
|
19
|
-
"show_all_inline_media": true,
|
|
20
|
-
"friends_count": 212,
|
|
21
|
-
"profile_image_url": "http://a0.twimg.com/profile_images/1759857427/image1326743606_normal.png",
|
|
22
|
-
"profile_sidebar_border_color": "C0DEED",
|
|
23
|
-
"followers_count": 2262,
|
|
24
|
-
"description": "Vagabond.",
|
|
25
|
-
"is_translator": false,
|
|
26
|
-
"url": "https://github.com/sferik",
|
|
27
|
-
"screen_name": "sferik",
|
|
28
|
-
"profile_background_tile": false,
|
|
29
|
-
"profile_image_url_https": "https://si0.twimg.com/profile_images/1759857427/image1326743606_normal.png",
|
|
30
|
-
"profile_sidebar_fill_color": "DDEEF6",
|
|
31
|
-
"created_at": "Mon Jul 16 12:59:01 +0000 2007",
|
|
32
|
-
"statuses_count": 7890,
|
|
33
|
-
"lang": "en",
|
|
34
|
-
"profile_background_image_url_https": "https://si0.twimg.com/profile_background_images/162641967/we_concept_bg2.png",
|
|
35
|
-
"verified": false,
|
|
36
|
-
"time_zone": "Pacific Time (US & Canada)",
|
|
37
|
-
"default_profile_image": false,
|
|
38
|
-
"favourites_count": 3755,
|
|
39
|
-
"status": {
|
|
40
|
-
"in_reply_to_user_id_str": "291",
|
|
41
|
-
"retweet_count": 0,
|
|
42
|
-
"in_reply_to_user_id": 291,
|
|
43
|
-
"in_reply_to_status_id": 222012135281143809,
|
|
44
|
-
"retweeted": false,
|
|
45
|
-
"truncated": false,
|
|
46
|
-
"created_at": "Sun Jul 08 18:29:20 +0000 2012",
|
|
47
|
-
"coordinates": null,
|
|
48
|
-
"geo": null,
|
|
49
|
-
"contributors": null,
|
|
50
|
-
"place": null,
|
|
51
|
-
"favorited": false,
|
|
52
|
-
"source": "<a href=\"http://itunes.apple.com/us/app/twitter/id409789998?mt=12\" rel=\"nofollow\">Twitter for Mac</a>",
|
|
53
|
-
"id": 222034648631484416,
|
|
54
|
-
"in_reply_to_status_id_str": "222012135281143809",
|
|
55
|
-
"id_str": "222034648631484416",
|
|
56
|
-
"in_reply_to_screen_name": "goldman",
|
|
57
|
-
"text": "@goldman You're near my home town! Say hi to Woodstock for me."
|
|
58
|
-
},
|
|
59
|
-
"profile_background_color": "000000",
|
|
60
|
-
"follow_request_sent": false,
|
|
61
|
-
"location": "San Francisco"
|
|
62
|
-
},
|
|
63
|
-
{
|
|
64
|
-
"id": 14100886,
|
|
65
|
-
"profile_background_image_url": "http://a0.twimg.com/images/themes/theme1/bg.png",
|
|
66
|
-
"profile_link_color": "0084B4",
|
|
67
|
-
"following": true,
|
|
68
|
-
"default_profile": true,
|
|
69
|
-
"utc_offset": -21600,
|
|
70
|
-
"profile_use_background_image": true,
|
|
71
|
-
"name": "Wynn Netherland ⚡",
|
|
72
|
-
"notifications": false,
|
|
73
|
-
"contributors_enabled": false,
|
|
74
|
-
"profile_text_color": "333333",
|
|
75
|
-
"geo_enabled": true,
|
|
76
|
-
"id_str": "14100886",
|
|
77
|
-
"protected": false,
|
|
78
|
-
"listed_count": 358,
|
|
79
|
-
"show_all_inline_media": true,
|
|
80
|
-
"friends_count": 3427,
|
|
81
|
-
"profile_image_url": "http://a0.twimg.com/profile_images/2221455972/wynn-mic-bw_normal.jpg",
|
|
82
|
-
"profile_sidebar_border_color": "C0DEED",
|
|
83
|
-
"followers_count": 5457,
|
|
84
|
-
"description": "Christian, husband, father, GitHubber, Co-host of @thechangelog, Co-author of Sass, Compass, #CSS book http://wynn.fm/sass-meap",
|
|
85
|
-
"is_translator": false,
|
|
86
|
-
"url": "http://wynnnetherland.com",
|
|
87
|
-
"screen_name": "pengwynn",
|
|
88
|
-
"profile_background_tile": false,
|
|
89
|
-
"profile_image_url_https": "https://si0.twimg.com/profile_images/2221455972/wynn-mic-bw_normal.jpg",
|
|
90
|
-
"profile_sidebar_fill_color": "DDEEF6",
|
|
91
|
-
"created_at": "Sat Mar 08 16:34:22 +0000 2008",
|
|
92
|
-
"statuses_count": 6940,
|
|
93
|
-
"lang": "en",
|
|
94
|
-
"profile_background_image_url_https": "https://si0.twimg.com/images/themes/theme1/bg.png",
|
|
95
|
-
"verified": false,
|
|
96
|
-
"time_zone": "Central Time (US & Canada)",
|
|
97
|
-
"default_profile_image": false,
|
|
98
|
-
"favourites_count": 192,
|
|
99
|
-
"status": {
|
|
100
|
-
"in_reply_to_user_id_str": "321401349",
|
|
101
|
-
"retweet_count": 0,
|
|
102
|
-
"in_reply_to_user_id": 321401349,
|
|
103
|
-
"in_reply_to_status_id": 221694109407121409,
|
|
104
|
-
"retweeted": false,
|
|
105
|
-
"truncated": false,
|
|
106
|
-
"created_at": "Sat Jul 07 20:33:19 +0000 2012",
|
|
107
|
-
"coordinates": null,
|
|
108
|
-
"geo": null,
|
|
109
|
-
"contributors": null,
|
|
110
|
-
"place": null,
|
|
111
|
-
"favorited": false,
|
|
112
|
-
"source": "<a href=\"http://itunes.apple.com/us/app/twitter/id409789998?mt=12\" rel=\"nofollow\">Twitter for Mac</a>",
|
|
113
|
-
"id": 221703464277917696,
|
|
114
|
-
"in_reply_to_status_id_str": "221694109407121409",
|
|
115
|
-
"id_str": "221703464277917696",
|
|
116
|
-
"in_reply_to_screen_name": "akosmasoftware",
|
|
117
|
-
"text": "@akosmasoftware Sass book! @hcatlin @nex3 are the brains behind Sass. :-)"
|
|
118
|
-
},
|
|
119
|
-
"profile_background_color": "C0DEED",
|
|
120
|
-
"follow_request_sent": false,
|
|
121
|
-
"location": "Denton, TX"
|
|
122
|
-
}
|
|
123
|
-
],
|
|
124
|
-
"next_cursor": 0,
|
|
125
|
-
"previous_cursor": 0,
|
|
126
|
-
"next_cursor_str": "0",
|
|
127
|
-
"previous_cursor_str": "0"
|
|
128
|
-
}
|
|
1
|
+
{"users":[{"id":7505382,"profile_background_image_url":"http://a0.twimg.com/profile_background_images/162641967/we_concept_bg2.png","profile_link_color":"0084B4","following":false,"default_profile":false,"utc_offset":-28800,"profile_use_background_image":true,"name":"Erik Michaels-Ober","notifications":false,"contributors_enabled":false,"profile_text_color":"333333","geo_enabled":true,"id_str":"7505382","protected":false,"listed_count":118,"show_all_inline_media":true,"friends_count":212,"profile_image_url":"http://a0.twimg.com/profile_images/1759857427/image1326743606_normal.png","profile_sidebar_border_color":"C0DEED","followers_count":2262,"description":"Vagabond.","is_translator":false,"url":"https://github.com/sferik","screen_name":"sferik","profile_background_tile":false,"profile_image_url_https":"https://si0.twimg.com/profile_images/1759857427/image1326743606_normal.png","profile_sidebar_fill_color":"DDEEF6","created_at":"Mon Jul 16 12:59:01 +0000 2007","statuses_count":7890,"lang":"en","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/162641967/we_concept_bg2.png","verified":false,"time_zone":"Pacific Time (US & Canada)","default_profile_image":false,"favourites_count":3755,"status":{"in_reply_to_user_id_str":"291","retweet_count":0,"in_reply_to_user_id":291,"in_reply_to_status_id":222012135281143809,"retweeted":false,"truncated":false,"created_at":"Sun Jul 08 18:29:20 +0000 2012","coordinates":null,"geo":null,"contributors":null,"place":null,"favorited":false,"source":"<a href=\"http://itunes.apple.com/us/app/twitter/id409789998?mt=12\" rel=\"nofollow\">Twitter for Mac</a>","id":222034648631484416,"in_reply_to_status_id_str":"222012135281143809","id_str":"222034648631484416","in_reply_to_screen_name":"goldman","text":"@goldman You're near my home town! Say hi to Woodstock for me."},"profile_background_color":"000000","follow_request_sent":false,"location":"San Francisco"},{"id":14100886,"profile_background_image_url":"http://a0.twimg.com/images/themes/theme1/bg.png","profile_link_color":"0084B4","following":true,"default_profile":true,"utc_offset":-21600,"profile_use_background_image":true,"name":"Wynn Netherland","notifications":false,"contributors_enabled":false,"profile_text_color":"333333","geo_enabled":true,"id_str":"14100886","protected":false,"listed_count":358,"show_all_inline_media":true,"friends_count":3427,"profile_image_url":"http://a0.twimg.com/profile_images/2221455972/wynn-mic-bw_normal.jpg","profile_sidebar_border_color":"C0DEED","followers_count":5457,"description":"Christian, husband, father, GitHubber, Co-host of @thechangelog, Co-author of Sass, Compass, #CSS book http://wynn.fm/sass-meap","is_translator":false,"url":"http://wynnnetherland.com","screen_name":"pengwynn","profile_background_tile":false,"profile_image_url_https":"https://si0.twimg.com/profile_images/2221455972/wynn-mic-bw_normal.jpg","profile_sidebar_fill_color":"DDEEF6","created_at":"Sat Mar 08 16:34:22 +0000 2008","statuses_count":6940,"lang":"en","profile_background_image_url_https":"https://si0.twimg.com/images/themes/theme1/bg.png","verified":false,"time_zone":"Central Time (US & Canada)","default_profile_image":false,"favourites_count":192,"status":{"in_reply_to_user_id_str":"321401349","retweet_count":0,"in_reply_to_user_id":321401349,"in_reply_to_status_id":221694109407121409,"retweeted":false,"truncated":false,"created_at":"Sat Jul 07 20:33:19 +0000 2012","coordinates":null,"geo":null,"contributors":null,"place":null,"favorited":false,"source":"<a href=\"http://itunes.apple.com/us/app/twitter/id409789998?mt=12\" rel=\"nofollow\">Twitter for Mac</a>","id":221703464277917696,"in_reply_to_status_id_str":"221694109407121409","id_str":"221703464277917696","in_reply_to_screen_name":"akosmasoftware","text":"@akosmasoftware Sass book! @hcatlin @nex3 are the brains behind Sass. :-)"},"profile_background_color":"C0DEED","follow_request_sent":false,"location":"Denton, TX"}],"next_cursor":0,"previous_cursor":0,"next_cursor_str":"0","previous_cursor_str":"0"}
|
data/spec/list_spec.rb
CHANGED
|
@@ -154,7 +154,7 @@ ID,Description,Slug,Screen name,Created at,Members,Subscribers,Following,Mode,UR
|
|
|
154
154
|
@list.members("presidents")
|
|
155
155
|
expect($stdout.string).to eq <<-eos
|
|
156
156
|
ID,Since,Last tweeted at,Tweets,Favorites,Listed,Following,Followers,Screen name,Name,Verified,Bio,Status,Location,URL
|
|
157
|
-
14100886,2008-03-08 16:34:22 +0000,2012-07-07 20:33:19 +0000,6940,192,358,3427,5457,pengwynn,Wynn Netherland
|
|
157
|
+
14100886,2008-03-08 16:34:22 +0000,2012-07-07 20:33:19 +0000,6940,192,358,3427,5457,pengwynn,Wynn Netherland,false,"Christian, husband, father, GitHubber, Co-host of @thechangelog, Co-author of Sass, Compass, #CSS book http://wynn.fm/sass-meap",@akosmasoftware Sass book! @hcatlin @nex3 are the brains behind Sass. :-),"Denton, TX",http://wynnnetherland.com
|
|
158
158
|
7505382,2007-07-16 12:59:01 +0000,2012-07-08 18:29:20 +0000,7890,3755,118,212,2262,sferik,Erik Michaels-Ober,false,Vagabond.,@goldman You're near my home town! Say hi to Woodstock for me.,San Francisco,https://github.com/sferik
|
|
159
159
|
eos
|
|
160
160
|
end
|
|
@@ -355,7 +355,7 @@ ID Since Last tweeted at Tweets Favorites Listed Following...
|
|
|
355
355
|
If you are wondering how we computed the split bubbles: http://t.co/BcaqSs5u
|
|
356
356
|
|
|
357
357
|
\e[1m\e[33m @FakeDorsey\e[0m
|
|
358
|
-
|
|
358
|
+
"Write drunk. Edit sober."—Ernest Hemingway
|
|
359
359
|
|
|
360
360
|
\e[1m\e[33m @al3x\e[0m
|
|
361
361
|
RT @wcmaier: Better banking through better ops: build something new with us
|
|
@@ -439,7 +439,7 @@ ID Since Last tweeted at Tweets Favorites Listed Following...
|
|
|
439
439
|
If you are wondering how we computed the split bubbles: http://t.co/BcaqSs5u
|
|
440
440
|
|
|
441
441
|
@FakeDorsey
|
|
442
|
-
|
|
442
|
+
"Write drunk. Edit sober."—Ernest Hemingway
|
|
443
443
|
|
|
444
444
|
@al3x
|
|
445
445
|
RT @wcmaier: Better banking through better ops: build something new with us
|
|
@@ -524,7 +524,7 @@ ID Since Last tweeted at Tweets Favorites Listed Following...
|
|
|
524
524
|
If you are wondering how we computed the split bubbles: http://t.co/BcaqSs5u
|
|
525
525
|
|
|
526
526
|
@FakeDorsey
|
|
527
|
-
|
|
527
|
+
"Write drunk. Edit sober."—Ernest Hemingway
|
|
528
528
|
|
|
529
529
|
@al3x
|
|
530
530
|
RT @wcmaier: Better banking through better ops: build something new with us
|
|
@@ -605,7 +605,7 @@ ID Since Last tweeted at Tweets Favorites Listed Following...
|
|
|
605
605
|
If you are wondering how we computed the split bubbles: http://t.co/BcaqSs5u
|
|
606
606
|
|
|
607
607
|
\e[1m\e[33m @FakeDorsey\e[0m
|
|
608
|
-
|
|
608
|
+
"Write drunk. Edit sober."—Ernest Hemingway
|
|
609
609
|
|
|
610
610
|
\e[1m\e[33m @al3x\e[0m
|
|
611
611
|
RT @wcmaier: Better banking through better ops: build something new with us
|
|
@@ -667,7 +667,7 @@ ID,Posted at,Screen name,Text
|
|
|
667
667
|
244107823733174272,2012-09-07 16:20:15 +0000,codeforamerica,"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 @codeforamerica @TheaClay"
|
|
668
668
|
244107236262170624,2012-09-07 16:17:55 +0000,fbjork,"RT @jondot: Just published: ""Pragmatic Concurrency With #Ruby"" http://t.co/kGEykswZ /cc @JRuby @headius"
|
|
669
669
|
244106476048764928,2012-09-07 16:14:53 +0000,mbostock,If you are wondering how we computed the split bubbles: http://t.co/BcaqSs5u
|
|
670
|
-
244105599351148544,2012-09-07 16:11:24 +0000,FakeDorsey
|
|
670
|
+
244105599351148544,2012-09-07 16:11:24 +0000,FakeDorsey,"""Write drunk. Edit sober.""—Ernest Hemingway"
|
|
671
671
|
244104558433951744,2012-09-07 16:07:16 +0000,al3x,"RT @wcmaier: Better banking through better ops: build something new with us @Simplify (remote, PDX) http://t.co/8WgzKZH3"
|
|
672
672
|
244104146997870594,2012-09-07 16:05:38 +0000,calebelston,"We just announced Mosaic, what we've been working on since the Yobongo acquisition. My personal post, http://t.co/ELOyIRZU @heymosaic"
|
|
673
673
|
244103057175113729,2012-09-07 16:01:18 +0000,BarackObama,Donate $10 or more --> get your favorite car magnet: http://t.co/NfRhl2s2 #Obama2012
|
|
@@ -698,7 +698,7 @@ ID Posted at Screen name Text
|
|
|
698
698
|
244107823733174272 Sep 7 08:20 @codeforamerica RT @randomhacks: Going t...
|
|
699
699
|
244107236262170624 Sep 7 08:17 @fbjork RT @jondot: Just publish...
|
|
700
700
|
244106476048764928 Sep 7 08:14 @mbostock If you are wondering how...
|
|
701
|
-
244105599351148544 Sep 7 08:11 @FakeDorsey
|
|
701
|
+
244105599351148544 Sep 7 08:11 @FakeDorsey "Write drunk. Edit sober...
|
|
702
702
|
244104558433951744 Sep 7 08:07 @al3x RT @wcmaier: Better bank...
|
|
703
703
|
244104146997870594 Sep 7 08:05 @calebelston We just announced Mosaic...
|
|
704
704
|
244103057175113729 Sep 7 08:01 @BarackObama Donate $10 or more --> g...
|
|
@@ -729,7 +729,7 @@ ID Posted at Screen name Text
|
|
|
729
729
|
244103057175113729 Sep 7 08:01 @BarackObama Donate $10 or more --> g...
|
|
730
730
|
244104146997870594 Sep 7 08:05 @calebelston We just announced Mosaic...
|
|
731
731
|
244104558433951744 Sep 7 08:07 @al3x RT @wcmaier: Better bank...
|
|
732
|
-
244105599351148544 Sep 7 08:11 @FakeDorsey
|
|
732
|
+
244105599351148544 Sep 7 08:11 @FakeDorsey "Write drunk. Edit sober...
|
|
733
733
|
244106476048764928 Sep 7 08:14 @mbostock If you are wondering how...
|
|
734
734
|
244107236262170624 Sep 7 08:17 @fbjork RT @jondot: Just publish...
|
|
735
735
|
244107823733174272 Sep 7 08:20 @codeforamerica RT @randomhacks: Going t...
|
data/spec/search_spec.rb
CHANGED
|
@@ -92,11 +92,11 @@ describe T::Search do
|
|
|
92
92
|
La lettera di Obama sui genitori gay http://t.co/dmFkfbgG
|
|
93
93
|
|
|
94
94
|
\e[1m\e[33m @NickLoveSlayer\e[0m
|
|
95
|
-
RT @NewsMCyrus:
|
|
95
|
+
RT @NewsMCyrus: Despues De que gano Obama las elecciones, empezo a sonar
|
|
96
96
|
Party In The U.S.A de Miley Cyrus en la casa blanca
|
|
97
97
|
|
|
98
98
|
\e[1m\e[33m @Ch_pavon17\e[0m
|
|
99
|
-
RT @PrincipeWilli: -Hoy me
|
|
99
|
+
RT @PrincipeWilli: -Hoy me desperte bien electo. -Jajaja, pinche Obama, eres
|
|
100
100
|
un desmadre..
|
|
101
101
|
|
|
102
102
|
\e[1m\e[33m @weeki1\e[0m
|
|
@@ -110,7 +110,7 @@ describe T::Search do
|
|
|
110
110
|
RT @dwiskus: Obama played OHIO to win 26-24. http://t.co/CEW5XMtc
|
|
111
111
|
|
|
112
112
|
\e[1m\e[33m @Moondances_\e[0m
|
|
113
|
-
RT @_pedropenna: OBAMA teve o tweet mais retweetado da
|
|
113
|
+
RT @_pedropenna: OBAMA teve o tweet mais retweetado da historia ai e obvio
|
|
114
114
|
que as fãs do justin vão falar: VAMOS BATER ESSE
|
|
115
115
|
RECORDDDDDDDDDDDDDDDDDDDDDDDDDDDD
|
|
116
116
|
|
|
@@ -179,8 +179,8 @@ describe T::Search do
|
|
|
179
179
|
like they just got out of church. Obama's look like they're out on parole.
|
|
180
180
|
|
|
181
181
|
\e[1m\e[33m @pabloirossi\e[0m
|
|
182
|
-
Obama, ante el precipicio fiscal:
|
|
183
|
-
http://t.co/m5Q6O0lq
|
|
182
|
+
Obama, ante el precipicio fiscal: "Tengo mi boligrafo listo para firmar"
|
|
183
|
+
http://t.co/m5Q6O0lq via @expansioncom
|
|
184
184
|
|
|
185
185
|
\e[1m\e[33m @mermaid6590\e[0m
|
|
186
186
|
@LeslieMHooper I think Obama and Chris Christie are having an affair! LMAO!!!
|
|
@@ -189,7 +189,7 @@ describe T::Search do
|
|
|
189
189
|
RT @SAMhOes: Lmao #Obama http://t.co/uxLqQ8zq
|
|
190
190
|
|
|
191
191
|
\e[1m\e[33m @soso2583\e[0m
|
|
192
|
-
RT @20Minutes: Pour Obama, les
|
|
192
|
+
RT @20Minutes: Pour Obama, les Americains les plus riches doivent payer plus
|
|
193
193
|
d'impôts http://t.co/PiZXc0Ty
|
|
194
194
|
|
|
195
195
|
\e[1m\e[33m @desertkev\e[0m
|
|
@@ -211,7 +211,7 @@ describe T::Search do
|
|
|
211
211
|
|
|
212
212
|
\e[1m\e[33m @Evilazio\e[0m
|
|
213
213
|
Obama "decepciona" mercados. Idiotice! Os mercados estão sendo movidos pela
|
|
214
|
-
China, que retoma crescimento.
|
|
214
|
+
China, que retoma crescimento. So os ricos estão preocupados.
|
|
215
215
|
|
|
216
216
|
\e[1m\e[33m @carolynedgar\e[0m
|
|
217
217
|
@GoAngelo let's just speculate that Petraeus was having an affair WITH Obama
|
|
@@ -219,7 +219,7 @@ describe T::Search do
|
|
|
219
219
|
|
|
220
220
|
\e[1m\e[33m @bob_mor\e[0m
|
|
221
221
|
RT @NoticiasCaracol: Obama acepta renuncia del director de la CIA, que deja
|
|
222
|
-
el cargo tras reconocer que tuvo
|
|
222
|
+
el cargo tras reconocer que tuvo relacion extramatrimonial
|
|
223
223
|
http://t.co/uU6j0p7q
|
|
224
224
|
|
|
225
225
|
\e[1m\e[33m @NotBarack\e[0m
|
|
@@ -250,7 +250,7 @@ describe T::Search do
|
|
|
250
250
|
four years." 2 years Dave, 2 years.
|
|
251
251
|
|
|
252
252
|
\e[1m\e[33m @shetrulylovedya\e[0m
|
|
253
|
-
|
|
253
|
+
ate o obama e a familia dançam o gangnam style...
|
|
254
254
|
|
|
255
255
|
\e[1m\e[33m @r9mcgon\e[0m
|
|
256
256
|
RT @Mike_hugs: Nixon +Kissinger tested the theory that if you bomb a country
|
|
@@ -319,8 +319,8 @@ describe T::Search do
|
|
|
319
319
|
People who like the snow also voted for Obama.
|
|
320
320
|
|
|
321
321
|
\e[1m\e[33m @tbest\e[0m
|
|
322
|
-
Awesome.
|
|
323
|
-
http://t.co/D2eP8EKy
|
|
322
|
+
Awesome. "@daringfireball: 'Obama Played OHIO to Win 26-24':
|
|
323
|
+
http://t.co/D2eP8EKy"
|
|
324
324
|
|
|
325
325
|
\e[1m\e[33m @ibtxhis_SaMone\e[0m
|
|
326
326
|
RT @WeirdFact: President Obama was known to be heavy marijuana smoker in his
|
|
@@ -350,13 +350,13 @@ describe T::Search do
|
|
|
350
350
|
http://t.co/aCMvGeUr
|
|
351
351
|
|
|
352
352
|
\e[1m\e[33m @crazyinms\e[0m
|
|
353
|
-
RT @Clickman8: I
|
|
353
|
+
RT @Clickman8: I'm sure PUTIN, HUGO,CASTRO & AhMADinejad are thrilled over
|
|
354
354
|
the outcome of the Election! OBAMA fits quite nicely in2 their Circle of
|
|
355
355
|
Friends
|
|
356
356
|
|
|
357
357
|
\e[1m\e[33m @JaeGun_LaoLin\e[0m
|
|
358
358
|
RT @Kennyment: POURQUOI VOUS INVENTEZ DES PAIRINGS COMME ÇA ? LE PIRE QUE
|
|
359
|
-
J'AI VU DE TOUTE MA VIE C'
|
|
359
|
+
J'AI VU DE TOUTE MA VIE C'ETAIT OBATAE. OBAMA/TAEMIN.
|
|
360
360
|
|
|
361
361
|
\e[1m\e[33m @borealizz\e[0m
|
|
362
362
|
RT @utaustinliberal: Jake Tapper demands Carney release a tick-tock of where
|
|
@@ -368,7 +368,7 @@ describe T::Search do
|
|
|
368
368
|
"Obama's supporters waiting for their handouts" lmfao I can't.
|
|
369
369
|
|
|
370
370
|
\e[1m\e[33m @maxD_ooUt\e[0m
|
|
371
|
-
|
|
371
|
+
"@JennaNanci: My family is fucked because Obama is the president." Join the
|
|
372
372
|
club
|
|
373
373
|
|
|
374
374
|
\e[1m\e[33m @KacyleneS\e[0m
|
|
@@ -380,7 +380,7 @@ describe T::Search do
|
|
|
380
380
|
fewer rights in our socialist future even if Romney had
|
|
381
381
|
|
|
382
382
|
\e[1m\e[33m @MuslimGeezer\e[0m
|
|
383
|
-
Aung San Suu Kyi initially opposed Obama
|
|
383
|
+
Aung San Suu Kyi initially opposed Obama's Burma trip http://t.co/rntYv65C
|
|
384
384
|
|
|
385
385
|
\e[1m\e[33m @MDiPasquale1999\e[0m
|
|
386
386
|
@MarciaCM1 @royparrish of course Obama accepted his resignation because he
|
|
@@ -392,12 +392,12 @@ describe T::Search do
|
|
|
392
392
|
http://t.co/YDHgzwFE
|
|
393
393
|
|
|
394
394
|
\e[1m\e[33m @CriticalMassTX\e[0m
|
|
395
|
-
RT @thinkprogress: The 6 best overreactions to Obama
|
|
395
|
+
RT @thinkprogress: The 6 best overreactions to Obama's win. watch Glenn
|
|
396
396
|
Beck's rant. spooky shit http://t.co/sZfQkkLd via @ARStrasser #icymi
|
|
397
397
|
|
|
398
398
|
\e[1m\e[33m @cobe001001\e[0m
|
|
399
|
-
RT @whitehouse: President Obama: "I
|
|
400
|
-
challenges. But I refuse to accept any approach that isn
|
|
399
|
+
RT @whitehouse: President Obama: "I'm committed to solving our fiscal
|
|
400
|
+
challenges. But I refuse to accept any approach that isn't balanced."
|
|
401
401
|
|
|
402
402
|
\e[1m\e[33m @MeganPanatier\e[0m
|
|
403
403
|
City of Obama to invite Obama to Japan - The Tokyo Times http://t.co/1SwafGOM
|
|
@@ -449,13 +449,13 @@ ID,Posted at,Screen name,Text
|
|
|
449
449
|
267024749979373568,2012-11-09 22:03:56 +0000,OD_Worrell,RT @AP: White House says #Obama will travel to New York on Thursday to view recovery efforts from Superstorm Sandy: http://t.co/MCS6MceM
|
|
450
450
|
267024749622865921,2012-11-09 22:03:56 +0000,LathamChalaGrp,Obama Hangs Tough on the Fiscal Cliff His speech increases the likelihood that negotiations will drag on well into 2013
|
|
451
451
|
267024749501218817,2012-11-09 22:03:56 +0000,sesto09,La lettera di Obama sui genitori gay http://t.co/dmFkfbgG
|
|
452
|
-
267024748779819009,2012-11-09 22:03:55 +0000,NickLoveSlayer,"RT @NewsMCyrus:
|
|
453
|
-
267024748536541185,2012-11-09 22:03:55 +0000,Ch_pavon17,"RT @PrincipeWilli: -Hoy me
|
|
452
|
+
267024748779819009,2012-11-09 22:03:55 +0000,NickLoveSlayer,"RT @NewsMCyrus: Despues De que gano Obama las elecciones, empezo a sonar Party In The U.S.A de Miley Cyrus en la casa blanca"
|
|
453
|
+
267024748536541185,2012-11-09 22:03:55 +0000,Ch_pavon17,"RT @PrincipeWilli: -Hoy me desperte bien electo.
|
|
454
454
|
-Jajaja, pinche Obama, eres un desmadre.."
|
|
455
455
|
267024746821058560,2012-11-09 22:03:55 +0000,weeki1,RT @jjauthor: #Navy names newest ship - USS Barack Obama #GoNavy http://t.co/F6PGNTjX
|
|
456
456
|
267024746724605952,2012-11-09 22:03:55 +0000,LugosLove,"Wow, Obama Started Crying While He Was Giving A Speech To His Campaign Staff"
|
|
457
457
|
267024746389061633,2012-11-09 22:03:55 +0000,jbrons,RT @dwiskus: Obama played OHIO to win 26-24. http://t.co/CEW5XMtc
|
|
458
|
-
267024746372268032,2012-11-09 22:03:55 +0000,Moondances_,RT @_pedropenna: OBAMA teve o tweet mais retweetado da
|
|
458
|
+
267024746372268032,2012-11-09 22:03:55 +0000,Moondances_,RT @_pedropenna: OBAMA teve o tweet mais retweetado da historia ai e obvio que as fãs do justin vão falar: VAMOS BATER ESSE RECORDDDDDDDDDDDDDDDDDDDDDDDDDDDD
|
|
459
459
|
267024745642463233,2012-11-09 22:03:55 +0000,matthew_austin4,"No, I will not shut up. I don't like Obama. I will continue to tweet my mind."
|
|
460
460
|
267024745546014720,2012-11-09 22:03:55 +0000,FreebirdForever,"RT @Bobprintdoc: @vickikellar vicki your overdrawn on your Obama bashing account please insert 16,000,000,000,000 dollars or whatever the national debt is"
|
|
461
461
|
267024744673587201,2012-11-09 22:03:54 +0000,_WHOOPdefckindo,"RT @RiIeyJokess: ME: who you voting for?
|
|
@@ -478,18 +478,18 @@ http://t.co/erdKx6HD"
|
|
|
478
478
|
267024738906431490,2012-11-09 22:03:53 +0000,vcAraceli,RT @jusxy: Obama what's my name? Obama what's my name? OBAMA what's my name? what's my name? .... #OBALIEN what's my name
|
|
479
479
|
267024738575065089,2012-11-09 22:03:53 +0000,notsoslimshadys,RT @harrynstuff: I bet one day stalker sarah stalks her way into the white house she'll just take a picture from Obama's bedroom
|
|
480
480
|
267024738478600192,2012-11-09 22:03:53 +0000,ThinksLogical,RT @dlb703: The difference between Romney and Obama supporters? Romney's look like they just got out of church. Obama's look like they're out on parole.
|
|
481
|
-
267024737937547264,2012-11-09 22:03:53 +0000,pabloirossi,"Obama, ante el precipicio fiscal:
|
|
481
|
+
267024737937547264,2012-11-09 22:03:53 +0000,pabloirossi,"Obama, ante el precipicio fiscal: ""Tengo mi boligrafo listo para firmar"" http://t.co/m5Q6O0lq via @expansioncom"
|
|
482
482
|
267024737794945024,2012-11-09 22:03:53 +0000,mermaid6590,@LeslieMHooper I think Obama and Chris Christie are having an affair! LMAO!!!
|
|
483
483
|
267024737706840064,2012-11-09 22:03:53 +0000,n_mariee3,RT @SAMhOes: Lmao #Obama http://t.co/uxLqQ8zq
|
|
484
|
-
267024737354534912,2012-11-09 22:03:53 +0000,soso2583,"RT @20Minutes: Pour Obama, les
|
|
484
|
+
267024737354534912,2012-11-09 22:03:53 +0000,soso2583,"RT @20Minutes: Pour Obama, les Americains les plus riches doivent payer plus d'impôts http://t.co/PiZXc0Ty"
|
|
485
485
|
267024736968667136,2012-11-09 22:03:53 +0000,desertkev,@k_m_allan I'm more about #Obama being banished.
|
|
486
486
|
267024736373063680,2012-11-09 22:03:52 +0000,blakecallaway,yo why did obama have to win
|
|
487
487
|
267024736108818432,2012-11-09 22:03:52 +0000,AlondraMiaa,"RT @FaithOn1D: ""Las hijas de Obama conocieron a los Jonas, a Justin Bieber y ahora conocerán a One Direction"" @BarackObama ¡HOLA PAPIIIIIIIIIII!"
|
|
488
488
|
267024735878119424,2012-11-09 22:03:52 +0000,4iHD,"Szef CIA zrezygnował przez romans. Obama ""trzyma kciuki za niego i żonę"" http://t.co/XiPB0RSW"
|
|
489
489
|
267024735450324993,2012-11-09 22:03:52 +0000,fcukjessi,RT @JosieNelson7: Obama yeehaw http://t.co/DJxtDlAk
|
|
490
|
-
267024735156703232,2012-11-09 22:03:52 +0000,Evilazio,"Obama ""decepciona"" mercados. Idiotice! Os mercados estão sendo movidos pela China, que retoma crescimento.
|
|
490
|
+
267024735156703232,2012-11-09 22:03:52 +0000,Evilazio,"Obama ""decepciona"" mercados. Idiotice! Os mercados estão sendo movidos pela China, que retoma crescimento. So os ricos estão preocupados."
|
|
491
491
|
267024734628233218,2012-11-09 22:03:52 +0000,carolynedgar,@GoAngelo let's just speculate that Petraeus was having an affair WITH Obama and they conspired during pillow talk to cover up Benghazi.
|
|
492
|
-
267024734481440769,2012-11-09 22:03:52 +0000,bob_mor,"RT @NoticiasCaracol: Obama acepta renuncia del director de la CIA, que deja el cargo tras reconocer que tuvo
|
|
492
|
+
267024734481440769,2012-11-09 22:03:52 +0000,bob_mor,"RT @NoticiasCaracol: Obama acepta renuncia del director de la CIA, que deja el cargo tras reconocer que tuvo relacion extramatrimonial http://t.co/uU6j0p7q"
|
|
493
493
|
267024734464651264,2012-11-09 22:03:52 +0000,NotBarack,FEMA Failed/Obama Hailed #Sandy #tcot #obama
|
|
494
494
|
267024733319598080,2012-11-09 22:03:52 +0000,georgiaokeeffex,Obama
|
|
495
495
|
267024733189582849,2012-11-09 22:03:52 +0000,LLW83,"RT @TheDailyEdge: Obama has a mandate to raise taxes on top 2% to Clinton-era levels. To stop him, the ""anti-tax"" GOP will raise taxes on 100% of us #insanity"
|
|
@@ -497,7 +497,7 @@ http://t.co/erdKx6HD"
|
|
|
497
497
|
267024732984053761,2012-11-09 22:03:52 +0000,ASyrupp,@realDonaldTrump hey idiot-obama won pop. vote&electoral. What's the baby with the toupee crying bout? U Deleted revolution tweet? Coward
|
|
498
498
|
267024732984053760,2012-11-09 22:03:52 +0000,JConason,RT @HuffingtonPost: CEO who forced workers to attend Romney rally now promises layoffs http://t.co/nZ15MB9x
|
|
499
499
|
267024732812095488,2012-11-09 22:03:52 +0000,hwain_96,"RT @_Ken_barlow_: Cameron: ""I look forward to working with Obama for the next four years."" 2 years Dave, 2 years."
|
|
500
|
-
267024731352481792,2012-11-09 22:03:51 +0000,shetrulylovedya,
|
|
500
|
+
267024731352481792,2012-11-09 22:03:51 +0000,shetrulylovedya,ate o obama e a familia dançam o gangnam style...
|
|
501
501
|
267024731193110528,2012-11-09 22:03:51 +0000,r9mcgon,RT @Mike_hugs: Nixon +Kissinger tested the theory that if you bomb a country and risk no U.S. lives the anti-war movement fizzles. Obama proved it correct.
|
|
502
502
|
267024729980928000,2012-11-09 22:03:51 +0000,skew11,RT @RepJeffDuncan: 102 miners laid off in Utah as a direct result of President Obama's policies. http://t.co/35lZ7Zmv
|
|
503
503
|
267024729972568065,2012-11-09 22:03:51 +0000,ayyuradita,Congratulation for barack obama [pic] — http://t.co/OJy8DE6T
|
|
@@ -516,7 +516,7 @@ http://t.co/erdKx6HD"
|
|
|
516
516
|
267024724792590336,2012-11-09 22:03:50 +0000,leenpaape,RT @TheEconomist: Video: Barack Obama looks ahead to four more years and China reveals its next leaders http://t.co/qpho3KlS
|
|
517
517
|
267024724574474241,2012-11-09 22:03:50 +0000,Timmermanscm,"RT @__Wieke__: Net als in Nederland, toch?! @NOS: Obama: rijken moeten meer belasting betalen http://t.co/gDEN4urK"""
|
|
518
518
|
267024723769176064,2012-11-09 22:03:49 +0000,ColeMurdock24,People who like the snow also voted for Obama.
|
|
519
|
-
267024723211333632,2012-11-09 22:03:49 +0000,tbest,Awesome.
|
|
519
|
+
267024723211333632,2012-11-09 22:03:49 +0000,tbest,"Awesome. ""@daringfireball: 'Obama Played OHIO to Win 26-24': http://t.co/D2eP8EKy"""
|
|
520
520
|
267024723005808640,2012-11-09 22:03:49 +0000,ibtxhis_SaMone,"RT @WeirdFact: President Obama was known to be heavy marijuana smoker in his teen and college days. His nickname used to be ""Barack Oganja""."
|
|
521
521
|
267024722540244992,2012-11-09 22:03:49 +0000,alejandrita_lm,"RT @VaneEscobarR: Las hijas de Obama conocieron a los Jonas, a Justin y consiguieron primera fila para ver a One Direction ¡OBAMA ADOPTAME!"
|
|
522
522
|
267024721495879680,2012-11-09 22:03:49 +0000,stewie64,"RT @DanRiehl: How does this work, anyway? Does the media let Obama vet it's questions for everyone?"
|
|
@@ -524,18 +524,18 @@ http://t.co/erdKx6HD"
|
|
|
524
524
|
267024720321458176,2012-11-09 22:03:49 +0000,DayKadence,RT @Frances_D: Pundit Press: What Luck! Obama Won Dozens of Cleveland Districts... http://t.co/xwWpcpAV
|
|
525
525
|
267024719470002176,2012-11-09 22:03:48 +0000,Mel_DaOne_,"Nah, that ain't right RT @julieisthatcool: I'll fuck Obama wife"
|
|
526
526
|
267024719272878080,2012-11-09 22:03:48 +0000,Aslans_Girl,Pundit Press: What Luck! Obama Won Dozens of Cleveland Districts... http://t.co/aCMvGeUr
|
|
527
|
-
267024719138660352,2012-11-09 22:03:48 +0000,crazyinms,"RT @Clickman8: I
|
|
528
|
-
267024717301555200,2012-11-09 22:03:48 +0000,JaeGun_LaoLin,RT @Kennyment: POURQUOI VOUS INVENTEZ DES PAIRINGS COMME ÇA ? LE PIRE QUE J'AI VU DE TOUTE MA VIE C'
|
|
527
|
+
267024719138660352,2012-11-09 22:03:48 +0000,crazyinms,"RT @Clickman8: I'm sure PUTIN, HUGO,CASTRO & AhMADinejad are thrilled over the outcome of the Election! OBAMA fits quite nicely in2 their Circle of Friends"
|
|
528
|
+
267024717301555200,2012-11-09 22:03:48 +0000,JaeGun_LaoLin,RT @Kennyment: POURQUOI VOUS INVENTEZ DES PAIRINGS COMME ÇA ? LE PIRE QUE J'AI VU DE TOUTE MA VIE C'ETAIT OBATAE. OBAMA/TAEMIN.
|
|
529
529
|
267024717028941824,2012-11-09 22:03:48 +0000,borealizz,RT @utaustinliberal: Jake Tapper demands Carney release a tick-tock of where Pres. Obama was during the Benghazi attack. Shorter Carney: Who the f**k are you?
|
|
530
530
|
267024716429139968,2012-11-09 22:03:48 +0000,justessheather,"My uncle posted a picture on facebook of seagulls on a shore and said it was ""Obama's supporters waiting for their handouts"" lmfao I can't."
|
|
531
|
-
267024716362031105,2012-11-09 22:03:48 +0000,maxD_ooUt
|
|
531
|
+
267024716362031105,2012-11-09 22:03:48 +0000,maxD_ooUt,"""@JennaNanci: My family is fucked because Obama is the president."" Join the club"
|
|
532
532
|
267024716181696512,2012-11-09 22:03:48 +0000,KacyleneS,RT @ArsheanaLaNesha: White gyrls yall fucking black nigghas so stop riding OBAMA DICK DAMN
|
|
533
533
|
267024714717884416,2012-11-09 22:03:47 +0000,Imercuryinfo,"I uploaded a @YouTube video http://t.co/BgQkRT5u 9% Inflation, Obama Care, fewer rights in our socialist future even if Romney had"
|
|
534
|
-
267024714566885376,2012-11-09 22:03:47 +0000,MuslimGeezer,Aung San Suu Kyi initially opposed Obama
|
|
534
|
+
267024714566885376,2012-11-09 22:03:47 +0000,MuslimGeezer,Aung San Suu Kyi initially opposed Obama's Burma trip http://t.co/rntYv65C
|
|
535
535
|
267024714407493632,2012-11-09 22:03:47 +0000,MDiPasquale1999,"@MarciaCM1 @royparrish of course Obama accepted his resignation because he wrote his ""resignation."""
|
|
536
536
|
267024713979662336,2012-11-09 22:03:47 +0000,TigerBaby84,"RT @BreitbartNews: Obama: No Deal Without Tax Hikes: The lines are now set for the battle over the fiscal cliff. The fiscal cliff, ... http://t.co/YDHgzwFE"
|
|
537
|
-
267024713883193344,2012-11-09 22:03:47 +0000,CriticalMassTX,RT @thinkprogress: The 6 best overreactions to Obama
|
|
538
|
-
267024713161781250,2012-11-09 22:03:47 +0000,cobe001001,"RT @whitehouse: President Obama: ""I
|
|
537
|
+
267024713883193344,2012-11-09 22:03:47 +0000,CriticalMassTX,RT @thinkprogress: The 6 best overreactions to Obama's win. watch Glenn Beck's rant. spooky shit http://t.co/sZfQkkLd via @ARStrasser #icymi
|
|
538
|
+
267024713161781250,2012-11-09 22:03:47 +0000,cobe001001,"RT @whitehouse: President Obama: ""I'm committed to solving our fiscal challenges. But I refuse to accept any approach that isn't balanced."""
|
|
539
539
|
267024713157578752,2012-11-09 22:03:47 +0000,MeganPanatier,City of Obama to invite Obama to Japan - The Tokyo Times http://t.co/1SwafGOM via @TheTokyoTimes
|
|
540
540
|
267024712977219584,2012-11-09 22:03:47 +0000,Katie_janca,RT @140elect: Hillary Clinton has said for years she wont serve in Obama's second term. Now if/when she resigns #Benghazi conspiracists will go crazy.
|
|
541
541
|
267024712549400576,2012-11-09 22:03:47 +0000,Linapooh1,Sumbody had to do it!! The Obama Car! http://t.co/NLSrOT4A
|
|
@@ -582,7 +582,7 @@ ID Posted at Screen name Text
|
|
|
582
582
|
267024749979373568 Nov 9 14:03 @OD_Worrell RT @AP: White House says ...
|
|
583
583
|
267024749622865921 Nov 9 14:03 @LathamChalaGrp Obama Hangs Tough on the ...
|
|
584
584
|
267024749501218817 Nov 9 14:03 @sesto09 La lettera di Obama sui g...
|
|
585
|
-
267024748779819009 Nov 9 14:03 @NickLoveSlayer RT @NewsMCyrus:
|
|
585
|
+
267024748779819009 Nov 9 14:03 @NickLoveSlayer RT @NewsMCyrus: Despues D...
|
|
586
586
|
267024748536541185 Nov 9 14:03 @Ch_pavon17 RT @PrincipeWilli: -Hoy m...
|
|
587
587
|
267024746821058560 Nov 9 14:03 @weeki1 RT @jjauthor: #Navy names...
|
|
588
588
|
267024746724605952 Nov 9 14:03 @LugosLove Wow, Obama Started Crying...
|
|
@@ -623,7 +623,7 @@ ID Posted at Screen name Text
|
|
|
623
623
|
267024732984053761 Nov 9 14:03 @ASyrupp @realDonaldTrump hey idio...
|
|
624
624
|
267024732984053760 Nov 9 14:03 @JConason RT @HuffingtonPost: CEO w...
|
|
625
625
|
267024732812095488 Nov 9 14:03 @hwain_96 RT @_Ken_barlow_: Cameron...
|
|
626
|
-
267024731352481792 Nov 9 14:03 @shetrulylovedya
|
|
626
|
+
267024731352481792 Nov 9 14:03 @shetrulylovedya ate o obama e a familia d...
|
|
627
627
|
267024731193110528 Nov 9 14:03 @r9mcgon RT @Mike_hugs: Nixon +Kis...
|
|
628
628
|
267024729980928000 Nov 9 14:03 @skew11 RT @RepJeffDuncan: 102 mi...
|
|
629
629
|
267024729972568065 Nov 9 14:03 @ayyuradita Congratulation for barack...
|
|
@@ -641,7 +641,7 @@ ID Posted at Screen name Text
|
|
|
641
641
|
267024724792590336 Nov 9 14:03 @leenpaape RT @TheEconomist: Video: ...
|
|
642
642
|
267024724574474241 Nov 9 14:03 @Timmermanscm RT @__Wieke__: Net als in...
|
|
643
643
|
267024723769176064 Nov 9 14:03 @ColeMurdock24 People who like the snow ...
|
|
644
|
-
267024723211333632 Nov 9 14:03 @tbest Awesome.
|
|
644
|
+
267024723211333632 Nov 9 14:03 @tbest Awesome. "@daringfireball...
|
|
645
645
|
267024723005808640 Nov 9 14:03 @ibtxhis_SaMone RT @WeirdFact: President ...
|
|
646
646
|
267024722540244992 Nov 9 14:03 @alejandrita_lm RT @VaneEscobarR: Las hij...
|
|
647
647
|
267024721495879680 Nov 9 14:03 @stewie64 RT @DanRiehl: How does th...
|
|
@@ -649,11 +649,11 @@ ID Posted at Screen name Text
|
|
|
649
649
|
267024720321458176 Nov 9 14:03 @DayKadence RT @Frances_D: Pundit Pre...
|
|
650
650
|
267024719470002176 Nov 9 14:03 @Mel_DaOne_ Nah, that ain't right RT ...
|
|
651
651
|
267024719272878080 Nov 9 14:03 @Aslans_Girl Pundit Press: What Luck! ...
|
|
652
|
-
267024719138660352 Nov 9 14:03 @crazyinms RT @Clickman8: I
|
|
652
|
+
267024719138660352 Nov 9 14:03 @crazyinms RT @Clickman8: I'm sure P...
|
|
653
653
|
267024717301555200 Nov 9 14:03 @JaeGun_LaoLin RT @Kennyment: POURQUOI V...
|
|
654
654
|
267024717028941824 Nov 9 14:03 @borealizz RT @utaustinliberal: Jake...
|
|
655
655
|
267024716429139968 Nov 9 14:03 @justessheather My uncle posted a picture...
|
|
656
|
-
267024716362031105 Nov 9 14:03 @maxD_ooUt
|
|
656
|
+
267024716362031105 Nov 9 14:03 @maxD_ooUt "@JennaNanci: My family i...
|
|
657
657
|
267024716181696512 Nov 9 14:03 @KacyleneS RT @ArsheanaLaNesha: Whit...
|
|
658
658
|
267024714717884416 Nov 9 14:03 @Imercuryinfo I uploaded a @YouTube vid...
|
|
659
659
|
267024714566885376 Nov 9 14:03 @MuslimGeezer Aung San Suu Kyi initiall...
|
|
@@ -1308,7 +1308,7 @@ ID Posted at Screen name Text
|
|
|
1308
1308
|
@search.users("Erik")
|
|
1309
1309
|
expect($stdout.string).to eq <<-eos
|
|
1310
1310
|
ID,Since,Last tweeted at,Tweets,Favorites,Listed,Following,Followers,Screen name,Name,Verified,Bio,Status,Location,URL
|
|
1311
|
-
14100886,2008-03-08 16:34:22 +0000,2012-07-07 20:33:19 +0000,6940,192,358,3427,5457,pengwynn,Wynn Netherland
|
|
1311
|
+
14100886,2008-03-08 16:34:22 +0000,2012-07-07 20:33:19 +0000,6940,192,358,3427,5457,pengwynn,Wynn Netherland,false,"Christian, husband, father, GitHubber, Co-host of @thechangelog, Co-author of Sass, Compass, #CSS book http://wynn.fm/sass-meap",@akosmasoftware Sass book! @hcatlin @nex3 are the brains behind Sass. :-),"Denton, TX",http://wynnnetherland.com
|
|
1312
1312
|
7505382,2007-07-16 12:59:01 +0000,2012-07-08 18:29:20 +0000,7890,3755,118,212,2262,sferik,Erik Michaels-Ober,false,Vagabond.,@goldman You're near my home town! Say hi to Woodstock for me.,San Francisco,https://github.com/sferik
|
|
1313
1313
|
eos
|
|
1314
1314
|
end
|