t 1.7.0 → 1.7.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (47) hide show
  1. data.tar.gz.sig +2 -0
  2. data/LICENSE.md +1 -1
  3. data/README.md +28 -20
  4. data/lib/t/requestable.rb +1 -1
  5. data/lib/t/version.rb +1 -1
  6. data/spec/cli_spec.rb +18 -18
  7. data/spec/fixtures/200_direct_messages.json +1 -27054
  8. data/spec/fixtures/200_statuses.json +1 -1
  9. data/spec/fixtures/501_ids.json +1 -509
  10. data/spec/fixtures/501_users_list.json +1 -17543
  11. data/spec/fixtures/direct_message.json +1 -80
  12. data/spec/fixtures/direct_messages.json +1 -802
  13. data/spec/fixtures/empty_cursor.json +1 -7
  14. data/spec/fixtures/favorites.json +1 -1099
  15. data/spec/fixtures/followers_ids.json +1 -10
  16. data/spec/fixtures/friends_ids.json +1 -9
  17. data/spec/fixtures/gem.json +1 -61
  18. data/spec/fixtures/list.json +1 -54
  19. data/spec/fixtures/lists.json +1 -1
  20. data/spec/fixtures/locations.json +1 -57
  21. data/spec/fixtures/not_found.json +1 -4
  22. data/spec/fixtures/rate_limit_status.json +1 -6
  23. data/spec/fixtures/recommendations.json +1 -364
  24. data/spec/fixtures/retweet.json +1 -112
  25. data/spec/fixtures/search.json +1 -1
  26. data/spec/fixtures/search_with_entities.json +1 -1
  27. data/spec/fixtures/settings.json +1 -30
  28. data/spec/fixtures/sferik.json +1 -60
  29. data/spec/fixtures/status.json +1 -109
  30. data/spec/fixtures/status_no_attributes.json +1 -104
  31. data/spec/fixtures/status_no_country.json +1 -102
  32. data/spec/fixtures/status_no_full_name.json +1 -101
  33. data/spec/fixtures/status_no_locality.json +1 -107
  34. data/spec/fixtures/status_no_place.json +1 -72
  35. data/spec/fixtures/status_no_street_address.json +1 -108
  36. data/spec/fixtures/status_with_mention.json +1 -1
  37. data/spec/fixtures/statuses.json +1 -1
  38. data/spec/fixtures/trends.json +1 -35
  39. data/spec/fixtures/users.json +1 -122
  40. data/spec/fixtures/users_list.json +1 -128
  41. data/spec/list_spec.rb +8 -8
  42. data/spec/search_spec.rb +39 -39
  43. data/t.gemspec +8 -3
  44. metadata +85 -46
  45. metadata.gz.sig +2 -0
  46. data/spec/fixtures/false.json +0 -1
  47. data/spec/fixtures/true.json +0 -1
@@ -1,112 +1 @@
1
- {
2
- "retweeted_status": {
3
- "place": null,
4
- "retweet_count": null,
5
- "geo": null,
6
- "retweeted": false,
7
- "in_reply_to_status_id": null,
8
- "source": "<a href=\"http://twitter.com/\" rel=\"nofollow\">Twitter for iPhone</a>",
9
- "truncated": false,
10
- "in_reply_to_status_id_str": null,
11
- "created_at": "Sun Oct 24 03:46:25 +0000 2010",
12
- "in_reply_to_user_id": null,
13
- "favorited": false,
14
- "in_reply_to_user_id_str": null,
15
- "user": {
16
- "geo_enabled": false,
17
- "time_zone": "Eastern Time (US & Canada)",
18
- "description": "Raconteur.",
19
- "profile_sidebar_fill_color": "dddddd",
20
- "followers_count": 91398,
21
- "verified": false,
22
- "notifications": false,
23
- "follow_request_sent": false,
24
- "profile_use_background_image": false,
25
- "profile_sidebar_border_color": "5d5d5d",
26
- "url": "http://daringfireball.net",
27
- "profile_background_image_url": "http://a3.twimg.com/profile_background_images/3150433/Rumsfeld__Kissinger__Nixon_at_1974_NATO_meeting.jpg",
28
- "lang": "en",
29
- "created_at": "Fri Dec 01 02:52:40 +0000 2006",
30
- "profile_background_color": "5D5D5D",
31
- "location": "Philadelphia",
32
- "listed_count": 5095,
33
- "profile_background_tile": false,
34
- "friends_count": 452,
35
- "protected": false,
36
- "profile_image_url": "http://a3.twimg.com/profile_images/546338003/gruber-sxsw-final_normal.png",
37
- "statuses_count": 10488,
38
- "profile_text_color": "000000",
39
- "name": "John Gruber",
40
- "show_all_inline_media": false,
41
- "following": true,
42
- "favourites_count": 8601,
43
- "screen_name": "gruber",
44
- "id": 33423,
45
- "id_str": "33423",
46
- "contributors_enabled": false,
47
- "utc_offset": -18000,
48
- "profile_link_color": "2626C3"
49
- },
50
- "contributors": null,
51
- "coordinates": null,
52
- "in_reply_to_screen_name": null,
53
- "id": 28561922516,
54
- "id_str": "28561922516",
55
- "text": "As for the Series, I'm for the Giants. Fuck Texas, fuck Nolan Ryan, fuck George Bush."
56
- },
57
- "place": null,
58
- "retweet_count": null,
59
- "geo": null,
60
- "retweeted": false,
61
- "in_reply_to_status_id": null,
62
- "new_id": 608250155669389312,
63
- "new_id_str": "608250155669389312",
64
- "source": "<a href=\"http://apps.facebook.com/the-run-around/\" rel=\"nofollow\">The Run Around</a>",
65
- "truncated": false,
66
- "in_reply_to_status_id_str": null,
67
- "created_at": "Mon Oct 25 07:39:11 +0000 2010",
68
- "in_reply_to_user_id": null,
69
- "favorited": false,
70
- "in_reply_to_user_id_str": null,
71
- "user": {
72
- "geo_enabled": true,
73
- "time_zone": "Pacific Time (US & Canada)",
74
- "description": "Adventures in hunger and foolishness.",
75
- "profile_sidebar_fill_color": "DDEEF6",
76
- "followers_count": 898,
77
- "verified": false,
78
- "notifications": false,
79
- "follow_request_sent": false,
80
- "profile_use_background_image": true,
81
- "profile_sidebar_border_color": "C0DEED",
82
- "url": null,
83
- "profile_background_image_url": "http://a3.twimg.com/profile_background_images/162641967/we_concept_bg2.png",
84
- "lang": "en",
85
- "created_at": "Mon Jul 16 12:59:01 +0000 2007",
86
- "profile_background_color": "000000",
87
- "location": "San Francisco",
88
- "listed_count": 28,
89
- "profile_background_tile": false,
90
- "friends_count": 88,
91
- "protected": false,
92
- "profile_image_url": "http://a0.twimg.com/profile_images/323331048/me_normal.jpg",
93
- "statuses_count": 2968,
94
- "profile_text_color": "333333",
95
- "name": "Erik Michaels-Ober",
96
- "show_all_inline_media": true,
97
- "following": false,
98
- "favourites_count": 727,
99
- "screen_name": "sferik",
100
- "id": 7505382,
101
- "id_str": "7505382",
102
- "contributors_enabled": false,
103
- "utc_offset": -28800,
104
- "profile_link_color": "0084B4"
105
- },
106
- "contributors": null,
107
- "coordinates": null,
108
- "in_reply_to_screen_name": null,
109
- "id": 28669546014,
110
- "id_str": "28669546014",
111
- "text": "RT @gruber: As for the Series, I'm for the Giants. Fuck Texas, fuck Nolan Ryan, fuck George Bush."
112
- }
1
+ {"retweeted_status":{"place":null,"retweet_count":null,"geo":null,"retweeted":false,"in_reply_to_status_id":null,"source":"<a href=\"http://twitter.com/\" rel=\"nofollow\">Twitter for iPhone</a>","truncated":false,"in_reply_to_status_id_str":null,"created_at":"Sun Oct 24 03:46:25 +0000 2010","in_reply_to_user_id":null,"favorited":false,"in_reply_to_user_id_str":null,"user":{"geo_enabled":false,"time_zone":"Eastern Time (US & Canada)","description":"Raconteur.","profile_sidebar_fill_color":"dddddd","followers_count":91398,"verified":false,"notifications":false,"follow_request_sent":false,"profile_use_background_image":false,"profile_sidebar_border_color":"5d5d5d","url":"http://daringfireball.net","profile_background_image_url":"http://a3.twimg.com/profile_background_images/3150433/Rumsfeld__Kissinger__Nixon_at_1974_NATO_meeting.jpg","lang":"en","created_at":"Fri Dec 01 02:52:40 +0000 2006","profile_background_color":"5D5D5D","location":"Philadelphia","listed_count":5095,"profile_background_tile":false,"friends_count":452,"protected":false,"profile_image_url":"http://a3.twimg.com/profile_images/546338003/gruber-sxsw-final_normal.png","statuses_count":10488,"profile_text_color":"000000","name":"John Gruber","show_all_inline_media":false,"following":true,"favourites_count":8601,"screen_name":"gruber","id":33423,"id_str":"33423","contributors_enabled":false,"utc_offset":-18000,"profile_link_color":"2626C3"},"contributors":null,"coordinates":null,"in_reply_to_screen_name":null,"id":28561922516,"id_str":"28561922516","text":"As for the Series, I'm for the Giants. Fuck Texas, fuck Nolan Ryan, fuck George Bush."},"place":null,"retweet_count":null,"geo":null,"retweeted":false,"in_reply_to_status_id":null,"new_id":608250155669389312,"new_id_str":"608250155669389312","source":"<a href=\"http://apps.facebook.com/the-run-around/\" rel=\"nofollow\">The Run Around</a>","truncated":false,"in_reply_to_status_id_str":null,"created_at":"Mon Oct 25 07:39:11 +0000 2010","in_reply_to_user_id":null,"favorited":false,"in_reply_to_user_id_str":null,"user":{"geo_enabled":true,"time_zone":"Pacific Time (US & Canada)","description":"Adventures in hunger and foolishness.","profile_sidebar_fill_color":"DDEEF6","followers_count":898,"verified":false,"notifications":false,"follow_request_sent":false,"profile_use_background_image":true,"profile_sidebar_border_color":"C0DEED","url":null,"profile_background_image_url":"http://a3.twimg.com/profile_background_images/162641967/we_concept_bg2.png","lang":"en","created_at":"Mon Jul 16 12:59:01 +0000 2007","profile_background_color":"000000","location":"San Francisco","listed_count":28,"profile_background_tile":false,"friends_count":88,"protected":false,"profile_image_url":"http://a0.twimg.com/profile_images/323331048/me_normal.jpg","statuses_count":2968,"profile_text_color":"333333","name":"Erik Michaels-Ober","show_all_inline_media":true,"following":false,"favourites_count":727,"screen_name":"sferik","id":7505382,"id_str":"7505382","contributors_enabled":false,"utc_offset":-28800,"profile_link_color":"0084B4"},"contributors":null,"coordinates":null,"in_reply_to_screen_name":null,"id":28669546014,"id_str":"28669546014","text":"RT @gruber: As for the Series, I'm for the Giants. Fuck Texas, fuck Nolan Ryan, fuck George Bush."}
@@ -1 +1 @@
1
- {"statuses":[{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:57 +0000 2012","id":267024754278539266,"id_str":"267024754278539266","text":"Murray Energy Corp. Obama Reelection, Announces Layoffs http:\/\/t.co\/D1OPtKnw via @HuffPostBiz MAYBE his workers can do something for him ?","source":"\u003ca href=\"http:\/\/twitter.com\/tweetbutton\" rel=\"nofollow\"\u003eTweet Button\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":224592505,"id_str":"224592505","name":"saint boudreau","screen_name":"saintsday998","location":"York ,Maine & Amherst, NH","description":"build boats .save horses. love dogs","url":"http:\/\/yachttenderrowelectricfiberglassboatfulllifeboat.webstarts.com\/","entities":{"url":{"urls":[{"url":"http:\/\/yachttenderrowelectricfiberglassboatfulllifeboat.webstarts.com\/","expanded_url":null,"indices":[0,70]}]},"description":{"urls":[]}},"protected":false,"followers_count":335,"friends_count":297,"listed_count":7,"created_at":"Thu Dec 09 11:19:52 +0000 2010","favourites_count":112,"utc_offset":-21600,"time_zone":"Central Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":25069,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/573701399\/klr93preu9miw1ut95sp.jpeg","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/573701399\/klr93preu9miw1ut95sp.jpeg","profile_background_tile":true,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/1913466324\/comos_topper_birth_normal.jpg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/1913466324\/comos_topper_birth_normal.jpg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[{"url":"http:\/\/t.co\/D1OPtKnw","expanded_url":"http:\/\/huff.to\/YXXzgN","display_url":"huff.to\/YXXzgN","indices":[56,76]}],"user_mentions":[{"screen_name":"HuffPostBiz","name":"HuffPostBiz","id":27073265,"id_str":"27073265","indices":[81,93]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:56 +0000 2012","id":267024753326448640,"id_str":"267024753326448640","text":"Obama Administration Extends Deadline For State Exchanges - Kaiser Health News http:\/\/t.co\/dyaM4jF1","source":"\u003ca href=\"http:\/\/twitter.com\/tweetbutton\" rel=\"nofollow\"\u003eTweet Button\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":22122104,"id_str":"22122104","name":"Tom Lyons","screen_name":"thlyons","location":"Boston, MA","description":"News & Marketing Mgr @UMassMedCWM. Love my wife, kids and learning about new things. Explain Pinterest to me again... The views expressed are my own.","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":542,"friends_count":550,"listed_count":24,"created_at":"Fri Feb 27 08:45:51 +0000 2009","favourites_count":40,"utc_offset":-21600,"time_zone":"Central Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":1462,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"9AE4E8","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/129262013\/twilk_background_4c54574a318e3.jpg","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/129262013\/twilk_background_4c54574a318e3.jpg","profile_background_tile":true,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/897910897\/TLHeadshot-1_normal.jpg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/897910897\/TLHeadshot-1_normal.jpg","profile_link_color":"0084B4","profile_sidebar_border_color":"BDDCAD","profile_sidebar_fill_color":"DDFFCC","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[{"url":"http:\/\/t.co\/dyaM4jF1","expanded_url":"http:\/\/www.kaiserhealthnews.org\/Stories\/2012\/November\/09\/exchange-deadline.aspx#.UJ19xS5DUvA.twitter","display_url":"kaiserhealthnews.org\/Stories\/2012\/N\u2026","indices":[79,99]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:56 +0000 2012","id":267024753292869634,"id_str":"267024753292869634","text":"Fox News accidentally insults the intelligence of every Mitt Romney voter in the country. http:\/\/t.co\/sQbt16RF via @HappyPlace #awkward","source":"\u003ca href=\"http:\/\/twitter.com\/tweetbutton\" rel=\"nofollow\"\u003eTweet Button\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":83344105,"id_str":"83344105","name":"Maryse","screen_name":"justmaryse","location":"massachusetts","description":" photographer, designer, crocheter, knitter, spinner, lover of color, and driver of a chili red mini. i am not a french canadian wrestler.","url":"http:\/\/www.morici.typepad.com","entities":{"url":{"urls":[{"url":"http:\/\/www.morici.typepad.com","expanded_url":null,"indices":[0,29]}]},"description":{"urls":[]}},"protected":false,"followers_count":767,"friends_count":451,"listed_count":56,"created_at":"Sun Oct 18 11:11:41 +0000 2009","favourites_count":267,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":22966,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/46531955\/yarngoogly.jpg","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/46531955\/yarngoogly.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/1785777551\/catcatavatar_com_y8jjs_normal.jpg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/1785777551\/catcatavatar_com_y8jjs_normal.jpg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[{"text":"awkward","indices":[127,135]}],"urls":[{"url":"http:\/\/t.co\/sQbt16RF","expanded_url":"http:\/\/funni.ly\/UbFnur","display_url":"funni.ly\/UbFnur","indices":[90,110]}],"user_mentions":[{"screen_name":"HappyPlace","name":"HappyPlace.com","id":312240410,"id_str":"312240410","indices":[115,126]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:56 +0000 2012","id":267024751854252033,"id_str":"267024751854252033","text":"RT @AntiWacko: It's hilarious to watch the Conservatives getting hysterical about Pres Obama's re-election. #p2 #tcot","source":"\u003ca href=\"http:\/\/www.tweetdeck.com\" rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":243291372,"id_str":"243291372","name":"Rich Baska","screen_name":"BlueTrooth","location":"Paradise","description":"Hey, I'm a DAD! Creative outlets...guitar, YouTube, photos, geek and barbecue. Liberal that advocates efficient Government and BUY LOCAL.","url":"http:\/\/pop-goes-america.blogspot.com\/","entities":{"url":{"urls":[{"url":"http:\/\/pop-goes-america.blogspot.com\/","expanded_url":null,"indices":[0,37]}]},"description":{"urls":[]}},"protected":false,"followers_count":2841,"friends_count":2312,"listed_count":123,"created_at":"Wed Jan 26 18:43:09 +0000 2011","favourites_count":18,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":46245,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"BADFCD","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme12\/bg.gif","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme12\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/1991226012\/ffb9781e-b62d-4dfb-9183-6851a4221d67_normal.png","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/1991226012\/ffb9781e-b62d-4dfb-9183-6851a4221d67_normal.png","profile_link_color":"FF0000","profile_sidebar_border_color":"F2E195","profile_sidebar_fill_color":"FFF7CC","profile_text_color":"0C3E53","profile_use_background_image":true,"show_all_inline_media":true,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:20 +0000 2012","id":267024601056428032,"id_str":"267024601056428032","text":"It's hilarious to watch the Conservatives getting hysterical about Pres Obama's re-election. #p2 #tcot","source":"\u003ca href=\"http:\/\/www.tweetdeck.com\" rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":178486716,"id_str":"178486716","name":"Richard Avalon","screen_name":"AntiWacko","location":"USA","description":"Churchill: A lie gets halfway around the world before the truth has a chance to get its pants on. I challenge the lies. UK, Australia, Canada.","url":"http:\/\/antiwacko.wordpress.com\/","entities":{"url":{"urls":[{"url":"http:\/\/antiwacko.wordpress.com\/","expanded_url":null,"indices":[0,31]}]},"description":{"urls":[]}},"protected":false,"followers_count":1522,"friends_count":1389,"listed_count":109,"created_at":"Sat Aug 14 22:24:37 +0000 2010","favourites_count":3,"utc_offset":0,"time_zone":"London","geo_enabled":false,"verified":false,"statuses_count":41571,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"FFF04D","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/555411173\/Lightning.F-01.jpg","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/555411173\/Lightning.F-01.jpg","profile_background_tile":true,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2055105336\/white-dragon_normal.jpg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2055105336\/white-dragon_normal.jpg","profile_link_color":"0099CC","profile_sidebar_border_color":"FFF8AD","profile_sidebar_fill_color":"F6FFD1","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":1,"entities":{"hashtags":[{"text":"p2","indices":[93,96]},{"text":"tcot","indices":[97,102]}],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},"retweet_count":1,"entities":{"hashtags":[{"text":"p2","indices":[108,111]},{"text":"tcot","indices":[112,117]}],"urls":[],"user_mentions":[{"screen_name":"AntiWacko","name":"Richard Avalon","id":178486716,"id_str":"178486716","indices":[3,13]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:56 +0000 2012","id":267024751657115648,"id_str":"267024751657115648","text":"RT @Revolution_IRL: RT if you agree its insane that tubridy gets paid more than obama #LateLate","source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":22900397,"id_str":"22900397","name":"Rob Gleeson\u2122","screen_name":"robbiegleeson","location":"Portlaoise","description":"All things tech! Also Google is taking over the world!","url":"http:\/\/www.smartphonerepublic.com","entities":{"url":{"urls":[{"url":"http:\/\/www.smartphonerepublic.com","expanded_url":null,"indices":[0,33]}]},"description":{"urls":[]}},"protected":false,"followers_count":19,"friends_count":37,"listed_count":0,"created_at":"Thu Mar 05 09:14:29 +0000 2009","favourites_count":2,"utc_offset":0,"time_zone":"Dublin","geo_enabled":true,"verified":false,"statuses_count":164,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"131516","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_tile":true,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/550997731\/profile_normal.bmp","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/550997731\/profile_normal.bmp","profile_banner_url":"https:\/\/si0.twimg.com\/profile_banners\/22900397\/1351288027","profile_link_color":"009999","profile_sidebar_border_color":"EEEEEE","profile_sidebar_fill_color":"EFEFEF","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 21:47:55 +0000 2012","id":267020721568501760,"id_str":"267020721568501760","text":"RT if you agree its insane that tubridy gets paid more than obama #LateLate","source":"\u003ca href=\"http:\/\/twitter.com\/download\/android\" rel=\"nofollow\"\u003eTwitter for Android\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":568624483,"id_str":"568624483","name":"Irish Revolution ","screen_name":"Revolution_IRL","location":"Dublin","description":"Its time to end the mass robbery organised by governments and bankers. Hang the bankers and politicians.","url":"http:\/\/irish-revolution.blogspot.ie\/","entities":{"url":{"urls":[{"url":"http:\/\/irish-revolution.blogspot.ie\/","expanded_url":null,"indices":[0,36]}]},"description":{"urls":[]}},"protected":false,"followers_count":477,"friends_count":427,"listed_count":3,"created_at":"Tue May 01 23:23:57 +0000 2012","favourites_count":4,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":1849,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2574413799\/5qj3ldsphpzqiv063sag_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2574413799\/5qj3ldsphpzqiv063sag_normal.jpeg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":22,"entities":{"hashtags":[{"text":"LateLate","indices":[66,75]}],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},"retweet_count":22,"entities":{"hashtags":[{"text":"LateLate","indices":[86,95]}],"urls":[],"user_mentions":[{"screen_name":"Revolution_IRL","name":"Irish Revolution ","id":568624483,"id_str":"568624483","indices":[3,18]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:56 +0000 2012","id":267024751619350528,"id_str":"267024751619350528","text":"RT @Kristina_x_x: GOP enthusiasm, was higher, registration was higher, crowds larger, intensity larger. yet Obama won. Hmmmm @mittromney","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":43366645,"id_str":"43366645","name":"Melinda Wilson","screen_name":"melinwy","location":"Blessed to live in the USA!!!","description":"All that is necessary for the triumph of evil is that good men do nothing.","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":560,"friends_count":788,"listed_count":11,"created_at":"Fri May 29 17:02:53 +0000 2009","favourites_count":159,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":12531,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"642D8B","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme10\/bg.gif","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme10\/bg.gif","profile_background_tile":true,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2820118399\/dc2f2f973f259aae16635135f99f5cfe_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2820118399\/dc2f2f973f259aae16635135f99f5cfe_normal.jpeg","profile_link_color":"FF0000","profile_sidebar_border_color":"65B0DA","profile_sidebar_fill_color":"7AC3EE","profile_text_color":"3D1957","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:00:26 +0000 2012","id":267023871339802624,"id_str":"267023871339802624","text":"GOP enthusiasm, was higher, registration was higher, crowds larger, intensity larger. yet Obama won. Hmmmm @mittromney","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":371118431,"id_str":"371118431","name":"Kristina","screen_name":"Kristina_x_x","location":"","description":"Wish Mitt Romney was President..","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":718,"friends_count":649,"listed_count":2,"created_at":"Sat Sep 10 07:01:56 +0000 2011","favourites_count":1910,"utc_offset":-36000,"time_zone":"Hawaii","geo_enabled":false,"verified":false,"statuses_count":8978,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2787251541\/cf947413713bba68573856af2ee82421_normal.png","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2787251541\/cf947413713bba68573856af2ee82421_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":2,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"MittRomney","name":"Mitt Romney","id":50055701,"id_str":"50055701","indices":[107,118]}]},"favorited":false,"retweeted":false},"retweet_count":2,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"Kristina_x_x","name":"Kristina","id":371118431,"id_str":"371118431","indices":[3,16]},{"screen_name":"MittRomney","name":"Mitt Romney","id":50055701,"id_str":"50055701","indices":[125,136]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:56 +0000 2012","id":267024751585808384,"id_str":"267024751585808384","text":"RT @LoveYungCotta: Romney talks about Obama. Obama talks about the nation. Romney says \"I.\" Obama says \"We.\" Pay attention to the small ...","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":506779930,"id_str":"506779930","name":"One Direction","screen_name":"WANT1DTOFOLLOWU","location":"London","description":"Harry Styles, Zayn Malik, Liam Payne, Niall Horan and Louis Tomlinson :) London \u00b7 http:\/\/www.onedirectionmusic.com \r\n","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":19540,"friends_count":17935,"listed_count":22,"created_at":"Tue Feb 28 03:03:18 +0000 2012","favourites_count":473,"utc_offset":-14400,"time_zone":"Atlantic Time (Canada)","geo_enabled":false,"verified":false,"statuses_count":7893,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/696446553\/63bd82cfccb3b42d6f011b21d5ab4f1f.jpeg","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/696446553\/63bd82cfccb3b42d6f011b21d5ab4f1f.jpeg","profile_background_tile":true,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2777695416\/cb3583812f3b508facc082c7dde17c33_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2777695416\/cb3583812f3b508facc082c7dde17c33_normal.jpeg","profile_banner_url":"https:\/\/si0.twimg.com\/profile_banners\/506779930\/1351468378","profile_link_color":"00B371","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Tue Nov 06 20:52:49 +0000 2012","id":265919689593589760,"id_str":"265919689593589760","text":"Romney talks about Obama. Obama talks about the nation. Romney says \"I.\" Obama says \"We.\" Pay attention to the small things. \ue00f#voteobama","source":"\u003ca href=\"http:\/\/www.echofon.com\/\" rel=\"nofollow\"\u003eEchofon\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":187298703,"id_str":"187298703","name":"YungCotta Tatted ","screen_name":"LoveYungCotta","location":" Dream Chasing ","description":"I know I can be what I wanna be! If I work hard at it I be where I wanna be! In the same goes for you reading this ^_^ ","url":"http:\/\/facebook.com\/yungcotta","entities":{"url":{"urls":[{"url":"http:\/\/facebook.com\/yungcotta","expanded_url":null,"indices":[0,29]}]},"description":{"urls":[]}},"protected":false,"followers_count":132687,"friends_count":13122,"listed_count":389,"created_at":"Sun Sep 05 20:59:45 +0000 2010","favourites_count":526,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":22519,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"000000","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/605638644\/6ef4jmr27nuql2p2wqes.jpeg","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/605638644\/6ef4jmr27nuql2p2wqes.jpeg","profile_background_tile":true,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2805978134\/a795379468fd2a712cd0127d74712a78_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2805978134\/a795379468fd2a712cd0127d74712a78_normal.jpeg","profile_banner_url":"https:\/\/si0.twimg.com\/profile_banners\/187298703\/1351193085","profile_link_color":"006A78","profile_sidebar_border_color":"82D5FF","profile_sidebar_fill_color":"ADADAD","profile_text_color":"000000","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":2241,"entities":{"hashtags":[{"text":"voteobama","indices":[126,136]}],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},"retweet_count":2241,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"LoveYungCotta","name":"YungCotta Tatted ","id":187298703,"id_str":"187298703","indices":[3,17]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:56 +0000 2012","id":267024751321575424,"id_str":"267024751321575424","text":"@RealJonLovitz Did u see this? Barbara Teixeira@BarbArn\n\n OBAMA REELECTION TRIGGERS MASSIVE LAYOFFS ACROSS AMERICA http:\/\/t.co\/kfuILrmE \u2026","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":255798674,"in_reply_to_user_id_str":"255798674","in_reply_to_screen_name":"realjonlovitz","user":{"id":23199382,"id_str":"23199382","name":"SLSTCP","screen_name":"bodysouls","location":"So CA","description":"Yoga Master, Personal Trainer for Women,Stage IV Breast Cancer Survivor, Very Consertative, LOVE America, HATE Liberalism, Socialism, Marxism and Communism","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":692,"friends_count":134,"listed_count":8,"created_at":"Sat Mar 07 15:01:03 +0000 2009","favourites_count":142,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":20142,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"F8C7DA","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/517531620\/x9daf78654d2ad1dba4fb086819dbb1f.jpg","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/517531620\/x9daf78654d2ad1dba4fb086819dbb1f.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2215382978\/Inde_929_2_normal.jpg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2215382978\/Inde_929_2_normal.jpg","profile_link_color":"AA2A75","profile_sidebar_border_color":"F8C7DA","profile_sidebar_fill_color":"F8C7DA","profile_text_color":"D77FB2","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[{"url":"http:\/\/t.co\/kfuILrmE","expanded_url":"http:\/\/nation.foxnews.com\/2012-presidential-election\/2012\/11\/09\/obama-reelection-triggers-massive-layoffs-across-america","display_url":"nation.foxnews.com\/2012-president\u2026","indices":[116,136]}],"user_mentions":[{"screen_name":"realjonlovitz","name":"Jon Lovitz","id":255798674,"id_str":"255798674","indices":[0,14]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:56 +0000 2012","id":267024750109396993,"id_str":"267024750109396993","text":"RT @ken24xavier: YES OBAMA we really really believe CIA Director Petraeus Resigns... over extramarital affair? OH LOOK cows flying over ...","source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":25672901,"id_str":"25672901","name":"Tina Sebring","screen_name":"tinasebring","location":"North East","description":"Mom of Jesse who is cyber schooled, college educator, hiker and I love NASCAR!!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":115,"friends_count":338,"listed_count":0,"created_at":"Sat Mar 21 13:33:11 +0000 2009","favourites_count":57,"utc_offset":-18000,"time_zone":"Quito","geo_enabled":true,"verified":false,"statuses_count":796,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"0099B9","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme4\/bg.gif","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme4\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/si0.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0099B9","profile_sidebar_border_color":"5ED4DC","profile_sidebar_fill_color":"95E8EC","profile_text_color":"3C3940","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":true,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 21:06:39 +0000 2012","id":267010337390342144,"id_str":"267010337390342144","text":"YES OBAMA we really really believe CIA Director Petraeus Resigns... over extramarital affair? OH LOOK cows flying over the Moon","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":343155612,"id_str":"343155612","name":"Radical Conservative","screen_name":"ken24xavier","location":"Mexifornia","description":"Truth Seeker avoiding the Liberal Media for truth. ","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":5313,"friends_count":1381,"listed_count":46,"created_at":"Wed Jul 27 04:12:32 +0000 2011","favourites_count":9,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":4308,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/662422700\/8ihlutokjdd094kmzroj.jpeg","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/662422700\/8ihlutokjdd094kmzroj.jpeg","profile_background_tile":true,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2640218913\/158e14c31f619a208130d35d582c1f3f_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2640218913\/158e14c31f619a208130d35d582c1f3f_normal.jpeg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":31,"entities":{"hashtags":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},"retweet_count":31,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"ken24xavier","name":"Radical Conservative","id":343155612,"id_str":"343155612","indices":[3,15]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:56 +0000 2012","id":267024749979373568,"id_str":"267024749979373568","text":"RT @AP: White House says #Obama will travel to New York on Thursday to view recovery efforts from Superstorm Sandy: http:\/\/t.co\/MCS6MceM","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":492706135,"id_str":"492706135","name":"Kris Worrell","screen_name":"OD_Worrell","location":"Utica, NY","description":"Editor, The Observer-Dispatch and UticaOD.com","url":"http:\/\/www.uticaod.com","entities":{"url":{"urls":[{"url":"http:\/\/www.uticaod.com","expanded_url":null,"indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":98,"friends_count":129,"listed_count":6,"created_at":"Wed Feb 15 01:18:48 +0000 2012","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":253,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/559700456\/newspaper_letters.jpg","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/559700456\/newspaper_letters.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2150647652\/Worrell_hedshot_normal.JPG","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2150647652\/Worrell_hedshot_normal.JPG","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":false,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:00:09 +0000 2012","id":267023797998194688,"id_str":"267023797998194688","text":"White House says #Obama will travel to New York on Thursday to view recovery efforts from Superstorm Sandy: http:\/\/t.co\/MCS6MceM","source":"\u003ca href=\"http:\/\/www.socialflow.com\" rel=\"nofollow\"\u003eSocialFlow\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":51241574,"id_str":"51241574","name":"The Associated Press","screen_name":"AP","location":"Global","description":"News, discussion and a behind-the-scenes look at the process from The Associated Press. Managed 24\/7 by a team of editors based in NY: http:\/\/apne.ws\/apstaff","url":"http:\/\/www.ap.org","entities":{"url":{"urls":[{"url":"http:\/\/www.ap.org","expanded_url":null,"indices":[0,17]}]},"description":{"urls":[]}},"protected":false,"followers_count":1366660,"friends_count":6943,"listed_count":35711,"created_at":"Fri Jun 26 21:48:52 +0000 2009","favourites_count":0,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":true,"statuses_count":37407,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"999999","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/432574342\/GREY_BACKGROUND_TWITTER.JPG","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/432574342\/GREY_BACKGROUND_TWITTER.JPG","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/1848193664\/APLogo_normal.jpg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/1848193664\/APLogo_normal.jpg","profile_banner_url":"https:\/\/si0.twimg.com\/brand_banners\/AP\/1330006146\/live","profile_link_color":"CC3300","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"CCCCCC","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":17,"entities":{"hashtags":[{"text":"Obama","indices":[17,23]}],"urls":[{"url":"http:\/\/t.co\/MCS6MceM","expanded_url":"http:\/\/apne.ws\/ZeRNH1","display_url":"apne.ws\/ZeRNH1","indices":[108,128]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false},"retweet_count":17,"entities":{"hashtags":[{"text":"Obama","indices":[25,31]}],"urls":[{"url":"http:\/\/t.co\/MCS6MceM","expanded_url":"http:\/\/apne.ws\/ZeRNH1","display_url":"apne.ws\/ZeRNH1","indices":[116,136]}],"user_mentions":[{"screen_name":"AP","name":"The Associated Press","id":51241574,"id_str":"51241574","indices":[3,6]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:56 +0000 2012","id":267024749622865921,"id_str":"267024749622865921","text":"Obama Hangs Tough on the Fiscal Cliff His speech increases the likelihood that negotiations will drag on well into 2013","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":191651732,"id_str":"191651732","name":"Latham Chala Group","screen_name":"LathamChalaGrp","location":"Los Angeles, Ca","description":"US - Colombia Business Management and Trade Consultants. Social Media Professionals and Network Advisors","url":"http:\/\/www.myariix.com\/esuite\/home\/myariixusa","entities":{"url":{"urls":[{"url":"http:\/\/www.myariix.com\/esuite\/home\/myariixusa","expanded_url":null,"indices":[0,45]}]},"description":{"urls":[]}},"protected":false,"followers_count":2913,"friends_count":2902,"listed_count":9,"created_at":"Fri Sep 17 00:18:01 +0000 2010","favourites_count":4,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":26705,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"022330","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/457442019\/bandera_usa_colombia.jpg","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/457442019\/bandera_usa_colombia.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/1925330727\/Flag-Pins-USA-Colombia_normal.jpg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/1925330727\/Flag-Pins-USA-Colombia_normal.jpg","profile_link_color":"0084B4","profile_sidebar_border_color":"FFF8AD","profile_sidebar_fill_color":"F6FFD1","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"it"},"created_at":"Fri Nov 09 22:03:56 +0000 2012","id":267024749501218817,"id_str":"267024749501218817","text":"La lettera di Obama sui genitori gay http:\/\/t.co\/dmFkfbgG","source":"\u003ca href=\"http:\/\/twitter.com\/tweetbutton\" rel=\"nofollow\"\u003eTweet Button\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":590139215,"id_str":"590139215","name":"antonio di antonio","screen_name":"sesto09","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":0,"friends_count":0,"listed_count":0,"created_at":"Fri May 25 16:50:03 +0000 2012","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":0,"lang":"it","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/sticky\/default_profile_images\/default_profile_1_normal.png","profile_image_url_https":"https:\/\/si0.twimg.com\/sticky\/default_profile_images\/default_profile_1_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":true,"default_profile_image":true,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[{"url":"http:\/\/t.co\/dmFkfbgG","expanded_url":"http:\/\/www.ilpost.it\/2012\/11\/07\/la-lettera-di-obama-sui-genitori-gay","display_url":"ilpost.it\/2012\/11\/07\/la-\u2026","indices":[37,57]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"es"},"created_at":"Fri Nov 09 22:03:55 +0000 2012","id":267024748779819009,"id_str":"267024748779819009","text":"RT @NewsMCyrus: Despu\u00e9s De que gano Obama las elecciones, empez\u00f3 a sonar Party In The U.S.A de Miley Cyrus en la casa blanca","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":125089036,"id_str":"125089036","name":"BetyOrtega\u2665","screen_name":"NickLoveSlayer","location":"London","description":"Jonas Brothers, The Wanted,BTR,JessieJ,Miley Cyrus,Demi Lovato&Tay Swift\u25c4- Idols \/TOM DALEY,JACK LAUGHER&CHRIS MEARS\u2665 EMDREW STONEFIELD \u2665","url":"http:\/\/stay-gold-forevah.tumblr.com","entities":{"url":{"urls":[{"url":"http:\/\/stay-gold-forevah.tumblr.com","expanded_url":null,"indices":[0,35]}]},"description":{"urls":[]}},"protected":false,"followers_count":398,"friends_count":641,"listed_count":0,"created_at":"Sun Mar 21 17:02:33 +0000 2010","favourites_count":196,"utc_offset":-21600,"time_zone":"Mexico City","geo_enabled":true,"verified":false,"statuses_count":10102,"lang":"es","contributors_enabled":false,"is_translator":false,"profile_background_color":"FF6699","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/331767917\/tumblr_lmat1bXJmk1qff6deo1_500.gif","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/331767917\/tumblr_lmat1bXJmk1qff6deo1_500.gif","profile_background_tile":true,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2714768605\/4178ce04566ca54859a83516a02e53cb_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2714768605\/4178ce04566ca54859a83516a02e53cb_normal.jpeg","profile_link_color":"B40B43","profile_sidebar_border_color":"CC3366","profile_sidebar_fill_color":"FAFAFA","profile_text_color":"362720","profile_use_background_image":true,"show_all_inline_media":true,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"es"},"created_at":"Fri Nov 09 21:42:47 +0000 2012","id":267019429114687488,"id_str":"267019429114687488","text":"Despu\u00e9s De que gano Obama las elecciones, empez\u00f3 a sonar Party In The U.S.A de Miley Cyrus en la casa blanca","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":348051912,"id_str":"348051912","name":"Miley Cyrus News","screen_name":"NewsMCyrus","location":"","description":"Aqu\u00ed encontrar\u00e1s todo lo nuevo de Miley Cyrus, Fotos,Noticias,Videos,Frases,Rumores..Entrando aqu\u00ed [https:\/\/t.co\/fSDkAu8h] 'Favoritos'\r\nFOLLOW ME \u2665","url":null,"entities":{"description":{"urls":[{"url":"https:\/\/t.co\/fSDkAu8h","expanded_url":"https:\/\/twitter.com\/#!\/favorites","display_url":"twitter.com\/#!\/favorites","indices":[100,121]}]}},"protected":false,"followers_count":3147,"friends_count":1768,"listed_count":295,"created_at":"Wed Aug 03 20:06:11 +0000 2011","favourites_count":651,"utc_offset":-21600,"time_zone":"Central Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":11272,"lang":"es","contributors_enabled":false,"is_translator":false,"profile_background_color":"FFFFFF","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/707073030\/e3a5e0ed79787d5f58ea892195e58a28.png","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/707073030\/e3a5e0ed79787d5f58ea892195e58a28.png","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2828868137\/607161f989872cd53051f85caa7803f2_normal.png","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2828868137\/607161f989872cd53051f85caa7803f2_normal.png","profile_link_color":"ED34A3","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"FCFCFC","profile_text_color":"F54FC0","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":8,"entities":{"hashtags":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},"retweet_count":8,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"NewsMCyrus","name":"Miley Cyrus News","id":348051912,"id_str":"348051912","indices":[3,14]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"es"},"created_at":"Fri Nov 09 22:03:55 +0000 2012","id":267024748536541185,"id_str":"267024748536541185","text":"RT @PrincipeWilli: -Hoy me despert\u00e9 bien electo.\n-Jajaja, pinche Obama, eres un desmadre..","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":91734792,"id_str":"91734792","name":"christopher pavon","screen_name":"Ch_pavon17","location":"mexico d.f.","description":"Proximamente Abogado. soy guapo y le voy a los pumas... tambien soy un mirrey","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":87,"friends_count":339,"listed_count":0,"created_at":"Sun Nov 22 05:57:23 +0000 2009","favourites_count":24,"utc_offset":-21600,"time_zone":"Mexico City","geo_enabled":true,"verified":false,"statuses_count":1010,"lang":"es","contributors_enabled":false,"is_translator":false,"profile_background_color":"DAE5AB","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/665019677\/f7c86e994187a21ff7dfd2e5192519a7.jpeg","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/665019677\/f7c86e994187a21ff7dfd2e5192519a7.jpeg","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/1804687545\/yop-_normal.jpg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/1804687545\/yop-_normal.jpg","profile_banner_url":"https:\/\/si0.twimg.com\/profile_banners\/91734792\/1348183973","profile_link_color":"E9A385","profile_sidebar_border_color":"604E48","profile_sidebar_fill_color":"87313F","profile_text_color":"FA154B","profile_use_background_image":true,"show_all_inline_media":true,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"es"},"created_at":"Fri Nov 09 05:53:14 +0000 2012","id":266780466949017600,"id_str":"266780466949017600","text":"-Hoy me despert\u00e9 bien electo.\n-Jajaja, pinche Obama, eres un desmadre..","source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":289700823,"id_str":"289700823","name":"Memo De Gales","screen_name":"PrincipeWilli","location":"Palacio","description":"Los observo desde el punto m\u00e1s alto de la Pir\u00e1mide de Maslow","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":11593,"friends_count":90,"listed_count":76,"created_at":"Fri Apr 29 02:30:52 +0000 2011","favourites_count":128,"utc_offset":null,"time_zone":null,"geo_enabled":true,"verified":false,"statuses_count":4043,"lang":"es","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2379599800\/image_normal.jpg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2379599800\/image_normal.jpg","profile_banner_url":"https:\/\/si0.twimg.com\/profile_banners\/289700823\/1348190479","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":27,"entities":{"hashtags":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},"retweet_count":27,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"PrincipeWilli","name":"Memo De Gales","id":289700823,"id_str":"289700823","indices":[3,17]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:55 +0000 2012","id":267024746821058560,"id_str":"267024746821058560","text":"RT @jjauthor: #Navy names newest ship - USS Barack Obama #GoNavy http:\/\/t.co\/F6PGNTjX","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":558124219,"id_str":"558124219","name":"Weeki1","screen_name":"weeki1","location":"Red State","description":"proud right winger","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":63,"friends_count":64,"listed_count":0,"created_at":"Thu Apr 19 22:45:08 +0000 2012","favourites_count":74,"utc_offset":-14400,"time_zone":"Atlantic Time (Canada)","geo_enabled":false,"verified":false,"statuses_count":2343,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/533588010\/backgroundimage_1.jpg","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/533588010\/backgroundimage_1.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2148131718\/146-1014_small_normal.jpg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2148131718\/146-1014_small_normal.jpg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 16:40:50 +0000 2012","id":266943439399165952,"id_str":"266943439399165952","text":"#Navy names newest ship - USS Barack Obama #GoNavy http:\/\/t.co\/F6PGNTjX","source":"\u003ca href=\"http:\/\/www.apple.com\" rel=\"nofollow\"\u003ePhotos on iOS\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":177584156,"id_str":"177584156","name":"Janie Johnson","screen_name":"jjauthor","location":"Nevada, USA","description":"Janie Johnson takes a stand 4 conservatism, patriotism & optimism: Don't Take My Lemonade Stand & Obama 2012 Slogans Rewritten.Protect our Kids! #RomneyRyan2012","url":"http:\/\/www.jjauthor.com","entities":{"url":{"urls":[{"url":"http:\/\/www.jjauthor.com","expanded_url":null,"indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":39250,"friends_count":30277,"listed_count":1227,"created_at":"Thu Aug 12 14:41:59 +0000 2010","favourites_count":3348,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":190710,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/380115099\/JJAuthor_BG_3.jpg","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/380115099\/JJAuthor_BG_3.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2825641355\/d5e53e33877cefbd380c18cbfb6703ff_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2825641355\/d5e53e33877cefbd380c18cbfb6703ff_normal.jpeg","profile_banner_url":"https:\/\/si0.twimg.com\/profile_banners\/177584156\/1352435414","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":35,"entities":{"hashtags":[{"text":"Navy","indices":[0,5]},{"text":"GoNavy","indices":[43,50]}],"urls":[],"user_mentions":[],"media":[{"id":266943439407554560,"id_str":"266943439407554560","indices":[51,71],"media_url":"http:\/\/p.twimg.com\/A7RfpNECIAABLKN.jpg","media_url_https":"https:\/\/p.twimg.com\/A7RfpNECIAABLKN.jpg","url":"http:\/\/t.co\/F6PGNTjX","display_url":"pic.twitter.com\/F6PGNTjX","expanded_url":"http:\/\/twitter.com\/jjauthor\/status\/266943439399165952\/photo\/1","type":"photo","sizes":{"medium":{"w":400,"h":317,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":400,"h":317,"resize":"fit"},"small":{"w":340,"h":269,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},"retweet_count":35,"entities":{"hashtags":[{"text":"Navy","indices":[14,19]},{"text":"GoNavy","indices":[57,64]}],"urls":[],"user_mentions":[{"screen_name":"jjauthor","name":"Janie Johnson","id":177584156,"id_str":"177584156","indices":[3,12]}],"media":[{"id":266943439407554560,"id_str":"266943439407554560","indices":[65,85],"media_url":"http:\/\/p.twimg.com\/A7RfpNECIAABLKN.jpg","media_url_https":"https:\/\/p.twimg.com\/A7RfpNECIAABLKN.jpg","url":"http:\/\/t.co\/F6PGNTjX","display_url":"pic.twitter.com\/F6PGNTjX","expanded_url":"http:\/\/twitter.com\/jjauthor\/status\/266943439399165952\/photo\/1","type":"photo","sizes":{"medium":{"w":400,"h":317,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":400,"h":317,"resize":"fit"},"small":{"w":340,"h":269,"resize":"fit"}},"source_status_id":266943439399165952,"source_status_id_str":"266943439399165952"}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:55 +0000 2012","id":267024746724605952,"id_str":"267024746724605952","text":"Wow, Obama Started Crying While He Was Giving A Speech To His Campaign Staff","source":"\u003ca href=\"http:\/\/www.apple.com\" rel=\"nofollow\"\u003eiOS\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":164717330,"id_str":"164717330","name":"\u2648\u2661\u2650 ","screen_name":"LugosLove","location":"With King Wizard \u2b50","description":"My Heart & World : @SamsOneLove 11.28.11 Young & In Love \u2661 Sidekicks : @laney_bo_baney @Imperfectyaya_ @Ali_soLovely Diamonds \u2666","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":477,"friends_count":462,"listed_count":1,"created_at":"Fri Jul 09 15:35:27 +0000 2010","favourites_count":109,"utc_offset":-21600,"time_zone":"Central Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":25350,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"B2DFDA","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/701892242\/429a9975c40ef5ecaf6e2c3dbf630251.jpeg","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/701892242\/429a9975c40ef5ecaf6e2c3dbf630251.jpeg","profile_background_tile":true,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2730644091\/c4945b756a741bff8fb3f177988a3892_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2730644091\/c4945b756a741bff8fb3f177988a3892_normal.jpeg","profile_banner_url":"https:\/\/si0.twimg.com\/profile_banners\/164717330\/1351287139","profile_link_color":"163A66","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"C9D2D6","profile_text_color":"000000","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:55 +0000 2012","id":267024746389061633,"id_str":"267024746389061633","text":"RT @dwiskus: Obama played OHIO to win 26-24. http:\/\/t.co\/CEW5XMtc","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":15288029,"id_str":"15288029","name":"Jeremy Bronson","screen_name":"jbrons","location":"Grand Rapids, MI","description":"Potential lunch winner. Social Media Specialist at @meijer.","url":"http:\/\/www.facebook.com\/jbrons","entities":{"url":{"urls":[{"url":"http:\/\/www.facebook.com\/jbrons","expanded_url":null,"indices":[0,30]}]},"description":{"urls":[]}},"protected":false,"followers_count":1203,"friends_count":320,"listed_count":119,"created_at":"Tue Jul 01 14:01:01 +0000 2008","favourites_count":36,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":14862,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"9AE4E8","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/344358172\/Twitter.jpg","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/344358172\/Twitter.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2183030096\/profile_normal.jpg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2183030096\/profile_normal.jpg","profile_banner_url":"https:\/\/si0.twimg.com\/profile_banners\/15288029\/1347973206","profile_link_color":"4D6C7C","profile_sidebar_border_color":"3B3B3B","profile_sidebar_fill_color":"E8E8E8","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":true,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Wed Nov 07 05:27:58 +0000 2012","id":266049334351650816,"id_str":"266049334351650816","text":"Obama played OHIO to win 26-24. http:\/\/t.co\/CEW5XMtc","source":"\u003ca href=\"http:\/\/tapbots.com\/software\/tweetbot\/mac\" rel=\"nofollow\"\u003eTweetbot for Mac\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2897431,"id_str":"2897431","name":"Dave Wiskus ","screen_name":"dwiskus","location":"Denver","description":"Troubadour.","url":"http:\/\/airplanemo.de","entities":{"url":{"urls":[{"url":"http:\/\/airplanemo.de","expanded_url":null,"indices":[0,20]}]},"description":{"urls":[]}},"protected":false,"followers_count":2659,"friends_count":278,"listed_count":192,"created_at":"Thu Mar 29 21:37:02 +0000 2007","favourites_count":3890,"utc_offset":-25200,"time_zone":"Mountain Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":13787,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C6E2EE","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme2\/bg.gif","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme2\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2696483941\/e0e975fa16586d646b4273c17a76556c_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2696483941\/e0e975fa16586d646b4273c17a76556c_normal.jpeg","profile_link_color":"1F98C7","profile_sidebar_border_color":"C6E2EE","profile_sidebar_fill_color":"DAECF4","profile_text_color":"663B12","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":337,"entities":{"hashtags":[],"urls":[{"url":"http:\/\/t.co\/CEW5XMtc","expanded_url":"http:\/\/helloladi.es\/image\/0n3c1C2u3L2k","display_url":"helloladi.es\/image\/0n3c1C2u\u2026","indices":[32,52]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false},"retweet_count":337,"entities":{"hashtags":[],"urls":[{"url":"http:\/\/t.co\/CEW5XMtc","expanded_url":"http:\/\/helloladi.es\/image\/0n3c1C2u3L2k","display_url":"helloladi.es\/image\/0n3c1C2u\u2026","indices":[45,65]}],"user_mentions":[{"screen_name":"dwiskus","name":"Dave Wiskus ","id":2897431,"id_str":"2897431","indices":[3,11]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"es"},"created_at":"Fri Nov 09 22:03:55 +0000 2012","id":267024746372268032,"id_str":"267024746372268032","text":"RT @_pedropenna: OBAMA teve o tweet mais retweetado da hist\u00f3ria a\u00ed \u00e9 \u00f3bvio que as f\u00e3s do justin v\u00e3o falar: VAMOS BATER ESSE RECORDDDDDDD ...","source":"\u003ca href=\"http:\/\/mobile.twitter.com\" rel=\"nofollow\"\u003eMobile Web\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":166254677,"id_str":"166254677","name":"Death","screen_name":"Moondances_","location":"Warzone","description":"Filha do Bono Vox, esposa do Kurt Cobain, namorada do Andy B., amante do Tom K. e melhor amiga da Amy Lee. #Alien #TokioHotel #BVB #Evanescence #Nirvana #U2","url":"http:\/\/a-thousandoceanswide.tumblr.com\/","entities":{"url":{"urls":[{"url":"http:\/\/a-thousandoceanswide.tumblr.com\/","expanded_url":null,"indices":[0,39]}]},"description":{"urls":[]}},"protected":false,"followers_count":226,"friends_count":222,"listed_count":1,"created_at":"Tue Jul 13 18:24:44 +0000 2010","favourites_count":270,"utc_offset":-10800,"time_zone":"Brasilia","geo_enabled":false,"verified":false,"statuses_count":21459,"lang":"pt","contributors_enabled":false,"is_translator":false,"profile_background_color":"FFFFFF","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/677697645\/bf81caa99e9a7499ac1bbd0112e6bd00.jpeg","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/677697645\/bf81caa99e9a7499ac1bbd0112e6bd00.jpeg","profile_background_tile":true,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2515400601\/xwkghub7lhcipj2qi1te_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2515400601\/xwkghub7lhcipj2qi1te_normal.jpeg","profile_banner_url":"https:\/\/si0.twimg.com\/profile_banners\/166254677\/1349496920","profile_link_color":"F53B0C","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"050505","profile_text_color":"F50E0E","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"es"},"created_at":"Wed Nov 07 22:59:11 +0000 2012","id":266313880005922817,"id_str":"266313880005922817","text":"OBAMA teve o tweet mais retweetado da hist\u00f3ria a\u00ed \u00e9 \u00f3bvio que as f\u00e3s do justin v\u00e3o falar: VAMOS BATER ESSE RECORDDDDDDDDDDDDDDDDDDDDDDDDDDDD","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":260996585,"id_str":"260996585","name":"Pedro Penna","screen_name":"_pedropenna","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":288,"friends_count":57,"listed_count":4,"created_at":"Sat Mar 05 01:28:40 +0000 2011","favourites_count":3,"utc_offset":-14400,"time_zone":"Santiago","geo_enabled":false,"verified":false,"statuses_count":22285,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"050505","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/628900868\/yub8cbx4c028k3157aif.jpeg","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/628900868\/yub8cbx4c028k3157aif.jpeg","profile_background_tile":true,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2678389250\/58b1d751d52936a8d54f853a0c756175_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2678389250\/58b1d751d52936a8d54f853a0c756175_normal.jpeg","profile_link_color":"41CAD9","profile_sidebar_border_color":"181A1E","profile_sidebar_fill_color":"252429","profile_text_color":"666666","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":17,"entities":{"hashtags":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},"retweet_count":17,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"_pedropenna","name":"Pedro Penna","id":260996585,"id_str":"260996585","indices":[3,15]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:55 +0000 2012","id":267024745642463233,"id_str":"267024745642463233","text":"No, I will not shut up. I don't like Obama. I will continue to tweet my mind.","source":"\u003ca href=\"http:\/\/www.twitter.com\" rel=\"nofollow\"\u003eTwitter for Windows Phone\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":550308293,"id_str":"550308293","name":"Matthew Harrell","screen_name":"matthew_austin4","location":"US of A","description":"Matthew, 16, junior, taken by the best girl ever, HGG; 1-13-12, Phil 4:13. ","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":192,"friends_count":193,"listed_count":0,"created_at":"Tue Apr 10 17:54:05 +0000 2012","favourites_count":1017,"utc_offset":null,"time_zone":null,"geo_enabled":true,"verified":false,"statuses_count":5630,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2815599896\/31eb6e4c44cd82ef7f655c4ed9f59464_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2815599896\/31eb6e4c44cd82ef7f655c4ed9f59464_normal.jpeg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:55 +0000 2012","id":267024745546014720,"id_str":"267024745546014720","text":"RT @Bobprintdoc: @vickikellar vicki your overdrawn on your Obama bashing account please insert 16,000,000,000,000 dollars or whatever th ...","source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":904101816,"id_str":"904101816","name":"Dr. Tom","screen_name":"FreebirdForever","location":"","description":"Jesus, America, guns, guitars, Harley-Davidsons, pickup trucks, Jack Daniel's, piano, REAL education, Constitutional Conservatism - Liberty, MO. Nuff said.","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":30,"friends_count":88,"listed_count":0,"created_at":"Thu Oct 25 15:25:26 +0000 2012","favourites_count":477,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":256,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2763368914\/ca4226f7f7dd715f5137676dd9fd0e4a_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2763368914\/ca4226f7f7dd715f5137676dd9fd0e4a_normal.jpeg","profile_banner_url":"https:\/\/si0.twimg.com\/profile_banners\/904101816\/1351182929","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 21:16:53 +0000 2012","id":267012909119447040,"id_str":"267012909119447040","text":"@vickikellar vicki your overdrawn on your Obama bashing account please insert 16,000,000,000,000 dollars or whatever the national debt is","source":"\u003ca href=\"http:\/\/twitter.com\/download\/android\" rel=\"nofollow\"\u003eTwitter for Android\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":267007284255784960,"in_reply_to_status_id_str":"267007284255784960","in_reply_to_user_id":312848382,"in_reply_to_user_id_str":"312848382","in_reply_to_screen_name":"vickikellar","user":{"id":859707440,"id_str":"859707440","name":"Bob","screen_name":"Bobprintdoc","location":"chicago","description":"Eco Smart Business Professional with a passion for Sustainability, Muscle Cars, Kenpo Karate, MMA, & Football\r\n","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":40,"friends_count":107,"listed_count":0,"created_at":"Wed Oct 03 13:40:21 +0000 2012","favourites_count":2,"utc_offset":-21600,"time_zone":"Central Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":138,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C6E2EE","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme2\/bg.gif","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme2\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2676641217\/4bbfcbb47a9147b97a856dfc71182f91_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2676641217\/4bbfcbb47a9147b97a856dfc71182f91_normal.jpeg","profile_banner_url":"https:\/\/si0.twimg.com\/profile_banners\/859707440\/1352380217","profile_link_color":"1F98C7","profile_sidebar_border_color":"C6E2EE","profile_sidebar_fill_color":"DAECF4","profile_text_color":"663B12","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":4,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"vickikellar","name":"VK","id":312848382,"id_str":"312848382","indices":[0,12]}]},"favorited":false,"retweeted":false},"retweet_count":4,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"Bobprintdoc","name":"Bob","id":859707440,"id_str":"859707440","indices":[3,15]},{"screen_name":"vickikellar","name":"VK","id":312848382,"id_str":"312848382","indices":[17,29]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:54 +0000 2012","id":267024744673587201,"id_str":"267024744673587201","text":"RT @RiIeyJokess: ME: who you voting for?\nWHITE PEOPLE: I rather not discuss that with you.\n\nME: who you voting for??\nBLACK PEOPLE: TF U ...","source":"\u003ca href=\"http:\/\/twitter.com\/download\/android\" rel=\"nofollow\"\u003eTwitter for Android\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":314075547,"id_str":"314075547","name":".O7O612","screen_name":"_WHOOPdefckindo","location":"Wherever my heart desires .","description":"Est O7O7| God Above ALL \u2020|`2k15 | \u266c& Softball = LIFE|SINGLE!| My Cute Ass Thug @i_breakfaces|\u2640+\u2640 & \u2640+\u2642 \u2665 |Have Faith\u2122| Follow me & I Might follow back.\ue011 ","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":1225,"friends_count":1149,"listed_count":1,"created_at":"Thu Jun 09 17:36:55 +0000 2011","favourites_count":560,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":21588,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"B63BE8","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/626968429\/ocbim4yu2q4vk3o2fmx5.png","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/626968429\/ocbim4yu2q4vk3o2fmx5.png","profile_background_tile":true,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2752467201\/0fcad4f11cea90d6e8028899ac507ce5_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2752467201\/0fcad4f11cea90d6e8028899ac507ce5_normal.jpeg","profile_banner_url":"https:\/\/si0.twimg.com\/profile_banners\/314075547\/1351909168","profile_link_color":"3E7AFA","profile_sidebar_border_color":"A5C2AB","profile_sidebar_fill_color":"04C7BD","profile_text_color":"7249EC","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Wed Nov 07 01:39:19 +0000 2012","id":265991792418230272,"id_str":"265991792418230272","text":"ME: who you voting for?\nWHITE PEOPLE: I rather not discuss that with you.\n\nME: who you voting for??\nBLACK PEOPLE: TF U MEAN?? OBAMA N*GGA!","source":"\u003ca href=\"http:\/\/tapbots.com\/tweetbot\" rel=\"nofollow\"\u003eTweetbot for iOS\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":409503871,"id_str":"409503871","name":"Riley NOT Freeman","screen_name":"RiIeyJokess","location":"Southside Chicago Woodcrest","description":"#TeamRiley I'm BACK its Riley Freeman aka Riley Escobar aka Da Fundraiser. Parody account. Role-Playing. Not affiliated with Boondocks nor Cartoon Network.","url":"http:\/\/www.pay4tweet.com\/buy.php?r=8276","entities":{"url":{"urls":[{"url":"http:\/\/www.pay4tweet.com\/buy.php?r=8276","expanded_url":null,"indices":[0,39]}]},"description":{"urls":[]}},"protected":false,"followers_count":376546,"friends_count":47,"listed_count":388,"created_at":"Thu Nov 10 20:50:35 +0000 2011","favourites_count":42,"utc_offset":-14400,"time_zone":"Atlantic Time (Canada)","geo_enabled":false,"verified":false,"statuses_count":1075,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"131516","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/565164473\/image.jpg","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/565164473\/image.jpg","profile_background_tile":true,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2700750311\/3b3c15bcd41dd110a512943bceccdf8f_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2700750311\/3b3c15bcd41dd110a512943bceccdf8f_normal.jpeg","profile_banner_url":"https:\/\/si0.twimg.com\/profile_banners\/409503871\/1348020302","profile_link_color":"000000","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":1532,"entities":{"hashtags":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},"retweet_count":1532,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"RiIeyJokess","name":"Riley NOT Freeman","id":409503871,"id_str":"409503871","indices":[3,15]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:54 +0000 2012","id":267024743629209601,"id_str":"267024743629209601","text":"#Obama's track record with #HumanRights\nhttp:\/\/t.co\/fTrjJHtB","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":225242731,"id_str":"225242731","name":"Nakissa Jahanbani","screen_name":"nikkipjah","location":"","description":"Imperfectly opinionated. @AU_SIS alum. Tweets re water, law, human rights, MENA. \r\n\r\nhttp:\/\/paisleytrances.tumblr.com\r\nhttp:\/\/www.flickr.com\/photos\/greendragons","url":"http:\/\/nakissajahanbani.wordpress.com","entities":{"url":{"urls":[{"url":"http:\/\/nakissajahanbani.wordpress.com","expanded_url":null,"indices":[0,37]}]},"description":{"urls":[]}},"protected":false,"followers_count":178,"friends_count":1531,"listed_count":2,"created_at":"Sat Dec 11 02:37:20 +0000 2010","favourites_count":8,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":685,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"0099B9","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme4\/bg.gif","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme4\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2424095491\/249a6n8ujwbkuqyzbt6o_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2424095491\/249a6n8ujwbkuqyzbt6o_normal.jpeg","profile_link_color":"0099B9","profile_sidebar_border_color":"5ED4DC","profile_sidebar_fill_color":"95E8EC","profile_text_color":"3C3940","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[{"text":"Obama","indices":[0,6]},{"text":"HumanRights","indices":[27,39]}],"urls":[{"url":"http:\/\/t.co\/fTrjJHtB","expanded_url":"http:\/\/www.nation.com.pk\/pakistan-news-newspaper-daily-english-online\/international\/09-Nov-2012\/time-for-a-reset-on-human-rights","display_url":"nation.com.pk\/pakistan-news-\u2026","indices":[40,60]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:54 +0000 2012","id":267024743323033600,"id_str":"267024743323033600","text":"RT @JewPublican: Think about it. All of big Hollywood supported obama. Everything we see now is pretty much out of movies. Truth is Stra ...","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":15755375,"id_str":"15755375","name":"pandphomemades","screen_name":"pandphomemades","location":"Midwest, USA","description":"Homemaker who used to teach","url":"http:\/\/pandphomemades.blogspot.com","entities":{"url":{"urls":[{"url":"http:\/\/pandphomemades.blogspot.com","expanded_url":null,"indices":[0,34]}]},"description":{"urls":[]}},"protected":false,"followers_count":1453,"friends_count":1992,"listed_count":45,"created_at":"Wed Aug 06 21:20:45 +0000 2008","favourites_count":15,"utc_offset":-21600,"time_zone":"Central Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":13436,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/692798055\/1bag2_normal.jpg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/692798055\/1bag2_normal.jpg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 21:59:33 +0000 2012","id":267023648009883648,"id_str":"267023648009883648","text":"Think about it. All of big Hollywood supported obama. Everything we see now is pretty much out of movies. Truth is Stranger than Fiction!","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":751588476,"id_str":"751588476","name":"jewpublican","screen_name":"JewPublican","location":"Soviet Monica (Santa Monica)","description":"Joe. Jew. 41. Conservative. Anti-many things. Sometimes mad. Kindness to all, except the stupid damn liberal freeloaders! As of Nov7, more to RIGHT than ever!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3117,"friends_count":3048,"listed_count":39,"created_at":"Sat Aug 11 17:10:50 +0000 2012","favourites_count":0,"utc_offset":-25200,"time_zone":"Arizona","geo_enabled":false,"verified":false,"statuses_count":1852,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/630486531\/razjdaic4ku21qrt3ckx.jpeg","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/630486531\/razjdaic4ku21qrt3ckx.jpeg","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2802241348\/c014d9f23ed02c3ee0bd246bab6d29cc_normal.png","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2802241348\/c014d9f23ed02c3ee0bd246bab6d29cc_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":1,"entities":{"hashtags":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},"retweet_count":1,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"JewPublican","name":"jewpublican","id":751588476,"id_str":"751588476","indices":[3,15]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"tr"},"created_at":"Fri Nov 09 22:03:54 +0000 2012","id":267024742899412992,"id_str":"267024742899412992","text":"Bunda rus-israil ittifak\u0131n\u0131n etkisi \u00e7ok b\u00fcy\u00fck. Obama ilk ziyaretini T\u00fcrkiye'ye yapmayacak. Yoksa hedef tahtas\u0131nda olur.","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":85661271,"id_str":"85661271","name":"Metin Alkan","screen_name":"Vita__Nova","location":"","description":"\u00d6l\u00fcms\u00fczl\u00fc\u011f\u00fc Ar\u0131yorum...","url":"http:\/\/www.hurriyet.com.tr","entities":{"url":{"urls":[{"url":"http:\/\/www.hurriyet.com.tr","expanded_url":null,"indices":[0,26]}]},"description":{"urls":[]}},"protected":false,"followers_count":255,"friends_count":773,"listed_count":1,"created_at":"Tue Oct 27 21:00:14 +0000 2009","favourites_count":1,"utc_offset":-18000,"time_zone":"Quito","geo_enabled":false,"verified":false,"statuses_count":5084,"lang":"tr","contributors_enabled":false,"is_translator":false,"profile_background_color":"010D0B","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/701285938\/2f1c788e1923bf10aa63a31a7c5d02b6.jpeg","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/701285938\/2f1c788e1923bf10aa63a31a7c5d02b6.jpeg","profile_background_tile":true,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2771847360\/a488bd52b41a9222f44b08e8dd787dee_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2771847360\/a488bd52b41a9222f44b08e8dd787dee_normal.jpeg","profile_banner_url":"https:\/\/si0.twimg.com\/profile_banners\/85661271\/1351362554","profile_link_color":"D61153","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"7AC3EE","profile_text_color":"3D1957","profile_use_background_image":true,"show_all_inline_media":true,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:54 +0000 2012","id":267024742295416832,"id_str":"267024742295416832","text":"White House says Obama will travel to New York on Thursday to view recovery efforts from Superstorm Sandy","source":"\u003ca href=\"http:\/\/blackberry.com\/twitter\" rel=\"nofollow\"\u003eTwitter for BlackBerry\u00ae\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":51452048,"id_str":"51452048","name":"CCN TV6","screen_name":"tv6tnt","location":"Trinidad & Tobago","description":"TT's #1 TV station in MFO and Flow surveys. Revealing Facts. Provoking Opinions. Follow us for Breaking News in Trinidad and Tobago. Facebook: ccntvnews","url":"http:\/\/www.tv6tnt.com\/","entities":{"url":{"urls":[{"url":"http:\/\/www.tv6tnt.com\/","expanded_url":null,"indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":11624,"friends_count":100,"listed_count":126,"created_at":"Sat Jun 27 14:30:43 +0000 2009","favourites_count":2,"utc_offset":-18000,"time_zone":"Quito","geo_enabled":true,"verified":false,"statuses_count":11746,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"AB291B","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/636032448\/656bzn8kvsg3lgm84l0s.jpeg","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/636032448\/656bzn8kvsg3lgm84l0s.jpeg","profile_background_tile":true,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/285476737\/tv6_logo_normal.jpg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/285476737\/tv6_logo_normal.jpg","profile_link_color":"C46428","profile_sidebar_border_color":"FDAE8D","profile_sidebar_fill_color":"DA9343","profile_text_color":"190E14","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:54 +0000 2012","id":267024742257680386,"id_str":"267024742257680386","text":"@Jacquie0415 @gregwhoward obama is not a muslim. Whatever fox news channel you got that from was lying to you.","source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":266662912230301696,"in_reply_to_status_id_str":"266662912230301696","in_reply_to_user_id":351361539,"in_reply_to_user_id_str":"351361539","in_reply_to_screen_name":"Jacquie0415","user":{"id":933403026,"id_str":"933403026","name":"Ricardo","screen_name":"ricardo126234","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":1,"friends_count":16,"listed_count":0,"created_at":"Thu Nov 08 01:54:42 +0000 2012","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":2,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2821008427\/68adc59e68229893eb22e8ca7a6317b2_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2821008427\/68adc59e68229893eb22e8ca7a6317b2_normal.jpeg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"Jacquie0415","name":"Pink Conservative","id":351361539,"id_str":"351361539","indices":[0,12]},{"screen_name":"GregWHoward","name":"Greg Howard","id":27502479,"id_str":"27502479","indices":[13,25]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:54 +0000 2012","id":267024741381074944,"id_str":"267024741381074944","text":"RT @SomeoneBelow: The person below is complaining about Obama.","source":"\u003ca href=\"http:\/\/twitter.com\/download\/android\" rel=\"nofollow\"\u003eTwitter for Android\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":845480820,"id_str":"845480820","name":"ImaWildBoii","screen_name":"LifesaBishh","location":"","description":"instagram: @Datboiibishh","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":1361,"friends_count":1197,"listed_count":0,"created_at":"Tue Sep 25 13:02:35 +0000 2012","favourites_count":109,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":2330,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2792581240\/3fea301f4d6e2cb1ae23f6ff40a6bd6a_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2792581240\/3fea301f4d6e2cb1ae23f6ff40a6bd6a_normal.jpeg","profile_banner_url":"https:\/\/si0.twimg.com\/profile_banners\/845480820\/1351578819","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Wed Nov 07 04:54:15 +0000 2012","id":266040847366250496,"id_str":"266040847366250496","text":"The person below is complaining about Obama.","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":340600971,"id_str":"340600971","name":"The Person Below ","screen_name":"SomeoneBelow","location":"","description":"#Business-TheTwitterCrew@yahoo.com","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":462957,"friends_count":0,"listed_count":266,"created_at":"Fri Jul 22 23:44:09 +0000 2011","favourites_count":0,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":379,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"022330","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme15\/bg.png","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme15\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2454496884\/r4ue495ejhd026vpmssi_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2454496884\/r4ue495ejhd026vpmssi_normal.jpeg","profile_banner_url":"https:\/\/si0.twimg.com\/profile_banners\/340600971\/1350878085","profile_link_color":"0084B4","profile_sidebar_border_color":"A8C7F7","profile_sidebar_fill_color":"C0DFEC","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":4352,"entities":{"hashtags":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},"retweet_count":4352,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"SomeoneBelow","name":"The Person Below ","id":340600971,"id_str":"340600971","indices":[3,16]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"pt"},"created_at":"Fri Nov 09 22:03:54 +0000 2012","id":267024740810637313,"id_str":"267024740810637313","text":":) #Pixect http:\/\/t.co\/jZxz8JeC","source":"\u003ca href=\"http:\/\/www.pixect.com\" rel=\"nofollow\"\u003ePixect\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":835287648,"id_str":"835287648","name":"Cute_DarkSkin \u2764","screen_name":"I_Fuk_Wid_OBAMA","location":"","description":"Yes.! I'm That Cute, Tall,Crazy, Darkskin Girl.. OH, Nd I LOve Food.! Follow Me Nd I Promise To Follow You.! But Follow My Crazy Friend Tony @Da_RealBam","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":167,"friends_count":468,"listed_count":0,"created_at":"Thu Sep 20 10:46:04 +0000 2012","favourites_count":65,"utc_offset":-14400,"time_zone":"Atlantic Time (Canada)","geo_enabled":false,"verified":false,"statuses_count":1559,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"8B542B","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/701382392\/f486c497c43e867ed1a6085fd5a1374d.jpeg","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/701382392\/f486c497c43e867ed1a6085fd5a1374d.jpeg","profile_background_tile":true,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2820698125\/3ac9e4354e685acae08f58f6ba1f6489_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2820698125\/3ac9e4354e685acae08f58f6ba1f6489_normal.jpeg","profile_banner_url":"https:\/\/si0.twimg.com\/profile_banners\/835287648\/1351218327","profile_link_color":"9D582E","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"F6F6F6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[{"text":"Pixect","indices":[3,10]}],"urls":[],"user_mentions":[],"media":[{"id":267024740814831617,"id_str":"267024740814831617","indices":[11,31],"media_url":"http:\/\/p.twimg.com\/A7SplkaCQAEGdpZ.jpg","media_url_https":"https:\/\/p.twimg.com\/A7SplkaCQAEGdpZ.jpg","url":"http:\/\/t.co\/jZxz8JeC","display_url":"pic.twitter.com\/jZxz8JeC","expanded_url":"http:\/\/twitter.com\/I_Fuk_Wid_OBAMA\/status\/267024740810637313\/photo\/1","type":"photo","sizes":{"large":{"w":800,"h":600,"resize":"fit"},"medium":{"w":600,"h":450,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":255,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:53 +0000 2012","id":267024740760289280,"id_str":"267024740760289280","text":"Why Libya Cover-Up: Obama Was Arming Al Qaeda &amp; Islamists\nhttp:\/\/t.co\/erdKx6HD","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":733920601,"id_str":"733920601","name":"Lord Jesus Christ","screen_name":"llParadisell","location":"I Live in Paradise","description":"I am Spiritually centered. Pray for peace n harmony. Lean to the right cause I'm Christian. I\/we Don't play the evil card as do the Democrats. Saddens my heart.","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":208,"friends_count":624,"listed_count":2,"created_at":"Fri Aug 03 01:43:40 +0000 2012","favourites_count":208,"utc_offset":-25200,"time_zone":"Arizona","geo_enabled":false,"verified":false,"statuses_count":2883,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"0099B9","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme4\/bg.gif","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme4\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2821767472\/a28e06dfe161a84a9d462185a539a184_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2821767472\/a28e06dfe161a84a9d462185a539a184_normal.jpeg","profile_banner_url":"https:\/\/si0.twimg.com\/profile_banners\/733920601\/1348877058","profile_link_color":"0099B9","profile_sidebar_border_color":"5ED4DC","profile_sidebar_fill_color":"95E8EC","profile_text_color":"3C3940","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[{"url":"http:\/\/t.co\/erdKx6HD","expanded_url":"http:\/\/swordattheready.wordpress.com\/2012\/10\/25\/why-libya-cover-up-obama-was-arming-al-qaeda-islamists\/#comments","display_url":"swordattheready.wordpress.com\/2012\/10\/25\/why\u2026","indices":[62,82]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":true},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:53 +0000 2012","id":267024739627839488,"id_str":"267024739627839488","text":"RT @StephenAtHome: I still can't believe Obama won. I will do everything in my power to make sure this is his LAST term as president!","source":"\u003ca href=\"http:\/\/twitter.com\/download\/android\" rel=\"nofollow\"\u003eTwitter for Android\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":937775928,"id_str":"937775928","name":"Ian Woodburn ","screen_name":"naiburnwoood","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":2,"friends_count":26,"listed_count":0,"created_at":"Fri Nov 09 21:22:03 +0000 2012","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":2,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2828793865\/e8f1325cd9d8c3573987ec77a4061d56_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2828793865\/e8f1325cd9d8c3573987ec77a4061d56_normal.jpeg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Thu Nov 08 04:46:20 +0000 2012","id":266401242518020097,"id_str":"266401242518020097","text":"I still can't believe Obama won. I will do everything in my power to make sure this is his LAST term as president!","source":"\u003ca href=\"http:\/\/www.socialoomph.com\" rel=\"nofollow\"\u003eSocialOomph\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":16303106,"id_str":"16303106","name":"Stephen Colbert","screen_name":"StephenAtHome","location":"","description":"","url":"http:\/\/www.ColbertNation.com","entities":{"url":{"urls":[{"url":"http:\/\/www.ColbertNation.com","expanded_url":null,"indices":[0,28]}]},"description":{"urls":[]}},"protected":false,"followers_count":4158970,"friends_count":0,"listed_count":56273,"created_at":"Mon Sep 15 22:31:44 +0000 2008","favourites_count":0,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":true,"statuses_count":2474,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"1A1B1F","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/39408843\/twitterbkgrnd.jpg","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/39408843\/twitterbkgrnd.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/568525297\/Picture_normal.png","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/568525297\/Picture_normal.png","profile_link_color":"2FC2EF","profile_sidebar_border_color":"181A1E","profile_sidebar_fill_color":"252429","profile_text_color":"666666","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":5508,"entities":{"hashtags":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},"retweet_count":5508,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"StephenAtHome","name":"Stephen Colbert","id":16303106,"id_str":"16303106","indices":[3,17]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:53 +0000 2012","id":267024738927394816,"id_str":"267024738927394816","text":"RT @5oodaysofautumn: #Obama crying choked me up NEVER SEEN A PRES DO THAT. U CAN TELL HIS INTENTIONS ARE IN THE RIGHT PLACE TO LEAD htt ...","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":189910083,"id_str":"189910083","name":"\u2665Poetic Justice\u2665","screen_name":"Neo_Sweetness","location":"I am your world","description":"Don\u2019t gain the world and lose your soul, wisdom is better than silver or gold...#LesTwins & @chrisbrown groupie twitter best friend @chaneeee_ =D..#TeamGemini","url":"http:\/\/missy4breezy.tumblr.com\/","entities":{"url":{"urls":[{"url":"http:\/\/missy4breezy.tumblr.com\/","expanded_url":null,"indices":[0,31]}]},"description":{"urls":[]}},"protected":false,"followers_count":969,"friends_count":689,"listed_count":9,"created_at":"Sun Sep 12 15:30:39 +0000 2010","favourites_count":99,"utc_offset":7200,"time_zone":"Pretoria","geo_enabled":true,"verified":false,"statuses_count":19514,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/696782366\/d96b328d8dccbb5bb06ff25f3c965216.jpeg","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/696782366\/d96b328d8dccbb5bb06ff25f3c965216.jpeg","profile_background_tile":true,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2819916518\/85d81112ed93292eae67502742e9e14e_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2819916518\/85d81112ed93292eae67502742e9e14e_normal.jpeg","profile_banner_url":"https:\/\/si0.twimg.com\/profile_banners\/189910083\/1352379481","profile_link_color":"990000","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"95E8EC","profile_text_color":"1C1F23","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:02:13 +0000 2012","id":267024320780460032,"id_str":"267024320780460032","text":"#Obama crying choked me up NEVER SEEN A PRES DO THAT. U CAN TELL HIS INTENTIONS ARE IN THE RIGHT PLACE TO LEAD http:\/\/t.co\/oez0ySOl","source":"\u003ca href=\"http:\/\/twitter.com\/tweetbutton\" rel=\"nofollow\"\u003eTweet Button\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":126096796,"id_str":"126096796","name":"Tom Hansen","screen_name":"5oodaysofautumn","location":"","description":"25. Grad from #UMES 10 and I'm the lil brother from my brother and me! #DMV #teamravens #RIPBenBreedlove. MD\u2708NY #PARTY. Instagram: nowmia","url":"http:\/\/5hundreddaysofautumn.tumblr.com\/","entities":{"url":{"urls":[{"url":"http:\/\/5hundreddaysofautumn.tumblr.com\/","expanded_url":null,"indices":[0,39]}]},"description":{"urls":[]}},"protected":false,"followers_count":25361,"friends_count":20364,"listed_count":390,"created_at":"Wed Mar 24 20:42:16 +0000 2010","favourites_count":60,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":52183,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"000000","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/434845455\/php7cPc7kPM.jpg","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/434845455\/php7cPc7kPM.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2793142272\/c792d3e734e1813ac2c877c3bc71d3c0_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2793142272\/c792d3e734e1813ac2c877c3bc71d3c0_normal.jpeg","profile_banner_url":"https:\/\/si0.twimg.com\/profile_banners\/126096796\/1351788681","profile_link_color":"0BBD49","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"5A118A","profile_text_color":"0093F5","profile_use_background_image":true,"show_all_inline_media":true,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":3,"entities":{"hashtags":[{"text":"Obama","indices":[0,6]}],"urls":[{"url":"http:\/\/t.co\/oez0ySOl","expanded_url":"http:\/\/www.worldstarhiphop.com\/videos\/video.php?v=wshhb4rn6xITkf7u98u1","display_url":"worldstarhiphop.com\/videos\/video.p\u2026","indices":[112,132]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false},"retweet_count":3,"entities":{"hashtags":[{"text":"Obama","indices":[21,27]}],"urls":[],"user_mentions":[{"screen_name":"5oodaysofautumn","name":"Tom Hansen","id":126096796,"id_str":"126096796","indices":[3,19]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:53 +0000 2012","id":267024738906431490,"id_str":"267024738906431490","text":"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","source":"\u003ca href=\"http:\/\/blackberry.com\/twitter\" rel=\"nofollow\"\u003eTwitter for BlackBerry\u00ae\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":349850768,"id_str":"349850768","name":"LOVE YA","screen_name":"vcAraceli","location":"","description":"God, family, friends \u263a\u263a","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":137,"friends_count":470,"listed_count":0,"created_at":"Sat Aug 06 20:14:40 +0000 2011","favourites_count":16,"utc_offset":null,"time_zone":null,"geo_enabled":true,"verified":false,"statuses_count":1248,"lang":"es","contributors_enabled":false,"is_translator":false,"profile_background_color":"B2DFDA","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme13\/bg.gif","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme13\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2754552526\/20d1dfe97c5f7275f30992dc2a365053_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2754552526\/20d1dfe97c5f7275f30992dc2a365053_normal.jpeg","profile_link_color":"93A644","profile_sidebar_border_color":"EEEEEE","profile_sidebar_fill_color":"FFFFFF","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Wed Nov 07 18:08:31 +0000 2012","id":266240732237549569,"id_str":"266240732237549569","text":"Obama what's my name? Obama what's my name? OBAMA what's my name? what's my name? .... #OBALIEN what's my name","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":880598592,"id_str":"880598592","name":"prankster","screen_name":"jusxy","location":"yeah","description":" Prankster. #Canadian an Alien","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":39690,"friends_count":280,"listed_count":95,"created_at":"Sun Oct 14 17:37:10 +0000 2012","favourites_count":9,"utc_offset":7200,"time_zone":"Athens","geo_enabled":false,"verified":false,"statuses_count":655,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2806985867\/37baac936fcae8ebcc729a878b15562f_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2806985867\/37baac936fcae8ebcc729a878b15562f_normal.jpeg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":1279,"entities":{"hashtags":[{"text":"OBALIEN","indices":[87,95]}],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},"retweet_count":1279,"entities":{"hashtags":[{"text":"OBALIEN","indices":[98,106]}],"urls":[],"user_mentions":[{"screen_name":"jusxy","name":"prankster","id":880598592,"id_str":"880598592","indices":[3,9]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:53 +0000 2012","id":267024738575065089,"id_str":"267024738575065089","text":"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","source":"\u003ca href=\"http:\/\/twitter.com\/download\/android\" rel=\"nofollow\"\u003eTwitter for Android\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":933399182,"id_str":"933399182","name":"Anna I Guess","screen_name":"notsoslimshadys","location":"not with 1d that's fersure","description":"i like boybands and the word fuck and 21 jump street obvi used to be on nouchmetiall and annacheyk and other things but yeah i did it for the gays and japan","url":"http:\/\/t.co\/VMofM7eR","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/VMofM7eR","expanded_url":"http:\/\/theinvisiblecunts.tumblr.com","display_url":"theinvisiblecunts.tumblr.com","indices":[0,20]}]},"description":{"urls":[]}},"protected":false,"followers_count":33,"friends_count":230,"listed_count":0,"created_at":"Thu Nov 08 01:47:00 +0000 2012","favourites_count":213,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":242,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"8C38EB","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/705534130\/17de75ce21f801411a332946dc8766aa.png","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/705534130\/17de75ce21f801411a332946dc8766aa.png","profile_background_tile":true,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2821968665\/2781b018bcb4a85d7399380b2893efee_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2821968665\/2781b018bcb4a85d7399380b2893efee_normal.jpeg","profile_banner_url":"https:\/\/si0.twimg.com\/profile_banners\/933399182\/1352342389","profile_link_color":"2C0A47","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:00:35 +0000 2012","id":267023909939974144,"id_str":"267023909939974144","text":"I bet one day stalker sarah stalks her way into the white house she'll just take a picture from Obama's bedroom","source":"\u003ca href=\"http:\/\/twitter.com\/download\/android\" rel=\"nofollow\"\u003eTwitter for Android\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":64259689,"id_str":"64259689","name":"mackenzie","screen_name":"harrynstuff","location":"","description":"can u feel it mr krabs ","url":"http:\/\/www.mackenziefrenzie.tumblr.com","entities":{"url":{"urls":[{"url":"http:\/\/www.mackenziefrenzie.tumblr.com","expanded_url":null,"indices":[0,38]}]},"description":{"urls":[]}},"protected":false,"followers_count":1887,"friends_count":340,"listed_count":3,"created_at":"Sun Aug 09 21:34:18 +0000 2009","favourites_count":3898,"utc_offset":-25200,"time_zone":"Arizona","geo_enabled":false,"verified":false,"statuses_count":21432,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"F7F2F6","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/695464979\/637200f7795d86bb054f54f5380dc55b.png","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/695464979\/637200f7795d86bb054f54f5380dc55b.png","profile_background_tile":true,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2787236456\/3d6feb6aed3f759af13cbf2a5c247ba6_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2787236456\/3d6feb6aed3f759af13cbf2a5c247ba6_normal.jpeg","profile_banner_url":"https:\/\/si0.twimg.com\/profile_banners\/64259689\/1351383038","profile_link_color":"E8A7AB","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"D1F0D8","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":10,"entities":{"hashtags":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},"retweet_count":10,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"harrynstuff","name":"mackenzie","id":64259689,"id_str":"64259689","indices":[3,15]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:53 +0000 2012","id":267024738478600192,"id_str":"267024738478600192","text":"RT @dlb703: The difference between Romney and Obama supporters? Romney's look like they just got out of church. Obama's look like they'r ...","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":790053139,"id_str":"790053139","name":"Robert Dee","screen_name":"ThinksLogical","location":"Massachusetts","description":"Electrical Engineer; Libertarian-Conservative; Pro Limited Gov't; Catholic; Don't Blame Me, I Voted For #Mitt; Support Our Troops & Veterans; God Help The USA","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":403,"friends_count":636,"listed_count":2,"created_at":"Wed Aug 29 20:00:10 +0000 2012","favourites_count":45,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":1183,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"ACDED6","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme18\/bg.gif","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme18\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2624770410\/erdcpu64esrfv41ks9eo_normal.png","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2624770410\/erdcpu64esrfv41ks9eo_normal.png","profile_link_color":"038543","profile_sidebar_border_color":"EEEEEE","profile_sidebar_fill_color":"F6F6F6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Sat Oct 13 21:43:10 +0000 2012","id":257235051761242112,"id_str":"257235051761242112","text":"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.","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":41806188,"id_str":"41806188","name":"David L B","screen_name":"dlb703","location":"Mount Vernistan, Virginia ","description":"Conservative Virginian enjoying retirement with @mrs703. My life is loosely based on a true story. Glimpse some of it here: http:\/\/t.co\/0I2AClQA And here: ","url":"http:\/\/www.youtube.com\/user\/dlb703\/videos","entities":{"url":{"urls":[{"url":"http:\/\/www.youtube.com\/user\/dlb703\/videos","expanded_url":null,"indices":[0,41]}]},"description":{"urls":[{"url":"http:\/\/t.co\/0I2AClQA","expanded_url":"http:\/\/pelicanroost.tumblr.com\/","display_url":"pelicanroost.tumblr.com","indices":[124,144]}]}},"protected":false,"followers_count":2362,"friends_count":2194,"listed_count":63,"created_at":"Fri May 22 12:58:05 +0000 2009","favourites_count":288,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":32588,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"ACDED6","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme18\/bg.gif","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme18\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2745362184\/471e715d65d04a035f553c6f155ecb4d_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2745362184\/471e715d65d04a035f553c6f155ecb4d_normal.jpeg","profile_link_color":"038543","profile_sidebar_border_color":"EEEEEE","profile_sidebar_fill_color":"F6F6F6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":true,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":35,"entities":{"hashtags":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},"retweet_count":35,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"dlb703","name":"David L B","id":41806188,"id_str":"41806188","indices":[3,10]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"es"},"created_at":"Fri Nov 09 22:03:53 +0000 2012","id":267024737937547264,"id_str":"267024737937547264","text":"Obama, ante el precipicio fiscal: &amp;#8220;Tengo mi bol\u00edgrafo listo para firmar&amp;#8221; http:\/\/t.co\/m5Q6O0lq v\u00eda @expansioncom","source":"\u003ca href=\"http:\/\/twitter.com\/tweetbutton\" rel=\"nofollow\"\u003eTweet Button\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":51714340,"id_str":"51714340","name":"Pablo Rossi","screen_name":"pabloirossi","location":"Buenos Aires . Argentina","description":"Periodista TV #HoraClave Radio #Cadena3","url":"http:\/\/www.cadena3.com","entities":{"url":{"urls":[{"url":"http:\/\/www.cadena3.com","expanded_url":null,"indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":18683,"friends_count":1106,"listed_count":322,"created_at":"Sun Jun 28 12:05:23 +0000 2009","favourites_count":30,"utc_offset":-18000,"time_zone":"Quito","geo_enabled":false,"verified":false,"statuses_count":8179,"lang":"es","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2733610494\/031568589570fdfc26881cb84680bafd_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2733610494\/031568589570fdfc26881cb84680bafd_normal.jpeg","profile_banner_url":"https:\/\/si0.twimg.com\/profile_banners\/51714340\/1352291004","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[{"url":"http:\/\/t.co\/m5Q6O0lq","expanded_url":"http:\/\/www.expansion.com\/2012\/11\/09\/economia\/1352486150.html","display_url":"expansion.com\/2012\/11\/09\/eco\u2026","indices":[93,113]}],"user_mentions":[{"screen_name":"expansioncom","name":"expansioncom","id":14942445,"id_str":"14942445","indices":[118,131]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:53 +0000 2012","id":267024737794945024,"id_str":"267024737794945024","text":"@LeslieMHooper I think Obama and Chris Christie are having an affair! LMAO!!!","source":"web","truncated":false,"in_reply_to_status_id":267023177841008640,"in_reply_to_status_id_str":"267023177841008640","in_reply_to_user_id":831991550,"in_reply_to_user_id_str":"831991550","in_reply_to_screen_name":"LeslieMHooper","user":{"id":738972386,"id_str":"738972386","name":"Vanessa Monroe","screen_name":"mermaid6590","location":"Heavenly Sea","description":"Independent Woman Voter!\r\n","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":88,"friends_count":80,"listed_count":0,"created_at":"Sun Aug 05 17:56:25 +0000 2012","favourites_count":101,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":1233,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"642D8B","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme10\/bg.gif","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme10\/bg.gif","profile_background_tile":true,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2486267151\/xu2uqfmmgh78656q4t8d_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2486267151\/xu2uqfmmgh78656q4t8d_normal.jpeg","profile_link_color":"FF0000","profile_sidebar_border_color":"65B0DA","profile_sidebar_fill_color":"7AC3EE","profile_text_color":"3D1957","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"LeslieMHooper","name":"hooper.","id":831991550,"id_str":"831991550","indices":[0,14]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"es"},"created_at":"Fri Nov 09 22:03:53 +0000 2012","id":267024737706840064,"id_str":"267024737706840064","text":"RT @SAMhOes: Lmao #Obama http:\/\/t.co\/uxLqQ8zq","source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":465137413,"id_str":"465137413","name":"natalie smith.","screen_name":"n_mariee3","location":"","description":"currently enjoying the process.","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":295,"friends_count":247,"listed_count":1,"created_at":"Mon Jan 16 00:53:07 +0000 2012","favourites_count":4918,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":6185,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/689766579\/0ef31600496ca923fcf5188c9b5aa69b.jpeg","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/689766579\/0ef31600496ca923fcf5188c9b5aa69b.jpeg","profile_background_tile":true,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2824975577\/8de8435e8933636e222dc504ac558680_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2824975577\/8de8435e8933636e222dc504ac558680_normal.jpeg","profile_banner_url":"https:\/\/si0.twimg.com\/profile_banners\/465137413\/1352328050","profile_link_color":"0084B4","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"es"},"created_at":"Fri Nov 09 22:02:49 +0000 2012","id":267024468851974145,"id_str":"267024468851974145","text":"Lmao #Obama http:\/\/t.co\/uxLqQ8zq","source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":500428179,"id_str":"500428179","name":"Taylor Scott Hughes","screen_name":"SAMhOes","location":"","description":"Trying to find the balance","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":144,"friends_count":42,"listed_count":0,"created_at":"Thu Feb 23 03:57:48 +0000 2012","favourites_count":206,"utc_offset":-25200,"time_zone":"Arizona","geo_enabled":false,"verified":false,"statuses_count":4737,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/542927693\/SAMO.jpg","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/542927693\/SAMO.jpg","profile_background_tile":true,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2816924403\/8f1ed0e02e34bad06ba95a1624e13646_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2816924403\/8f1ed0e02e34bad06ba95a1624e13646_normal.jpeg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":2,"entities":{"hashtags":[{"text":"Obama","indices":[5,11]}],"urls":[],"user_mentions":[],"media":[{"id":267024468856168450,"id_str":"267024468856168450","indices":[12,32],"media_url":"http:\/\/p.twimg.com\/A7SpVvSCYAIQ8RL.jpg","media_url_https":"https:\/\/p.twimg.com\/A7SpVvSCYAIQ8RL.jpg","url":"http:\/\/t.co\/uxLqQ8zq","display_url":"pic.twitter.com\/uxLqQ8zq","expanded_url":"http:\/\/twitter.com\/SAMhOes\/status\/267024468851974145\/photo\/1","type":"photo","sizes":{"small":{"w":340,"h":272,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":400,"h":320,"resize":"fit"},"large":{"w":400,"h":320,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},"retweet_count":2,"entities":{"hashtags":[{"text":"Obama","indices":[18,24]}],"urls":[],"user_mentions":[{"screen_name":"SAMhOes","name":"Taylor Scott Hughes","id":500428179,"id_str":"500428179","indices":[3,11]}],"media":[{"id":267024468856168450,"id_str":"267024468856168450","indices":[25,45],"media_url":"http:\/\/p.twimg.com\/A7SpVvSCYAIQ8RL.jpg","media_url_https":"https:\/\/p.twimg.com\/A7SpVvSCYAIQ8RL.jpg","url":"http:\/\/t.co\/uxLqQ8zq","display_url":"pic.twitter.com\/uxLqQ8zq","expanded_url":"http:\/\/twitter.com\/SAMhOes\/status\/267024468851974145\/photo\/1","type":"photo","sizes":{"small":{"w":340,"h":272,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":400,"h":320,"resize":"fit"},"large":{"w":400,"h":320,"resize":"fit"}},"source_status_id":267024468851974145,"source_status_id_str":"267024468851974145"}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"fr"},"created_at":"Fri Nov 09 22:03:53 +0000 2012","id":267024737354534912,"id_str":"267024737354534912","text":"RT @20Minutes: Pour Obama, les Am\u00e9ricains les plus riches doivent payer plus d'imp\u00f4ts http:\/\/t.co\/PiZXc0Ty","source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":432904098,"id_str":"432904098","name":"Blanchard sophie","screen_name":"soso2583","location":"charente","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":50,"friends_count":673,"listed_count":0,"created_at":"Fri Dec 09 22:34:46 +0000 2011","favourites_count":0,"utc_offset":3600,"time_zone":"West Central Africa","geo_enabled":true,"verified":false,"statuses_count":437,"lang":"fr","contributors_enabled":false,"is_translator":false,"profile_background_color":"642D8B","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme10\/bg.gif","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme10\/bg.gif","profile_background_tile":true,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/1797033611\/paris_normal.jpg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/1797033611\/paris_normal.jpg","profile_link_color":"FF0000","profile_sidebar_border_color":"65B0DA","profile_sidebar_fill_color":"7AC3EE","profile_text_color":"3D1957","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"fr"},"created_at":"Fri Nov 09 21:28:53 +0000 2012","id":267015932952600577,"id_str":"267015932952600577","text":"Pour Obama, les Am\u00e9ricains les plus riches doivent payer plus d'imp\u00f4ts http:\/\/t.co\/PiZXc0Ty","source":"\u003ca href=\"http:\/\/twitterfeed.com\" rel=\"nofollow\"\u003etwitterfeed\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2649991,"id_str":"2649991","name":"20 Minutes","screen_name":"20Minutes","location":"Paris, France","description":"Information en continu. Actualit\u00e9s, Politique, Sport, People, High Tech \/ Sur Facebook : http:\/\/www.facebook.com\/20minutes","url":"http:\/\/www.20minutes.fr","entities":{"url":{"urls":[{"url":"http:\/\/www.20minutes.fr","expanded_url":null,"indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":564592,"friends_count":1270,"listed_count":5320,"created_at":"Wed Mar 28 12:14:38 +0000 2007","favourites_count":2,"utc_offset":3600,"time_zone":"Paris","geo_enabled":false,"verified":false,"statuses_count":28687,"lang":"fr","contributors_enabled":false,"is_translator":false,"profile_background_color":"1A497E","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/332708788\/20minutes-twitter-uni_v2.jpg","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/332708788\/20minutes-twitter-uni_v2.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/917939759\/logo_72dpi2_normal.jpg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/917939759\/logo_72dpi2_normal.jpg","profile_link_color":"3E5087","profile_sidebar_border_color":"E0E0E0","profile_sidebar_fill_color":"FCFDFF","profile_text_color":"474347","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":27,"entities":{"hashtags":[],"urls":[{"url":"http:\/\/t.co\/PiZXc0Ty","expanded_url":"http:\/\/bit.ly\/S5X929","display_url":"bit.ly\/S5X929","indices":[71,91]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false},"retweet_count":27,"entities":{"hashtags":[],"urls":[{"url":"http:\/\/t.co\/PiZXc0Ty","expanded_url":"http:\/\/bit.ly\/S5X929","display_url":"bit.ly\/S5X929","indices":[86,106]}],"user_mentions":[{"screen_name":"20Minutes","name":"20 Minutes","id":2649991,"id_str":"2649991","indices":[3,13]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:53 +0000 2012","id":267024736968667136,"id_str":"267024736968667136","text":"@k_m_allan I'm more about #Obama being banished.","source":"web","truncated":false,"in_reply_to_status_id":267024598929899520,"in_reply_to_status_id_str":"267024598929899520","in_reply_to_user_id":25236548,"in_reply_to_user_id_str":"25236548","in_reply_to_screen_name":"k_m_allan","user":{"id":32914948,"id_str":"32914948","name":"Kevin Sage","screen_name":"desertkev","location":"Phoenix, Arizona","description":"Piano\/Guitar\/Whiskey\/Harley Davidson\/Scorpio - no one here gets out alive","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":921,"friends_count":1995,"listed_count":13,"created_at":"Sat Apr 18 15:31:46 +0000 2009","favourites_count":86,"utc_offset":-25200,"time_zone":"Arizona","geo_enabled":false,"verified":false,"statuses_count":5404,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"131516","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_tile":true,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/1840850334\/Kevin_Sage_web_normal.jpg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/1840850334\/Kevin_Sage_web_normal.jpg","profile_link_color":"009999","profile_sidebar_border_color":"EEEEEE","profile_sidebar_fill_color":"EFEFEF","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":true,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[{"text":"Obama","indices":[26,32]}],"urls":[],"user_mentions":[{"screen_name":"k_m_allan","name":"kevin allan","id":25236548,"id_str":"25236548","indices":[0,10]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:52 +0000 2012","id":267024736373063680,"id_str":"267024736373063680","text":"yo why did obama have to win","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":937848031,"id_str":"937848031","name":"blake callaway","screen_name":"blakecallaway","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":1,"friends_count":9,"listed_count":0,"created_at":"Fri Nov 09 21:56:46 +0000 2012","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":1,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/sticky\/default_profile_images\/default_profile_1_normal.png","profile_image_url_https":"https:\/\/si0.twimg.com\/sticky\/default_profile_images\/default_profile_1_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":true,"default_profile_image":true,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"es"},"created_at":"Fri Nov 09 22:03:52 +0000 2012","id":267024736108818432,"id_str":"267024736108818432","text":"RT @FaithOn1D: \"Las hijas de Obama conocieron a los Jonas, a Justin Bieber y ahora conocer\u00e1n a One Direction\" @BarackObama \u00a1HOLA PAPIIII ...","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":85462046,"id_str":"85462046","name":"AlondraN.","screen_name":"AlondraMiaa","location":"Puerto Rico","description":"\u2020Keep Calm and Stay Strong\u2020 Let go and let God\u2020 \r\n #TeamGrimmie #LesbianForDemi #QueenD","url":"http:\/\/callm3-b-e-a-utiful.tumblr.com","entities":{"url":{"urls":[{"url":"http:\/\/callm3-b-e-a-utiful.tumblr.com","expanded_url":null,"indices":[0,37]}]},"description":{"urls":[]}},"protected":false,"followers_count":41,"friends_count":123,"listed_count":0,"created_at":"Tue Oct 27 00:48:54 +0000 2009","favourites_count":124,"utc_offset":-21600,"time_zone":"Central Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":1026,"lang":"es","contributors_enabled":false,"is_translator":false,"profile_background_color":"0099B9","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/688789058\/53a1e623ee61dff87d2a21e62970bccf.jpeg","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/688789058\/53a1e623ee61dff87d2a21e62970bccf.jpeg","profile_background_tile":true,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2828514451\/43265957ca883b2ba6c2c282e5a700ca_normal.png","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2828514451\/43265957ca883b2ba6c2c282e5a700ca_normal.png","profile_banner_url":"https:\/\/si0.twimg.com\/profile_banners\/85462046\/1352492025","profile_link_color":"0099B9","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"95E8EC","profile_text_color":"3C3940","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"es"},"created_at":"Thu Nov 08 19:18:35 +0000 2012","id":266620750822252544,"id_str":"266620750822252544","text":"\"Las hijas de Obama conocieron a los Jonas, a Justin Bieber y ahora conocer\u00e1n a One Direction\" @BarackObama \u00a1HOLA PAPIIIIIIIIIII!","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":929960034,"id_str":"929960034","name":" Little things.","screen_name":"FaithOn1D","location":"","description":"Cuenta creada el 06.11.\r\nSiguenos en @ana_cg10 @cristi_payne y @laura_styles15\r\n\r\nSi no te seguimos pide Follow Back :3","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":266,"friends_count":345,"listed_count":0,"created_at":"Tue Nov 06 15:35:52 +0000 2012","favourites_count":15,"utc_offset":3600,"time_zone":"Amsterdam","geo_enabled":false,"verified":false,"statuses_count":109,"lang":"es","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/704233482\/4e004d6dc17708c5f1052c67c528e595.png","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/704233482\/4e004d6dc17708c5f1052c67c528e595.png","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2823991843\/d5f81fc1f06b683674998779468813fd_normal.png","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2823991843\/d5f81fc1f06b683674998779468813fd_normal.png","profile_banner_url":"https:\/\/si0.twimg.com\/profile_banners\/929960034\/1352236670","profile_link_color":"0084B4","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":32,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"BarackObama","name":"Barack Obama","id":813286,"id_str":"813286","indices":[95,107]}]},"favorited":false,"retweeted":false},"retweet_count":32,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"FaithOn1D","name":" Little things.","id":929960034,"id_str":"929960034","indices":[3,13]},{"screen_name":"BarackObama","name":"Barack Obama","id":813286,"id_str":"813286","indices":[110,122]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"pl"},"created_at":"Fri Nov 09 22:03:52 +0000 2012","id":267024735878119424,"id_str":"267024735878119424","text":"Szef CIA zrezygnowa\u0142 przez romans. Obama \"trzyma kciuki za niego i \u017con\u0119\" http:\/\/t.co\/XiPB0RSW","source":"\u003ca href=\"http:\/\/twitterfeed.com\" rel=\"nofollow\"\u003etwitterfeed\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":471148039,"id_str":"471148039","name":"4iHD","screen_name":"4iHD","location":"","description":"Pami\u0119taj laska b\u0119dzie siedzie\u0107 w ka\u017cdym rz\u0119dzie\r\nA ganja tylko raz w twoim \u017cyciu b\u0119dzie..","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":569,"friends_count":753,"listed_count":6,"created_at":"Sun Jan 22 15:09:23 +0000 2012","favourites_count":1,"utc_offset":7200,"time_zone":"Athens","geo_enabled":false,"verified":false,"statuses_count":195282,"lang":"pl","contributors_enabled":false,"is_translator":false,"profile_background_color":"131516","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_tile":true,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/1779220673\/P6Yoi_normal.jpg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/1779220673\/P6Yoi_normal.jpg","profile_link_color":"009999","profile_sidebar_border_color":"EEEEEE","profile_sidebar_fill_color":"EFEFEF","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[{"url":"http:\/\/t.co\/XiPB0RSW","expanded_url":"http:\/\/bit.ly\/Zfn6Bi","display_url":"bit.ly\/Zfn6Bi","indices":[73,93]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:52 +0000 2012","id":267024735450324993,"id_str":"267024735450324993","text":"RT @JosieNelson7: Obama yeehaw http:\/\/t.co\/DJxtDlAk","source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":427524527,"id_str":"427524527","name":"\u2639 jessi \u2639","screen_name":"fcukjessi","location":"London, ON","description":"queen latifah got me pregnant once ","url":"http:\/\/fcukjessi.tumblr.com","entities":{"url":{"urls":[{"url":"http:\/\/fcukjessi.tumblr.com","expanded_url":null,"indices":[0,27]}]},"description":{"urls":[]}},"protected":false,"followers_count":887,"friends_count":106,"listed_count":1,"created_at":"Sat Dec 03 16:50:16 +0000 2011","favourites_count":2414,"utc_offset":-21600,"time_zone":"Central Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":25433,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"FFFFFF","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/656267020\/ocljzhfjw9c5e39zawhw.jpeg","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/656267020\/ocljzhfjw9c5e39zawhw.jpeg","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2810233068\/be1f774c8267c5dc362745d5deabe563_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2810233068\/be1f774c8267c5dc362745d5deabe563_normal.jpeg","profile_banner_url":"https:\/\/si0.twimg.com\/profile_banners\/427524527\/1352129631","profile_link_color":"FDABF9","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"000000","profile_text_color":"E697B4","profile_use_background_image":false,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:32 +0000 2012","id":267024649064427520,"id_str":"267024649064427520","text":"Obama yeehaw http:\/\/t.co\/DJxtDlAk","source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":730315188,"id_str":"730315188","name":"Josie Nelson","screen_name":"JosieNelson7","location":"","description":"I'm utterly embarrassed that I actually have a twitter","url":"http:\/\/josie-josie-andmore-josie.tumblr.com\/","entities":{"url":{"urls":[{"url":"http:\/\/josie-josie-andmore-josie.tumblr.com\/","expanded_url":null,"indices":[0,44]}]},"description":{"urls":[]}},"protected":false,"followers_count":39,"friends_count":33,"listed_count":0,"created_at":"Wed Aug 01 09:02:44 +0000 2012","favourites_count":121,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":833,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/668623483\/ea597e74c0031886955160d38ec826b3.jpeg","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/668623483\/ea597e74c0031886955160d38ec826b3.jpeg","profile_background_tile":true,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2820987703\/183019375ca5518339bf532c05bb0954_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2820987703\/183019375ca5518339bf532c05bb0954_normal.jpeg","profile_banner_url":"https:\/\/si0.twimg.com\/profile_banners\/730315188\/1348531536","profile_link_color":"0084B4","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":2,"entities":{"hashtags":[],"urls":[],"user_mentions":[],"media":[{"id":267024649064427524,"id_str":"267024649064427524","indices":[13,33],"media_url":"http:\/\/p.twimg.com\/A7SpgOnCMAQsBo7.jpg","media_url_https":"https:\/\/p.twimg.com\/A7SpgOnCMAQsBo7.jpg","url":"http:\/\/t.co\/DJxtDlAk","display_url":"pic.twitter.com\/DJxtDlAk","expanded_url":"http:\/\/twitter.com\/JosieNelson7\/status\/267024649064427520\/photo\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":900,"resize":"fit"},"small":{"w":340,"h":510,"resize":"fit"},"large":{"w":640,"h":960,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},"retweet_count":2,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"JosieNelson7","name":"Josie Nelson","id":730315188,"id_str":"730315188","indices":[3,16]}],"media":[{"id":267024649064427524,"id_str":"267024649064427524","indices":[31,51],"media_url":"http:\/\/p.twimg.com\/A7SpgOnCMAQsBo7.jpg","media_url_https":"https:\/\/p.twimg.com\/A7SpgOnCMAQsBo7.jpg","url":"http:\/\/t.co\/DJxtDlAk","display_url":"pic.twitter.com\/DJxtDlAk","expanded_url":"http:\/\/twitter.com\/JosieNelson7\/status\/267024649064427520\/photo\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":900,"resize":"fit"},"small":{"w":340,"h":510,"resize":"fit"},"large":{"w":640,"h":960,"resize":"fit"}},"source_status_id":267024649064427520,"source_status_id_str":"267024649064427520"}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"pt"},"created_at":"Fri Nov 09 22:03:52 +0000 2012","id":267024735156703232,"id_str":"267024735156703232","text":"Obama \"decepciona\" mercados. Idiotice! Os mercados est\u00e3o sendo movidos pela China, que retoma crescimento. S\u00f3 os ricos est\u00e3o preocupados.","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":56463385,"id_str":"56463385","name":"Evilazio Gonzaga ","screen_name":"Evilazio","location":"Belo Horizonte, Brasil","description":"Publicit\u00e1rio, especialista em marketing e gest\u00e3o estrat\u00e9gica. ","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":95,"friends_count":224,"listed_count":2,"created_at":"Mon Jul 13 19:13:08 +0000 2009","favourites_count":6,"utc_offset":-10800,"time_zone":"Brasilia","geo_enabled":true,"verified":false,"statuses_count":1850,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"0099B9","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme4\/bg.gif","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme4\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/543214648\/evi_2_normal.jpg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/543214648\/evi_2_normal.jpg","profile_link_color":"0099B9","profile_sidebar_border_color":"5ED4DC","profile_sidebar_fill_color":"95E8EC","profile_text_color":"3C3940","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:52 +0000 2012","id":267024734628233218,"id_str":"267024734628233218","text":"@GoAngelo let's just speculate that Petraeus was having an affair WITH Obama and they conspired during pillow talk to cover up Benghazi.","source":"web","truncated":false,"in_reply_to_status_id":267024467539161088,"in_reply_to_status_id_str":"267024467539161088","in_reply_to_user_id":53130511,"in_reply_to_user_id_str":"53130511","in_reply_to_screen_name":"GoAngelo","user":{"id":84887343,"id_str":"84887343","name":"Carolyn Edgar","screen_name":"carolynedgar","location":"New York City","description":"lawyer, writer, single mom. Detroiter by birth, New Yorker for life.","url":"http:\/\/carolynedgar.com","entities":{"url":{"urls":[{"url":"http:\/\/carolynedgar.com","expanded_url":null,"indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":4121,"friends_count":889,"listed_count":239,"created_at":"Sat Oct 24 16:37:55 +0000 2009","favourites_count":130,"utc_offset":-18000,"time_zone":"Quito","geo_enabled":false,"verified":false,"statuses_count":75408,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/154237056\/1_26.jpg","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/154237056\/1_26.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2681927492\/b15c338d265ce17c48e5655d9146c335_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2681927492\/b15c338d265ce17c48e5655d9146c335_normal.jpeg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"GoAngelo","name":"Angelo Carusone","id":53130511,"id_str":"53130511","indices":[0,9]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"es"},"created_at":"Fri Nov 09 22:03:52 +0000 2012","id":267024734481440769,"id_str":"267024734481440769","text":"RT @NoticiasCaracol: Obama acepta renuncia del director de la CIA, que deja el cargo tras reconocer que tuvo relaci\u00f3n extramatrimonial h ...","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":277567527,"id_str":"277567527","name":"Alberto Garc\u00eda","screen_name":"bob_mor","location":"M\u00e9xico","description":"La vida hay que disfrutarla","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":160,"friends_count":307,"listed_count":6,"created_at":"Tue Apr 05 16:41:48 +0000 2011","favourites_count":2,"utc_offset":null,"time_zone":null,"geo_enabled":true,"verified":false,"statuses_count":3005,"lang":"es","contributors_enabled":false,"is_translator":false,"profile_background_color":"C6E2EE","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/262338243\/arco.jpg","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/262338243\/arco.jpg","profile_background_tile":true,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/1370443600\/bob_mor_normal.jpg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/1370443600\/bob_mor_normal.jpg","profile_link_color":"1F98C7","profile_sidebar_border_color":"C6E2EE","profile_sidebar_fill_color":"DAECF4","profile_text_color":"663B12","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"es"},"created_at":"Fri Nov 09 21:39:09 +0000 2012","id":267018513095475201,"id_str":"267018513095475201","text":"Obama acepta renuncia del director de la CIA, que deja el cargo tras reconocer que tuvo relaci\u00f3n extramatrimonial http:\/\/t.co\/uU6j0p7q","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":17813487,"id_str":"17813487","name":"Noticias Caracol","screen_name":"NoticiasCaracol","location":"Colombia","description":"Primero en Noticias","url":"http:\/\/noticiascaracol.com","entities":{"url":{"urls":[{"url":"http:\/\/noticiascaracol.com","expanded_url":null,"indices":[0,26]}]},"description":{"urls":[]}},"protected":false,"followers_count":1792672,"friends_count":1437,"listed_count":10718,"created_at":"Tue Dec 02 17:58:53 +0000 2008","favourites_count":68,"utc_offset":-18000,"time_zone":"Bogota","geo_enabled":false,"verified":false,"statuses_count":112540,"lang":"es","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/693408937\/14a1439c51311874de85e4c1b849c5c8.jpeg","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/693408937\/14a1439c51311874de85e4c1b849c5c8.jpeg","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/1683723131\/noticias_logo_nuevo_twitter_normal.jpg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/1683723131\/noticias_logo_nuevo_twitter_normal.jpg","profile_banner_url":"https:\/\/si0.twimg.com\/profile_banners\/17813487\/1347987463","profile_link_color":"0084B4","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":true,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":12,"entities":{"hashtags":[],"urls":[{"url":"http:\/\/t.co\/uU6j0p7q","expanded_url":"http:\/\/bit.ly\/PK7tjL","display_url":"bit.ly\/PK7tjL","indices":[114,134]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false},"retweet_count":12,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"NoticiasCaracol","name":"Noticias Caracol","id":17813487,"id_str":"17813487","indices":[3,19]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:52 +0000 2012","id":267024734464651264,"id_str":"267024734464651264","text":"FEMA Failed\/Obama Hailed #Sandy #tcot #obama","source":"\u003ca href=\"http:\/\/www.hootsuite.com\" rel=\"nofollow\"\u003eHootSuite\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":724659626,"id_str":"724659626","name":"Comrade Obama","screen_name":"NotBarack","location":"Washington DC","description":"I am not comrade Barack Hussein Obama. But, really, who is? ","url":"http:\/\/hugostiglitzinnocenceproject.wordpress.com\/","entities":{"url":{"urls":[{"url":"http:\/\/hugostiglitzinnocenceproject.wordpress.com\/","expanded_url":null,"indices":[0,50]}]},"description":{"urls":[]}},"protected":false,"followers_count":892,"friends_count":1073,"listed_count":9,"created_at":"Sun Jul 29 21:22:00 +0000 2012","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":7619,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2446147095\/American-Communist_normal.png","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2446147095\/American-Communist_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[{"text":"Sandy","indices":[25,31]},{"text":"tcot","indices":[32,37]},{"text":"obama","indices":[38,44]}],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:52 +0000 2012","id":267024733319598080,"id_str":"267024733319598080","text":"Obama","source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":150393364,"id_str":"150393364","name":"GO'K.\u262f","screen_name":"georgiaokeeffex","location":"Waterford, Ireland","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":402,"friends_count":389,"listed_count":0,"created_at":"Mon May 31 20:42:14 +0000 2010","favourites_count":149,"utc_offset":0,"time_zone":"Dublin","geo_enabled":true,"verified":false,"statuses_count":9611,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"642D8B","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/703464508\/861deb1100ee17cebb08bd053992ad25.jpeg","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/703464508\/861deb1100ee17cebb08bd053992ad25.jpeg","profile_background_tile":true,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2828756781\/9a6f2d199797e7e70251fb4eef221940_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2828756781\/9a6f2d199797e7e70251fb4eef221940_normal.jpeg","profile_banner_url":"https:\/\/si0.twimg.com\/profile_banners\/150393364\/1350903346","profile_link_color":"FF0000","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"EFEFEF","profile_text_color":"240524","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:52 +0000 2012","id":267024733189582849,"id_str":"267024733189582849","text":"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 o ...","source":"\u003ca href=\"http:\/\/mobile.twitter.com\" rel=\"nofollow\"\u003eMobile Web\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":116235612,"id_str":"116235612","name":"LLW","screen_name":"LLW83","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":239,"friends_count":343,"listed_count":14,"created_at":"Sun Feb 21 17:58:53 +0000 2010","favourites_count":94,"utc_offset":-21600,"time_zone":"Central Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":8642,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2727022743\/c4e325decd28cbd3850c944cd94850c7_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2727022743\/c4e325decd28cbd3850c944cd94850c7_normal.jpeg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 21:46:45 +0000 2012","id":267020429057724416,"id_str":"267020429057724416","text":"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","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":179732982,"id_str":"179732982","name":"The Daily Edge","screen_name":"TheDailyEdge","location":"Burke-Hart Publishing","description":"When ABC News just isn't enough","url":"http:\/\/www.facebook.com\/TheDailyEdge","entities":{"url":{"urls":[{"url":"http:\/\/www.facebook.com\/TheDailyEdge","expanded_url":null,"indices":[0,36]}]},"description":{"urls":[]}},"protected":false,"followers_count":32271,"friends_count":30952,"listed_count":881,"created_at":"Wed Aug 18 00:29:10 +0000 2010","favourites_count":3496,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":20730,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"811A8A","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/136790900\/newspaper3.gif","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/136790900\/newspaper3.gif","profile_background_tile":true,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/1109247307\/DE-logo.aspx_normal.png","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/1109247307\/DE-logo.aspx_normal.png","profile_link_color":"CC3366","profile_sidebar_border_color":"DBE9ED","profile_sidebar_fill_color":"E6F6F9","profile_text_color":"333333","profile_use_background_image":false,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":51,"entities":{"hashtags":[{"text":"insanity","indices":[131,140]}],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},"retweet_count":51,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"TheDailyEdge","name":"The Daily Edge","id":179732982,"id_str":"179732982","indices":[3,16]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"es"},"created_at":"Fri Nov 09 22:03:52 +0000 2012","id":267024733067943936,"id_str":"267024733067943936","text":"RT @lupiss14: - Ya viste que gano el PRI en EU? -\u00bfEl PRI? - Si, el PRIeto de Obama.","source":"\u003ca href=\"http:\/\/mobile.twitter.com\" rel=\"nofollow\"\u003eMobile Web\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":563204447,"id_str":"563204447","name":"\u0252\u10e7li\u0438 \u0252rell\u0252\u0438o :D ","screen_name":"aylin_arellanoo","location":"","description":"Live simply. Dream big. Be grateful. Give love. Laugh lots. \u2665","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":35,"friends_count":139,"listed_count":1,"created_at":"Wed Apr 25 21:26:40 +0000 2012","favourites_count":300,"utc_offset":-21600,"time_zone":"Mexico City","geo_enabled":false,"verified":false,"statuses_count":906,"lang":"es","contributors_enabled":false,"is_translator":false,"profile_background_color":"F0F0D8","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/608565918\/19.gif","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/608565918\/19.gif","profile_background_tile":true,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2714539994\/141a9174a0d35077ef478758f81c72c0_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2714539994\/141a9174a0d35077ef478758f81c72c0_normal.jpeg","profile_link_color":"FFC0C0","profile_sidebar_border_color":"C09090","profile_sidebar_fill_color":"D8A8A8","profile_text_color":"F0D8C0","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"es"},"created_at":"Fri Nov 09 22:02:30 +0000 2012","id":267024389030162434,"id_str":"267024389030162434","text":"- Ya viste que gano el PRI en EU? -\u00bfEl PRI? - Si, el PRIeto de Obama.","source":"\u003ca href=\"http:\/\/twitter.com\/download\/android\" rel=\"nofollow\"\u003eTwitter for Android\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":115160351,"id_str":"115160351","name":"Lupita G\u00f3mez~","screen_name":"lupiss14","location":"","description":"Habla de mi vida cuando la tuya sea un ejemplo ~","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":65,"friends_count":94,"listed_count":0,"created_at":"Wed Feb 17 20:17:41 +0000 2010","favourites_count":10,"utc_offset":null,"time_zone":null,"geo_enabled":true,"verified":false,"statuses_count":489,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"007D6C","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/76099385\/como_1_.jpg","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/76099385\/como_1_.jpg","profile_background_tile":true,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2682133549\/0fd19a26a61239b1b2e03aaed3364a40_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2682133549\/0fd19a26a61239b1b2e03aaed3364a40_normal.jpeg","profile_banner_url":"https:\/\/si0.twimg.com\/profile_banners\/115160351\/1348718825","profile_link_color":"660626","profile_sidebar_border_color":"CC3366","profile_sidebar_fill_color":"442422","profile_text_color":"362720","profile_use_background_image":false,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":1,"entities":{"hashtags":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},"retweet_count":1,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"lupiss14","name":"Lupita G\u00f3mez~","id":115160351,"id_str":"115160351","indices":[3,12]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:52 +0000 2012","id":267024732984053761,"id_str":"267024732984053761","text":"@realDonaldTrump hey idiot-obama won pop. vote&amp;electoral. What's the baby with the toupee crying bout? U Deleted revolution tweet? Coward","source":"\u003ca href=\"http:\/\/blackberry.com\/twitter\" rel=\"nofollow\"\u003eTwitter for BlackBerry\u00ae\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":266035509162303492,"in_reply_to_status_id_str":"266035509162303492","in_reply_to_user_id":25073877,"in_reply_to_user_id_str":"25073877","in_reply_to_screen_name":"realDonaldTrump","user":{"id":224437516,"id_str":"224437516","name":"LaArnold SyruppBot","screen_name":"ASyrupp","location":"Queso","description":"Never","url":"http:\/\/www.ebaumsworld.com","entities":{"url":{"urls":[{"url":"http:\/\/www.ebaumsworld.com","expanded_url":null,"indices":[0,26]}]},"description":{"urls":[]}},"protected":false,"followers_count":12,"friends_count":10,"listed_count":0,"created_at":"Thu Dec 09 00:45:05 +0000 2010","favourites_count":1,"utc_offset":-21600,"time_zone":"Central Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":178,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/516877638\/Back-to-the-Future-Re-Release.jpg","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/516877638\/Back-to-the-Future-Re-Release.jpg","profile_background_tile":true,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2760852103\/cecc8e1d04a519f89e930db9bc3b834f_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2760852103\/cecc8e1d04a519f89e930db9bc3b834f_normal.jpeg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"realDonaldTrump","name":"Donald J. Trump","id":25073877,"id_str":"25073877","indices":[0,16]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:52 +0000 2012","id":267024732984053760,"id_str":"267024732984053760","text":"RT @HuffingtonPost: CEO who forced workers to attend Romney rally now promises layoffs http:\/\/t.co\/nZ15MB9x","source":"\u003ca href=\"http:\/\/www.tweetdeck.com\" rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":18982396,"id_str":"18982396","name":"Joe Conason","screen_name":"JConason","location":"New York","description":"Editor-in-chief of @NationalMemo, co-editor of @theIFund, author, father, etc. Standard retweet disclaimer applies. \r\n","url":"http:\/\/www.nationalmemo.com","entities":{"url":{"urls":[{"url":"http:\/\/www.nationalmemo.com","expanded_url":null,"indices":[0,27]}]},"description":{"urls":[]}},"protected":false,"followers_count":4986,"friends_count":538,"listed_count":202,"created_at":"Wed Jan 14 16:45:33 +0000 2009","favourites_count":8,"utc_offset":-18000,"time_zone":"Quito","geo_enabled":false,"verified":false,"statuses_count":4836,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/1450090330\/thumb.php_normal.jpg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/1450090330\/thumb.php_normal.jpg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 21:45:07 +0000 2012","id":267020015709065216,"id_str":"267020015709065216","text":"CEO who forced workers to attend Romney rally now promises layoffs http:\/\/t.co\/nZ15MB9x","source":"\u003ca href=\"http:\/\/www.huffingtonpost.com\" rel=\"nofollow\"\u003eThe Huffington Post\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":14511951,"id_str":"14511951","name":"Huffington Post","screen_name":"HuffingtonPost","location":"","description":"The Internet Newspaper - \r\nCurated by @lauralizhibbard, @socialmia, @kerstinshamberg, @deanpraetorius, @travelinganna","url":"http:\/\/www.huffingtonpost.com","entities":{"url":{"urls":[{"url":"http:\/\/www.huffingtonpost.com","expanded_url":null,"indices":[0,29]}]},"description":{"urls":[]}},"protected":false,"followers_count":2260556,"friends_count":5167,"listed_count":52558,"created_at":"Thu Apr 24 14:07:28 +0000 2008","favourites_count":83,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":159726,"lang":"en","contributors_enabled":true,"is_translator":false,"profile_background_color":"2E7060","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/662779208\/drm9hjltviedp5of1mft.png","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/662779208\/drm9hjltviedp5of1mft.png","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2368811884\/4gy783tae1jr6ul8nnvd_normal.png","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2368811884\/4gy783tae1jr6ul8nnvd_normal.png","profile_banner_url":"https:\/\/si0.twimg.com\/profile_banners\/14511951\/1349992259","profile_link_color":"015E50","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"E3E2DE","profile_text_color":"000000","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":53,"entities":{"hashtags":[],"urls":[{"url":"http:\/\/t.co\/nZ15MB9x","expanded_url":"http:\/\/huff.to\/RoLmhb","display_url":"huff.to\/RoLmhb","indices":[67,87]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false},"retweet_count":53,"entities":{"hashtags":[],"urls":[{"url":"http:\/\/t.co\/nZ15MB9x","expanded_url":"http:\/\/huff.to\/RoLmhb","display_url":"huff.to\/RoLmhb","indices":[87,107]}],"user_mentions":[{"screen_name":"HuffingtonPost","name":"Huffington Post","id":14511951,"id_str":"14511951","indices":[3,18]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:52 +0000 2012","id":267024732812095488,"id_str":"267024732812095488","text":"RT @_Ken_barlow_: Cameron: \"I look forward to working with Obama for the next four years.\" 2 years Dave, 2 years.","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":256199945,"id_str":"256199945","name":"Hannah Sophia","screen_name":"hwain_96","location":"","description":"Insert pretentious shit about myself here. -Freelance troublemaker. Papercut survivor. Determind dreamer.\r\n#wooo","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":80,"friends_count":258,"listed_count":0,"created_at":"Tue Feb 22 21:34:55 +0000 2011","favourites_count":3,"utc_offset":3600,"time_zone":"Amsterdam","geo_enabled":false,"verified":false,"statuses_count":215,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"000000","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/632147867\/bebamnkj0tkxyf8xih9e.jpeg","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/632147867\/bebamnkj0tkxyf8xih9e.jpeg","profile_background_tile":true,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2772273611\/3e1bee8a8b5af41ecff45d9c1082aca7_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2772273611\/3e1bee8a8b5af41ecff45d9c1082aca7_normal.jpeg","profile_banner_url":"https:\/\/si0.twimg.com\/profile_banners\/256199945\/1350165940","profile_link_color":"9E3F9E","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"FFFFFF","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Thu Nov 08 13:12:34 +0000 2012","id":266528641062670336,"id_str":"266528641062670336","text":"Cameron: \"I look forward to working with Obama for the next four years.\" 2 years Dave, 2 years.","source":"\u003ca href=\"http:\/\/blackberry.com\/twitter\" rel=\"nofollow\"\u003eTwitter for BlackBerry\u00ae\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":555358206,"id_str":"555358206","name":"Ken Barlow","screen_name":"_Ken_barlow_","location":"Your Mums Knickers","description":"Live with the slag Deirdre at 1 coronation street I've shagged over 1000 women. my hobbies are fucking women. PARODY!! ","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":23978,"friends_count":2418,"listed_count":17,"created_at":"Mon Apr 16 17:14:29 +0000 2012","favourites_count":167,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":6345,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/533092419\/ArGx8JdCIAAIJvc.jpg","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/533092419\/ArGx8JdCIAAIJvc.jpg","profile_background_tile":true,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2435831500\/imageskkkk_1__normal.jpg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2435831500\/imageskkkk_1__normal.jpg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":32,"entities":{"hashtags":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},"retweet_count":32,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"_Ken_barlow_","name":"Ken Barlow","id":555358206,"id_str":"555358206","indices":[3,16]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"pt"},"created_at":"Fri Nov 09 22:03:51 +0000 2012","id":267024731352481792,"id_str":"267024731352481792","text":"at\u00e9 o obama e a fam\u00edlia dan\u00e7am o gangnam style...","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":574142778,"id_str":"574142778","name":"Ana Fucking Tavares","screen_name":"shetrulylovedya","location":"Hogwarts","description":"proudly Slytherin.\r\n\r\nhttps:\/\/www.facebook.com\/caroliinataavares\r\nhttp:\/\/shetrulylovedya.tumblr.com\/","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":197,"friends_count":111,"listed_count":0,"created_at":"Mon May 07 23:59:30 +0000 2012","favourites_count":370,"utc_offset":0,"time_zone":"Lisbon","geo_enabled":true,"verified":false,"statuses_count":4014,"lang":"pt","contributors_enabled":false,"is_translator":false,"profile_background_color":"ACDED6","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/669898213\/594431a9ca69da3620f9272aa442e020.jpeg","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/669898213\/594431a9ca69da3620f9272aa442e020.jpeg","profile_background_tile":true,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2771706913\/673a84ab7f7599e042abac37042406b7_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2771706913\/673a84ab7f7599e042abac37042406b7_normal.jpeg","profile_banner_url":"https:\/\/si0.twimg.com\/profile_banners\/574142778\/1348668907","profile_link_color":"EB94BB","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"F6F6F6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:51 +0000 2012","id":267024731193110528,"id_str":"267024731193110528","text":"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 ...","source":"\u003ca href=\"http:\/\/twitter.com\/tweetbutton\" rel=\"nofollow\"\u003eTweet Button\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":244191783,"id_str":"244191783","name":"Robert McGonigle","screen_name":"r9mcgon","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":30,"friends_count":107,"listed_count":0,"created_at":"Fri Jan 28 18:59:10 +0000 2011","favourites_count":225,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":429,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/1389940096\/SideshowBob_normal.jpg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/1389940096\/SideshowBob_normal.jpg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Mon Oct 22 18:20:16 +0000 2012","id":260445482126569472,"id_str":"260445482126569472","text":"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.","source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":57143143,"id_str":"57143143","name":"SunnyMike HappyHugs","screen_name":"Mike_hugs","location":"Chicago","description":"URadical Left Wing Politics. Sports. Occupied Chicago. bats. www.mikenreich.org","url":"http:\/\/www.mikenreich.org","entities":{"url":{"urls":[{"url":"http:\/\/www.mikenreich.org","expanded_url":null,"indices":[0,25]}]},"description":{"urls":[]}},"protected":false,"followers_count":1068,"friends_count":408,"listed_count":37,"created_at":"Wed Jul 15 21:29:58 +0000 2009","favourites_count":3594,"utc_offset":-21600,"time_zone":"Central Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":37819,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2793151539\/55ef9e8eefad09b3df2873f0b39f8104_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2793151539\/55ef9e8eefad09b3df2873f0b39f8104_normal.jpeg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":6,"entities":{"hashtags":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},"retweet_count":6,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"Mike_hugs","name":"SunnyMike HappyHugs","id":57143143,"id_str":"57143143","indices":[3,13]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:51 +0000 2012","id":267024729980928000,"id_str":"267024729980928000","text":"RT @RepJeffDuncan: 102 miners laid off in Utah as a direct result of President Obama's policies. http:\/\/t.co\/35lZ7Zmv","source":"\u003ca href=\"http:\/\/www.tweetcaster.com\" rel=\"nofollow\"\u003eTweetCaster for Android\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":14791358,"id_str":"14791358","name":"skew11","screen_name":"skew11","location":"","description":"Avid runner and also #workout #running ","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":1715,"friends_count":1689,"listed_count":41,"created_at":"Thu May 15 22:07:11 +0000 2008","favourites_count":2522,"utc_offset":-21600,"time_zone":"Central Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":126338,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"9AE4E8","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/398604167\/12450_poster2000.jpg","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/398604167\/12450_poster2000.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2772692386\/b38b51fa5c3096e7bde34a9be98e3b4f_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2772692386\/b38b51fa5c3096e7bde34a9be98e3b4f_normal.jpeg","profile_link_color":"0084B4","profile_sidebar_border_color":"BDDCAD","profile_sidebar_fill_color":"DDFFCC","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 21:56:53 +0000 2012","id":267022977437138944,"id_str":"267022977437138944","text":"102 miners laid off in Utah as a direct result of President Obama's policies. http:\/\/t.co\/35lZ7Zmv","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":240393970,"id_str":"240393970","name":"Rep. Jeff Duncan","screen_name":"RepJeffDuncan","location":"","description":"Christian, husband, father, former small business owner, and Congressman for South Carolina's Third Congressional District","url":"http:\/\/jeffduncan.house.gov","entities":{"url":{"urls":[{"url":"http:\/\/jeffduncan.house.gov","expanded_url":null,"indices":[0,27]}]},"description":{"urls":[]}},"protected":false,"followers_count":4494,"friends_count":1580,"listed_count":214,"created_at":"Wed Jan 19 20:45:16 +0000 2011","favourites_count":0,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":true,"statuses_count":635,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/374397751\/jeff_duncan_twitter_background_final.jpg","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/374397751\/jeff_duncan_twitter_background_final.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/1350662994\/Jeff_DuncanHeadshot1_normal.jpg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/1350662994\/Jeff_DuncanHeadshot1_normal.jpg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":3,"entities":{"hashtags":[],"urls":[{"url":"http:\/\/t.co\/35lZ7Zmv","expanded_url":"http:\/\/tinyurl.com\/abh66qy","display_url":"tinyurl.com\/abh66qy","indices":[78,98]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false},"retweet_count":3,"entities":{"hashtags":[],"urls":[{"url":"http:\/\/t.co\/35lZ7Zmv","expanded_url":"http:\/\/tinyurl.com\/abh66qy","display_url":"tinyurl.com\/abh66qy","indices":[97,117]}],"user_mentions":[{"screen_name":"RepJeffDuncan","name":"Rep. Jeff Duncan","id":240393970,"id_str":"240393970","indices":[3,17]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:51 +0000 2012","id":267024729972568065,"id_str":"267024729972568065","text":"Congratulation for barack obama [pic] \u2014 http:\/\/t.co\/OJy8DE6T","source":"\u003ca href=\"http:\/\/path.com\/\" rel=\"nofollow\"\u003ePath 2.0\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":46071606,"id_str":"46071606","name":"ayukusumasari","screen_name":"ayyuradita","location":"mecca","description":"loveall. Live simply. Dream big. Be grateful. Give love. Laugh lots.like singing.iloveu like a lovesong","url":"http:\/\/Ayyukusuma.tumblr.com","entities":{"url":{"urls":[{"url":"http:\/\/Ayyukusuma.tumblr.com","expanded_url":null,"indices":[0,28]}]},"description":{"urls":[]}},"protected":false,"followers_count":565,"friends_count":395,"listed_count":4,"created_at":"Wed Jun 10 09:02:33 +0000 2009","favourites_count":58,"utc_offset":-36000,"time_zone":"Hawaii","geo_enabled":true,"verified":false,"statuses_count":28687,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"BC6FF7","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/466628925\/yqljz_large.jpg","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/466628925\/yqljz_large.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2816473670\/e2c8a023976ae473410f420568e4988d_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2816473670\/e2c8a023976ae473410f420568e4988d_normal.jpeg","profile_banner_url":"https:\/\/si0.twimg.com\/profile_banners\/46071606\/1352453087","profile_link_color":"EE00FF","profile_sidebar_border_color":"B25AED","profile_sidebar_fill_color":"0F0D0F","profile_text_color":"9D30F0","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[{"url":"http:\/\/t.co\/OJy8DE6T","expanded_url":"http:\/\/path.com\/p\/Is2Ox","display_url":"path.com\/p\/Is2Ox","indices":[40,60]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:51 +0000 2012","id":267024729741877249,"id_str":"267024729741877249","text":"Hugo Chavez Offers Obama Some Advice: Fresh off his own reelection, Venezuelan President Hugo Chavez\u00a0has a stron... http:\/\/t.co\/HD7dUzVg","source":"\u003ca href=\"http:\/\/twitterfeed.com\" rel=\"nofollow\"\u003etwitterfeed\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":107194153,"id_str":"107194153","name":"Home Office Biz","screen_name":"homeoffice_biz","location":"UK Europe Web","description":"Internet marketing #homeoffice, online home business help http:\/\/trckrs.com\/120139\/ win customers and revenue #cash Web2.0 optimize sales social media ads","url":"http:\/\/online-web-cash.weebly.com\/cashboost.html","entities":{"url":{"urls":[{"url":"http:\/\/online-web-cash.weebly.com\/cashboost.html","expanded_url":null,"indices":[0,48]}]},"description":{"urls":[]}},"protected":false,"followers_count":22589,"friends_count":24651,"listed_count":77,"created_at":"Thu Jan 21 20:26:34 +0000 2010","favourites_count":5,"utc_offset":0,"time_zone":"London","geo_enabled":false,"verified":false,"statuses_count":22858,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/68752427\/ccceuropedevirtuelleSekretaerin.png","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/68752427\/ccceuropedevirtuelleSekretaerin.png","profile_background_tile":true,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/1314900610\/HomeOfficeHelp_normal.jpg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/1314900610\/HomeOfficeHelp_normal.jpg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[{"url":"http:\/\/t.co\/HD7dUzVg","expanded_url":"http:\/\/bit.ly\/WMIbpg","display_url":"bit.ly\/WMIbpg","indices":[116,136]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:51 +0000 2012","id":267024729708298240,"id_str":"267024729708298240","text":"Bone head and Google eys would not answer the POTUS phone call! http:\/\/t.co\/rra6QAiw","source":"\u003ca href=\"http:\/\/twitter.com\/tweetbutton\" rel=\"nofollow\"\u003eTweet Button\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":399352443,"id_str":"399352443","name":"47% donald hartley","screen_name":"donthebear","location":"","description":"I Like the Afordable healthcare act, Military, Police, Fire Dept, Library, Post Office, Medicare, social security, Highways, FBI, CIA, 100% democrat","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":1271,"friends_count":1270,"listed_count":20,"created_at":"Thu Oct 27 11:20:33 +0000 2011","favourites_count":1372,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":10850,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2528829756\/lp28bojlvfose8enov7f_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2528829756\/lp28bojlvfose8enov7f_normal.jpeg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[{"url":"http:\/\/t.co\/rra6QAiw","expanded_url":"http:\/\/wonkette.com\/489466\/obama-tried-to-call-mitch-mcconnell-and-john-boehner-on-election-night-but-they-lied-that-they-were-sleeping","display_url":"wonkette.com\/489466\/obama-t\u2026","indices":[64,84]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:51 +0000 2012","id":267024729527971841,"id_str":"267024729527971841","text":"9% Inflation, Obama Care, fewer rights in our socialist future even if Romney had won. http:\/\/t.co\/0ZAO8Xv6","source":"\u003ca href=\"http:\/\/www.facebook.com\/twitter\" rel=\"nofollow\"\u003eFacebook\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":400477171,"id_str":"400477171","name":"Kristopher McCraw","screen_name":"Imercuryinfo","location":"Happy Camp Siskiyou County CA","description":"Publisher Father Rastafarian Anarchist Share Cropper Entrepreneur Navy Veteran local news economic political social media http:\/\/xeeme.com\/imercury","url":"http:\/\/imercury.info","entities":{"url":{"urls":[{"url":"http:\/\/imercury.info","expanded_url":null,"indices":[0,20]}]},"description":{"urls":[]}},"protected":false,"followers_count":365,"friends_count":950,"listed_count":6,"created_at":"Sat Oct 29 03:08:48 +0000 2011","favourites_count":8,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":2871,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"642D8B","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme10\/bg.gif","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme10\/bg.gif","profile_background_tile":true,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/1774724783\/imercurygoth400logo_normal.jpg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/1774724783\/imercurygoth400logo_normal.jpg","profile_link_color":"FF0000","profile_sidebar_border_color":"65B0DA","profile_sidebar_fill_color":"7AC3EE","profile_text_color":"3D1957","profile_use_background_image":true,"show_all_inline_media":true,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[{"url":"http:\/\/t.co\/0ZAO8Xv6","expanded_url":"http:\/\/fb.me\/1HFaQTnVl","display_url":"fb.me\/1HFaQTnVl","indices":[87,107]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":true},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:51 +0000 2012","id":267024728898801664,"id_str":"267024728898801664","text":"Obama holds firm to tax hikes (That is his DNA) http:\/\/t.co\/TgRk59ir via @foxbusiness","source":"\u003ca href=\"http:\/\/twitter.com\/tweetbutton\" rel=\"nofollow\"\u003eTweet Button\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":933538454,"id_str":"933538454","name":"Jeff Kaylor","screen_name":"lege_atque_lacr","location":"","description":"Psychologist, Libertarian, NRA Life Member, NORML Member, Commercial Pilot License, Former Naval Aviator","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":15,"friends_count":134,"listed_count":0,"created_at":"Thu Nov 08 03:16:40 +0000 2012","favourites_count":28,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":40,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/705586876\/d05039e98cec9a0950d4c2e7b6d28fc9.jpeg","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/705586876\/d05039e98cec9a0950d4c2e7b6d28fc9.jpeg","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2821310739\/d9ebb082aed900b9b31425d0955001c3_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2821310739\/d9ebb082aed900b9b31425d0955001c3_normal.jpeg","profile_banner_url":"https:\/\/si0.twimg.com\/profile_banners\/933538454\/1352350569","profile_link_color":"0084B4","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":false,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[{"url":"http:\/\/t.co\/TgRk59ir","expanded_url":"http:\/\/fxn.ws\/VXRY5V","display_url":"fxn.ws\/VXRY5V","indices":[49,69]}],"user_mentions":[{"screen_name":"FoxBusiness","name":"FOX Business","id":56413858,"id_str":"56413858","indices":[74,86]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:50 +0000 2012","id":267024728403886080,"id_str":"267024728403886080","text":"So, selling Obama is similar to selling yoghurts - Secret Data Crunchers Who Helped Obama Win http:\/\/t.co\/dt5w3xuE via @TIMEPolitics","source":"\u003ca href=\"http:\/\/twitter.com\/tweetbutton\" rel=\"nofollow\"\u003eTweet Button\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":150400182,"id_str":"150400182","name":"Vladimir Popov","screen_name":"vldpopov","location":"","description":"","url":"http:\/\/irba.ie","entities":{"url":{"urls":[{"url":"http:\/\/irba.ie","expanded_url":null,"indices":[0,14]}]},"description":{"urls":[]}},"protected":false,"followers_count":6,"friends_count":45,"listed_count":0,"created_at":"Mon May 31 21:04:04 +0000 2010","favourites_count":6,"utc_offset":0,"time_zone":"Dublin","geo_enabled":false,"verified":false,"statuses_count":77,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/1319039990\/Avatar_normal.JPG","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/1319039990\/Avatar_normal.JPG","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[{"url":"http:\/\/t.co\/dt5w3xuE","expanded_url":"http:\/\/ti.me\/Uj7o9o","display_url":"ti.me\/Uj7o9o","indices":[95,115]}],"user_mentions":[{"screen_name":"TIMEPolitics","name":"TIMEPolitics","id":15723290,"id_str":"15723290","indices":[120,133]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:50 +0000 2012","id":267024727971856384,"id_str":"267024727971856384","text":"then they really wanna argue about it..like what you mad at? Obama is president don't waste your emotion.","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":243843110,"id_str":"243843110","name":"Danie B","screen_name":"DanieMilli_anne","location":"TEXAS, The Great.","description":"Pac & UGK will Never Die.\ndanieluvsxiah@gmail.com\nSend Me Beats, And Thank Me later.\nI put words with Music and make Miracles.\n","url":"http:\/\/daniemillimusic.tumblr.com","entities":{"url":{"urls":[{"url":"http:\/\/daniemillimusic.tumblr.com","expanded_url":null,"indices":[0,33]}]},"description":{"urls":[]}},"protected":false,"followers_count":535,"friends_count":603,"listed_count":4,"created_at":"Thu Jan 27 23:02:24 +0000 2011","favourites_count":19,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":32364,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"DBE9ED","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/630525684\/wienriq2yxkincgtu6eu.jpeg","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/630525684\/wienriq2yxkincgtu6eu.jpeg","profile_background_tile":true,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2785968081\/c1e298ff694cf6950673f79951a38cea_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2785968081\/c1e298ff694cf6950673f79951a38cea_normal.jpeg","profile_link_color":"CC3366","profile_sidebar_border_color":"DBE9ED","profile_sidebar_fill_color":"E6F6F9","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:50 +0000 2012","id":267024726549999616,"id_str":"267024726549999616","text":"I got me an Obama momma. She always be puttin some free money in my account","source":"\u003ca href=\"http:\/\/twitter.com\/devices\" rel=\"nofollow\"\u003etxt\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":317787793,"id_str":"317787793","name":"Mason King","screen_name":"Says_The_King","location":"Emory, VA","description":"#smh #Wild_Eyes","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":243,"friends_count":276,"listed_count":0,"created_at":"Wed Jun 15 13:42:39 +0000 2011","favourites_count":66,"utc_offset":-21600,"time_zone":"Central Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":1183,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"1A1B1F","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/703851341\/95a5e8bd5b31f8da392ab51376ec241e.jpeg","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/703851341\/95a5e8bd5b31f8da392ab51376ec241e.jpeg","profile_background_tile":true,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2759830113\/f37a8925db9c4e455be59ea49b25ddc6_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2759830113\/f37a8925db9c4e455be59ea49b25ddc6_normal.jpeg","profile_banner_url":"https:\/\/si0.twimg.com\/profile_banners\/317787793\/1352170625","profile_link_color":"FF0000","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"252429","profile_text_color":"666666","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:50 +0000 2012","id":267024726214463488,"id_str":"267024726214463488","text":"RT @CNNMoney: Gun sales are up after Obama's reelection, driven by fears of tighter regulation, especially for assault weapons. http:\/\/t ...","source":"\u003ca href=\"http:\/\/www.tweetcaster.com\" rel=\"nofollow\"\u003eTweetCaster for Android\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":82810356,"id_str":"82810356","name":"MemphisDread","screen_name":"Tatts_N_Dreads","location":"Memphis\/Millville ","description":"For my bio i dont need a box, i need a book... Part time nude model... Youtube actor... unemployed CEO","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":542,"friends_count":409,"listed_count":8,"created_at":"Fri Oct 16 05:49:56 +0000 2009","favourites_count":9,"utc_offset":-21600,"time_zone":"Central Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":29283,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"022330","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/97331604\/Memphis-Beale-Street.jpg","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/97331604\/Memphis-Beale-Street.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2658438737\/2809a897869d9a5026485ab850eec5a7_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2658438737\/2809a897869d9a5026485ab850eec5a7_normal.jpeg","profile_link_color":"0084B4","profile_sidebar_border_color":"A8C7F7","profile_sidebar_fill_color":"C0DFEC","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:02:10 +0000 2012","id":267024306352050176,"id_str":"267024306352050176","text":"Gun sales are up after Obama's reelection, driven by fears of tighter regulation, especially for assault weapons. http:\/\/t.co\/KEOgWSG9","source":"\u003ca href=\"http:\/\/www.hootsuite.com\" rel=\"nofollow\"\u003eHootSuite\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":16184358,"id_str":"16184358","name":"CNNMoney.com","screen_name":"CNNMoney","location":"","description":"The world's leading business and finance website and the online home to @FortuneMagazine and @Money Magazine.","url":"http:\/\/CNNMoney.com","entities":{"url":{"urls":[{"url":"http:\/\/CNNMoney.com","expanded_url":null,"indices":[0,19]}]},"description":{"urls":[]}},"protected":false,"followers_count":448866,"friends_count":834,"listed_count":10945,"created_at":"Mon Sep 08 13:44:47 +0000 2008","favourites_count":7,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":true,"statuses_count":38668,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"00436F","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/415352398\/cnnmoney-bg-tile.jpg","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/415352398\/cnnmoney-bg-tile.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/1344702851\/fb_cnnmoney_new_logo_avatar_normal.jpg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/1344702851\/fb_cnnmoney_new_logo_avatar_normal.jpg","profile_banner_url":"https:\/\/si0.twimg.com\/brand_banners\/CNNMoney\/1328222958\/live","profile_link_color":"003366","profile_sidebar_border_color":"D1D1D1","profile_sidebar_fill_color":"F0F0F0","profile_text_color":"000000","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":9,"entities":{"hashtags":[],"urls":[{"url":"http:\/\/t.co\/KEOgWSG9","expanded_url":"http:\/\/cnnmon.ie\/Q238d4","display_url":"cnnmon.ie\/Q238d4","indices":[114,134]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false},"retweet_count":9,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"CNNMoney","name":"CNNMoney.com","id":16184358,"id_str":"16184358","indices":[3,12]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:50 +0000 2012","id":267024725941817345,"id_str":"267024725941817345","text":"Ron Paul: Election shows U.S. 'far gone' \n http:\/\/t.co\/CQoYn2iQ #tcot #teaparty #ronpaul #unemployment #deficit #jobs #gop #USHOUSE #OBAMA","source":"\u003ca href=\"http:\/\/twitter.com\/tweetbutton\" rel=\"nofollow\"\u003eTweet Button\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":36616007,"id_str":"36616007","name":"Jay Quinn","screen_name":"mensadude","location":"","description":"Just me.\r\n\r\n\r\n\r\n","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":167,"friends_count":185,"listed_count":0,"created_at":"Thu Apr 30 07:08:04 +0000 2009","favourites_count":2,"utc_offset":-25200,"time_zone":"Mountain Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":2060,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/663268699\/1hjb1exy9rprq146rd3c.jpeg","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/663268699\/1hjb1exy9rprq146rd3c.jpeg","profile_background_tile":true,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2643599840\/6378d8f9a74ad6797500dabee3b282e9_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2643599840\/6378d8f9a74ad6797500dabee3b282e9_normal.jpeg","profile_link_color":"0084B4","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[{"text":"tcot","indices":[64,69]},{"text":"teaparty","indices":[70,79]},{"text":"ronpaul","indices":[80,88]},{"text":"unemployment","indices":[89,102]},{"text":"deficit","indices":[103,111]},{"text":"jobs","indices":[112,117]},{"text":"gop","indices":[118,122]},{"text":"USHOUSE","indices":[123,131]},{"text":"OBAMA","indices":[132,138]}],"urls":[{"url":"http:\/\/t.co\/CQoYn2iQ","expanded_url":"http:\/\/wtim.es\/SRKoeA","display_url":"wtim.es\/SRKoeA","indices":[43,63]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:50 +0000 2012","id":267024725505622016,"id_str":"267024725505622016","text":"@britney_brinae lol move to Canada if u like Obama sorry this countries not socialist. Ignorance at its finest.","source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":266664469114023937,"in_reply_to_status_id_str":"266664469114023937","in_reply_to_user_id":855525668,"in_reply_to_user_id_str":"855525668","in_reply_to_screen_name":"britney_brinae","user":{"id":365630173,"id_str":"365630173","name":"IKrUsHiNsKi","screen_name":"IKrUsHiNsKi","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":12,"friends_count":34,"listed_count":0,"created_at":"Wed Aug 31 19:20:06 +0000 2011","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":16,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/1666237629\/61823_1650243494777_1197664733_31819923_8027430_a_normal.jpg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/1666237629\/61823_1650243494777_1197664733_31819923_8027430_a_normal.jpg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"britney_brinae","name":"britney brinae","id":855525668,"id_str":"855525668","indices":[0,15]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:50 +0000 2012","id":267024724817760256,"id_str":"267024724817760256","text":"@SpeakerBoehner Do NOT give in To Obama John!!! He and Harry Reid KNOW raising taxes on the job creators will not create more tax revenue!!!","source":"\u003ca href=\"http:\/\/twitter.com\/#!\/download\/ipad\" rel=\"nofollow\"\u003eTwitter for iPad\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":7713202,"in_reply_to_user_id_str":"7713202","in_reply_to_screen_name":"SpeakerBoehner","user":{"id":64503395,"id_str":"64503395","name":"Jeff Brown","screen_name":"mgracer514","location":"Pittsburgh, PA","description":"Information Technologist, working in Cloud Computing technologies, and MG vintage racer!","url":"http:\/\/www.50-50racing.com","entities":{"url":{"urls":[{"url":"http:\/\/www.50-50racing.com","expanded_url":null,"indices":[0,26]}]},"description":{"urls":[]}},"protected":false,"followers_count":11,"friends_count":21,"listed_count":0,"created_at":"Mon Aug 10 20:21:26 +0000 2009","favourites_count":1,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":371,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/733904860\/DSC_0105_1__normal.jpg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/733904860\/DSC_0105_1__normal.jpg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"SpeakerBoehner","name":"Speaker John Boehner","id":7713202,"id_str":"7713202","indices":[0,15]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:50 +0000 2012","id":267024724792590336,"id_str":"267024724792590336","text":"RT @TheEconomist: Video: Barack Obama looks ahead to four more years and China reveals its next leaders http:\/\/t.co\/qpho3KlS","source":"\u003ca href=\"http:\/\/twitter.com\/#!\/download\/ipad\" rel=\"nofollow\"\u003eTwitter for iPad\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":213809883,"id_str":"213809883","name":"Leen Paape","screen_name":"leenpaape","location":"","description":"Dean Degree Programs & Research Nyenrode Business Universiteit","url":"http:\/\/www.nyenrode.nl","entities":{"url":{"urls":[{"url":"http:\/\/www.nyenrode.nl","expanded_url":null,"indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":692,"friends_count":202,"listed_count":15,"created_at":"Tue Nov 09 21:18:43 +0000 2010","favourites_count":6,"utc_offset":-10800,"time_zone":"Greenland","geo_enabled":false,"verified":false,"statuses_count":2513,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/587217866\/twilk_background_4fe71f871db13.jpg","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/587217866\/twilk_background_4fe71f871db13.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/1217557616\/pasfoto_color_normal.JPG","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/1217557616\/pasfoto_color_normal.JPG","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[{"url":"http:\/\/t.co\/qpho3KlS","expanded_url":"http:\/\/econ.st\/ZexGIP","display_url":"econ.st\/ZexGIP","indices":[104,124]}],"user_mentions":[{"screen_name":"TheEconomist","name":"The Economist","id":5988062,"id_str":"5988062","indices":[3,16]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"nl"},"created_at":"Fri Nov 09 22:03:50 +0000 2012","id":267024724574474241,"id_str":"267024724574474241","text":"RT @__Wieke__: Net als in Nederland, toch?! @NOS: Obama: rijken moeten meer belasting betalen http:\/\/t.co\/gDEN4urK\"","source":"\u003ca href=\"http:\/\/tapbots.com\/tweetbot\" rel=\"nofollow\"\u003eTweetbot for iOS\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":196552590,"id_str":"196552590","name":"Mathijs Timmermans","screen_name":"Timmermanscm","location":"Arnhem, Netherlands","description":"Duaalstudent Bedrijfskunde @HANFEM \/ Campusrecruiter @Bosch \/ lid JD @D66 Arnhem \/ doet liever alles net even iets anders dan de rest!","url":"http:\/\/nl.linkedin.com\/in\/cmtimmermans","entities":{"url":{"urls":[{"url":"http:\/\/nl.linkedin.com\/in\/cmtimmermans","expanded_url":null,"indices":[0,38]}]},"description":{"urls":[]}},"protected":false,"followers_count":137,"friends_count":152,"listed_count":4,"created_at":"Wed Sep 29 11:33:08 +0000 2010","favourites_count":21,"utc_offset":3600,"time_zone":"Amsterdam","geo_enabled":true,"verified":false,"statuses_count":1315,"lang":"nl","contributors_enabled":false,"is_translator":false,"profile_background_color":"022330","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme15\/bg.png","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme15\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2708385952\/005ff3eb162b5a6c0987949032e646f9_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2708385952\/005ff3eb162b5a6c0987949032e646f9_normal.jpeg","profile_banner_url":"https:\/\/si0.twimg.com\/profile_banners\/196552590\/1350038966","profile_link_color":"0084B4","profile_sidebar_border_color":"A8C7F7","profile_sidebar_fill_color":"C0DFEC","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"nl"},"created_at":"Fri Nov 09 22:00:15 +0000 2012","id":267023822564237312,"id_str":"267023822564237312","text":"Net als in Nederland, toch?! @NOS: Obama: rijken moeten meer belasting betalen http:\/\/t.co\/gDEN4urK\"","source":"\u003ca href=\"http:\/\/blackberry.com\/twitter\" rel=\"nofollow\"\u003eTwitter for BlackBerry\u00ae\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":808412113,"id_str":"808412113","name":"Wieke Timmermans","screen_name":"__Wieke__","location":"","description":"Voorzitter Jonge Democraten \u2600 Nijmegen \u2600 Staats en Bestuursrecht","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":198,"friends_count":107,"listed_count":2,"created_at":"Fri Sep 07 07:52:23 +0000 2012","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":90,"lang":"nl","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2725534851\/cc8d45394213ad221bcbdc02186d48e8_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2725534851\/cc8d45394213ad221bcbdc02186d48e8_normal.jpeg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":1,"entities":{"hashtags":[],"urls":[{"url":"http:\/\/t.co\/gDEN4urK","expanded_url":"http:\/\/nos.nl\/l\/438965","display_url":"nos.nl\/l\/438965","indices":[79,99]}],"user_mentions":[{"screen_name":"NOS","name":"NOS","id":7174972,"id_str":"7174972","indices":[29,33]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},"retweet_count":1,"entities":{"hashtags":[],"urls":[{"url":"http:\/\/t.co\/gDEN4urK","expanded_url":"http:\/\/nos.nl\/l\/438965","display_url":"nos.nl\/l\/438965","indices":[94,114]}],"user_mentions":[{"screen_name":"__Wieke__","name":"Wieke Timmermans","id":808412113,"id_str":"808412113","indices":[3,13]},{"screen_name":"NOS","name":"NOS","id":7174972,"id_str":"7174972","indices":[44,48]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:49 +0000 2012","id":267024723769176064,"id_str":"267024723769176064","text":"People who like the snow also voted for Obama.","source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":345524207,"id_str":"345524207","name":"Cole Murdock","screen_name":"ColeMurdock24","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":171,"friends_count":98,"listed_count":1,"created_at":"Sat Jul 30 18:56:59 +0000 2011","favourites_count":740,"utc_offset":-25200,"time_zone":"Mountain Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":1208,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"131516","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_tile":true,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2778677230\/a5de14f32e9a520f2ba63d84361547fd_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2778677230\/a5de14f32e9a520f2ba63d84361547fd_normal.jpeg","profile_banner_url":"https:\/\/si0.twimg.com\/profile_banners\/345524207\/1352475413","profile_link_color":"009999","profile_sidebar_border_color":"EEEEEE","profile_sidebar_fill_color":"EFEFEF","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:49 +0000 2012","id":267024723211333632,"id_str":"267024723211333632","text":"Awesome. \u201c@daringfireball: \u2018Obama Played OHIO to Win 26-24\u2019: http:\/\/t.co\/D2eP8EKy\u201d","source":"\u003ca href=\"http:\/\/tapbots.com\/tweetbot\" rel=\"nofollow\"\u003eTweetbot for iOS\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":12671472,"id_str":"12671472","name":"Tim Best","screen_name":"tbest","location":"Philly","description":"I teach SLA students science. I'm a National Board Certified Teacher.","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":988,"friends_count":856,"listed_count":50,"created_at":"Fri Jan 25 05:07:31 +0000 2008","favourites_count":198,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":3967,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C6E2EE","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme2\/bg.gif","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme2\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/1580700790\/image_normal.jpg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/1580700790\/image_normal.jpg","profile_link_color":"1F98C7","profile_sidebar_border_color":"C6E2EE","profile_sidebar_fill_color":"DAECF4","profile_text_color":"663B12","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[{"url":"http:\/\/t.co\/D2eP8EKy","expanded_url":"http:\/\/df4.us\/kjq","display_url":"df4.us\/kjq","indices":[61,81]}],"user_mentions":[{"screen_name":"daringfireball","name":"Daring Fireball","id":10760422,"id_str":"10760422","indices":[10,25]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:49 +0000 2012","id":267024723005808640,"id_str":"267024723005808640","text":"RT @WeirdFact: President Obama was known to be heavy marijuana smoker in his teen and college days. His nickname used to be \"Barack Oganja\".","source":"\u003ca href=\"http:\/\/twitter.com\/download\/android\" rel=\"nofollow\"\u003eTwitter for Android\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":827374045,"id_str":"827374045","name":".Sa'Mone.*!!!","screen_name":"ibtxhis_SaMone","location":"statesville ","description":"teamfuture, !!!!!!!!!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":69,"friends_count":76,"listed_count":0,"created_at":"Sun Sep 16 16:29:20 +0000 2012","favourites_count":23,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":1035,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2616823941\/tn1tgyxlx2scqil6pjiw_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2616823941\/tn1tgyxlx2scqil6pjiw_normal.jpeg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:01:12 +0000 2012","id":267024064000974848,"id_str":"267024064000974848","text":"President Obama was known to be heavy marijuana smoker in his teen and college days. His nickname used to be \"Barack Oganja\".","source":"\u003ca href=\"http:\/\/bufferapp.com\" rel=\"nofollow\"\u003eBuffer\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":885947910,"id_str":"885947910","name":"Weird Facts\u2122","screen_name":"WeirdFact","location":"","description":"The weirdest facts on Twitter! If you dont believe any of our facts just google it.","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":40313,"friends_count":0,"listed_count":16,"created_at":"Wed Oct 17 03:21:58 +0000 2012","favourites_count":2,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":111,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"131516","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_tile":true,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2816521395\/46510ddf2f9e73dd91b5d68319bf8f32_normal.png","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2816521395\/46510ddf2f9e73dd91b5d68319bf8f32_normal.png","profile_banner_url":"https:\/\/si0.twimg.com\/profile_banners\/885947910\/1351545866","profile_link_color":"009999","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"EFEFEF","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":37,"entities":{"hashtags":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},"retweet_count":37,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"WeirdFact","name":"Weird Facts\u2122","id":885947910,"id_str":"885947910","indices":[3,13]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"es"},"created_at":"Fri Nov 09 22:03:49 +0000 2012","id":267024722540244992,"id_str":"267024722540244992","text":"RT @VaneEscobarR: Las hijas de Obama conocieron a los Jonas, a Justin y consiguieron primera fila para ver a One Direction \u00a1OBAMA ADOPTAME!","source":"\u003ca href=\"http:\/\/twitter.com\/download\/android\" rel=\"nofollow\"\u003eTwitter for Android\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":632725771,"id_str":"632725771","name":"alejandrita styles","screen_name":"alejandrita_lm","location":"guadalajara","description":"me encanta one direction!! me gusta el padel y estoy feliz!!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":85,"friends_count":255,"listed_count":0,"created_at":"Wed Jul 11 08:40:53 +0000 2012","favourites_count":8,"utc_offset":7200,"time_zone":"Athens","geo_enabled":false,"verified":false,"statuses_count":305,"lang":"es","contributors_enabled":false,"is_translator":false,"profile_background_color":"642D8B","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme10\/bg.gif","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme10\/bg.gif","profile_background_tile":true,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2796742214\/94dc77c9b2eadf07e797050bc505acb6_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2796742214\/94dc77c9b2eadf07e797050bc505acb6_normal.jpeg","profile_banner_url":"https:\/\/si0.twimg.com\/profile_banners\/632725771\/1352412748","profile_link_color":"1E00FF","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"7AC3EE","profile_text_color":"3D1957","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"es"},"created_at":"Thu Nov 08 20:51:33 +0000 2012","id":266644146247319552,"id_str":"266644146247319552","text":"Las hijas de Obama conocieron a los Jonas, a Justin y consiguieron primera fila para ver a One Direction \u00a1OBAMA ADOPTAME!","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":621370629,"id_str":"621370629","name":" \u221e\u200f","screen_name":"VaneEscobarR","location":"Colombia\u2708Inglaterra\u2708Irlanda","description":"13. I'm in love with you and all these little things.","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":602,"friends_count":689,"listed_count":0,"created_at":"Thu Jun 28 20:35:30 +0000 2012","favourites_count":146,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":1157,"lang":"es","contributors_enabled":false,"is_translator":false,"profile_background_color":"FFFFFF","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/699616099\/1dbb5f2813c60774a63456a310cf1fae.jpeg","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/699616099\/1dbb5f2813c60774a63456a310cf1fae.jpeg","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2824573835\/6d8a9f12208212e345c369c4d72c5cd1_normal.png","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2824573835\/6d8a9f12208212e345c369c4d72c5cd1_normal.png","profile_link_color":"0099B9","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":false,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":38,"entities":{"hashtags":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},"retweet_count":38,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"VaneEscobarR","name":" \u221e\u200f","id":621370629,"id_str":"621370629","indices":[3,16]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:49 +0000 2012","id":267024721495879680,"id_str":"267024721495879680","text":"RT @DanRiehl: How does this work, anyway? Does the media let Obama vet it's questions for everyone?","source":"\u003ca href=\"http:\/\/twitter.com\/#!\/download\/ipad\" rel=\"nofollow\"\u003eTwitter for iPad\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":15079569,"id_str":"15079569","name":"Stewie","screen_name":"stewie64","location":"South of the Mason-Dixon","description":"Introverted chick in an extroverted world. Magnet for weirdos. Frequent baker & occasional photographer. Almost always 5 minutes early, no matter the occasion.","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":112,"friends_count":187,"listed_count":2,"created_at":"Wed Jun 11 00:18:50 +0000 2008","favourites_count":30,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":3125,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"FCEBB6","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/698837015\/65c5df748828679845be80b6c85e5a2f.png","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/698837015\/65c5df748828679845be80b6c85e5a2f.png","profile_background_tile":true,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2818620839\/8afa39cb293d6ed96a24426c82dff89a_normal.png","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2818620839\/8afa39cb293d6ed96a24426c82dff89a_normal.png","profile_link_color":"CE7834","profile_sidebar_border_color":"F0A830","profile_sidebar_fill_color":"78C0A8","profile_text_color":"5E412F","profile_use_background_image":true,"show_all_inline_media":true,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 21:54:13 +0000 2012","id":267022306977644544,"id_str":"267022306977644544","text":"How does this work, anyway? Does the media let Obama vet it's questions for everyone?","source":"\u003ca href=\"http:\/\/www.tweetdeck.com\" rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":18176907,"id_str":"18176907","name":"DanRiehl","screen_name":"DanRiehl","location":"VA","description":"Conservative Blogger","url":"http:\/\/www.riehlworldview.com\/","entities":{"url":{"urls":[{"url":"http:\/\/www.riehlworldview.com\/","expanded_url":null,"indices":[0,30]}]},"description":{"urls":[]}},"protected":false,"followers_count":20296,"friends_count":17775,"listed_count":899,"created_at":"Wed Dec 17 00:00:38 +0000 2008","favourites_count":9,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":71536,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2305961820\/6u211ffv2v2hkvp1mmob_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2305961820\/6u211ffv2v2hkvp1mmob_normal.jpeg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":5,"entities":{"hashtags":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},"retweet_count":5,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"DanRiehl","name":"DanRiehl","id":18176907,"id_str":"18176907","indices":[3,12]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:49 +0000 2012","id":267024721315504128,"id_str":"267024721315504128","text":"RT @AACONS: How does Obama's plan to close 1.6M acres of fed land to shale development fit in his plan to create jobs? http:\/\/t.co\/FOYjc ...","source":"\u003ca href=\"http:\/\/www.hootsuite.com\" rel=\"nofollow\"\u003eHootSuite\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":14095099,"id_str":"14095099","name":"Ann ","screen_name":"Evilpa","location":"Omaha, NE","description":"Independent, conservative, defender of the Constitution, loves the US military, my family, friends, Nebraska, the Huskers & Creighton Bluejays & my country.","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":733,"friends_count":1240,"listed_count":5,"created_at":"Fri Mar 07 14:25:38 +0000 2008","favourites_count":458,"utc_offset":-21600,"time_zone":"Central Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":17069,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"131516","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_tile":true,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2799166272\/01b4f55868f49a953a674b991469d3a2_normal.png","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2799166272\/01b4f55868f49a953a674b991469d3a2_normal.png","profile_link_color":"009999","profile_sidebar_border_color":"EEEEEE","profile_sidebar_fill_color":"EFEFEF","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 21:40:09 +0000 2012","id":267018768071393280,"id_str":"267018768071393280","text":"How does Obama's plan to close 1.6M acres of fed land to shale development fit in his plan to create jobs? http:\/\/t.co\/FOYjcxP6 #tcot #acon","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":25770408,"id_str":"25770408","name":"AACONS","screen_name":"AACONS","location":"http:\/\/www.facebook\/AACONS","description":"Topical political commentary from cultural & conservative perspectives. Hashtags #acon & #AACON. Radio shows: http:\/\/bit.ly\/aPhDjd & http:\/\/bit.ly\/ca16Xr #TCOT","url":"http:\/\/www.africanamericanconservatives.com","entities":{"url":{"urls":[{"url":"http:\/\/www.africanamericanconservatives.com","expanded_url":null,"indices":[0,43]}]},"description":{"urls":[]}},"protected":false,"followers_count":13705,"friends_count":15022,"listed_count":679,"created_at":"Sun Mar 22 02:56:15 +0000 2009","favourites_count":2,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":7895,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"BF7428","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/97319426\/Twitter_Background2.JPG","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/97319426\/Twitter_Background2.JPG","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/863907859\/Logo_Twitter_normal.JPG","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/863907859\/Logo_Twitter_normal.JPG","profile_link_color":"5E0C07","profile_sidebar_border_color":"030303","profile_sidebar_fill_color":"030303","profile_text_color":"B56E10","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":8,"entities":{"hashtags":[{"text":"tcot","indices":[128,133]},{"text":"acon","indices":[134,139]}],"urls":[{"url":"http:\/\/t.co\/FOYjcxP6","expanded_url":"http:\/\/tinyurl.com\/bhhn46v","display_url":"tinyurl.com\/bhhn46v","indices":[107,127]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false},"retweet_count":8,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"AACONS","name":"AACONS","id":25770408,"id_str":"25770408","indices":[3,10]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:49 +0000 2012","id":267024720321458176,"id_str":"267024720321458176","text":"RT @Frances_D: Pundit Press: What Luck! Obama Won Dozens of Cleveland Districts... http:\/\/t.co\/xwWpcpAV","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":523782755,"id_str":"523782755","name":"KadenceDay","screen_name":"DayKadence","location":"","description":"Conservative leaning Libertarian. Self-reliance creates a stronger, safer, more prosperous community. NOoBama2012. Freedom from Tyranny!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":1858,"friends_count":2034,"listed_count":28,"created_at":"Tue Mar 13 23:14:20 +0000 2012","favourites_count":2201,"utc_offset":-14400,"time_zone":"Atlantic Time (Canada)","geo_enabled":false,"verified":false,"statuses_count":22471,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"ACDED6","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/542930138\/reagan_on_horseback2.jpg","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/542930138\/reagan_on_horseback2.jpg","profile_background_tile":true,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/1934176911\/reagan_horse_normal.jpg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/1934176911\/reagan_horse_normal.jpg","profile_link_color":"038543","profile_sidebar_border_color":"EEEEEE","profile_sidebar_fill_color":"F6F6F6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:01:33 +0000 2012","id":267024152890855424,"id_str":"267024152890855424","text":"Pundit Press: What Luck! Obama Won Dozens of Cleveland Districts... http:\/\/t.co\/xwWpcpAV","source":"\u003ca href=\"http:\/\/twitter.com\/tweetbutton\" rel=\"nofollow\"\u003eTweet Button\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":23713170,"id_str":"23713170","name":"Frances Drake","screen_name":"Frances_D","location":"","description":"Christian, Astronomer, Writer, Artist, MBA in Economics, Former Commodity Trader, Conservative, Warrior for Truth. Time Wasters BLOCKED.","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":1668,"friends_count":1065,"listed_count":77,"created_at":"Wed Mar 11 03:10:32 +0000 2009","favourites_count":398,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":61378,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme7\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/121171925\/P6010016b100x100_normal.JPG","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/121171925\/P6010016b100x100_normal.JPG","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":1,"entities":{"hashtags":[],"urls":[{"url":"http:\/\/t.co\/xwWpcpAV","expanded_url":"http:\/\/www.punditpress.com\/2012\/11\/what-luck-obama-won-dozens-of-cleveland.html?spref=tw","display_url":"punditpress.com\/2012\/11\/what-l\u2026","indices":[68,88]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false},"retweet_count":1,"entities":{"hashtags":[],"urls":[{"url":"http:\/\/t.co\/xwWpcpAV","expanded_url":"http:\/\/www.punditpress.com\/2012\/11\/what-luck-obama-won-dozens-of-cleveland.html?spref=tw","display_url":"punditpress.com\/2012\/11\/what-l\u2026","indices":[83,103]}],"user_mentions":[{"screen_name":"Frances_D","name":"Frances Drake","id":23713170,"id_str":"23713170","indices":[3,13]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:48 +0000 2012","id":267024719470002176,"id_str":"267024719470002176","text":"Nah, that ain't right RT @julieisthatcool: I'll fuck Obama wife","source":"\u003ca href=\"http:\/\/www.tweetcaster.com\" rel=\"nofollow\"\u003eTweetCaster for Android\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":125365781,"id_str":"125365781","name":"O_o","screen_name":"Mel_DaOne_","location":"New Yawk to ATL","description":"PROMOTER FOR @KIN4LIFE, follow them! Head of KIN4LIFE Street team in Decatur. #SMOKERSEDITION Vol. 3 out now on datpiff.com! #Sagittarius #StarbucksLover","url":"https:\/\/nowebsite.com","entities":{"url":{"urls":[{"url":"https:\/\/nowebsite.com","expanded_url":null,"indices":[0,21]}]},"description":{"urls":[]}},"protected":false,"followers_count":657,"friends_count":1467,"listed_count":11,"created_at":"Mon Mar 22 15:38:00 +0000 2010","favourites_count":163,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":48769,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"1A1B1F","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/676598795\/c2a8452bc04bc122720456885a075124.jpeg","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/676598795\/c2a8452bc04bc122720456885a075124.jpeg","profile_background_tile":true,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2765200394\/6a7a9b4ffec5679d0d29c74a7197c6bd_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2765200394\/6a7a9b4ffec5679d0d29c74a7197c6bd_normal.jpeg","profile_banner_url":"https:\/\/si0.twimg.com\/profile_banners\/125365781\/1348839657","profile_link_color":"2FC2EF","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"200709","profile_text_color":"C96D43","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"julieisthatcool","name":"Julz x3 ","id":185998380,"id_str":"185998380","indices":[25,41]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:48 +0000 2012","id":267024719272878080,"id_str":"267024719272878080","text":"Pundit Press: What Luck! Obama Won Dozens of Cleveland Districts... http:\/\/t.co\/aCMvGeUr","source":"\u003ca href=\"http:\/\/twitter.com\/tweetbutton\" rel=\"nofollow\"\u003eTweet Button\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":467792402,"id_str":"467792402","name":"Aslan's Girl","screen_name":"Aslans_Girl","location":"","description":"My name is 4 the Lion from the Chronicles of Narnia. Christian\/Conservative\/Constitutionalist. Pro-life. Pro-Israel. Luv Gov. Perry. Romney\/Ryan 2012!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":729,"friends_count":547,"listed_count":13,"created_at":"Wed Jan 18 21:12:03 +0000 2012","favourites_count":26,"utc_offset":-25200,"time_zone":"Mountain Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":12375,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"FF6699","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme11\/bg.gif","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme11\/bg.gif","profile_background_tile":true,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/1765712603\/Pink_Peace_Rose_normal.jpg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/1765712603\/Pink_Peace_Rose_normal.jpg","profile_link_color":"B40B43","profile_sidebar_border_color":"CC3366","profile_sidebar_fill_color":"E5507E","profile_text_color":"362720","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[{"url":"http:\/\/t.co\/aCMvGeUr","expanded_url":"http:\/\/www.punditpress.com\/2012\/11\/what-luck-obama-won-dozens-of-cleveland.html?spref=tw","display_url":"punditpress.com\/2012\/11\/what-l\u2026","indices":[68,88]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:48 +0000 2012","id":267024719138660352,"id_str":"267024719138660352","text":"RT @Clickman8: I\u2019m sure PUTIN, HUGO,CASTRO &amp; AhMADinejad are thrilled over the outcome of the Election! OBAMA fits quite nicely in2 ...","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":18169032,"id_str":"18169032","name":"wanda fain","screen_name":"crazyinms","location":"southeast USA","description":"conservative granny who loves this country and wants to take it back from the thugs now runnning it.","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":86,"friends_count":229,"listed_count":0,"created_at":"Tue Dec 16 18:48:12 +0000 2008","favourites_count":2,"utc_offset":-21600,"time_zone":"Central Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":524,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"FFF04D","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme19\/bg.gif","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme19\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2802803424\/ad9bea01cfc6c676ef1b30f02dbc66b1_normal.png","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2802803424\/ad9bea01cfc6c676ef1b30f02dbc66b1_normal.png","profile_link_color":"0099CC","profile_sidebar_border_color":"FFF8AD","profile_sidebar_fill_color":"F6FFD1","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":true,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:02:53 +0000 2012","id":267024488179331072,"id_str":"267024488179331072","text":"I\u2019m sure PUTIN, HUGO,CASTRO &amp; AhMADinejad are thrilled over the outcome of the Election! OBAMA fits quite nicely in2 their Circle of Friends","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":714798361,"id_str":"714798361","name":"Christopher Lee","screen_name":"Clickman8","location":"","description":"We lost the Election but the Fight Still Rages! We must EXPOSE OBAMA for his FAILURE at BENGHAZI! He must be IMPEACHED!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":4291,"friends_count":4718,"listed_count":30,"created_at":"Tue Jul 24 19:24:44 +0000 2012","favourites_count":65,"utc_offset":-25200,"time_zone":"Arizona","geo_enabled":false,"verified":false,"statuses_count":18924,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C6E2EE","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme2\/bg.gif","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme2\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2430956941\/kopvc6rmro9qsipm3ia2_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2430956941\/kopvc6rmro9qsipm3ia2_normal.jpeg","profile_link_color":"1F98C7","profile_sidebar_border_color":"C6E2EE","profile_sidebar_fill_color":"DAECF4","profile_text_color":"663B12","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":2,"entities":{"hashtags":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},"retweet_count":2,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"Clickman8","name":"Christopher Lee","id":714798361,"id_str":"714798361","indices":[3,13]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"fr"},"created_at":"Fri Nov 09 22:03:48 +0000 2012","id":267024717301555200,"id_str":"267024717301555200","text":"RT @Kennyment: POURQUOI VOUS INVENTEZ DES PAIRINGS COMME \u00c7A ? LE PIRE QUE J'AI VU DE TOUTE MA VIE C'\u00c9TAIT OBATAE. OBAMA\/TAEMIN.","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":327012371,"id_str":"327012371","name":"\u03df\u0198\u01a6\u0196\u05df\u05df\u03a3x \u10e6 ","screen_name":"JaeGun_LaoLin","location":"In Heaven","description":"Sans aucun doute le plus beau jour de ma vie 06.04.2012 \u2665 HayLeen Shipper || SJGirls || #TeamMicroZizi & @TeamBoaConstrictor || Follow Pas Back","url":"http:\/\/www.my-all-is-in-you.skyblog.com","entities":{"url":{"urls":[{"url":"http:\/\/www.my-all-is-in-you.skyblog.com","expanded_url":null,"indices":[0,39]}]},"description":{"urls":[]}},"protected":false,"followers_count":419,"friends_count":87,"listed_count":6,"created_at":"Thu Jun 30 21:15:27 +0000 2011","favourites_count":716,"utc_offset":3600,"time_zone":"Paris","geo_enabled":false,"verified":false,"statuses_count":21751,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"FFFFFF","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/594693112\/vra7a5or3wjvnuigloqn.jpeg","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/594693112\/vra7a5or3wjvnuigloqn.jpeg","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2794590329\/8903c5a1b53fa1f92420cd5b6e50628f_normal.png","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2794590329\/8903c5a1b53fa1f92420cd5b6e50628f_normal.png","profile_link_color":"000000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"fr"},"created_at":"Fri Nov 09 21:50:46 +0000 2012","id":267021438962249728,"id_str":"267021438962249728","text":"POURQUOI VOUS INVENTEZ DES PAIRINGS COMME \u00c7A ? LE PIRE QUE J'AI VU DE TOUTE MA VIE C'\u00c9TAIT OBATAE. OBAMA\/TAEMIN.","source":"\u003ca href=\"http:\/\/twitter.com\/download\/android\" rel=\"nofollow\"\u003eTwitter for Android\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":270894904,"id_str":"270894904","name":"Kenny.","screen_name":"Kennyment","location":"SHINee World on an EXO-planet.","description":"P\u00e9riode de fragilit\u00e9. ","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":736,"friends_count":259,"listed_count":2,"created_at":"Wed Mar 23 13:07:32 +0000 2011","favourites_count":3329,"utc_offset":7200,"time_zone":"Athens","geo_enabled":true,"verified":false,"statuses_count":42320,"lang":"fr","contributors_enabled":false,"is_translator":false,"profile_background_color":"FFFFFF","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/680633062\/9d62abc7bc3e01d6eed0d85cb99ec30c.png","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/680633062\/9d62abc7bc3e01d6eed0d85cb99ec30c.png","profile_background_tile":true,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2790584815\/80a643b262c86aace0ae1e7f34387796_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2790584815\/80a643b262c86aace0ae1e7f34387796_normal.jpeg","profile_link_color":"6CB0CF","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"FFFFFF","profile_text_color":"000000","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":27,"entities":{"hashtags":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},"retweet_count":27,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"Kennyment","name":"Kenny.","id":270894904,"id_str":"270894904","indices":[3,13]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:48 +0000 2012","id":267024717028941824,"id_str":"267024717028941824","text":"RT @utaustinliberal: Jake Tapper demands Carney release a tick-tock of where Pres. Obama was during the Benghazi attack. Shorter Carney: ...","source":"\u003ca href=\"http:\/\/twitter.com\/#!\/download\/ipad\" rel=\"nofollow\"\u003eTwitter for iPad\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":802817546,"id_str":"802817546","name":"Rory","screen_name":"borealizz","location":"California","description":"Motto: Live & Let Live - Equal Rights Advocate - World Peace - Separation of Church and State - Political Junkie - Progressive - Obama Supporter - Photography","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":306,"friends_count":367,"listed_count":5,"created_at":"Tue Sep 04 17:07:18 +0000 2012","favourites_count":782,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":9768,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"E9D133","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/670121261\/5a6680d910f3c19a1cbb901d3a7461f8.png","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/670121261\/5a6680d910f3c19a1cbb901d3a7461f8.png","profile_background_tile":true,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2819949025\/110853e0e61049bc31bd4f2d7dedf9db_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2819949025\/110853e0e61049bc31bd4f2d7dedf9db_normal.jpeg","profile_banner_url":"https:\/\/si0.twimg.com\/profile_banners\/802817546\/1348343746","profile_link_color":"237597","profile_sidebar_border_color":"9BDCF2","profile_sidebar_fill_color":"EF7A35","profile_text_color":"56358E","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 19:34:40 +0000 2012","id":266987189060128768,"id_str":"266987189060128768","text":"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?","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":325265073,"id_str":"325265073","name":"utaustinliberal","screen_name":"utaustinliberal","location":"","description":"Political Junkie, Proud Democrat And Supporter Of President Barack Obama. Inventor Of Sarcasm And A Brain Lesser Brains Jerk Off To. ","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":7072,"friends_count":1540,"listed_count":217,"created_at":"Tue Jun 28 00:54:08 +0000 2011","favourites_count":570,"utc_offset":-21600,"time_zone":"Central Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":34173,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/626098403\/t3jir4cnt08z7pqhnt8g.jpeg","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/626098403\/t3jir4cnt08z7pqhnt8g.jpeg","profile_background_tile":true,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/1941739914\/56c00fdf-c043-4338-b53b-bcf379134b6c_normal.png","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/1941739914\/56c00fdf-c043-4338-b53b-bcf379134b6c_normal.png","profile_banner_url":"https:\/\/si0.twimg.com\/profile_banners\/325265073\/1350932712","profile_link_color":"D41EAA","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":true,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":13,"entities":{"hashtags":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},"retweet_count":13,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"utaustinliberal","name":"utaustinliberal","id":325265073,"id_str":"325265073","indices":[3,19]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:48 +0000 2012","id":267024716429139968,"id_str":"267024716429139968","text":"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.","source":"\u003ca href=\"http:\/\/mobile.twitter.com\" rel=\"nofollow\"\u003eMobile Web\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":349286504,"id_str":"349286504","name":"Justess Hurst","screen_name":"justessheather","location":"","description":"How I feel now is how I'm going to feel forever. Until I change my mind. ","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":38,"friends_count":50,"listed_count":1,"created_at":"Fri Aug 05 21:29:26 +0000 2011","favourites_count":51,"utc_offset":-21600,"time_zone":"Central Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":1981,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/305501352\/Sublime.jpg","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/305501352\/Sublime.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2756329825\/e7a63851e2676aff38eea7d5e402b337_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2756329825\/e7a63851e2676aff38eea7d5e402b337_normal.jpeg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:48 +0000 2012","id":267024716362031105,"id_str":"267024716362031105","text":"\u201c@JennaNanci: My family is fucked because Obama is the president.\u201d Join the club","source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":101712948,"id_str":"101712948","name":"mr.T","screen_name":"maxD_ooUt","location":"","description":"lmf","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":207,"friends_count":128,"listed_count":2,"created_at":"Mon Jan 04 09:34:12 +0000 2010","favourites_count":24,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":5056,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"131516","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/157807114\/MAXYPOO.png","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/157807114\/MAXYPOO.png","profile_background_tile":true,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2693473237\/0739c8b191bc519b14eb1a4da1a1ce88_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2693473237\/0739c8b191bc519b14eb1a4da1a1ce88_normal.jpeg","profile_link_color":"009999","profile_sidebar_border_color":"EEEEEE","profile_sidebar_fill_color":"EFEFEF","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":{"type":"Point","coordinates":[33.86848654,-117.72995783]},"coordinates":{"type":"Point","coordinates":[-117.72995783,33.86848654]},"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"JennaNanci","name":"Jenna Nanci","id":104700170,"id_str":"104700170","indices":[1,12]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:48 +0000 2012","id":267024716181696512,"id_str":"267024716181696512","text":"RT @ArsheanaLaNesha: White gyrls yall fucking black nigghas so stop riding OBAMA DICK DAMN","source":"\u003ca href=\"http:\/\/twitter.com\/download\/android\" rel=\"nofollow\"\u003eTwitter for Android\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":475491138,"id_str":"475491138","name":"#2012 OBAMA !","screen_name":"KacyleneS","location":"AYEEEEEEEEE ","description":"JuS call me KaYKaY|GOD over everything|IFINUuckW\/ObaMa|i Rep RAh|M.O.B&N|MeNtionMe4AfollowBack|follow @IM_REE & NoFuckss_Gave IFinuckw|them","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":501,"friends_count":521,"listed_count":0,"created_at":"Fri Jan 27 03:39:28 +0000 2012","favourites_count":50,"utc_offset":null,"time_zone":null,"geo_enabled":true,"verified":false,"statuses_count":9565,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2513183269\/0Dq4ROCO_normal","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2513183269\/0Dq4ROCO_normal","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Wed Nov 07 05:46:12 +0000 2012","id":266053921464803328,"id_str":"266053921464803328","text":"White gyrls yall fucking black nigghas so stop riding OBAMA DICK DAMN","source":"\u003ca href=\"http:\/\/twitter.com\/download\/android\" rel=\"nofollow\"\u003eTwitter for Android\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":325728479,"id_str":"325728479","name":"TR\u20acNDING T\u2665P\u00a1C\u00b7\u2661","screen_name":"ArsheanaLaNesha","location":"","description":"#taken #hmu#mom#love#fuckyou(: #libra ","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":889,"friends_count":980,"listed_count":0,"created_at":"Tue Jun 28 19:33:47 +0000 2011","favourites_count":301,"utc_offset":-32400,"time_zone":"Alaska","geo_enabled":true,"verified":false,"statuses_count":12693,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"088BF0","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/680604642\/b8e9291c91cc758f1b08d503caf233ef.jpeg","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/680604642\/b8e9291c91cc758f1b08d503caf233ef.jpeg","profile_background_tile":true,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2765647948\/9e6b0f108384f9f97dea509a9873816e_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2765647948\/9e6b0f108384f9f97dea509a9873816e_normal.jpeg","profile_banner_url":"https:\/\/si0.twimg.com\/profile_banners\/325728479\/1352084686","profile_link_color":"6D05F5","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"F009DD","profile_text_color":"E8F00E","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":15,"entities":{"hashtags":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},"retweet_count":15,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"ArsheanaLaNesha","name":"TR\u20acNDING T\u2665P\u00a1C\u00b7\u2661","id":325728479,"id_str":"325728479","indices":[3,19]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:47 +0000 2012","id":267024714717884416,"id_str":"267024714717884416","text":"I uploaded a @YouTube video http:\/\/t.co\/BgQkRT5u 9% Inflation, Obama Care, fewer rights in our socialist future even if Romney had","source":"\u003ca href=\"http:\/\/www.google.com\/\" rel=\"nofollow\"\u003eGoogle\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":400477171,"id_str":"400477171","name":"Kristopher McCraw","screen_name":"Imercuryinfo","location":"Happy Camp Siskiyou County CA","description":"Publisher Father Rastafarian Anarchist Share Cropper Entrepreneur Navy Veteran local news economic political social media http:\/\/xeeme.com\/imercury","url":"http:\/\/imercury.info","entities":{"url":{"urls":[{"url":"http:\/\/imercury.info","expanded_url":null,"indices":[0,20]}]},"description":{"urls":[]}},"protected":false,"followers_count":365,"friends_count":950,"listed_count":6,"created_at":"Sat Oct 29 03:08:48 +0000 2011","favourites_count":8,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":2871,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"642D8B","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme10\/bg.gif","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme10\/bg.gif","profile_background_tile":true,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/1774724783\/imercurygoth400logo_normal.jpg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/1774724783\/imercurygoth400logo_normal.jpg","profile_link_color":"FF0000","profile_sidebar_border_color":"65B0DA","profile_sidebar_fill_color":"7AC3EE","profile_text_color":"3D1957","profile_use_background_image":true,"show_all_inline_media":true,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[{"url":"http:\/\/t.co\/BgQkRT5u","expanded_url":"http:\/\/youtu.be\/-ZYobdgo0to?a","display_url":"youtu.be\/-ZYobdgo0to?a","indices":[28,48]}],"user_mentions":[{"screen_name":"YouTube","name":"YouTube","id":10228272,"id_str":"10228272","indices":[13,21]}]},"favorited":false,"retweeted":false,"possibly_sensitive":true},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:47 +0000 2012","id":267024714566885376,"id_str":"267024714566885376","text":"Aung San Suu Kyi initially opposed Obama\u2019s Burma trip http:\/\/t.co\/rntYv65C","source":"\u003ca href=\"http:\/\/twitter.com\/tweetbutton\" rel=\"nofollow\"\u003eTweet Button\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":770447293,"id_str":"770447293","name":"Mohammed","screen_name":"MuslimGeezer","location":"Here, there and everywhere.","description":"I'm a geezer, innit? Retweeting stuff makes me feel intelligent. Don't mean I endorse it. Proud Muslim, anti-zionist.","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":66,"friends_count":260,"listed_count":0,"created_at":"Mon Aug 20 23:46:23 +0000 2012","favourites_count":8,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":1557,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"131516","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/702714627\/efdc0acc76cf8bba17306abd3fcea407.png","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/702714627\/efdc0acc76cf8bba17306abd3fcea407.png","profile_background_tile":true,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2759506622\/64be97c00c8a47d4e01d50e49bb81225_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2759506622\/64be97c00c8a47d4e01d50e49bb81225_normal.jpeg","profile_link_color":"009999","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[{"url":"http:\/\/t.co\/rntYv65C","expanded_url":"http:\/\/thecable.foreignpolicy.com\/posts\/2012\/11\/09\/aung_san_suu_kyi_initially_opposed_obama_s_burma_trip#.UJ19s5EOThg.twitter","display_url":"thecable.foreignpolicy.com\/posts\/2012\/11\/\u2026","indices":[54,74]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:47 +0000 2012","id":267024714407493632,"id_str":"267024714407493632","text":"@MarciaCM1 @royparrish of course Obama accepted his resignation because he wrote his \"resignation.\"","source":"\u003ca href=\"http:\/\/twitter.com\/download\/android\" rel=\"nofollow\"\u003eTwitter for Android\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":267007546181693440,"in_reply_to_status_id_str":"267007546181693440","in_reply_to_user_id":32640016,"in_reply_to_user_id_str":"32640016","in_reply_to_screen_name":"MarciaCM1","user":{"id":425321845,"id_str":"425321845","name":"Michelle DiPasquale","screen_name":"MDiPasquale1999","location":"Boston Baby!","description":"Devoted mom of two teenage boys who are my life!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":63,"friends_count":133,"listed_count":1,"created_at":"Wed Nov 30 21:19:48 +0000 2011","favourites_count":93,"utc_offset":-21600,"time_zone":"Central Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":677,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2768951072\/5c3e9797f5ac2fd6f7cd87b0ed2d0c81_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2768951072\/5c3e9797f5ac2fd6f7cd87b0ed2d0c81_normal.jpeg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"MarciaCM1","name":"Marcia Chimie","id":32640016,"id_str":"32640016","indices":[0,10]},{"screen_name":"royparrish","name":"mr. right40","id":339194362,"id_str":"339194362","indices":[11,22]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:47 +0000 2012","id":267024713979662336,"id_str":"267024713979662336","text":"RT @BreitbartNews: Obama: No Deal Without Tax Hikes: The lines are now set for the battle over the fiscal cliff. The fiscal cliff, ... h ...","source":"\u003ca href=\"http:\/\/twitter.com\/download\/android\" rel=\"nofollow\"\u003eTwitter for Android\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":259566296,"id_str":"259566296","name":"Lynn P","screen_name":"TigerBaby84","location":"","description":"Love Disney! Love to travel! Believe in God, US Constitution, free market, & personal responsibility!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":37,"friends_count":96,"listed_count":0,"created_at":"Wed Mar 02 04:23:59 +0000 2011","favourites_count":901,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":7160,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/1971457248\/YnccnLgG_normal","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/1971457248\/YnccnLgG_normal","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 18:40:26 +0000 2012","id":266973540484530176,"id_str":"266973540484530176","text":"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","source":"\u003ca href=\"http:\/\/twitterfeed.com\" rel=\"nofollow\"\u003etwitterfeed\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":457984599,"id_str":"457984599","name":"Breitbart News","screen_name":"BreitbartNews","location":"","description":"","url":"http:\/\/breitbart.com","entities":{"url":{"urls":[{"url":"http:\/\/breitbart.com","expanded_url":null,"indices":[0,20]}]},"description":{"urls":[]}},"protected":false,"followers_count":29746,"friends_count":10,"listed_count":453,"created_at":"Sun Jan 08 01:50:52 +0000 2012","favourites_count":0,"utc_offset":-21600,"time_zone":"Central Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":4570,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"646464","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/640017675\/ywh1wklfs11iwzuczgi7.jpeg","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/640017675\/ywh1wklfs11iwzuczgi7.jpeg","profile_background_tile":true,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2532230078\/hhcuhu3zpo9r23exvrhi_normal.png","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2532230078\/hhcuhu3zpo9r23exvrhi_normal.png","profile_link_color":"FF5402","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":32,"entities":{"hashtags":[],"urls":[{"url":"http:\/\/t.co\/YDHgzwFE","expanded_url":"http:\/\/bit.ly\/S5sfqp","display_url":"bit.ly\/S5sfqp","indices":[116,136]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false},"retweet_count":32,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"BreitbartNews","name":"Breitbart News","id":457984599,"id_str":"457984599","indices":[3,17]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:47 +0000 2012","id":267024713883193344,"id_str":"267024713883193344","text":"RT @thinkprogress: The 6 best overreactions to Obama\u2019s win. watch Glenn Beck's rant. spooky shit http:\/\/t.co\/sZfQkkLd via @ARStrasser #icymi","source":"\u003ca href=\"http:\/\/www.flipboard.com\" rel=\"nofollow\"\u003eFlipboard\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":18214939,"id_str":"18214939","name":"CriticalMassTX","screen_name":"CriticalMassTX","location":"Dallas","description":"Film theater dining critic and editor in Dallas. Gay. Single","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":221,"friends_count":128,"listed_count":7,"created_at":"Thu Dec 18 13:57:02 +0000 2008","favourites_count":4,"utc_offset":-21600,"time_zone":"Central Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":538,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/1603398014\/image_normal.jpg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/1603398014\/image_normal.jpg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[{"text":"icymi","indices":[134,140]}],"urls":[{"url":"http:\/\/t.co\/sZfQkkLd","expanded_url":"http:\/\/flpbd.it\/tETpv","display_url":"flpbd.it\/tETpv","indices":[97,117]}],"user_mentions":[{"screen_name":"thinkprogress","name":"ThinkProgress","id":55355654,"id_str":"55355654","indices":[3,17]},{"screen_name":"ARStrasser","name":"Annie-Rose Strasser","id":272991363,"id_str":"272991363","indices":[122,133]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:47 +0000 2012","id":267024713161781250,"id_str":"267024713161781250","text":"RT @whitehouse: President Obama: \"I\u2019m committed to solving our fiscal challenges. But I refuse to accept any approach that isn\u2019t balanced.\"","source":"\u003ca href=\"http:\/\/twitter.com\/download\/android\" rel=\"nofollow\"\u003eTwitter for Android\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":192171735,"id_str":"192171735","name":" Rob Gil","screen_name":"cobe001001","location":"USA","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":2,"friends_count":11,"listed_count":0,"created_at":"Sat Sep 18 11:34:42 +0000 2010","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":12,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2819771818\/5787bbd3bf4622fa167aee9801648e93_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2819771818\/5787bbd3bf4622fa167aee9801648e93_normal.jpeg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 18:12:20 +0000 2012","id":266966467663237120,"id_str":"266966467663237120","text":"President Obama: \"I\u2019m committed to solving our fiscal challenges. But I refuse to accept any approach that isn\u2019t balanced.\"","source":"\u003ca href=\"http:\/\/www.hootsuite.com\" rel=\"nofollow\"\u003eHootSuite\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":30313925,"id_str":"30313925","name":"The White House","screen_name":"whitehouse","location":"Washington, DC USA","description":"Follow @whitehouse for the latest news and ways to engage with President Obama and the administration. Tweets may be archived. Learn more: http:\/\/t.co\/prVaF9Nm","url":"http:\/\/whitehouse.gov","entities":{"url":{"urls":[{"url":"http:\/\/whitehouse.gov","expanded_url":null,"indices":[0,21]}]},"description":{"urls":[{"url":"http:\/\/t.co\/prVaF9Nm","expanded_url":"http:\/\/wh.gov\/privacy","display_url":"wh.gov\/privacy","indices":[139,159]}]}},"protected":false,"followers_count":3259808,"friends_count":168,"listed_count":49790,"created_at":"Fri Apr 10 21:10:30 +0000 2009","favourites_count":1,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":7313,"lang":"en","contributors_enabled":true,"is_translator":false,"profile_background_color":"D0CFCB","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/677543995\/d28be4c30e2c4f1b50926c96001bc94e.jpeg","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/677543995\/d28be4c30e2c4f1b50926c96001bc94e.jpeg","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2741210047\/6ec930886044fa31e56179bb4c202ac3_normal.png","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2741210047\/6ec930886044fa31e56179bb4c202ac3_normal.png","profile_banner_url":"https:\/\/si0.twimg.com\/profile_banners\/30313925\/1349480844","profile_link_color":"336699","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"E1E8EE","profile_text_color":"666666","profile_use_background_image":true,"show_all_inline_media":true,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":925,"entities":{"hashtags":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},"retweet_count":925,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"whitehouse","name":"The White House","id":30313925,"id_str":"30313925","indices":[3,14]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:47 +0000 2012","id":267024713157578752,"id_str":"267024713157578752","text":"City of Obama to invite Obama to Japan - The Tokyo Times http:\/\/t.co\/1SwafGOM via @TheTokyoTimes","source":"\u003ca href=\"http:\/\/twitter.com\/tweetbutton\" rel=\"nofollow\"\u003eTweet Button\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":399788089,"id_str":"399788089","name":"megan panatier","screen_name":"MeganPanatier","location":"Los Angeles","description":"Scientist. @avocadotech PLN, MS,CCC-SLP #SLPeeps Salons. Future tea-coffeeshop-music-art-catcafe owner. Silly sometimes.","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":1199,"friends_count":1999,"listed_count":50,"created_at":"Fri Oct 28 01:34:12 +0000 2011","favourites_count":3400,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":34404,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2533103874\/x58ljejpbu5pj70jcubd_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2533103874\/x58ljejpbu5pj70jcubd_normal.jpeg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[{"url":"http:\/\/t.co\/1SwafGOM","expanded_url":"http:\/\/www.tokyotimes.com\/2012\/city-of-obama-to-invite-obama-to-japan\/","display_url":"tokyotimes.com\/2012\/city-of-o\u2026","indices":[57,77]}],"user_mentions":[{"screen_name":"TheTokyoTimes","name":"The Tokyo Times","id":108480049,"id_str":"108480049","indices":[82,96]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:47 +0000 2012","id":267024712977219584,"id_str":"267024712977219584","text":"RT @140elect: Hillary Clinton has said for years she wont serve in Obama's second term. Now if\/when she resigns #Benghazi conspiracists ...","source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":278274113,"id_str":"278274113","name":"kathryn","screen_name":"Katie_janca","location":"the divided states of america","description":"It's pronounced YAHNka","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":297,"friends_count":616,"listed_count":0,"created_at":"Wed Apr 06 23:39:51 +0000 2011","favourites_count":820,"utc_offset":-21600,"time_zone":"Central Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":1439,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2775546948\/257ff02b3d37dfecc07d45a29df2d5f9_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2775546948\/257ff02b3d37dfecc07d45a29df2d5f9_normal.jpeg","profile_banner_url":"https:\/\/si0.twimg.com\/profile_banners\/278274113\/1351442360","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 21:27:38 +0000 2012","id":267015617754828800,"id_str":"267015617754828800","text":"Hillary Clinton has said for years she wont serve in Obama's second term. Now if\/when she resigns #Benghazi conspiracists will go crazy.","source":"\u003ca href=\"http:\/\/www.tweetdeck.com\" rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":231094495,"id_str":"231094495","name":"Zach Green","screen_name":"140elect","location":"Boston and Florida","description":"Pioneer of Twitter Politics. Founder of @UniteBlue.","url":"http:\/\/140elect.com","entities":{"url":{"urls":[{"url":"http:\/\/140elect.com","expanded_url":null,"indices":[0,19]}]},"description":{"urls":[]}},"protected":false,"followers_count":29124,"friends_count":15270,"listed_count":725,"created_at":"Mon Dec 27 15:44:07 +0000 2010","favourites_count":261,"utc_offset":-21600,"time_zone":"Central Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":7953,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/321755624\/AmericanFlag.jpg","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/321755624\/AmericanFlag.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2647290718\/f9bc944e5ed06db87c2adbad567d26a7_normal.png","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2647290718\/f9bc944e5ed06db87c2adbad567d26a7_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":true,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":21,"entities":{"hashtags":[{"text":"Benghazi","indices":[98,107]}],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},"retweet_count":21,"entities":{"hashtags":[{"text":"Benghazi","indices":[112,121]}],"urls":[],"user_mentions":[{"screen_name":"140elect","name":"Zach Green","id":231094495,"id_str":"231094495","indices":[3,12]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:47 +0000 2012","id":267024712549400576,"id_str":"267024712549400576","text":"Sumbody had to do it!! The Obama Car! http:\/\/t.co\/NLSrOT4A","source":"\u003ca href=\"http:\/\/instagr.am\" rel=\"nofollow\"\u003eInstagram\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":630953910,"id_str":"630953910","name":"Celina","screen_name":"Linapooh1","location":"Instagram @ LinaPooh1","description":"I believe in Jesus, Love, Education, Family & Positivity!! Spread Love, Not Hate! Educate! Alpha Kappa Alpha\/Mommy\/Business Owner","url":"http:\/\/www.marykay.com\/cepps2","entities":{"url":{"urls":[{"url":"http:\/\/www.marykay.com\/cepps2","expanded_url":null,"indices":[0,29]}]},"description":{"urls":[]}},"protected":false,"followers_count":1430,"friends_count":1711,"listed_count":1,"created_at":"Mon Jul 09 07:18:11 +0000 2012","favourites_count":302,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":2261,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"DBE9ED","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme17\/bg.gif","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme17\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2813044305\/418e1754cf405e1233303c74df38efa6_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2813044305\/418e1754cf405e1233303c74df38efa6_normal.jpeg","profile_banner_url":"https:\/\/si0.twimg.com\/profile_banners\/630953910\/1352241845","profile_link_color":"CC3366","profile_sidebar_border_color":"DBE9ED","profile_sidebar_fill_color":"E6F6F9","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[{"url":"http:\/\/t.co\/NLSrOT4A","expanded_url":"http:\/\/instagr.am\/p\/R0ymNWTMSD\/","display_url":"instagr.am\/p\/R0ymNWTMSD\/","indices":[38,58]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:47 +0000 2012","id":267024712264212480,"id_str":"267024712264212480","text":"RT @SeanKCarter: Oliver Stone \"I find Obama scary!\" So do we Mr. Stone, so do we... http:\/\/t.co\/39YIdQkq #tcot","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":434910897,"id_str":"434910897","name":"Cynthia","screen_name":"cinrui","location":"Tampa","description":"I am an Independant","url":"http:\/\/cafedonjose.com","entities":{"url":{"urls":[{"url":"http:\/\/cafedonjose.com","expanded_url":null,"indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":389,"friends_count":414,"listed_count":2,"created_at":"Mon Dec 12 13:21:46 +0000 2011","favourites_count":559,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":6707,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"ACDED6","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme18\/bg.gif","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme18\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2820584058\/ea7b7f5ac6a1e7cb54ab397fe69cc45b_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2820584058\/ea7b7f5ac6a1e7cb54ab397fe69cc45b_normal.jpeg","profile_link_color":"038543","profile_sidebar_border_color":"EEEEEE","profile_sidebar_fill_color":"F6F6F6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:01:49 +0000 2012","id":267024220117164034,"id_str":"267024220117164034","text":"Oliver Stone \"I find Obama scary!\" So do we Mr. Stone, so do we... http:\/\/t.co\/39YIdQkq #tcot","source":"\u003ca href=\"http:\/\/twitter.com\/download\/android\" rel=\"nofollow\"\u003eTwitter for Android\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":596025267,"id_str":"596025267","name":"Sean","screen_name":"SeanKCarter","location":"America","description":"Grateful for the gift of life & family. Political junky. IF YOU'RE ON THE RIGHT, I FOLLOW BACK! #War #tcot","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":1675,"friends_count":1970,"listed_count":13,"created_at":"Fri Jun 01 00:01:49 +0000 2012","favourites_count":3335,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":6781,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"000000","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/694567795\/bb326e5760f454b8ceab6912fbc4eae0.jpeg","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/694567795\/bb326e5760f454b8ceab6912fbc4eae0.jpeg","profile_background_tile":true,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2817387468\/97129d381afd6d9a444017690798ae5e_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2817387468\/97129d381afd6d9a444017690798ae5e_normal.jpeg","profile_banner_url":"https:\/\/si0.twimg.com\/profile_banners\/596025267\/1352404269","profile_link_color":"0E20EB","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"78C0A8","profile_text_color":"CE7834","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":3,"entities":{"hashtags":[{"text":"tcot","indices":[88,93]}],"urls":[{"url":"http:\/\/t.co\/39YIdQkq","expanded_url":"http:\/\/www.politico.com\/news\/stories\/1112\/83640.html","display_url":"politico.com\/news\/stories\/1\u2026","indices":[67,87]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false},"retweet_count":3,"entities":{"hashtags":[{"text":"tcot","indices":[105,110]}],"urls":[{"url":"http:\/\/t.co\/39YIdQkq","expanded_url":"http:\/\/www.politico.com\/news\/stories\/1112\/83640.html","display_url":"politico.com\/news\/stories\/1\u2026","indices":[84,104]}],"user_mentions":[{"screen_name":"SeanKCarter","name":"Sean","id":596025267,"id_str":"596025267","indices":[3,15]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:47 +0000 2012","id":267024712247435264,"id_str":"267024712247435264","text":"Obama in a cover up folks! Are we this dumb? CIA Director Petraeus Resigns Over 'Affair' http:\/\/t.co\/ZKu297Gz via @BreitbartNews","source":"\u003ca href=\"http:\/\/twitter.com\/tweetbutton\" rel=\"nofollow\"\u003eTweet Button\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":36952185,"id_str":"36952185","name":"Nathan Howard","screen_name":"nthowa2","location":"McLean County KY","description":"Proud Husband, father of 2. Corn,soybean, and cattle farmer in Northwest Kentucky","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":46,"friends_count":63,"listed_count":0,"created_at":"Fri May 01 14:23:36 +0000 2009","favourites_count":6,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":2017,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2247851270\/nthowa2_normal.jpg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2247851270\/nthowa2_normal.jpg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[{"url":"http:\/\/t.co\/ZKu297Gz","expanded_url":"http:\/\/shar.es\/GtjeR","display_url":"shar.es\/GtjeR","indices":[95,115]}],"user_mentions":[{"screen_name":"BreitbartNews","name":"Breitbart News","id":457984599,"id_str":"457984599","indices":[120,134]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:47 +0000 2012","id":267024711932858368,"id_str":"267024711932858368","text":"@glennbeck @seahannity Commander Fitzpatrick Files Treason Charges Against Barack Obama #teaparty #UT #Election http:\/\/t.co\/T9GHyUZ4","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":17454769,"in_reply_to_user_id_str":"17454769","in_reply_to_screen_name":"glennbeck","user":{"id":330663814,"id_str":"330663814","name":"Victor Flores","screen_name":"dirtyvic_1","location":"San Antonio, TX","description":"TEXAS born, right wing conservative, republican. Thank GOD for my family, Rush L, Glen Beck, Sean Hannity, Mark Levin. 2nd Amendment RULES...COME AND TAKE IT!!!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":98,"friends_count":244,"listed_count":0,"created_at":"Wed Jul 06 23:41:53 +0000 2011","favourites_count":10,"utc_offset":null,"time_zone":null,"geo_enabled":true,"verified":false,"statuses_count":998,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2757153628\/b20c9c33eb8b358721a5fe6ce047f01d_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2757153628\/b20c9c33eb8b358721a5fe6ce047f01d_normal.jpeg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[{"text":"teaparty","indices":[88,97]},{"text":"UT","indices":[98,101]},{"text":"Election","indices":[102,111]}],"urls":[{"url":"http:\/\/t.co\/T9GHyUZ4","expanded_url":"http:\/\/archive.org\/details\/CommanderFitzpatrickFilesTreasonChargesAgainstBarackObama","display_url":"archive.org\/details\/Comman\u2026","indices":[113,133]}],"user_mentions":[{"screen_name":"glennbeck","name":"Glenn Beck","id":17454769,"id_str":"17454769","indices":[0,10]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:46 +0000 2012","id":267024711169503232,"id_str":"267024711169503232","text":"Great election background....http:\/\/t.co\/HwdVs40N","source":"\u003ca href=\"http:\/\/twitter.com\/#!\/download\/ipad\" rel=\"nofollow\"\u003eTwitter for iPad\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":25431335,"id_str":"25431335","name":"Steve Caruso","screen_name":"SteveCaruso","location":"Sacramento","description":"Innovative non-profit leader\/fundraiser; unabashed lover of books, sports, certain TV shows; proud papa of 3 exceedingly bright & self-assured adult kids","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":119,"friends_count":220,"listed_count":4,"created_at":"Fri Mar 20 01:35:14 +0000 2009","favourites_count":5,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":1310,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/265780069\/k46_normal.jpg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/265780069\/k46_normal.jpg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[{"url":"http:\/\/t.co\/HwdVs40N","expanded_url":"http:\/\/www.buzzfeed.com\/rubycramer\/messina-obama-won-on-the-small-stuff-4xvn?s=mobile","display_url":"buzzfeed.com\/rubycramer\/mes\u2026","indices":[29,49]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false}],"search_metadata":{"completed_in":0.15,"max_id":267024754278539266,"max_id_str":"267024754278539266","next_results":"?max_id=267024711169503231&q=obama&count=100&include_entities=1","query":"obama","refresh_url":"?since_id=267024754278539266&q=obama&include_entities=1","count":100,"since_id":0,"since_id_str":"0"}}
1
+ {"statuses":[{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:57 +0000 2012","id":267024754278539266,"id_str":"267024754278539266","text":"Murray Energy Corp. Obama Reelection, Announces Layoffs http://t.co/D1OPtKnw via @HuffPostBiz MAYBE his workers can do something for him ?","source":"<a href=\"http://twitter.com/tweetbutton\" rel=\"nofollow\">Tweet Button</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":224592505,"id_str":"224592505","name":"saint boudreau","screen_name":"saintsday998","location":"York ,Maine & Amherst, NH","description":"build boats .save horses. love dogs","url":"http://yachttenderrowelectricfiberglassboatfulllifeboat.webstarts.com/","entities":{"url":{"urls":[{"url":"http://yachttenderrowelectricfiberglassboatfulllifeboat.webstarts.com/","expanded_url":null,"indices":[0,70]}]},"description":{"urls":[]}},"protected":false,"followers_count":335,"friends_count":297,"listed_count":7,"created_at":"Thu Dec 09 11:19:52 +0000 2010","favourites_count":112,"utc_offset":-21600,"time_zone":"Central Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":25069,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://a0.twimg.com/profile_background_images/573701399/klr93preu9miw1ut95sp.jpeg","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/573701399/klr93preu9miw1ut95sp.jpeg","profile_background_tile":true,"profile_image_url":"http://a0.twimg.com/profile_images/1913466324/comos_topper_birth_normal.jpg","profile_image_url_https":"https://si0.twimg.com/profile_images/1913466324/comos_topper_birth_normal.jpg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[{"url":"http://t.co/D1OPtKnw","expanded_url":"http://huff.to/YXXzgN","display_url":"huff.to/YXXzgN","indices":[56,76]}],"user_mentions":[{"screen_name":"HuffPostBiz","name":"HuffPostBiz","id":27073265,"id_str":"27073265","indices":[81,93]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:56 +0000 2012","id":267024753326448640,"id_str":"267024753326448640","text":"Obama Administration Extends Deadline For State Exchanges - Kaiser Health News http://t.co/dyaM4jF1","source":"<a href=\"http://twitter.com/tweetbutton\" rel=\"nofollow\">Tweet Button</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":22122104,"id_str":"22122104","name":"Tom Lyons","screen_name":"thlyons","location":"Boston, MA","description":"News & Marketing Mgr @UMassMedCWM. Love my wife, kids and learning about new things. Explain Pinterest to me again... The views expressed are my own.","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":542,"friends_count":550,"listed_count":24,"created_at":"Fri Feb 27 08:45:51 +0000 2009","favourites_count":40,"utc_offset":-21600,"time_zone":"Central Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":1462,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"9AE4E8","profile_background_image_url":"http://a0.twimg.com/profile_background_images/129262013/twilk_background_4c54574a318e3.jpg","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/129262013/twilk_background_4c54574a318e3.jpg","profile_background_tile":true,"profile_image_url":"http://a0.twimg.com/profile_images/897910897/TLHeadshot-1_normal.jpg","profile_image_url_https":"https://si0.twimg.com/profile_images/897910897/TLHeadshot-1_normal.jpg","profile_link_color":"0084B4","profile_sidebar_border_color":"BDDCAD","profile_sidebar_fill_color":"DDFFCC","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[{"url":"http://t.co/dyaM4jF1","expanded_url":"http://www.kaiserhealthnews.org/Stories/2012/November/09/exchange-deadline.aspx#.UJ19xS5DUvA.twitter","display_url":"kaiserhealthnews.org/Stories/2012/N…","indices":[79,99]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:56 +0000 2012","id":267024753292869634,"id_str":"267024753292869634","text":"Fox News accidentally insults the intelligence of every Mitt Romney voter in the country. http://t.co/sQbt16RF via @HappyPlace #awkward","source":"<a href=\"http://twitter.com/tweetbutton\" rel=\"nofollow\">Tweet Button</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":83344105,"id_str":"83344105","name":"Maryse","screen_name":"justmaryse","location":"massachusetts","description":" photographer, designer, crocheter, knitter, spinner, lover of color, and driver of a chili red mini. i am not a french canadian wrestler.","url":"http://www.morici.typepad.com","entities":{"url":{"urls":[{"url":"http://www.morici.typepad.com","expanded_url":null,"indices":[0,29]}]},"description":{"urls":[]}},"protected":false,"followers_count":767,"friends_count":451,"listed_count":56,"created_at":"Sun Oct 18 11:11:41 +0000 2009","favourites_count":267,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":22966,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://a0.twimg.com/profile_background_images/46531955/yarngoogly.jpg","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/46531955/yarngoogly.jpg","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/1785777551/catcatavatar_com_y8jjs_normal.jpg","profile_image_url_https":"https://si0.twimg.com/profile_images/1785777551/catcatavatar_com_y8jjs_normal.jpg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[{"text":"awkward","indices":[127,135]}],"urls":[{"url":"http://t.co/sQbt16RF","expanded_url":"http://funni.ly/UbFnur","display_url":"funni.ly/UbFnur","indices":[90,110]}],"user_mentions":[{"screen_name":"HappyPlace","name":"HappyPlace.com","id":312240410,"id_str":"312240410","indices":[115,126]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:56 +0000 2012","id":267024751854252033,"id_str":"267024751854252033","text":"RT @AntiWacko: It's hilarious to watch the Conservatives getting hysterical about Pres Obama's re-election. #p2 #tcot","source":"<a href=\"http://www.tweetdeck.com\" rel=\"nofollow\">TweetDeck</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":243291372,"id_str":"243291372","name":"Rich Baska","screen_name":"BlueTrooth","location":"Paradise","description":"Hey, I'm a DAD! Creative outlets...guitar, YouTube, photos, geek and barbecue. Liberal that advocates efficient Government and BUY LOCAL.","url":"http://pop-goes-america.blogspot.com/","entities":{"url":{"urls":[{"url":"http://pop-goes-america.blogspot.com/","expanded_url":null,"indices":[0,37]}]},"description":{"urls":[]}},"protected":false,"followers_count":2841,"friends_count":2312,"listed_count":123,"created_at":"Wed Jan 26 18:43:09 +0000 2011","favourites_count":18,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":46245,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"BADFCD","profile_background_image_url":"http://a0.twimg.com/images/themes/theme12/bg.gif","profile_background_image_url_https":"https://si0.twimg.com/images/themes/theme12/bg.gif","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/1991226012/ffb9781e-b62d-4dfb-9183-6851a4221d67_normal.png","profile_image_url_https":"https://si0.twimg.com/profile_images/1991226012/ffb9781e-b62d-4dfb-9183-6851a4221d67_normal.png","profile_link_color":"FF0000","profile_sidebar_border_color":"F2E195","profile_sidebar_fill_color":"FFF7CC","profile_text_color":"0C3E53","profile_use_background_image":true,"show_all_inline_media":true,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:20 +0000 2012","id":267024601056428032,"id_str":"267024601056428032","text":"It's hilarious to watch the Conservatives getting hysterical about Pres Obama's re-election. #p2 #tcot","source":"<a href=\"http://www.tweetdeck.com\" rel=\"nofollow\">TweetDeck</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":178486716,"id_str":"178486716","name":"Richard Avalon","screen_name":"AntiWacko","location":"USA","description":"Churchill: A lie gets halfway around the world before the truth has a chance to get its pants on. I challenge the lies. UK, Australia, Canada.","url":"http://antiwacko.wordpress.com/","entities":{"url":{"urls":[{"url":"http://antiwacko.wordpress.com/","expanded_url":null,"indices":[0,31]}]},"description":{"urls":[]}},"protected":false,"followers_count":1522,"friends_count":1389,"listed_count":109,"created_at":"Sat Aug 14 22:24:37 +0000 2010","favourites_count":3,"utc_offset":0,"time_zone":"London","geo_enabled":false,"verified":false,"statuses_count":41571,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"FFF04D","profile_background_image_url":"http://a0.twimg.com/profile_background_images/555411173/Lightning.F-01.jpg","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/555411173/Lightning.F-01.jpg","profile_background_tile":true,"profile_image_url":"http://a0.twimg.com/profile_images/2055105336/white-dragon_normal.jpg","profile_image_url_https":"https://si0.twimg.com/profile_images/2055105336/white-dragon_normal.jpg","profile_link_color":"0099CC","profile_sidebar_border_color":"FFF8AD","profile_sidebar_fill_color":"F6FFD1","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":1,"entities":{"hashtags":[{"text":"p2","indices":[93,96]},{"text":"tcot","indices":[97,102]}],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},"retweet_count":1,"entities":{"hashtags":[{"text":"p2","indices":[108,111]},{"text":"tcot","indices":[112,117]}],"urls":[],"user_mentions":[{"screen_name":"AntiWacko","name":"Richard Avalon","id":178486716,"id_str":"178486716","indices":[3,13]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:56 +0000 2012","id":267024751657115648,"id_str":"267024751657115648","text":"RT @Revolution_IRL: RT if you agree its insane that tubridy gets paid more than obama #LateLate","source":"<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":22900397,"id_str":"22900397","name":"Rob Gleeson™","screen_name":"robbiegleeson","location":"Portlaoise","description":"All things tech! Also Google is taking over the world!","url":"http://www.smartphonerepublic.com","entities":{"url":{"urls":[{"url":"http://www.smartphonerepublic.com","expanded_url":null,"indices":[0,33]}]},"description":{"urls":[]}},"protected":false,"followers_count":19,"friends_count":37,"listed_count":0,"created_at":"Thu Mar 05 09:14:29 +0000 2009","favourites_count":2,"utc_offset":0,"time_zone":"Dublin","geo_enabled":true,"verified":false,"statuses_count":164,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"131516","profile_background_image_url":"http://a0.twimg.com/images/themes/theme14/bg.gif","profile_background_image_url_https":"https://si0.twimg.com/images/themes/theme14/bg.gif","profile_background_tile":true,"profile_image_url":"http://a0.twimg.com/profile_images/550997731/profile_normal.bmp","profile_image_url_https":"https://si0.twimg.com/profile_images/550997731/profile_normal.bmp","profile_banner_url":"https://si0.twimg.com/profile_banners/22900397/1351288027","profile_link_color":"009999","profile_sidebar_border_color":"EEEEEE","profile_sidebar_fill_color":"EFEFEF","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 21:47:55 +0000 2012","id":267020721568501760,"id_str":"267020721568501760","text":"RT if you agree its insane that tubridy gets paid more than obama #LateLate","source":"<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":568624483,"id_str":"568624483","name":"Irish Revolution ","screen_name":"Revolution_IRL","location":"Dublin","description":"Its time to end the mass robbery organised by governments and bankers. Hang the bankers and politicians.","url":"http://irish-revolution.blogspot.ie/","entities":{"url":{"urls":[{"url":"http://irish-revolution.blogspot.ie/","expanded_url":null,"indices":[0,36]}]},"description":{"urls":[]}},"protected":false,"followers_count":477,"friends_count":427,"listed_count":3,"created_at":"Tue May 01 23:23:57 +0000 2012","favourites_count":4,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":1849,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://a0.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://si0.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/2574413799/5qj3ldsphpzqiv063sag_normal.jpeg","profile_image_url_https":"https://si0.twimg.com/profile_images/2574413799/5qj3ldsphpzqiv063sag_normal.jpeg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":22,"entities":{"hashtags":[{"text":"LateLate","indices":[66,75]}],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},"retweet_count":22,"entities":{"hashtags":[{"text":"LateLate","indices":[86,95]}],"urls":[],"user_mentions":[{"screen_name":"Revolution_IRL","name":"Irish Revolution ","id":568624483,"id_str":"568624483","indices":[3,18]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:56 +0000 2012","id":267024751619350528,"id_str":"267024751619350528","text":"RT @Kristina_x_x: GOP enthusiasm, was higher, registration was higher, crowds larger, intensity larger. yet Obama won. Hmmmm @mittromney","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":43366645,"id_str":"43366645","name":"Melinda Wilson","screen_name":"melinwy","location":"Blessed to live in the USA!!!","description":"All that is necessary for the triumph of evil is that good men do nothing.","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":560,"friends_count":788,"listed_count":11,"created_at":"Fri May 29 17:02:53 +0000 2009","favourites_count":159,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":12531,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"642D8B","profile_background_image_url":"http://a0.twimg.com/images/themes/theme10/bg.gif","profile_background_image_url_https":"https://si0.twimg.com/images/themes/theme10/bg.gif","profile_background_tile":true,"profile_image_url":"http://a0.twimg.com/profile_images/2820118399/dc2f2f973f259aae16635135f99f5cfe_normal.jpeg","profile_image_url_https":"https://si0.twimg.com/profile_images/2820118399/dc2f2f973f259aae16635135f99f5cfe_normal.jpeg","profile_link_color":"FF0000","profile_sidebar_border_color":"65B0DA","profile_sidebar_fill_color":"7AC3EE","profile_text_color":"3D1957","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:00:26 +0000 2012","id":267023871339802624,"id_str":"267023871339802624","text":"GOP enthusiasm, was higher, registration was higher, crowds larger, intensity larger. yet Obama won. Hmmmm @mittromney","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":371118431,"id_str":"371118431","name":"Kristina","screen_name":"Kristina_x_x","location":"","description":"Wish Mitt Romney was President..","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":718,"friends_count":649,"listed_count":2,"created_at":"Sat Sep 10 07:01:56 +0000 2011","favourites_count":1910,"utc_offset":-36000,"time_zone":"Hawaii","geo_enabled":false,"verified":false,"statuses_count":8978,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://a0.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://si0.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/2787251541/cf947413713bba68573856af2ee82421_normal.png","profile_image_url_https":"https://si0.twimg.com/profile_images/2787251541/cf947413713bba68573856af2ee82421_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":2,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"MittRomney","name":"Mitt Romney","id":50055701,"id_str":"50055701","indices":[107,118]}]},"favorited":false,"retweeted":false},"retweet_count":2,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"Kristina_x_x","name":"Kristina","id":371118431,"id_str":"371118431","indices":[3,16]},{"screen_name":"MittRomney","name":"Mitt Romney","id":50055701,"id_str":"50055701","indices":[125,136]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:56 +0000 2012","id":267024751585808384,"id_str":"267024751585808384","text":"RT @LoveYungCotta: Romney talks about Obama. Obama talks about the nation. Romney says \"I.\" Obama says \"We.\" Pay attention to the small ...","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":506779930,"id_str":"506779930","name":"One Direction","screen_name":"WANT1DTOFOLLOWU","location":"London","description":"Harry Styles, Zayn Malik, Liam Payne, Niall Horan and Louis Tomlinson :) London · http://www.onedirectionmusic.com \r\n","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":19540,"friends_count":17935,"listed_count":22,"created_at":"Tue Feb 28 03:03:18 +0000 2012","favourites_count":473,"utc_offset":-14400,"time_zone":"Atlantic Time (Canada)","geo_enabled":false,"verified":false,"statuses_count":7893,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://a0.twimg.com/profile_background_images/696446553/63bd82cfccb3b42d6f011b21d5ab4f1f.jpeg","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/696446553/63bd82cfccb3b42d6f011b21d5ab4f1f.jpeg","profile_background_tile":true,"profile_image_url":"http://a0.twimg.com/profile_images/2777695416/cb3583812f3b508facc082c7dde17c33_normal.jpeg","profile_image_url_https":"https://si0.twimg.com/profile_images/2777695416/cb3583812f3b508facc082c7dde17c33_normal.jpeg","profile_banner_url":"https://si0.twimg.com/profile_banners/506779930/1351468378","profile_link_color":"00B371","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Tue Nov 06 20:52:49 +0000 2012","id":265919689593589760,"id_str":"265919689593589760","text":"Romney talks about Obama. Obama talks about the nation. Romney says \"I.\" Obama says \"We.\" Pay attention to the small things. #voteobama","source":"<a href=\"http://www.echofon.com/\" rel=\"nofollow\">Echofon</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":187298703,"id_str":"187298703","name":"YungCotta Tatted ","screen_name":"LoveYungCotta","location":" Dream Chasing ","description":"I know I can be what I wanna be! If I work hard at it I be where I wanna be! In the same goes for you reading this ^_^ ","url":"http://facebook.com/yungcotta","entities":{"url":{"urls":[{"url":"http://facebook.com/yungcotta","expanded_url":null,"indices":[0,29]}]},"description":{"urls":[]}},"protected":false,"followers_count":132687,"friends_count":13122,"listed_count":389,"created_at":"Sun Sep 05 20:59:45 +0000 2010","favourites_count":526,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":22519,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"000000","profile_background_image_url":"http://a0.twimg.com/profile_background_images/605638644/6ef4jmr27nuql2p2wqes.jpeg","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/605638644/6ef4jmr27nuql2p2wqes.jpeg","profile_background_tile":true,"profile_image_url":"http://a0.twimg.com/profile_images/2805978134/a795379468fd2a712cd0127d74712a78_normal.jpeg","profile_image_url_https":"https://si0.twimg.com/profile_images/2805978134/a795379468fd2a712cd0127d74712a78_normal.jpeg","profile_banner_url":"https://si0.twimg.com/profile_banners/187298703/1351193085","profile_link_color":"006A78","profile_sidebar_border_color":"82D5FF","profile_sidebar_fill_color":"ADADAD","profile_text_color":"000000","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":2241,"entities":{"hashtags":[{"text":"voteobama","indices":[126,136]}],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},"retweet_count":2241,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"LoveYungCotta","name":"YungCotta Tatted ","id":187298703,"id_str":"187298703","indices":[3,17]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:56 +0000 2012","id":267024751321575424,"id_str":"267024751321575424","text":"@RealJonLovitz Did u see this? Barbara Teixeira@BarbArn\n\n OBAMA REELECTION TRIGGERS MASSIVE LAYOFFS ACROSS AMERICA http://t.co/kfuILrmE …","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":255798674,"in_reply_to_user_id_str":"255798674","in_reply_to_screen_name":"realjonlovitz","user":{"id":23199382,"id_str":"23199382","name":"SLSTCP","screen_name":"bodysouls","location":"So CA","description":"Yoga Master, Personal Trainer for Women,Stage IV Breast Cancer Survivor, Very Consertative, LOVE America, HATE Liberalism, Socialism, Marxism and Communism","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":692,"friends_count":134,"listed_count":8,"created_at":"Sat Mar 07 15:01:03 +0000 2009","favourites_count":142,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":20142,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"F8C7DA","profile_background_image_url":"http://a0.twimg.com/profile_background_images/517531620/x9daf78654d2ad1dba4fb086819dbb1f.jpg","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/517531620/x9daf78654d2ad1dba4fb086819dbb1f.jpg","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/2215382978/Inde_929_2_normal.jpg","profile_image_url_https":"https://si0.twimg.com/profile_images/2215382978/Inde_929_2_normal.jpg","profile_link_color":"AA2A75","profile_sidebar_border_color":"F8C7DA","profile_sidebar_fill_color":"F8C7DA","profile_text_color":"D77FB2","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[{"url":"http://t.co/kfuILrmE","expanded_url":"http://nation.foxnews.com/2012-presidential-election/2012/11/09/obama-reelection-triggers-massive-layoffs-across-america","display_url":"nation.foxnews.com/2012-president…","indices":[116,136]}],"user_mentions":[{"screen_name":"realjonlovitz","name":"Jon Lovitz","id":255798674,"id_str":"255798674","indices":[0,14]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:56 +0000 2012","id":267024750109396993,"id_str":"267024750109396993","text":"RT @ken24xavier: YES OBAMA we really really believe CIA Director Petraeus Resigns... over extramarital affair? OH LOOK cows flying over ...","source":"<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":25672901,"id_str":"25672901","name":"Tina Sebring","screen_name":"tinasebring","location":"North East","description":"Mom of Jesse who is cyber schooled, college educator, hiker and I love NASCAR!!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":115,"friends_count":338,"listed_count":0,"created_at":"Sat Mar 21 13:33:11 +0000 2009","favourites_count":57,"utc_offset":-18000,"time_zone":"Quito","geo_enabled":true,"verified":false,"statuses_count":796,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"0099B9","profile_background_image_url":"http://a0.twimg.com/images/themes/theme4/bg.gif","profile_background_image_url_https":"https://si0.twimg.com/images/themes/theme4/bg.gif","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/sticky/default_profile_images/default_profile_2_normal.png","profile_image_url_https":"https://si0.twimg.com/sticky/default_profile_images/default_profile_2_normal.png","profile_link_color":"0099B9","profile_sidebar_border_color":"5ED4DC","profile_sidebar_fill_color":"95E8EC","profile_text_color":"3C3940","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":true,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 21:06:39 +0000 2012","id":267010337390342144,"id_str":"267010337390342144","text":"YES OBAMA we really really believe CIA Director Petraeus Resigns... over extramarital affair? OH LOOK cows flying over the Moon","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":343155612,"id_str":"343155612","name":"Radical Conservative","screen_name":"ken24xavier","location":"Mexifornia","description":"Truth Seeker avoiding the Liberal Media for truth. ","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":5313,"friends_count":1381,"listed_count":46,"created_at":"Wed Jul 27 04:12:32 +0000 2011","favourites_count":9,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":4308,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://a0.twimg.com/profile_background_images/662422700/8ihlutokjdd094kmzroj.jpeg","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/662422700/8ihlutokjdd094kmzroj.jpeg","profile_background_tile":true,"profile_image_url":"http://a0.twimg.com/profile_images/2640218913/158e14c31f619a208130d35d582c1f3f_normal.jpeg","profile_image_url_https":"https://si0.twimg.com/profile_images/2640218913/158e14c31f619a208130d35d582c1f3f_normal.jpeg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":31,"entities":{"hashtags":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},"retweet_count":31,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"ken24xavier","name":"Radical Conservative","id":343155612,"id_str":"343155612","indices":[3,15]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:56 +0000 2012","id":267024749979373568,"id_str":"267024749979373568","text":"RT @AP: White House says #Obama will travel to New York on Thursday to view recovery efforts from Superstorm Sandy: http://t.co/MCS6MceM","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":492706135,"id_str":"492706135","name":"Kris Worrell","screen_name":"OD_Worrell","location":"Utica, NY","description":"Editor, The Observer-Dispatch and UticaOD.com","url":"http://www.uticaod.com","entities":{"url":{"urls":[{"url":"http://www.uticaod.com","expanded_url":null,"indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":98,"friends_count":129,"listed_count":6,"created_at":"Wed Feb 15 01:18:48 +0000 2012","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":253,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://a0.twimg.com/profile_background_images/559700456/newspaper_letters.jpg","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/559700456/newspaper_letters.jpg","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/2150647652/Worrell_hedshot_normal.JPG","profile_image_url_https":"https://si0.twimg.com/profile_images/2150647652/Worrell_hedshot_normal.JPG","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":false,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:00:09 +0000 2012","id":267023797998194688,"id_str":"267023797998194688","text":"White House says #Obama will travel to New York on Thursday to view recovery efforts from Superstorm Sandy: http://t.co/MCS6MceM","source":"<a href=\"http://www.socialflow.com\" rel=\"nofollow\">SocialFlow</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":51241574,"id_str":"51241574","name":"The Associated Press","screen_name":"AP","location":"Global","description":"News, discussion and a behind-the-scenes look at the process from The Associated Press. Managed 24/7 by a team of editors based in NY: http://apne.ws/apstaff","url":"http://www.ap.org","entities":{"url":{"urls":[{"url":"http://www.ap.org","expanded_url":null,"indices":[0,17]}]},"description":{"urls":[]}},"protected":false,"followers_count":1366660,"friends_count":6943,"listed_count":35711,"created_at":"Fri Jun 26 21:48:52 +0000 2009","favourites_count":0,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":true,"statuses_count":37407,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"999999","profile_background_image_url":"http://a0.twimg.com/profile_background_images/432574342/GREY_BACKGROUND_TWITTER.JPG","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/432574342/GREY_BACKGROUND_TWITTER.JPG","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/1848193664/APLogo_normal.jpg","profile_image_url_https":"https://si0.twimg.com/profile_images/1848193664/APLogo_normal.jpg","profile_banner_url":"https://si0.twimg.com/brand_banners/AP/1330006146/live","profile_link_color":"CC3300","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"CCCCCC","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":17,"entities":{"hashtags":[{"text":"Obama","indices":[17,23]}],"urls":[{"url":"http://t.co/MCS6MceM","expanded_url":"http://apne.ws/ZeRNH1","display_url":"apne.ws/ZeRNH1","indices":[108,128]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false},"retweet_count":17,"entities":{"hashtags":[{"text":"Obama","indices":[25,31]}],"urls":[{"url":"http://t.co/MCS6MceM","expanded_url":"http://apne.ws/ZeRNH1","display_url":"apne.ws/ZeRNH1","indices":[116,136]}],"user_mentions":[{"screen_name":"AP","name":"The Associated Press","id":51241574,"id_str":"51241574","indices":[3,6]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:56 +0000 2012","id":267024749622865921,"id_str":"267024749622865921","text":"Obama Hangs Tough on the Fiscal Cliff His speech increases the likelihood that negotiations will drag on well into 2013","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":191651732,"id_str":"191651732","name":"Latham Chala Group","screen_name":"LathamChalaGrp","location":"Los Angeles, Ca","description":"US - Colombia Business Management and Trade Consultants. Social Media Professionals and Network Advisors","url":"http://www.myariix.com/esuite/home/myariixusa","entities":{"url":{"urls":[{"url":"http://www.myariix.com/esuite/home/myariixusa","expanded_url":null,"indices":[0,45]}]},"description":{"urls":[]}},"protected":false,"followers_count":2913,"friends_count":2902,"listed_count":9,"created_at":"Fri Sep 17 00:18:01 +0000 2010","favourites_count":4,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":26705,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"022330","profile_background_image_url":"http://a0.twimg.com/profile_background_images/457442019/bandera_usa_colombia.jpg","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/457442019/bandera_usa_colombia.jpg","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/1925330727/Flag-Pins-USA-Colombia_normal.jpg","profile_image_url_https":"https://si0.twimg.com/profile_images/1925330727/Flag-Pins-USA-Colombia_normal.jpg","profile_link_color":"0084B4","profile_sidebar_border_color":"FFF8AD","profile_sidebar_fill_color":"F6FFD1","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"it"},"created_at":"Fri Nov 09 22:03:56 +0000 2012","id":267024749501218817,"id_str":"267024749501218817","text":"La lettera di Obama sui genitori gay http://t.co/dmFkfbgG","source":"<a href=\"http://twitter.com/tweetbutton\" rel=\"nofollow\">Tweet Button</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":590139215,"id_str":"590139215","name":"antonio di antonio","screen_name":"sesto09","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":0,"friends_count":0,"listed_count":0,"created_at":"Fri May 25 16:50:03 +0000 2012","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":0,"lang":"it","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://a0.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://si0.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png","profile_image_url_https":"https://si0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":true,"default_profile_image":true,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[{"url":"http://t.co/dmFkfbgG","expanded_url":"http://www.ilpost.it/2012/11/07/la-lettera-di-obama-sui-genitori-gay","display_url":"ilpost.it/2012/11/07/la-…","indices":[37,57]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"es"},"created_at":"Fri Nov 09 22:03:55 +0000 2012","id":267024748779819009,"id_str":"267024748779819009","text":"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","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":125089036,"id_str":"125089036","name":"BetyOrtega♥","screen_name":"NickLoveSlayer","location":"London","description":"Jonas Brothers, The Wanted,BTR,JessieJ,Miley Cyrus,Demi Lovato&Tay Swift◄- Idols /TOM DALEY,JACK LAUGHER&CHRIS MEARS♥ EMDREW STONEFIELD ♥","url":"http://stay-gold-forevah.tumblr.com","entities":{"url":{"urls":[{"url":"http://stay-gold-forevah.tumblr.com","expanded_url":null,"indices":[0,35]}]},"description":{"urls":[]}},"protected":false,"followers_count":398,"friends_count":641,"listed_count":0,"created_at":"Sun Mar 21 17:02:33 +0000 2010","favourites_count":196,"utc_offset":-21600,"time_zone":"Mexico City","geo_enabled":true,"verified":false,"statuses_count":10102,"lang":"es","contributors_enabled":false,"is_translator":false,"profile_background_color":"FF6699","profile_background_image_url":"http://a0.twimg.com/profile_background_images/331767917/tumblr_lmat1bXJmk1qff6deo1_500.gif","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/331767917/tumblr_lmat1bXJmk1qff6deo1_500.gif","profile_background_tile":true,"profile_image_url":"http://a0.twimg.com/profile_images/2714768605/4178ce04566ca54859a83516a02e53cb_normal.jpeg","profile_image_url_https":"https://si0.twimg.com/profile_images/2714768605/4178ce04566ca54859a83516a02e53cb_normal.jpeg","profile_link_color":"B40B43","profile_sidebar_border_color":"CC3366","profile_sidebar_fill_color":"FAFAFA","profile_text_color":"362720","profile_use_background_image":true,"show_all_inline_media":true,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"es"},"created_at":"Fri Nov 09 21:42:47 +0000 2012","id":267019429114687488,"id_str":"267019429114687488","text":"Despues De que gano Obama las elecciones, empezo a sonar Party In The U.S.A de Miley Cyrus en la casa blanca","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":348051912,"id_str":"348051912","name":"Miley Cyrus News","screen_name":"NewsMCyrus","location":"","description":"Aqui encontrarás todo lo nuevo de Miley Cyrus, Fotos,Noticias,Videos,Frases,Rumores..Entrando aqui [https://t.co/fSDkAu8h] 'Favoritos'\r\nFOLLOW ME ♥","url":null,"entities":{"description":{"urls":[{"url":"https://t.co/fSDkAu8h","expanded_url":"https://twitter.com/#!/favorites","display_url":"twitter.com/#!/favorites","indices":[100,121]}]}},"protected":false,"followers_count":3147,"friends_count":1768,"listed_count":295,"created_at":"Wed Aug 03 20:06:11 +0000 2011","favourites_count":651,"utc_offset":-21600,"time_zone":"Central Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":11272,"lang":"es","contributors_enabled":false,"is_translator":false,"profile_background_color":"FFFFFF","profile_background_image_url":"http://a0.twimg.com/profile_background_images/707073030/e3a5e0ed79787d5f58ea892195e58a28.png","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/707073030/e3a5e0ed79787d5f58ea892195e58a28.png","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/2828868137/607161f989872cd53051f85caa7803f2_normal.png","profile_image_url_https":"https://si0.twimg.com/profile_images/2828868137/607161f989872cd53051f85caa7803f2_normal.png","profile_link_color":"ED34A3","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"FCFCFC","profile_text_color":"F54FC0","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":8,"entities":{"hashtags":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},"retweet_count":8,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"NewsMCyrus","name":"Miley Cyrus News","id":348051912,"id_str":"348051912","indices":[3,14]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"es"},"created_at":"Fri Nov 09 22:03:55 +0000 2012","id":267024748536541185,"id_str":"267024748536541185","text":"RT @PrincipeWilli: -Hoy me desperte bien electo.\n-Jajaja, pinche Obama, eres un desmadre..","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":91734792,"id_str":"91734792","name":"christopher pavon","screen_name":"Ch_pavon17","location":"mexico d.f.","description":"Proximamente Abogado. soy guapo y le voy a los pumas... tambien soy un mirrey","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":87,"friends_count":339,"listed_count":0,"created_at":"Sun Nov 22 05:57:23 +0000 2009","favourites_count":24,"utc_offset":-21600,"time_zone":"Mexico City","geo_enabled":true,"verified":false,"statuses_count":1010,"lang":"es","contributors_enabled":false,"is_translator":false,"profile_background_color":"DAE5AB","profile_background_image_url":"http://a0.twimg.com/profile_background_images/665019677/f7c86e994187a21ff7dfd2e5192519a7.jpeg","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/665019677/f7c86e994187a21ff7dfd2e5192519a7.jpeg","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/1804687545/yop-_normal.jpg","profile_image_url_https":"https://si0.twimg.com/profile_images/1804687545/yop-_normal.jpg","profile_banner_url":"https://si0.twimg.com/profile_banners/91734792/1348183973","profile_link_color":"E9A385","profile_sidebar_border_color":"604E48","profile_sidebar_fill_color":"87313F","profile_text_color":"FA154B","profile_use_background_image":true,"show_all_inline_media":true,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"es"},"created_at":"Fri Nov 09 05:53:14 +0000 2012","id":266780466949017600,"id_str":"266780466949017600","text":"-Hoy me desperte bien electo.\n-Jajaja, pinche Obama, eres un desmadre..","source":"<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":289700823,"id_str":"289700823","name":"Memo De Gales","screen_name":"PrincipeWilli","location":"Palacio","description":"Los observo desde el punto más alto de la Pirámide de Maslow","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":11593,"friends_count":90,"listed_count":76,"created_at":"Fri Apr 29 02:30:52 +0000 2011","favourites_count":128,"utc_offset":null,"time_zone":null,"geo_enabled":true,"verified":false,"statuses_count":4043,"lang":"es","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://a0.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://si0.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/2379599800/image_normal.jpg","profile_image_url_https":"https://si0.twimg.com/profile_images/2379599800/image_normal.jpg","profile_banner_url":"https://si0.twimg.com/profile_banners/289700823/1348190479","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":27,"entities":{"hashtags":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},"retweet_count":27,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"PrincipeWilli","name":"Memo De Gales","id":289700823,"id_str":"289700823","indices":[3,17]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:55 +0000 2012","id":267024746821058560,"id_str":"267024746821058560","text":"RT @jjauthor: #Navy names newest ship - USS Barack Obama #GoNavy http://t.co/F6PGNTjX","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":558124219,"id_str":"558124219","name":"Weeki1","screen_name":"weeki1","location":"Red State","description":"proud right winger","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":63,"friends_count":64,"listed_count":0,"created_at":"Thu Apr 19 22:45:08 +0000 2012","favourites_count":74,"utc_offset":-14400,"time_zone":"Atlantic Time (Canada)","geo_enabled":false,"verified":false,"statuses_count":2343,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://a0.twimg.com/profile_background_images/533588010/backgroundimage_1.jpg","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/533588010/backgroundimage_1.jpg","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/2148131718/146-1014_small_normal.jpg","profile_image_url_https":"https://si0.twimg.com/profile_images/2148131718/146-1014_small_normal.jpg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 16:40:50 +0000 2012","id":266943439399165952,"id_str":"266943439399165952","text":"#Navy names newest ship - USS Barack Obama #GoNavy http://t.co/F6PGNTjX","source":"<a href=\"http://www.apple.com\" rel=\"nofollow\">Photos on iOS</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":177584156,"id_str":"177584156","name":"Janie Johnson","screen_name":"jjauthor","location":"Nevada, USA","description":"Janie Johnson takes a stand 4 conservatism, patriotism & optimism: Don't Take My Lemonade Stand & Obama 2012 Slogans Rewritten.Protect our Kids! #RomneyRyan2012","url":"http://www.jjauthor.com","entities":{"url":{"urls":[{"url":"http://www.jjauthor.com","expanded_url":null,"indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":39250,"friends_count":30277,"listed_count":1227,"created_at":"Thu Aug 12 14:41:59 +0000 2010","favourites_count":3348,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":190710,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://a0.twimg.com/profile_background_images/380115099/JJAuthor_BG_3.jpg","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/380115099/JJAuthor_BG_3.jpg","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/2825641355/d5e53e33877cefbd380c18cbfb6703ff_normal.jpeg","profile_image_url_https":"https://si0.twimg.com/profile_images/2825641355/d5e53e33877cefbd380c18cbfb6703ff_normal.jpeg","profile_banner_url":"https://si0.twimg.com/profile_banners/177584156/1352435414","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":35,"entities":{"hashtags":[{"text":"Navy","indices":[0,5]},{"text":"GoNavy","indices":[43,50]}],"urls":[],"user_mentions":[],"media":[{"id":266943439407554560,"id_str":"266943439407554560","indices":[51,71],"media_url":"http://p.twimg.com/A7RfpNECIAABLKN.jpg","media_url_https":"https://p.twimg.com/A7RfpNECIAABLKN.jpg","url":"http://t.co/F6PGNTjX","display_url":"pic.twitter.com/F6PGNTjX","expanded_url":"http://twitter.com/jjauthor/status/266943439399165952/photo/1","type":"photo","sizes":{"medium":{"w":400,"h":317,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":400,"h":317,"resize":"fit"},"small":{"w":340,"h":269,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},"retweet_count":35,"entities":{"hashtags":[{"text":"Navy","indices":[14,19]},{"text":"GoNavy","indices":[57,64]}],"urls":[],"user_mentions":[{"screen_name":"jjauthor","name":"Janie Johnson","id":177584156,"id_str":"177584156","indices":[3,12]}],"media":[{"id":266943439407554560,"id_str":"266943439407554560","indices":[65,85],"media_url":"http://p.twimg.com/A7RfpNECIAABLKN.jpg","media_url_https":"https://p.twimg.com/A7RfpNECIAABLKN.jpg","url":"http://t.co/F6PGNTjX","display_url":"pic.twitter.com/F6PGNTjX","expanded_url":"http://twitter.com/jjauthor/status/266943439399165952/photo/1","type":"photo","sizes":{"medium":{"w":400,"h":317,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":400,"h":317,"resize":"fit"},"small":{"w":340,"h":269,"resize":"fit"}},"source_status_id":266943439399165952,"source_status_id_str":"266943439399165952"}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:55 +0000 2012","id":267024746724605952,"id_str":"267024746724605952","text":"Wow, Obama Started Crying While He Was Giving A Speech To His Campaign Staff","source":"<a href=\"http://www.apple.com\" rel=\"nofollow\">iOS</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":164717330,"id_str":"164717330","name":"♈♡♐ ","screen_name":"LugosLove","location":"With King Wizard ⭐","description":"My Heart & World : @SamsOneLove 11.28.11 Young & In Love ♡ Sidekicks : @laney_bo_baney @Imperfectyaya_ @Ali_soLovely Diamonds ♦","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":477,"friends_count":462,"listed_count":1,"created_at":"Fri Jul 09 15:35:27 +0000 2010","favourites_count":109,"utc_offset":-21600,"time_zone":"Central Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":25350,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"B2DFDA","profile_background_image_url":"http://a0.twimg.com/profile_background_images/701892242/429a9975c40ef5ecaf6e2c3dbf630251.jpeg","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/701892242/429a9975c40ef5ecaf6e2c3dbf630251.jpeg","profile_background_tile":true,"profile_image_url":"http://a0.twimg.com/profile_images/2730644091/c4945b756a741bff8fb3f177988a3892_normal.jpeg","profile_image_url_https":"https://si0.twimg.com/profile_images/2730644091/c4945b756a741bff8fb3f177988a3892_normal.jpeg","profile_banner_url":"https://si0.twimg.com/profile_banners/164717330/1351287139","profile_link_color":"163A66","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"C9D2D6","profile_text_color":"000000","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:55 +0000 2012","id":267024746389061633,"id_str":"267024746389061633","text":"RT @dwiskus: Obama played OHIO to win 26-24. http://t.co/CEW5XMtc","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":15288029,"id_str":"15288029","name":"Jeremy Bronson","screen_name":"jbrons","location":"Grand Rapids, MI","description":"Potential lunch winner. Social Media Specialist at @meijer.","url":"http://www.facebook.com/jbrons","entities":{"url":{"urls":[{"url":"http://www.facebook.com/jbrons","expanded_url":null,"indices":[0,30]}]},"description":{"urls":[]}},"protected":false,"followers_count":1203,"friends_count":320,"listed_count":119,"created_at":"Tue Jul 01 14:01:01 +0000 2008","favourites_count":36,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":14862,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"9AE4E8","profile_background_image_url":"http://a0.twimg.com/profile_background_images/344358172/Twitter.jpg","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/344358172/Twitter.jpg","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/2183030096/profile_normal.jpg","profile_image_url_https":"https://si0.twimg.com/profile_images/2183030096/profile_normal.jpg","profile_banner_url":"https://si0.twimg.com/profile_banners/15288029/1347973206","profile_link_color":"4D6C7C","profile_sidebar_border_color":"3B3B3B","profile_sidebar_fill_color":"E8E8E8","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":true,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Wed Nov 07 05:27:58 +0000 2012","id":266049334351650816,"id_str":"266049334351650816","text":"Obama played OHIO to win 26-24. http://t.co/CEW5XMtc","source":"<a href=\"http://tapbots.com/software/tweetbot/mac\" rel=\"nofollow\">Tweetbot for Mac</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2897431,"id_str":"2897431","name":"Dave Wiskus ","screen_name":"dwiskus","location":"Denver","description":"Troubadour.","url":"http://airplanemo.de","entities":{"url":{"urls":[{"url":"http://airplanemo.de","expanded_url":null,"indices":[0,20]}]},"description":{"urls":[]}},"protected":false,"followers_count":2659,"friends_count":278,"listed_count":192,"created_at":"Thu Mar 29 21:37:02 +0000 2007","favourites_count":3890,"utc_offset":-25200,"time_zone":"Mountain Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":13787,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C6E2EE","profile_background_image_url":"http://a0.twimg.com/images/themes/theme2/bg.gif","profile_background_image_url_https":"https://si0.twimg.com/images/themes/theme2/bg.gif","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/2696483941/e0e975fa16586d646b4273c17a76556c_normal.jpeg","profile_image_url_https":"https://si0.twimg.com/profile_images/2696483941/e0e975fa16586d646b4273c17a76556c_normal.jpeg","profile_link_color":"1F98C7","profile_sidebar_border_color":"C6E2EE","profile_sidebar_fill_color":"DAECF4","profile_text_color":"663B12","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":337,"entities":{"hashtags":[],"urls":[{"url":"http://t.co/CEW5XMtc","expanded_url":"http://helloladi.es/image/0n3c1C2u3L2k","display_url":"helloladi.es/image/0n3c1C2u…","indices":[32,52]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false},"retweet_count":337,"entities":{"hashtags":[],"urls":[{"url":"http://t.co/CEW5XMtc","expanded_url":"http://helloladi.es/image/0n3c1C2u3L2k","display_url":"helloladi.es/image/0n3c1C2u…","indices":[45,65]}],"user_mentions":[{"screen_name":"dwiskus","name":"Dave Wiskus ","id":2897431,"id_str":"2897431","indices":[3,11]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"es"},"created_at":"Fri Nov 09 22:03:55 +0000 2012","id":267024746372268032,"id_str":"267024746372268032","text":"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 RECORDDDDDDD ...","source":"<a href=\"http://mobile.twitter.com\" rel=\"nofollow\">Mobile Web</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":166254677,"id_str":"166254677","name":"Death","screen_name":"Moondances_","location":"Warzone","description":"Filha do Bono Vox, esposa do Kurt Cobain, namorada do Andy B., amante do Tom K. e melhor amiga da Amy Lee. #Alien #TokioHotel #BVB #Evanescence #Nirvana #U2","url":"http://a-thousandoceanswide.tumblr.com/","entities":{"url":{"urls":[{"url":"http://a-thousandoceanswide.tumblr.com/","expanded_url":null,"indices":[0,39]}]},"description":{"urls":[]}},"protected":false,"followers_count":226,"friends_count":222,"listed_count":1,"created_at":"Tue Jul 13 18:24:44 +0000 2010","favourites_count":270,"utc_offset":-10800,"time_zone":"Brasilia","geo_enabled":false,"verified":false,"statuses_count":21459,"lang":"pt","contributors_enabled":false,"is_translator":false,"profile_background_color":"FFFFFF","profile_background_image_url":"http://a0.twimg.com/profile_background_images/677697645/bf81caa99e9a7499ac1bbd0112e6bd00.jpeg","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/677697645/bf81caa99e9a7499ac1bbd0112e6bd00.jpeg","profile_background_tile":true,"profile_image_url":"http://a0.twimg.com/profile_images/2515400601/xwkghub7lhcipj2qi1te_normal.jpeg","profile_image_url_https":"https://si0.twimg.com/profile_images/2515400601/xwkghub7lhcipj2qi1te_normal.jpeg","profile_banner_url":"https://si0.twimg.com/profile_banners/166254677/1349496920","profile_link_color":"F53B0C","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"050505","profile_text_color":"F50E0E","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"es"},"created_at":"Wed Nov 07 22:59:11 +0000 2012","id":266313880005922817,"id_str":"266313880005922817","text":"OBAMA teve o tweet mais retweetado da historia ai e obvio que as fãs do justin vão falar: VAMOS BATER ESSE RECORDDDDDDDDDDDDDDDDDDDDDDDDDDDD","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":260996585,"id_str":"260996585","name":"Pedro Penna","screen_name":"_pedropenna","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":288,"friends_count":57,"listed_count":4,"created_at":"Sat Mar 05 01:28:40 +0000 2011","favourites_count":3,"utc_offset":-14400,"time_zone":"Santiago","geo_enabled":false,"verified":false,"statuses_count":22285,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"050505","profile_background_image_url":"http://a0.twimg.com/profile_background_images/628900868/yub8cbx4c028k3157aif.jpeg","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/628900868/yub8cbx4c028k3157aif.jpeg","profile_background_tile":true,"profile_image_url":"http://a0.twimg.com/profile_images/2678389250/58b1d751d52936a8d54f853a0c756175_normal.jpeg","profile_image_url_https":"https://si0.twimg.com/profile_images/2678389250/58b1d751d52936a8d54f853a0c756175_normal.jpeg","profile_link_color":"41CAD9","profile_sidebar_border_color":"181A1E","profile_sidebar_fill_color":"252429","profile_text_color":"666666","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":17,"entities":{"hashtags":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},"retweet_count":17,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"_pedropenna","name":"Pedro Penna","id":260996585,"id_str":"260996585","indices":[3,15]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:55 +0000 2012","id":267024745642463233,"id_str":"267024745642463233","text":"No, I will not shut up. I don't like Obama. I will continue to tweet my mind.","source":"<a href=\"http://www.twitter.com\" rel=\"nofollow\">Twitter for Windows Phone</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":550308293,"id_str":"550308293","name":"Matthew Harrell","screen_name":"matthew_austin4","location":"US of A","description":"Matthew, 16, junior, taken by the best girl ever, HGG; 1-13-12, Phil 4:13. ","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":192,"friends_count":193,"listed_count":0,"created_at":"Tue Apr 10 17:54:05 +0000 2012","favourites_count":1017,"utc_offset":null,"time_zone":null,"geo_enabled":true,"verified":false,"statuses_count":5630,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://a0.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://si0.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/2815599896/31eb6e4c44cd82ef7f655c4ed9f59464_normal.jpeg","profile_image_url_https":"https://si0.twimg.com/profile_images/2815599896/31eb6e4c44cd82ef7f655c4ed9f59464_normal.jpeg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:55 +0000 2012","id":267024745546014720,"id_str":"267024745546014720","text":"RT @Bobprintdoc: @vickikellar vicki your overdrawn on your Obama bashing account please insert 16,000,000,000,000 dollars or whatever th ...","source":"<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":904101816,"id_str":"904101816","name":"Dr. Tom","screen_name":"FreebirdForever","location":"","description":"Jesus, America, guns, guitars, Harley-Davidsons, pickup trucks, Jack Daniel's, piano, REAL education, Constitutional Conservatism - Liberty, MO. Nuff said.","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":30,"friends_count":88,"listed_count":0,"created_at":"Thu Oct 25 15:25:26 +0000 2012","favourites_count":477,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":256,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://a0.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://si0.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/2763368914/ca4226f7f7dd715f5137676dd9fd0e4a_normal.jpeg","profile_image_url_https":"https://si0.twimg.com/profile_images/2763368914/ca4226f7f7dd715f5137676dd9fd0e4a_normal.jpeg","profile_banner_url":"https://si0.twimg.com/profile_banners/904101816/1351182929","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 21:16:53 +0000 2012","id":267012909119447040,"id_str":"267012909119447040","text":"@vickikellar vicki your overdrawn on your Obama bashing account please insert 16,000,000,000,000 dollars or whatever the national debt is","source":"<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>","truncated":false,"in_reply_to_status_id":267007284255784960,"in_reply_to_status_id_str":"267007284255784960","in_reply_to_user_id":312848382,"in_reply_to_user_id_str":"312848382","in_reply_to_screen_name":"vickikellar","user":{"id":859707440,"id_str":"859707440","name":"Bob","screen_name":"Bobprintdoc","location":"chicago","description":"Eco Smart Business Professional with a passion for Sustainability, Muscle Cars, Kenpo Karate, MMA, & Football\r\n","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":40,"friends_count":107,"listed_count":0,"created_at":"Wed Oct 03 13:40:21 +0000 2012","favourites_count":2,"utc_offset":-21600,"time_zone":"Central Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":138,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C6E2EE","profile_background_image_url":"http://a0.twimg.com/images/themes/theme2/bg.gif","profile_background_image_url_https":"https://si0.twimg.com/images/themes/theme2/bg.gif","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/2676641217/4bbfcbb47a9147b97a856dfc71182f91_normal.jpeg","profile_image_url_https":"https://si0.twimg.com/profile_images/2676641217/4bbfcbb47a9147b97a856dfc71182f91_normal.jpeg","profile_banner_url":"https://si0.twimg.com/profile_banners/859707440/1352380217","profile_link_color":"1F98C7","profile_sidebar_border_color":"C6E2EE","profile_sidebar_fill_color":"DAECF4","profile_text_color":"663B12","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":4,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"vickikellar","name":"VK","id":312848382,"id_str":"312848382","indices":[0,12]}]},"favorited":false,"retweeted":false},"retweet_count":4,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"Bobprintdoc","name":"Bob","id":859707440,"id_str":"859707440","indices":[3,15]},{"screen_name":"vickikellar","name":"VK","id":312848382,"id_str":"312848382","indices":[17,29]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:54 +0000 2012","id":267024744673587201,"id_str":"267024744673587201","text":"RT @RiIeyJokess: ME: who you voting for?\nWHITE PEOPLE: I rather not discuss that with you.\n\nME: who you voting for??\nBLACK PEOPLE: TF U ...","source":"<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":314075547,"id_str":"314075547","name":".O7O612","screen_name":"_WHOOPdefckindo","location":"Wherever my heart desires .","description":"Est O7O7| God Above ALL †|`2k15 | ♬& Softball = LIFE|SINGLE!| My Cute Ass Thug @i_breakfaces|♀+♀ & ♀+♂ ♥ |Have Faith™| Follow me & I Might follow back. ","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":1225,"friends_count":1149,"listed_count":1,"created_at":"Thu Jun 09 17:36:55 +0000 2011","favourites_count":560,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":21588,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"B63BE8","profile_background_image_url":"http://a0.twimg.com/profile_background_images/626968429/ocbim4yu2q4vk3o2fmx5.png","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/626968429/ocbim4yu2q4vk3o2fmx5.png","profile_background_tile":true,"profile_image_url":"http://a0.twimg.com/profile_images/2752467201/0fcad4f11cea90d6e8028899ac507ce5_normal.jpeg","profile_image_url_https":"https://si0.twimg.com/profile_images/2752467201/0fcad4f11cea90d6e8028899ac507ce5_normal.jpeg","profile_banner_url":"https://si0.twimg.com/profile_banners/314075547/1351909168","profile_link_color":"3E7AFA","profile_sidebar_border_color":"A5C2AB","profile_sidebar_fill_color":"04C7BD","profile_text_color":"7249EC","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Wed Nov 07 01:39:19 +0000 2012","id":265991792418230272,"id_str":"265991792418230272","text":"ME: who you voting for?\nWHITE PEOPLE: I rather not discuss that with you.\n\nME: who you voting for??\nBLACK PEOPLE: TF U MEAN?? OBAMA N*GGA!","source":"<a href=\"http://tapbots.com/tweetbot\" rel=\"nofollow\">Tweetbot for iOS</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":409503871,"id_str":"409503871","name":"Riley NOT Freeman","screen_name":"RiIeyJokess","location":"Southside Chicago Woodcrest","description":"#TeamRiley I'm BACK its Riley Freeman aka Riley Escobar aka Da Fundraiser. Parody account. Role-Playing. Not affiliated with Boondocks nor Cartoon Network.","url":"http://www.pay4tweet.com/buy.php?r=8276","entities":{"url":{"urls":[{"url":"http://www.pay4tweet.com/buy.php?r=8276","expanded_url":null,"indices":[0,39]}]},"description":{"urls":[]}},"protected":false,"followers_count":376546,"friends_count":47,"listed_count":388,"created_at":"Thu Nov 10 20:50:35 +0000 2011","favourites_count":42,"utc_offset":-14400,"time_zone":"Atlantic Time (Canada)","geo_enabled":false,"verified":false,"statuses_count":1075,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"131516","profile_background_image_url":"http://a0.twimg.com/profile_background_images/565164473/image.jpg","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/565164473/image.jpg","profile_background_tile":true,"profile_image_url":"http://a0.twimg.com/profile_images/2700750311/3b3c15bcd41dd110a512943bceccdf8f_normal.jpeg","profile_image_url_https":"https://si0.twimg.com/profile_images/2700750311/3b3c15bcd41dd110a512943bceccdf8f_normal.jpeg","profile_banner_url":"https://si0.twimg.com/profile_banners/409503871/1348020302","profile_link_color":"000000","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":1532,"entities":{"hashtags":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},"retweet_count":1532,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"RiIeyJokess","name":"Riley NOT Freeman","id":409503871,"id_str":"409503871","indices":[3,15]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:54 +0000 2012","id":267024743629209601,"id_str":"267024743629209601","text":"#Obama's track record with #HumanRights\nhttp://t.co/fTrjJHtB","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":225242731,"id_str":"225242731","name":"Nakissa Jahanbani","screen_name":"nikkipjah","location":"","description":"Imperfectly opinionated. @AU_SIS alum. Tweets re water, law, human rights, MENA. \r\n\r\nhttp://paisleytrances.tumblr.com\r\nhttp://www.flickr.com/photos/greendragons","url":"http://nakissajahanbani.wordpress.com","entities":{"url":{"urls":[{"url":"http://nakissajahanbani.wordpress.com","expanded_url":null,"indices":[0,37]}]},"description":{"urls":[]}},"protected":false,"followers_count":178,"friends_count":1531,"listed_count":2,"created_at":"Sat Dec 11 02:37:20 +0000 2010","favourites_count":8,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":685,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"0099B9","profile_background_image_url":"http://a0.twimg.com/images/themes/theme4/bg.gif","profile_background_image_url_https":"https://si0.twimg.com/images/themes/theme4/bg.gif","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/2424095491/249a6n8ujwbkuqyzbt6o_normal.jpeg","profile_image_url_https":"https://si0.twimg.com/profile_images/2424095491/249a6n8ujwbkuqyzbt6o_normal.jpeg","profile_link_color":"0099B9","profile_sidebar_border_color":"5ED4DC","profile_sidebar_fill_color":"95E8EC","profile_text_color":"3C3940","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[{"text":"Obama","indices":[0,6]},{"text":"HumanRights","indices":[27,39]}],"urls":[{"url":"http://t.co/fTrjJHtB","expanded_url":"http://www.nation.com.pk/pakistan-news-newspaper-daily-english-online/international/09-Nov-2012/time-for-a-reset-on-human-rights","display_url":"nation.com.pk/pakistan-news-…","indices":[40,60]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:54 +0000 2012","id":267024743323033600,"id_str":"267024743323033600","text":"RT @JewPublican: Think about it. All of big Hollywood supported obama. Everything we see now is pretty much out of movies. Truth is Stra ...","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":15755375,"id_str":"15755375","name":"pandphomemades","screen_name":"pandphomemades","location":"Midwest, USA","description":"Homemaker who used to teach","url":"http://pandphomemades.blogspot.com","entities":{"url":{"urls":[{"url":"http://pandphomemades.blogspot.com","expanded_url":null,"indices":[0,34]}]},"description":{"urls":[]}},"protected":false,"followers_count":1453,"friends_count":1992,"listed_count":45,"created_at":"Wed Aug 06 21:20:45 +0000 2008","favourites_count":15,"utc_offset":-21600,"time_zone":"Central Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":13436,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://a0.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://si0.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/692798055/1bag2_normal.jpg","profile_image_url_https":"https://si0.twimg.com/profile_images/692798055/1bag2_normal.jpg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 21:59:33 +0000 2012","id":267023648009883648,"id_str":"267023648009883648","text":"Think about it. All of big Hollywood supported obama. Everything we see now is pretty much out of movies. Truth is Stranger than Fiction!","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":751588476,"id_str":"751588476","name":"jewpublican","screen_name":"JewPublican","location":"Soviet Monica (Santa Monica)","description":"Joe. Jew. 41. Conservative. Anti-many things. Sometimes mad. Kindness to all, except the stupid damn liberal freeloaders! As of Nov7, more to RIGHT than ever!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3117,"friends_count":3048,"listed_count":39,"created_at":"Sat Aug 11 17:10:50 +0000 2012","favourites_count":0,"utc_offset":-25200,"time_zone":"Arizona","geo_enabled":false,"verified":false,"statuses_count":1852,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://a0.twimg.com/profile_background_images/630486531/razjdaic4ku21qrt3ckx.jpeg","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/630486531/razjdaic4ku21qrt3ckx.jpeg","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/2802241348/c014d9f23ed02c3ee0bd246bab6d29cc_normal.png","profile_image_url_https":"https://si0.twimg.com/profile_images/2802241348/c014d9f23ed02c3ee0bd246bab6d29cc_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":1,"entities":{"hashtags":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},"retweet_count":1,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"JewPublican","name":"jewpublican","id":751588476,"id_str":"751588476","indices":[3,15]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"tr"},"created_at":"Fri Nov 09 22:03:54 +0000 2012","id":267024742899412992,"id_str":"267024742899412992","text":"Bunda rus-israil ittifakının etkisi çok büyük. Obama ilk ziyaretini Türkiye'ye yapmayacak. Yoksa hedef tahtasında olur.","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":85661271,"id_str":"85661271","name":"Metin Alkan","screen_name":"Vita__Nova","location":"","description":"Ölümsüzlüğü Arıyorum...","url":"http://www.hurriyet.com.tr","entities":{"url":{"urls":[{"url":"http://www.hurriyet.com.tr","expanded_url":null,"indices":[0,26]}]},"description":{"urls":[]}},"protected":false,"followers_count":255,"friends_count":773,"listed_count":1,"created_at":"Tue Oct 27 21:00:14 +0000 2009","favourites_count":1,"utc_offset":-18000,"time_zone":"Quito","geo_enabled":false,"verified":false,"statuses_count":5084,"lang":"tr","contributors_enabled":false,"is_translator":false,"profile_background_color":"010D0B","profile_background_image_url":"http://a0.twimg.com/profile_background_images/701285938/2f1c788e1923bf10aa63a31a7c5d02b6.jpeg","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/701285938/2f1c788e1923bf10aa63a31a7c5d02b6.jpeg","profile_background_tile":true,"profile_image_url":"http://a0.twimg.com/profile_images/2771847360/a488bd52b41a9222f44b08e8dd787dee_normal.jpeg","profile_image_url_https":"https://si0.twimg.com/profile_images/2771847360/a488bd52b41a9222f44b08e8dd787dee_normal.jpeg","profile_banner_url":"https://si0.twimg.com/profile_banners/85661271/1351362554","profile_link_color":"D61153","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"7AC3EE","profile_text_color":"3D1957","profile_use_background_image":true,"show_all_inline_media":true,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:54 +0000 2012","id":267024742295416832,"id_str":"267024742295416832","text":"White House says Obama will travel to New York on Thursday to view recovery efforts from Superstorm Sandy","source":"<a href=\"http://blackberry.com/twitter\" rel=\"nofollow\">Twitter for BlackBerry®</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":51452048,"id_str":"51452048","name":"CCN TV6","screen_name":"tv6tnt","location":"Trinidad & Tobago","description":"TT's #1 TV station in MFO and Flow surveys. Revealing Facts. Provoking Opinions. Follow us for Breaking News in Trinidad and Tobago. Facebook: ccntvnews","url":"http://www.tv6tnt.com/","entities":{"url":{"urls":[{"url":"http://www.tv6tnt.com/","expanded_url":null,"indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":11624,"friends_count":100,"listed_count":126,"created_at":"Sat Jun 27 14:30:43 +0000 2009","favourites_count":2,"utc_offset":-18000,"time_zone":"Quito","geo_enabled":true,"verified":false,"statuses_count":11746,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"AB291B","profile_background_image_url":"http://a0.twimg.com/profile_background_images/636032448/656bzn8kvsg3lgm84l0s.jpeg","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/636032448/656bzn8kvsg3lgm84l0s.jpeg","profile_background_tile":true,"profile_image_url":"http://a0.twimg.com/profile_images/285476737/tv6_logo_normal.jpg","profile_image_url_https":"https://si0.twimg.com/profile_images/285476737/tv6_logo_normal.jpg","profile_link_color":"C46428","profile_sidebar_border_color":"FDAE8D","profile_sidebar_fill_color":"DA9343","profile_text_color":"190E14","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:54 +0000 2012","id":267024742257680386,"id_str":"267024742257680386","text":"@Jacquie0415 @gregwhoward obama is not a muslim. Whatever fox news channel you got that from was lying to you.","source":"<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>","truncated":false,"in_reply_to_status_id":266662912230301696,"in_reply_to_status_id_str":"266662912230301696","in_reply_to_user_id":351361539,"in_reply_to_user_id_str":"351361539","in_reply_to_screen_name":"Jacquie0415","user":{"id":933403026,"id_str":"933403026","name":"Ricardo","screen_name":"ricardo126234","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":1,"friends_count":16,"listed_count":0,"created_at":"Thu Nov 08 01:54:42 +0000 2012","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":2,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://a0.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://si0.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/2821008427/68adc59e68229893eb22e8ca7a6317b2_normal.jpeg","profile_image_url_https":"https://si0.twimg.com/profile_images/2821008427/68adc59e68229893eb22e8ca7a6317b2_normal.jpeg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"Jacquie0415","name":"Pink Conservative","id":351361539,"id_str":"351361539","indices":[0,12]},{"screen_name":"GregWHoward","name":"Greg Howard","id":27502479,"id_str":"27502479","indices":[13,25]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:54 +0000 2012","id":267024741381074944,"id_str":"267024741381074944","text":"RT @SomeoneBelow: The person below is complaining about Obama.","source":"<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":845480820,"id_str":"845480820","name":"ImaWildBoii","screen_name":"LifesaBishh","location":"","description":"instagram: @Datboiibishh","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":1361,"friends_count":1197,"listed_count":0,"created_at":"Tue Sep 25 13:02:35 +0000 2012","favourites_count":109,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":2330,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://a0.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://si0.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/2792581240/3fea301f4d6e2cb1ae23f6ff40a6bd6a_normal.jpeg","profile_image_url_https":"https://si0.twimg.com/profile_images/2792581240/3fea301f4d6e2cb1ae23f6ff40a6bd6a_normal.jpeg","profile_banner_url":"https://si0.twimg.com/profile_banners/845480820/1351578819","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Wed Nov 07 04:54:15 +0000 2012","id":266040847366250496,"id_str":"266040847366250496","text":"The person below is complaining about Obama.","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":340600971,"id_str":"340600971","name":"The Person Below ","screen_name":"SomeoneBelow","location":"","description":"#Business-TheTwitterCrew@yahoo.com","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":462957,"friends_count":0,"listed_count":266,"created_at":"Fri Jul 22 23:44:09 +0000 2011","favourites_count":0,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":379,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"022330","profile_background_image_url":"http://a0.twimg.com/images/themes/theme15/bg.png","profile_background_image_url_https":"https://si0.twimg.com/images/themes/theme15/bg.png","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/2454496884/r4ue495ejhd026vpmssi_normal.jpeg","profile_image_url_https":"https://si0.twimg.com/profile_images/2454496884/r4ue495ejhd026vpmssi_normal.jpeg","profile_banner_url":"https://si0.twimg.com/profile_banners/340600971/1350878085","profile_link_color":"0084B4","profile_sidebar_border_color":"A8C7F7","profile_sidebar_fill_color":"C0DFEC","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":4352,"entities":{"hashtags":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},"retweet_count":4352,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"SomeoneBelow","name":"The Person Below ","id":340600971,"id_str":"340600971","indices":[3,16]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"pt"},"created_at":"Fri Nov 09 22:03:54 +0000 2012","id":267024740810637313,"id_str":"267024740810637313","text":":) #Pixect http://t.co/jZxz8JeC","source":"<a href=\"http://www.pixect.com\" rel=\"nofollow\">Pixect</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":835287648,"id_str":"835287648","name":"Cute_DarkSkin ❤","screen_name":"I_Fuk_Wid_OBAMA","location":"","description":"Yes.! I'm That Cute, Tall,Crazy, Darkskin Girl.. OH, Nd I LOve Food.! Follow Me Nd I Promise To Follow You.! But Follow My Crazy Friend Tony @Da_RealBam","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":167,"friends_count":468,"listed_count":0,"created_at":"Thu Sep 20 10:46:04 +0000 2012","favourites_count":65,"utc_offset":-14400,"time_zone":"Atlantic Time (Canada)","geo_enabled":false,"verified":false,"statuses_count":1559,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"8B542B","profile_background_image_url":"http://a0.twimg.com/profile_background_images/701382392/f486c497c43e867ed1a6085fd5a1374d.jpeg","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/701382392/f486c497c43e867ed1a6085fd5a1374d.jpeg","profile_background_tile":true,"profile_image_url":"http://a0.twimg.com/profile_images/2820698125/3ac9e4354e685acae08f58f6ba1f6489_normal.jpeg","profile_image_url_https":"https://si0.twimg.com/profile_images/2820698125/3ac9e4354e685acae08f58f6ba1f6489_normal.jpeg","profile_banner_url":"https://si0.twimg.com/profile_banners/835287648/1351218327","profile_link_color":"9D582E","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"F6F6F6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[{"text":"Pixect","indices":[3,10]}],"urls":[],"user_mentions":[],"media":[{"id":267024740814831617,"id_str":"267024740814831617","indices":[11,31],"media_url":"http://p.twimg.com/A7SplkaCQAEGdpZ.jpg","media_url_https":"https://p.twimg.com/A7SplkaCQAEGdpZ.jpg","url":"http://t.co/jZxz8JeC","display_url":"pic.twitter.com/jZxz8JeC","expanded_url":"http://twitter.com/I_Fuk_Wid_OBAMA/status/267024740810637313/photo/1","type":"photo","sizes":{"large":{"w":800,"h":600,"resize":"fit"},"medium":{"w":600,"h":450,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":255,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:53 +0000 2012","id":267024740760289280,"id_str":"267024740760289280","text":"Why Libya Cover-Up: Obama Was Arming Al Qaeda &amp; Islamists\nhttp://t.co/erdKx6HD","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":733920601,"id_str":"733920601","name":"Lord Jesus Christ","screen_name":"llParadisell","location":"I Live in Paradise","description":"I am Spiritually centered. Pray for peace n harmony. Lean to the right cause I'm Christian. I/we Don't play the evil card as do the Democrats. Saddens my heart.","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":208,"friends_count":624,"listed_count":2,"created_at":"Fri Aug 03 01:43:40 +0000 2012","favourites_count":208,"utc_offset":-25200,"time_zone":"Arizona","geo_enabled":false,"verified":false,"statuses_count":2883,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"0099B9","profile_background_image_url":"http://a0.twimg.com/images/themes/theme4/bg.gif","profile_background_image_url_https":"https://si0.twimg.com/images/themes/theme4/bg.gif","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/2821767472/a28e06dfe161a84a9d462185a539a184_normal.jpeg","profile_image_url_https":"https://si0.twimg.com/profile_images/2821767472/a28e06dfe161a84a9d462185a539a184_normal.jpeg","profile_banner_url":"https://si0.twimg.com/profile_banners/733920601/1348877058","profile_link_color":"0099B9","profile_sidebar_border_color":"5ED4DC","profile_sidebar_fill_color":"95E8EC","profile_text_color":"3C3940","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[{"url":"http://t.co/erdKx6HD","expanded_url":"http://swordattheready.wordpress.com/2012/10/25/why-libya-cover-up-obama-was-arming-al-qaeda-islamists/#comments","display_url":"swordattheready.wordpress.com/2012/10/25/why…","indices":[62,82]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":true},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:53 +0000 2012","id":267024739627839488,"id_str":"267024739627839488","text":"RT @StephenAtHome: I still can't believe Obama won. I will do everything in my power to make sure this is his LAST term as president!","source":"<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":937775928,"id_str":"937775928","name":"Ian Woodburn ","screen_name":"naiburnwoood","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":2,"friends_count":26,"listed_count":0,"created_at":"Fri Nov 09 21:22:03 +0000 2012","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":2,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://a0.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://si0.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/2828793865/e8f1325cd9d8c3573987ec77a4061d56_normal.jpeg","profile_image_url_https":"https://si0.twimg.com/profile_images/2828793865/e8f1325cd9d8c3573987ec77a4061d56_normal.jpeg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Thu Nov 08 04:46:20 +0000 2012","id":266401242518020097,"id_str":"266401242518020097","text":"I still can't believe Obama won. I will do everything in my power to make sure this is his LAST term as president!","source":"<a href=\"http://www.socialoomph.com\" rel=\"nofollow\">SocialOomph</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":16303106,"id_str":"16303106","name":"Stephen Colbert","screen_name":"StephenAtHome","location":"","description":"","url":"http://www.ColbertNation.com","entities":{"url":{"urls":[{"url":"http://www.ColbertNation.com","expanded_url":null,"indices":[0,28]}]},"description":{"urls":[]}},"protected":false,"followers_count":4158970,"friends_count":0,"listed_count":56273,"created_at":"Mon Sep 15 22:31:44 +0000 2008","favourites_count":0,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":true,"statuses_count":2474,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"1A1B1F","profile_background_image_url":"http://a0.twimg.com/profile_background_images/39408843/twitterbkgrnd.jpg","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/39408843/twitterbkgrnd.jpg","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/568525297/Picture_normal.png","profile_image_url_https":"https://si0.twimg.com/profile_images/568525297/Picture_normal.png","profile_link_color":"2FC2EF","profile_sidebar_border_color":"181A1E","profile_sidebar_fill_color":"252429","profile_text_color":"666666","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":5508,"entities":{"hashtags":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},"retweet_count":5508,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"StephenAtHome","name":"Stephen Colbert","id":16303106,"id_str":"16303106","indices":[3,17]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:53 +0000 2012","id":267024738927394816,"id_str":"267024738927394816","text":"RT @5oodaysofautumn: #Obama crying choked me up NEVER SEEN A PRES DO THAT. U CAN TELL HIS INTENTIONS ARE IN THE RIGHT PLACE TO LEAD htt ...","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":189910083,"id_str":"189910083","name":"♥Poetic Justice♥","screen_name":"Neo_Sweetness","location":"I am your world","description":"Don't gain the world and lose your soul, wisdom is better than silver or gold...#LesTwins & @chrisbrown groupie twitter best friend @chaneeee_ =D..#TeamGemini","url":"http://missy4breezy.tumblr.com/","entities":{"url":{"urls":[{"url":"http://missy4breezy.tumblr.com/","expanded_url":null,"indices":[0,31]}]},"description":{"urls":[]}},"protected":false,"followers_count":969,"friends_count":689,"listed_count":9,"created_at":"Sun Sep 12 15:30:39 +0000 2010","favourites_count":99,"utc_offset":7200,"time_zone":"Pretoria","geo_enabled":true,"verified":false,"statuses_count":19514,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http://a0.twimg.com/profile_background_images/696782366/d96b328d8dccbb5bb06ff25f3c965216.jpeg","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/696782366/d96b328d8dccbb5bb06ff25f3c965216.jpeg","profile_background_tile":true,"profile_image_url":"http://a0.twimg.com/profile_images/2819916518/85d81112ed93292eae67502742e9e14e_normal.jpeg","profile_image_url_https":"https://si0.twimg.com/profile_images/2819916518/85d81112ed93292eae67502742e9e14e_normal.jpeg","profile_banner_url":"https://si0.twimg.com/profile_banners/189910083/1352379481","profile_link_color":"990000","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"95E8EC","profile_text_color":"1C1F23","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:02:13 +0000 2012","id":267024320780460032,"id_str":"267024320780460032","text":"#Obama crying choked me up NEVER SEEN A PRES DO THAT. U CAN TELL HIS INTENTIONS ARE IN THE RIGHT PLACE TO LEAD http://t.co/oez0ySOl","source":"<a href=\"http://twitter.com/tweetbutton\" rel=\"nofollow\">Tweet Button</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":126096796,"id_str":"126096796","name":"Tom Hansen","screen_name":"5oodaysofautumn","location":"","description":"25. Grad from #UMES 10 and I'm the lil brother from my brother and me! #DMV #teamravens #RIPBenBreedlove. MD✈NY #PARTY. Instagram: nowmia","url":"http://5hundreddaysofautumn.tumblr.com/","entities":{"url":{"urls":[{"url":"http://5hundreddaysofautumn.tumblr.com/","expanded_url":null,"indices":[0,39]}]},"description":{"urls":[]}},"protected":false,"followers_count":25361,"friends_count":20364,"listed_count":390,"created_at":"Wed Mar 24 20:42:16 +0000 2010","favourites_count":60,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":52183,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"000000","profile_background_image_url":"http://a0.twimg.com/profile_background_images/434845455/php7cPc7kPM.jpg","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/434845455/php7cPc7kPM.jpg","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/2793142272/c792d3e734e1813ac2c877c3bc71d3c0_normal.jpeg","profile_image_url_https":"https://si0.twimg.com/profile_images/2793142272/c792d3e734e1813ac2c877c3bc71d3c0_normal.jpeg","profile_banner_url":"https://si0.twimg.com/profile_banners/126096796/1351788681","profile_link_color":"0BBD49","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"5A118A","profile_text_color":"0093F5","profile_use_background_image":true,"show_all_inline_media":true,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":3,"entities":{"hashtags":[{"text":"Obama","indices":[0,6]}],"urls":[{"url":"http://t.co/oez0ySOl","expanded_url":"http://www.worldstarhiphop.com/videos/video.php?v=wshhb4rn6xITkf7u98u1","display_url":"worldstarhiphop.com/videos/video.p…","indices":[112,132]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false},"retweet_count":3,"entities":{"hashtags":[{"text":"Obama","indices":[21,27]}],"urls":[],"user_mentions":[{"screen_name":"5oodaysofautumn","name":"Tom Hansen","id":126096796,"id_str":"126096796","indices":[3,19]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:53 +0000 2012","id":267024738906431490,"id_str":"267024738906431490","text":"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","source":"<a href=\"http://blackberry.com/twitter\" rel=\"nofollow\">Twitter for BlackBerry®</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":349850768,"id_str":"349850768","name":"LOVE YA","screen_name":"vcAraceli","location":"","description":"God, family, friends ☺☺","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":137,"friends_count":470,"listed_count":0,"created_at":"Sat Aug 06 20:14:40 +0000 2011","favourites_count":16,"utc_offset":null,"time_zone":null,"geo_enabled":true,"verified":false,"statuses_count":1248,"lang":"es","contributors_enabled":false,"is_translator":false,"profile_background_color":"B2DFDA","profile_background_image_url":"http://a0.twimg.com/images/themes/theme13/bg.gif","profile_background_image_url_https":"https://si0.twimg.com/images/themes/theme13/bg.gif","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/2754552526/20d1dfe97c5f7275f30992dc2a365053_normal.jpeg","profile_image_url_https":"https://si0.twimg.com/profile_images/2754552526/20d1dfe97c5f7275f30992dc2a365053_normal.jpeg","profile_link_color":"93A644","profile_sidebar_border_color":"EEEEEE","profile_sidebar_fill_color":"FFFFFF","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Wed Nov 07 18:08:31 +0000 2012","id":266240732237549569,"id_str":"266240732237549569","text":"Obama what's my name? Obama what's my name? OBAMA what's my name? what's my name? .... #OBALIEN what's my name","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":880598592,"id_str":"880598592","name":"prankster","screen_name":"jusxy","location":"yeah","description":" Prankster. #Canadian an Alien","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":39690,"friends_count":280,"listed_count":95,"created_at":"Sun Oct 14 17:37:10 +0000 2012","favourites_count":9,"utc_offset":7200,"time_zone":"Athens","geo_enabled":false,"verified":false,"statuses_count":655,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://a0.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://si0.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/2806985867/37baac936fcae8ebcc729a878b15562f_normal.jpeg","profile_image_url_https":"https://si0.twimg.com/profile_images/2806985867/37baac936fcae8ebcc729a878b15562f_normal.jpeg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":1279,"entities":{"hashtags":[{"text":"OBALIEN","indices":[87,95]}],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},"retweet_count":1279,"entities":{"hashtags":[{"text":"OBALIEN","indices":[98,106]}],"urls":[],"user_mentions":[{"screen_name":"jusxy","name":"prankster","id":880598592,"id_str":"880598592","indices":[3,9]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:53 +0000 2012","id":267024738575065089,"id_str":"267024738575065089","text":"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","source":"<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":933399182,"id_str":"933399182","name":"Anna I Guess","screen_name":"notsoslimshadys","location":"not with 1d that's fersure","description":"i like boybands and the word fuck and 21 jump street obvi used to be on nouchmetiall and annacheyk and other things but yeah i did it for the gays and japan","url":"http://t.co/VMofM7eR","entities":{"url":{"urls":[{"url":"http://t.co/VMofM7eR","expanded_url":"http://theinvisiblecunts.tumblr.com","display_url":"theinvisiblecunts.tumblr.com","indices":[0,20]}]},"description":{"urls":[]}},"protected":false,"followers_count":33,"friends_count":230,"listed_count":0,"created_at":"Thu Nov 08 01:47:00 +0000 2012","favourites_count":213,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":242,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"8C38EB","profile_background_image_url":"http://a0.twimg.com/profile_background_images/705534130/17de75ce21f801411a332946dc8766aa.png","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/705534130/17de75ce21f801411a332946dc8766aa.png","profile_background_tile":true,"profile_image_url":"http://a0.twimg.com/profile_images/2821968665/2781b018bcb4a85d7399380b2893efee_normal.jpeg","profile_image_url_https":"https://si0.twimg.com/profile_images/2821968665/2781b018bcb4a85d7399380b2893efee_normal.jpeg","profile_banner_url":"https://si0.twimg.com/profile_banners/933399182/1352342389","profile_link_color":"2C0A47","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:00:35 +0000 2012","id":267023909939974144,"id_str":"267023909939974144","text":"I bet one day stalker sarah stalks her way into the white house she'll just take a picture from Obama's bedroom","source":"<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":64259689,"id_str":"64259689","name":"mackenzie","screen_name":"harrynstuff","location":"","description":"can u feel it mr krabs ","url":"http://www.mackenziefrenzie.tumblr.com","entities":{"url":{"urls":[{"url":"http://www.mackenziefrenzie.tumblr.com","expanded_url":null,"indices":[0,38]}]},"description":{"urls":[]}},"protected":false,"followers_count":1887,"friends_count":340,"listed_count":3,"created_at":"Sun Aug 09 21:34:18 +0000 2009","favourites_count":3898,"utc_offset":-25200,"time_zone":"Arizona","geo_enabled":false,"verified":false,"statuses_count":21432,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"F7F2F6","profile_background_image_url":"http://a0.twimg.com/profile_background_images/695464979/637200f7795d86bb054f54f5380dc55b.png","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/695464979/637200f7795d86bb054f54f5380dc55b.png","profile_background_tile":true,"profile_image_url":"http://a0.twimg.com/profile_images/2787236456/3d6feb6aed3f759af13cbf2a5c247ba6_normal.jpeg","profile_image_url_https":"https://si0.twimg.com/profile_images/2787236456/3d6feb6aed3f759af13cbf2a5c247ba6_normal.jpeg","profile_banner_url":"https://si0.twimg.com/profile_banners/64259689/1351383038","profile_link_color":"E8A7AB","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"D1F0D8","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":10,"entities":{"hashtags":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},"retweet_count":10,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"harrynstuff","name":"mackenzie","id":64259689,"id_str":"64259689","indices":[3,15]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:53 +0000 2012","id":267024738478600192,"id_str":"267024738478600192","text":"RT @dlb703: The difference between Romney and Obama supporters? Romney's look like they just got out of church. Obama's look like they'r ...","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":790053139,"id_str":"790053139","name":"Robert Dee","screen_name":"ThinksLogical","location":"Massachusetts","description":"Electrical Engineer; Libertarian-Conservative; Pro Limited Gov't; Catholic; Don't Blame Me, I Voted For #Mitt; Support Our Troops & Veterans; God Help The USA","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":403,"friends_count":636,"listed_count":2,"created_at":"Wed Aug 29 20:00:10 +0000 2012","favourites_count":45,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":1183,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"ACDED6","profile_background_image_url":"http://a0.twimg.com/images/themes/theme18/bg.gif","profile_background_image_url_https":"https://si0.twimg.com/images/themes/theme18/bg.gif","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/2624770410/erdcpu64esrfv41ks9eo_normal.png","profile_image_url_https":"https://si0.twimg.com/profile_images/2624770410/erdcpu64esrfv41ks9eo_normal.png","profile_link_color":"038543","profile_sidebar_border_color":"EEEEEE","profile_sidebar_fill_color":"F6F6F6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Sat Oct 13 21:43:10 +0000 2012","id":257235051761242112,"id_str":"257235051761242112","text":"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.","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":41806188,"id_str":"41806188","name":"David L B","screen_name":"dlb703","location":"Mount Vernistan, Virginia ","description":"Conservative Virginian enjoying retirement with @mrs703. My life is loosely based on a true story. Glimpse some of it here: http://t.co/0I2AClQA And here: ","url":"http://www.youtube.com/user/dlb703/videos","entities":{"url":{"urls":[{"url":"http://www.youtube.com/user/dlb703/videos","expanded_url":null,"indices":[0,41]}]},"description":{"urls":[{"url":"http://t.co/0I2AClQA","expanded_url":"http://pelicanroost.tumblr.com/","display_url":"pelicanroost.tumblr.com","indices":[124,144]}]}},"protected":false,"followers_count":2362,"friends_count":2194,"listed_count":63,"created_at":"Fri May 22 12:58:05 +0000 2009","favourites_count":288,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":32588,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"ACDED6","profile_background_image_url":"http://a0.twimg.com/images/themes/theme18/bg.gif","profile_background_image_url_https":"https://si0.twimg.com/images/themes/theme18/bg.gif","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/2745362184/471e715d65d04a035f553c6f155ecb4d_normal.jpeg","profile_image_url_https":"https://si0.twimg.com/profile_images/2745362184/471e715d65d04a035f553c6f155ecb4d_normal.jpeg","profile_link_color":"038543","profile_sidebar_border_color":"EEEEEE","profile_sidebar_fill_color":"F6F6F6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":true,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":35,"entities":{"hashtags":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},"retweet_count":35,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"dlb703","name":"David L B","id":41806188,"id_str":"41806188","indices":[3,10]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"es"},"created_at":"Fri Nov 09 22:03:53 +0000 2012","id":267024737937547264,"id_str":"267024737937547264","text":"Obama, ante el precipicio fiscal: \"Tengo mi boligrafo listo para firmar\" http://t.co/m5Q6O0lq via @expansioncom","source":"<a href=\"http://twitter.com/tweetbutton\" rel=\"nofollow\">Tweet Button</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":51714340,"id_str":"51714340","name":"Pablo Rossi","screen_name":"pabloirossi","location":"Buenos Aires . Argentina","description":"Periodista TV #HoraClave Radio #Cadena3","url":"http://www.cadena3.com","entities":{"url":{"urls":[{"url":"http://www.cadena3.com","expanded_url":null,"indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":18683,"friends_count":1106,"listed_count":322,"created_at":"Sun Jun 28 12:05:23 +0000 2009","favourites_count":30,"utc_offset":-18000,"time_zone":"Quito","geo_enabled":false,"verified":false,"statuses_count":8179,"lang":"es","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://a0.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://si0.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/2733610494/031568589570fdfc26881cb84680bafd_normal.jpeg","profile_image_url_https":"https://si0.twimg.com/profile_images/2733610494/031568589570fdfc26881cb84680bafd_normal.jpeg","profile_banner_url":"https://si0.twimg.com/profile_banners/51714340/1352291004","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[{"url":"http://t.co/m5Q6O0lq","expanded_url":"http://www.expansion.com/2012/11/09/economia/1352486150.html","display_url":"expansion.com/2012/11/09/eco…","indices":[93,113]}],"user_mentions":[{"screen_name":"expansioncom","name":"expansioncom","id":14942445,"id_str":"14942445","indices":[118,131]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:53 +0000 2012","id":267024737794945024,"id_str":"267024737794945024","text":"@LeslieMHooper I think Obama and Chris Christie are having an affair! LMAO!!!","source":"web","truncated":false,"in_reply_to_status_id":267023177841008640,"in_reply_to_status_id_str":"267023177841008640","in_reply_to_user_id":831991550,"in_reply_to_user_id_str":"831991550","in_reply_to_screen_name":"LeslieMHooper","user":{"id":738972386,"id_str":"738972386","name":"Vanessa Monroe","screen_name":"mermaid6590","location":"Heavenly Sea","description":"Independent Woman Voter!\r\n","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":88,"friends_count":80,"listed_count":0,"created_at":"Sun Aug 05 17:56:25 +0000 2012","favourites_count":101,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":1233,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"642D8B","profile_background_image_url":"http://a0.twimg.com/images/themes/theme10/bg.gif","profile_background_image_url_https":"https://si0.twimg.com/images/themes/theme10/bg.gif","profile_background_tile":true,"profile_image_url":"http://a0.twimg.com/profile_images/2486267151/xu2uqfmmgh78656q4t8d_normal.jpeg","profile_image_url_https":"https://si0.twimg.com/profile_images/2486267151/xu2uqfmmgh78656q4t8d_normal.jpeg","profile_link_color":"FF0000","profile_sidebar_border_color":"65B0DA","profile_sidebar_fill_color":"7AC3EE","profile_text_color":"3D1957","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"LeslieMHooper","name":"hooper.","id":831991550,"id_str":"831991550","indices":[0,14]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"es"},"created_at":"Fri Nov 09 22:03:53 +0000 2012","id":267024737706840064,"id_str":"267024737706840064","text":"RT @SAMhOes: Lmao #Obama http://t.co/uxLqQ8zq","source":"<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":465137413,"id_str":"465137413","name":"natalie smith.","screen_name":"n_mariee3","location":"","description":"currently enjoying the process.","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":295,"friends_count":247,"listed_count":1,"created_at":"Mon Jan 16 00:53:07 +0000 2012","favourites_count":4918,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":6185,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://a0.twimg.com/profile_background_images/689766579/0ef31600496ca923fcf5188c9b5aa69b.jpeg","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/689766579/0ef31600496ca923fcf5188c9b5aa69b.jpeg","profile_background_tile":true,"profile_image_url":"http://a0.twimg.com/profile_images/2824975577/8de8435e8933636e222dc504ac558680_normal.jpeg","profile_image_url_https":"https://si0.twimg.com/profile_images/2824975577/8de8435e8933636e222dc504ac558680_normal.jpeg","profile_banner_url":"https://si0.twimg.com/profile_banners/465137413/1352328050","profile_link_color":"0084B4","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"es"},"created_at":"Fri Nov 09 22:02:49 +0000 2012","id":267024468851974145,"id_str":"267024468851974145","text":"Lmao #Obama http://t.co/uxLqQ8zq","source":"<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":500428179,"id_str":"500428179","name":"Taylor Scott Hughes","screen_name":"SAMhOes","location":"","description":"Trying to find the balance","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":144,"friends_count":42,"listed_count":0,"created_at":"Thu Feb 23 03:57:48 +0000 2012","favourites_count":206,"utc_offset":-25200,"time_zone":"Arizona","geo_enabled":false,"verified":false,"statuses_count":4737,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://a0.twimg.com/profile_background_images/542927693/SAMO.jpg","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/542927693/SAMO.jpg","profile_background_tile":true,"profile_image_url":"http://a0.twimg.com/profile_images/2816924403/8f1ed0e02e34bad06ba95a1624e13646_normal.jpeg","profile_image_url_https":"https://si0.twimg.com/profile_images/2816924403/8f1ed0e02e34bad06ba95a1624e13646_normal.jpeg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":2,"entities":{"hashtags":[{"text":"Obama","indices":[5,11]}],"urls":[],"user_mentions":[],"media":[{"id":267024468856168450,"id_str":"267024468856168450","indices":[12,32],"media_url":"http://p.twimg.com/A7SpVvSCYAIQ8RL.jpg","media_url_https":"https://p.twimg.com/A7SpVvSCYAIQ8RL.jpg","url":"http://t.co/uxLqQ8zq","display_url":"pic.twitter.com/uxLqQ8zq","expanded_url":"http://twitter.com/SAMhOes/status/267024468851974145/photo/1","type":"photo","sizes":{"small":{"w":340,"h":272,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":400,"h":320,"resize":"fit"},"large":{"w":400,"h":320,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},"retweet_count":2,"entities":{"hashtags":[{"text":"Obama","indices":[18,24]}],"urls":[],"user_mentions":[{"screen_name":"SAMhOes","name":"Taylor Scott Hughes","id":500428179,"id_str":"500428179","indices":[3,11]}],"media":[{"id":267024468856168450,"id_str":"267024468856168450","indices":[25,45],"media_url":"http://p.twimg.com/A7SpVvSCYAIQ8RL.jpg","media_url_https":"https://p.twimg.com/A7SpVvSCYAIQ8RL.jpg","url":"http://t.co/uxLqQ8zq","display_url":"pic.twitter.com/uxLqQ8zq","expanded_url":"http://twitter.com/SAMhOes/status/267024468851974145/photo/1","type":"photo","sizes":{"small":{"w":340,"h":272,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":400,"h":320,"resize":"fit"},"large":{"w":400,"h":320,"resize":"fit"}},"source_status_id":267024468851974145,"source_status_id_str":"267024468851974145"}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"fr"},"created_at":"Fri Nov 09 22:03:53 +0000 2012","id":267024737354534912,"id_str":"267024737354534912","text":"RT @20Minutes: Pour Obama, les Americains les plus riches doivent payer plus d'impôts http://t.co/PiZXc0Ty","source":"<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":432904098,"id_str":"432904098","name":"Blanchard sophie","screen_name":"soso2583","location":"charente","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":50,"friends_count":673,"listed_count":0,"created_at":"Fri Dec 09 22:34:46 +0000 2011","favourites_count":0,"utc_offset":3600,"time_zone":"West Central Africa","geo_enabled":true,"verified":false,"statuses_count":437,"lang":"fr","contributors_enabled":false,"is_translator":false,"profile_background_color":"642D8B","profile_background_image_url":"http://a0.twimg.com/images/themes/theme10/bg.gif","profile_background_image_url_https":"https://si0.twimg.com/images/themes/theme10/bg.gif","profile_background_tile":true,"profile_image_url":"http://a0.twimg.com/profile_images/1797033611/paris_normal.jpg","profile_image_url_https":"https://si0.twimg.com/profile_images/1797033611/paris_normal.jpg","profile_link_color":"FF0000","profile_sidebar_border_color":"65B0DA","profile_sidebar_fill_color":"7AC3EE","profile_text_color":"3D1957","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"fr"},"created_at":"Fri Nov 09 21:28:53 +0000 2012","id":267015932952600577,"id_str":"267015932952600577","text":"Pour Obama, les Americains les plus riches doivent payer plus d'impôts http://t.co/PiZXc0Ty","source":"<a href=\"http://twitterfeed.com\" rel=\"nofollow\">twitterfeed</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":2649991,"id_str":"2649991","name":"20 Minutes","screen_name":"20Minutes","location":"Paris, France","description":"Information en continu. Actualites, Politique, Sport, People, High Tech / Sur Facebook : http://www.facebook.com/20minutes","url":"http://www.20minutes.fr","entities":{"url":{"urls":[{"url":"http://www.20minutes.fr","expanded_url":null,"indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":564592,"friends_count":1270,"listed_count":5320,"created_at":"Wed Mar 28 12:14:38 +0000 2007","favourites_count":2,"utc_offset":3600,"time_zone":"Paris","geo_enabled":false,"verified":false,"statuses_count":28687,"lang":"fr","contributors_enabled":false,"is_translator":false,"profile_background_color":"1A497E","profile_background_image_url":"http://a0.twimg.com/profile_background_images/332708788/20minutes-twitter-uni_v2.jpg","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/332708788/20minutes-twitter-uni_v2.jpg","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/917939759/logo_72dpi2_normal.jpg","profile_image_url_https":"https://si0.twimg.com/profile_images/917939759/logo_72dpi2_normal.jpg","profile_link_color":"3E5087","profile_sidebar_border_color":"E0E0E0","profile_sidebar_fill_color":"FCFDFF","profile_text_color":"474347","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":27,"entities":{"hashtags":[],"urls":[{"url":"http://t.co/PiZXc0Ty","expanded_url":"http://bit.ly/S5X929","display_url":"bit.ly/S5X929","indices":[71,91]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false},"retweet_count":27,"entities":{"hashtags":[],"urls":[{"url":"http://t.co/PiZXc0Ty","expanded_url":"http://bit.ly/S5X929","display_url":"bit.ly/S5X929","indices":[86,106]}],"user_mentions":[{"screen_name":"20Minutes","name":"20 Minutes","id":2649991,"id_str":"2649991","indices":[3,13]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:53 +0000 2012","id":267024736968667136,"id_str":"267024736968667136","text":"@k_m_allan I'm more about #Obama being banished.","source":"web","truncated":false,"in_reply_to_status_id":267024598929899520,"in_reply_to_status_id_str":"267024598929899520","in_reply_to_user_id":25236548,"in_reply_to_user_id_str":"25236548","in_reply_to_screen_name":"k_m_allan","user":{"id":32914948,"id_str":"32914948","name":"Kevin Sage","screen_name":"desertkev","location":"Phoenix, Arizona","description":"Piano/Guitar/Whiskey/Harley Davidson/Scorpio - no one here gets out alive","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":921,"friends_count":1995,"listed_count":13,"created_at":"Sat Apr 18 15:31:46 +0000 2009","favourites_count":86,"utc_offset":-25200,"time_zone":"Arizona","geo_enabled":false,"verified":false,"statuses_count":5404,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"131516","profile_background_image_url":"http://a0.twimg.com/images/themes/theme14/bg.gif","profile_background_image_url_https":"https://si0.twimg.com/images/themes/theme14/bg.gif","profile_background_tile":true,"profile_image_url":"http://a0.twimg.com/profile_images/1840850334/Kevin_Sage_web_normal.jpg","profile_image_url_https":"https://si0.twimg.com/profile_images/1840850334/Kevin_Sage_web_normal.jpg","profile_link_color":"009999","profile_sidebar_border_color":"EEEEEE","profile_sidebar_fill_color":"EFEFEF","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":true,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[{"text":"Obama","indices":[26,32]}],"urls":[],"user_mentions":[{"screen_name":"k_m_allan","name":"kevin allan","id":25236548,"id_str":"25236548","indices":[0,10]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:52 +0000 2012","id":267024736373063680,"id_str":"267024736373063680","text":"yo why did obama have to win","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":937848031,"id_str":"937848031","name":"blake callaway","screen_name":"blakecallaway","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":1,"friends_count":9,"listed_count":0,"created_at":"Fri Nov 09 21:56:46 +0000 2012","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":1,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://a0.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://si0.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png","profile_image_url_https":"https://si0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":true,"default_profile_image":true,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"es"},"created_at":"Fri Nov 09 22:03:52 +0000 2012","id":267024736108818432,"id_str":"267024736108818432","text":"RT @FaithOn1D: \"Las hijas de Obama conocieron a los Jonas, a Justin Bieber y ahora conocerán a One Direction\" @BarackObama ¡HOLA PAPIIII ...","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":85462046,"id_str":"85462046","name":"AlondraN.","screen_name":"AlondraMiaa","location":"Puerto Rico","description":"†Keep Calm and Stay Strong† Let go and let God† \r\n #TeamGrimmie #LesbianForDemi #QueenD","url":"http://callm3-b-e-a-utiful.tumblr.com","entities":{"url":{"urls":[{"url":"http://callm3-b-e-a-utiful.tumblr.com","expanded_url":null,"indices":[0,37]}]},"description":{"urls":[]}},"protected":false,"followers_count":41,"friends_count":123,"listed_count":0,"created_at":"Tue Oct 27 00:48:54 +0000 2009","favourites_count":124,"utc_offset":-21600,"time_zone":"Central Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":1026,"lang":"es","contributors_enabled":false,"is_translator":false,"profile_background_color":"0099B9","profile_background_image_url":"http://a0.twimg.com/profile_background_images/688789058/53a1e623ee61dff87d2a21e62970bccf.jpeg","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/688789058/53a1e623ee61dff87d2a21e62970bccf.jpeg","profile_background_tile":true,"profile_image_url":"http://a0.twimg.com/profile_images/2828514451/43265957ca883b2ba6c2c282e5a700ca_normal.png","profile_image_url_https":"https://si0.twimg.com/profile_images/2828514451/43265957ca883b2ba6c2c282e5a700ca_normal.png","profile_banner_url":"https://si0.twimg.com/profile_banners/85462046/1352492025","profile_link_color":"0099B9","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"95E8EC","profile_text_color":"3C3940","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"es"},"created_at":"Thu Nov 08 19:18:35 +0000 2012","id":266620750822252544,"id_str":"266620750822252544","text":"\"Las hijas de Obama conocieron a los Jonas, a Justin Bieber y ahora conocerán a One Direction\" @BarackObama ¡HOLA PAPIIIIIIIIIII!","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":929960034,"id_str":"929960034","name":" Little things.","screen_name":"FaithOn1D","location":"","description":"Cuenta creada el 06.11.\r\nSiguenos en @ana_cg10 @cristi_payne y @laura_styles15\r\n\r\nSi no te seguimos pide Follow Back :3","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":266,"friends_count":345,"listed_count":0,"created_at":"Tue Nov 06 15:35:52 +0000 2012","favourites_count":15,"utc_offset":3600,"time_zone":"Amsterdam","geo_enabled":false,"verified":false,"statuses_count":109,"lang":"es","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://a0.twimg.com/profile_background_images/704233482/4e004d6dc17708c5f1052c67c528e595.png","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/704233482/4e004d6dc17708c5f1052c67c528e595.png","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/2823991843/d5f81fc1f06b683674998779468813fd_normal.png","profile_image_url_https":"https://si0.twimg.com/profile_images/2823991843/d5f81fc1f06b683674998779468813fd_normal.png","profile_banner_url":"https://si0.twimg.com/profile_banners/929960034/1352236670","profile_link_color":"0084B4","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":32,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"BarackObama","name":"Barack Obama","id":813286,"id_str":"813286","indices":[95,107]}]},"favorited":false,"retweeted":false},"retweet_count":32,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"FaithOn1D","name":" Little things.","id":929960034,"id_str":"929960034","indices":[3,13]},{"screen_name":"BarackObama","name":"Barack Obama","id":813286,"id_str":"813286","indices":[110,122]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"pl"},"created_at":"Fri Nov 09 22:03:52 +0000 2012","id":267024735878119424,"id_str":"267024735878119424","text":"Szef CIA zrezygnował przez romans. Obama \"trzyma kciuki za niego i żonę\" http://t.co/XiPB0RSW","source":"<a href=\"http://twitterfeed.com\" rel=\"nofollow\">twitterfeed</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":471148039,"id_str":"471148039","name":"4iHD","screen_name":"4iHD","location":"","description":"Pamiętaj laska będzie siedzieć w każdym rzędzie\r\nA ganja tylko raz w twoim życiu będzie..","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":569,"friends_count":753,"listed_count":6,"created_at":"Sun Jan 22 15:09:23 +0000 2012","favourites_count":1,"utc_offset":7200,"time_zone":"Athens","geo_enabled":false,"verified":false,"statuses_count":195282,"lang":"pl","contributors_enabled":false,"is_translator":false,"profile_background_color":"131516","profile_background_image_url":"http://a0.twimg.com/images/themes/theme14/bg.gif","profile_background_image_url_https":"https://si0.twimg.com/images/themes/theme14/bg.gif","profile_background_tile":true,"profile_image_url":"http://a0.twimg.com/profile_images/1779220673/P6Yoi_normal.jpg","profile_image_url_https":"https://si0.twimg.com/profile_images/1779220673/P6Yoi_normal.jpg","profile_link_color":"009999","profile_sidebar_border_color":"EEEEEE","profile_sidebar_fill_color":"EFEFEF","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[{"url":"http://t.co/XiPB0RSW","expanded_url":"http://bit.ly/Zfn6Bi","display_url":"bit.ly/Zfn6Bi","indices":[73,93]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:52 +0000 2012","id":267024735450324993,"id_str":"267024735450324993","text":"RT @JosieNelson7: Obama yeehaw http://t.co/DJxtDlAk","source":"<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":427524527,"id_str":"427524527","name":"☹ jessi ☹","screen_name":"fcukjessi","location":"London, ON","description":"queen latifah got me pregnant once ","url":"http://fcukjessi.tumblr.com","entities":{"url":{"urls":[{"url":"http://fcukjessi.tumblr.com","expanded_url":null,"indices":[0,27]}]},"description":{"urls":[]}},"protected":false,"followers_count":887,"friends_count":106,"listed_count":1,"created_at":"Sat Dec 03 16:50:16 +0000 2011","favourites_count":2414,"utc_offset":-21600,"time_zone":"Central Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":25433,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"FFFFFF","profile_background_image_url":"http://a0.twimg.com/profile_background_images/656267020/ocljzhfjw9c5e39zawhw.jpeg","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/656267020/ocljzhfjw9c5e39zawhw.jpeg","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/2810233068/be1f774c8267c5dc362745d5deabe563_normal.jpeg","profile_image_url_https":"https://si0.twimg.com/profile_images/2810233068/be1f774c8267c5dc362745d5deabe563_normal.jpeg","profile_banner_url":"https://si0.twimg.com/profile_banners/427524527/1352129631","profile_link_color":"FDABF9","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"000000","profile_text_color":"E697B4","profile_use_background_image":false,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:32 +0000 2012","id":267024649064427520,"id_str":"267024649064427520","text":"Obama yeehaw http://t.co/DJxtDlAk","source":"<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":730315188,"id_str":"730315188","name":"Josie Nelson","screen_name":"JosieNelson7","location":"","description":"I'm utterly embarrassed that I actually have a twitter","url":"http://josie-josie-andmore-josie.tumblr.com/","entities":{"url":{"urls":[{"url":"http://josie-josie-andmore-josie.tumblr.com/","expanded_url":null,"indices":[0,44]}]},"description":{"urls":[]}},"protected":false,"followers_count":39,"friends_count":33,"listed_count":0,"created_at":"Wed Aug 01 09:02:44 +0000 2012","favourites_count":121,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":833,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://a0.twimg.com/profile_background_images/668623483/ea597e74c0031886955160d38ec826b3.jpeg","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/668623483/ea597e74c0031886955160d38ec826b3.jpeg","profile_background_tile":true,"profile_image_url":"http://a0.twimg.com/profile_images/2820987703/183019375ca5518339bf532c05bb0954_normal.jpeg","profile_image_url_https":"https://si0.twimg.com/profile_images/2820987703/183019375ca5518339bf532c05bb0954_normal.jpeg","profile_banner_url":"https://si0.twimg.com/profile_banners/730315188/1348531536","profile_link_color":"0084B4","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":2,"entities":{"hashtags":[],"urls":[],"user_mentions":[],"media":[{"id":267024649064427524,"id_str":"267024649064427524","indices":[13,33],"media_url":"http://p.twimg.com/A7SpgOnCMAQsBo7.jpg","media_url_https":"https://p.twimg.com/A7SpgOnCMAQsBo7.jpg","url":"http://t.co/DJxtDlAk","display_url":"pic.twitter.com/DJxtDlAk","expanded_url":"http://twitter.com/JosieNelson7/status/267024649064427520/photo/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":900,"resize":"fit"},"small":{"w":340,"h":510,"resize":"fit"},"large":{"w":640,"h":960,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},"retweet_count":2,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"JosieNelson7","name":"Josie Nelson","id":730315188,"id_str":"730315188","indices":[3,16]}],"media":[{"id":267024649064427524,"id_str":"267024649064427524","indices":[31,51],"media_url":"http://p.twimg.com/A7SpgOnCMAQsBo7.jpg","media_url_https":"https://p.twimg.com/A7SpgOnCMAQsBo7.jpg","url":"http://t.co/DJxtDlAk","display_url":"pic.twitter.com/DJxtDlAk","expanded_url":"http://twitter.com/JosieNelson7/status/267024649064427520/photo/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":900,"resize":"fit"},"small":{"w":340,"h":510,"resize":"fit"},"large":{"w":640,"h":960,"resize":"fit"}},"source_status_id":267024649064427520,"source_status_id_str":"267024649064427520"}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"pt"},"created_at":"Fri Nov 09 22:03:52 +0000 2012","id":267024735156703232,"id_str":"267024735156703232","text":"Obama \"decepciona\" mercados. Idiotice! Os mercados estão sendo movidos pela China, que retoma crescimento. So os ricos estão preocupados.","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":56463385,"id_str":"56463385","name":"Evilazio Gonzaga ","screen_name":"Evilazio","location":"Belo Horizonte, Brasil","description":"Publicitário, especialista em marketing e gestão estrategica. ","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":95,"friends_count":224,"listed_count":2,"created_at":"Mon Jul 13 19:13:08 +0000 2009","favourites_count":6,"utc_offset":-10800,"time_zone":"Brasilia","geo_enabled":true,"verified":false,"statuses_count":1850,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"0099B9","profile_background_image_url":"http://a0.twimg.com/images/themes/theme4/bg.gif","profile_background_image_url_https":"https://si0.twimg.com/images/themes/theme4/bg.gif","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/543214648/evi_2_normal.jpg","profile_image_url_https":"https://si0.twimg.com/profile_images/543214648/evi_2_normal.jpg","profile_link_color":"0099B9","profile_sidebar_border_color":"5ED4DC","profile_sidebar_fill_color":"95E8EC","profile_text_color":"3C3940","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:52 +0000 2012","id":267024734628233218,"id_str":"267024734628233218","text":"@GoAngelo let's just speculate that Petraeus was having an affair WITH Obama and they conspired during pillow talk to cover up Benghazi.","source":"web","truncated":false,"in_reply_to_status_id":267024467539161088,"in_reply_to_status_id_str":"267024467539161088","in_reply_to_user_id":53130511,"in_reply_to_user_id_str":"53130511","in_reply_to_screen_name":"GoAngelo","user":{"id":84887343,"id_str":"84887343","name":"Carolyn Edgar","screen_name":"carolynedgar","location":"New York City","description":"lawyer, writer, single mom. Detroiter by birth, New Yorker for life.","url":"http://carolynedgar.com","entities":{"url":{"urls":[{"url":"http://carolynedgar.com","expanded_url":null,"indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":4121,"friends_count":889,"listed_count":239,"created_at":"Sat Oct 24 16:37:55 +0000 2009","favourites_count":130,"utc_offset":-18000,"time_zone":"Quito","geo_enabled":false,"verified":false,"statuses_count":75408,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://a0.twimg.com/profile_background_images/154237056/1_26.jpg","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/154237056/1_26.jpg","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/2681927492/b15c338d265ce17c48e5655d9146c335_normal.jpeg","profile_image_url_https":"https://si0.twimg.com/profile_images/2681927492/b15c338d265ce17c48e5655d9146c335_normal.jpeg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"GoAngelo","name":"Angelo Carusone","id":53130511,"id_str":"53130511","indices":[0,9]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"es"},"created_at":"Fri Nov 09 22:03:52 +0000 2012","id":267024734481440769,"id_str":"267024734481440769","text":"RT @NoticiasCaracol: Obama acepta renuncia del director de la CIA, que deja el cargo tras reconocer que tuvo relacion extramatrimonial h ...","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":277567527,"id_str":"277567527","name":"Alberto Garcia","screen_name":"bob_mor","location":"Mexico","description":"La vida hay que disfrutarla","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":160,"friends_count":307,"listed_count":6,"created_at":"Tue Apr 05 16:41:48 +0000 2011","favourites_count":2,"utc_offset":null,"time_zone":null,"geo_enabled":true,"verified":false,"statuses_count":3005,"lang":"es","contributors_enabled":false,"is_translator":false,"profile_background_color":"C6E2EE","profile_background_image_url":"http://a0.twimg.com/profile_background_images/262338243/arco.jpg","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/262338243/arco.jpg","profile_background_tile":true,"profile_image_url":"http://a0.twimg.com/profile_images/1370443600/bob_mor_normal.jpg","profile_image_url_https":"https://si0.twimg.com/profile_images/1370443600/bob_mor_normal.jpg","profile_link_color":"1F98C7","profile_sidebar_border_color":"C6E2EE","profile_sidebar_fill_color":"DAECF4","profile_text_color":"663B12","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"es"},"created_at":"Fri Nov 09 21:39:09 +0000 2012","id":267018513095475201,"id_str":"267018513095475201","text":"Obama acepta renuncia del director de la CIA, que deja el cargo tras reconocer que tuvo relacion extramatrimonial http://t.co/uU6j0p7q","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":17813487,"id_str":"17813487","name":"Noticias Caracol","screen_name":"NoticiasCaracol","location":"Colombia","description":"Primero en Noticias","url":"http://noticiascaracol.com","entities":{"url":{"urls":[{"url":"http://noticiascaracol.com","expanded_url":null,"indices":[0,26]}]},"description":{"urls":[]}},"protected":false,"followers_count":1792672,"friends_count":1437,"listed_count":10718,"created_at":"Tue Dec 02 17:58:53 +0000 2008","favourites_count":68,"utc_offset":-18000,"time_zone":"Bogota","geo_enabled":false,"verified":false,"statuses_count":112540,"lang":"es","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://a0.twimg.com/profile_background_images/693408937/14a1439c51311874de85e4c1b849c5c8.jpeg","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/693408937/14a1439c51311874de85e4c1b849c5c8.jpeg","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/1683723131/noticias_logo_nuevo_twitter_normal.jpg","profile_image_url_https":"https://si0.twimg.com/profile_images/1683723131/noticias_logo_nuevo_twitter_normal.jpg","profile_banner_url":"https://si0.twimg.com/profile_banners/17813487/1347987463","profile_link_color":"0084B4","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":true,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":12,"entities":{"hashtags":[],"urls":[{"url":"http://t.co/uU6j0p7q","expanded_url":"http://bit.ly/PK7tjL","display_url":"bit.ly/PK7tjL","indices":[114,134]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false},"retweet_count":12,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"NoticiasCaracol","name":"Noticias Caracol","id":17813487,"id_str":"17813487","indices":[3,19]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:52 +0000 2012","id":267024734464651264,"id_str":"267024734464651264","text":"FEMA Failed/Obama Hailed #Sandy #tcot #obama","source":"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">HootSuite</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":724659626,"id_str":"724659626","name":"Comrade Obama","screen_name":"NotBarack","location":"Washington DC","description":"I am not comrade Barack Hussein Obama. But, really, who is? ","url":"http://hugostiglitzinnocenceproject.wordpress.com/","entities":{"url":{"urls":[{"url":"http://hugostiglitzinnocenceproject.wordpress.com/","expanded_url":null,"indices":[0,50]}]},"description":{"urls":[]}},"protected":false,"followers_count":892,"friends_count":1073,"listed_count":9,"created_at":"Sun Jul 29 21:22:00 +0000 2012","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":7619,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://a0.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://si0.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/2446147095/American-Communist_normal.png","profile_image_url_https":"https://si0.twimg.com/profile_images/2446147095/American-Communist_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[{"text":"Sandy","indices":[25,31]},{"text":"tcot","indices":[32,37]},{"text":"obama","indices":[38,44]}],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:52 +0000 2012","id":267024733319598080,"id_str":"267024733319598080","text":"Obama","source":"<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":150393364,"id_str":"150393364","name":"GO'K.☯","screen_name":"georgiaokeeffex","location":"Waterford, Ireland","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":402,"friends_count":389,"listed_count":0,"created_at":"Mon May 31 20:42:14 +0000 2010","favourites_count":149,"utc_offset":0,"time_zone":"Dublin","geo_enabled":true,"verified":false,"statuses_count":9611,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"642D8B","profile_background_image_url":"http://a0.twimg.com/profile_background_images/703464508/861deb1100ee17cebb08bd053992ad25.jpeg","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/703464508/861deb1100ee17cebb08bd053992ad25.jpeg","profile_background_tile":true,"profile_image_url":"http://a0.twimg.com/profile_images/2828756781/9a6f2d199797e7e70251fb4eef221940_normal.jpeg","profile_image_url_https":"https://si0.twimg.com/profile_images/2828756781/9a6f2d199797e7e70251fb4eef221940_normal.jpeg","profile_banner_url":"https://si0.twimg.com/profile_banners/150393364/1350903346","profile_link_color":"FF0000","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"EFEFEF","profile_text_color":"240524","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:52 +0000 2012","id":267024733189582849,"id_str":"267024733189582849","text":"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 o ...","source":"<a href=\"http://mobile.twitter.com\" rel=\"nofollow\">Mobile Web</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":116235612,"id_str":"116235612","name":"LLW","screen_name":"LLW83","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":239,"friends_count":343,"listed_count":14,"created_at":"Sun Feb 21 17:58:53 +0000 2010","favourites_count":94,"utc_offset":-21600,"time_zone":"Central Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":8642,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://a0.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://si0.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/2727022743/c4e325decd28cbd3850c944cd94850c7_normal.jpeg","profile_image_url_https":"https://si0.twimg.com/profile_images/2727022743/c4e325decd28cbd3850c944cd94850c7_normal.jpeg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 21:46:45 +0000 2012","id":267020429057724416,"id_str":"267020429057724416","text":"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","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":179732982,"id_str":"179732982","name":"The Daily Edge","screen_name":"TheDailyEdge","location":"Burke-Hart Publishing","description":"When ABC News just isn't enough","url":"http://www.facebook.com/TheDailyEdge","entities":{"url":{"urls":[{"url":"http://www.facebook.com/TheDailyEdge","expanded_url":null,"indices":[0,36]}]},"description":{"urls":[]}},"protected":false,"followers_count":32271,"friends_count":30952,"listed_count":881,"created_at":"Wed Aug 18 00:29:10 +0000 2010","favourites_count":3496,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":20730,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"811A8A","profile_background_image_url":"http://a0.twimg.com/profile_background_images/136790900/newspaper3.gif","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/136790900/newspaper3.gif","profile_background_tile":true,"profile_image_url":"http://a0.twimg.com/profile_images/1109247307/DE-logo.aspx_normal.png","profile_image_url_https":"https://si0.twimg.com/profile_images/1109247307/DE-logo.aspx_normal.png","profile_link_color":"CC3366","profile_sidebar_border_color":"DBE9ED","profile_sidebar_fill_color":"E6F6F9","profile_text_color":"333333","profile_use_background_image":false,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":51,"entities":{"hashtags":[{"text":"insanity","indices":[131,140]}],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},"retweet_count":51,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"TheDailyEdge","name":"The Daily Edge","id":179732982,"id_str":"179732982","indices":[3,16]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"es"},"created_at":"Fri Nov 09 22:03:52 +0000 2012","id":267024733067943936,"id_str":"267024733067943936","text":"RT @lupiss14: - Ya viste que gano el PRI en EU? -¿El PRI? - Si, el PRIeto de Obama.","source":"<a href=\"http://mobile.twitter.com\" rel=\"nofollow\">Mobile Web</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":563204447,"id_str":"563204447","name":"ɒყliи ɒrellɒиo :D ","screen_name":"aylin_arellanoo","location":"","description":"Live simply. Dream big. Be grateful. Give love. Laugh lots. ♥","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":35,"friends_count":139,"listed_count":1,"created_at":"Wed Apr 25 21:26:40 +0000 2012","favourites_count":300,"utc_offset":-21600,"time_zone":"Mexico City","geo_enabled":false,"verified":false,"statuses_count":906,"lang":"es","contributors_enabled":false,"is_translator":false,"profile_background_color":"F0F0D8","profile_background_image_url":"http://a0.twimg.com/profile_background_images/608565918/19.gif","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/608565918/19.gif","profile_background_tile":true,"profile_image_url":"http://a0.twimg.com/profile_images/2714539994/141a9174a0d35077ef478758f81c72c0_normal.jpeg","profile_image_url_https":"https://si0.twimg.com/profile_images/2714539994/141a9174a0d35077ef478758f81c72c0_normal.jpeg","profile_link_color":"FFC0C0","profile_sidebar_border_color":"C09090","profile_sidebar_fill_color":"D8A8A8","profile_text_color":"F0D8C0","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"es"},"created_at":"Fri Nov 09 22:02:30 +0000 2012","id":267024389030162434,"id_str":"267024389030162434","text":"- Ya viste que gano el PRI en EU? -¿El PRI? - Si, el PRIeto de Obama.","source":"<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":115160351,"id_str":"115160351","name":"Lupita Gomez~","screen_name":"lupiss14","location":"","description":"Habla de mi vida cuando la tuya sea un ejemplo ~","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":65,"friends_count":94,"listed_count":0,"created_at":"Wed Feb 17 20:17:41 +0000 2010","favourites_count":10,"utc_offset":null,"time_zone":null,"geo_enabled":true,"verified":false,"statuses_count":489,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"007D6C","profile_background_image_url":"http://a0.twimg.com/profile_background_images/76099385/como_1_.jpg","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/76099385/como_1_.jpg","profile_background_tile":true,"profile_image_url":"http://a0.twimg.com/profile_images/2682133549/0fd19a26a61239b1b2e03aaed3364a40_normal.jpeg","profile_image_url_https":"https://si0.twimg.com/profile_images/2682133549/0fd19a26a61239b1b2e03aaed3364a40_normal.jpeg","profile_banner_url":"https://si0.twimg.com/profile_banners/115160351/1348718825","profile_link_color":"660626","profile_sidebar_border_color":"CC3366","profile_sidebar_fill_color":"442422","profile_text_color":"362720","profile_use_background_image":false,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":1,"entities":{"hashtags":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},"retweet_count":1,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"lupiss14","name":"Lupita Gomez~","id":115160351,"id_str":"115160351","indices":[3,12]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:52 +0000 2012","id":267024732984053761,"id_str":"267024732984053761","text":"@realDonaldTrump hey idiot-obama won pop. vote&amp;electoral. What's the baby with the toupee crying bout? U Deleted revolution tweet? Coward","source":"<a href=\"http://blackberry.com/twitter\" rel=\"nofollow\">Twitter for BlackBerry®</a>","truncated":false,"in_reply_to_status_id":266035509162303492,"in_reply_to_status_id_str":"266035509162303492","in_reply_to_user_id":25073877,"in_reply_to_user_id_str":"25073877","in_reply_to_screen_name":"realDonaldTrump","user":{"id":224437516,"id_str":"224437516","name":"LaArnold SyruppBot","screen_name":"ASyrupp","location":"Queso","description":"Never","url":"http://www.ebaumsworld.com","entities":{"url":{"urls":[{"url":"http://www.ebaumsworld.com","expanded_url":null,"indices":[0,26]}]},"description":{"urls":[]}},"protected":false,"followers_count":12,"friends_count":10,"listed_count":0,"created_at":"Thu Dec 09 00:45:05 +0000 2010","favourites_count":1,"utc_offset":-21600,"time_zone":"Central Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":178,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://a0.twimg.com/profile_background_images/516877638/Back-to-the-Future-Re-Release.jpg","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/516877638/Back-to-the-Future-Re-Release.jpg","profile_background_tile":true,"profile_image_url":"http://a0.twimg.com/profile_images/2760852103/cecc8e1d04a519f89e930db9bc3b834f_normal.jpeg","profile_image_url_https":"https://si0.twimg.com/profile_images/2760852103/cecc8e1d04a519f89e930db9bc3b834f_normal.jpeg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"realDonaldTrump","name":"Donald J. Trump","id":25073877,"id_str":"25073877","indices":[0,16]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:52 +0000 2012","id":267024732984053760,"id_str":"267024732984053760","text":"RT @HuffingtonPost: CEO who forced workers to attend Romney rally now promises layoffs http://t.co/nZ15MB9x","source":"<a href=\"http://www.tweetdeck.com\" rel=\"nofollow\">TweetDeck</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":18982396,"id_str":"18982396","name":"Joe Conason","screen_name":"JConason","location":"New York","description":"Editor-in-chief of @NationalMemo, co-editor of @theIFund, author, father, etc. Standard retweet disclaimer applies. \r\n","url":"http://www.nationalmemo.com","entities":{"url":{"urls":[{"url":"http://www.nationalmemo.com","expanded_url":null,"indices":[0,27]}]},"description":{"urls":[]}},"protected":false,"followers_count":4986,"friends_count":538,"listed_count":202,"created_at":"Wed Jan 14 16:45:33 +0000 2009","favourites_count":8,"utc_offset":-18000,"time_zone":"Quito","geo_enabled":false,"verified":false,"statuses_count":4836,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://a0.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://si0.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/1450090330/thumb.php_normal.jpg","profile_image_url_https":"https://si0.twimg.com/profile_images/1450090330/thumb.php_normal.jpg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 21:45:07 +0000 2012","id":267020015709065216,"id_str":"267020015709065216","text":"CEO who forced workers to attend Romney rally now promises layoffs http://t.co/nZ15MB9x","source":"<a href=\"http://www.huffingtonpost.com\" rel=\"nofollow\">The Huffington Post</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":14511951,"id_str":"14511951","name":"Huffington Post","screen_name":"HuffingtonPost","location":"","description":"The Internet Newspaper - \r\nCurated by @lauralizhibbard, @socialmia, @kerstinshamberg, @deanpraetorius, @travelinganna","url":"http://www.huffingtonpost.com","entities":{"url":{"urls":[{"url":"http://www.huffingtonpost.com","expanded_url":null,"indices":[0,29]}]},"description":{"urls":[]}},"protected":false,"followers_count":2260556,"friends_count":5167,"listed_count":52558,"created_at":"Thu Apr 24 14:07:28 +0000 2008","favourites_count":83,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":159726,"lang":"en","contributors_enabled":true,"is_translator":false,"profile_background_color":"2E7060","profile_background_image_url":"http://a0.twimg.com/profile_background_images/662779208/drm9hjltviedp5of1mft.png","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/662779208/drm9hjltviedp5of1mft.png","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/2368811884/4gy783tae1jr6ul8nnvd_normal.png","profile_image_url_https":"https://si0.twimg.com/profile_images/2368811884/4gy783tae1jr6ul8nnvd_normal.png","profile_banner_url":"https://si0.twimg.com/profile_banners/14511951/1349992259","profile_link_color":"015E50","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"E3E2DE","profile_text_color":"000000","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":53,"entities":{"hashtags":[],"urls":[{"url":"http://t.co/nZ15MB9x","expanded_url":"http://huff.to/RoLmhb","display_url":"huff.to/RoLmhb","indices":[67,87]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false},"retweet_count":53,"entities":{"hashtags":[],"urls":[{"url":"http://t.co/nZ15MB9x","expanded_url":"http://huff.to/RoLmhb","display_url":"huff.to/RoLmhb","indices":[87,107]}],"user_mentions":[{"screen_name":"HuffingtonPost","name":"Huffington Post","id":14511951,"id_str":"14511951","indices":[3,18]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:52 +0000 2012","id":267024732812095488,"id_str":"267024732812095488","text":"RT @_Ken_barlow_: Cameron: \"I look forward to working with Obama for the next four years.\" 2 years Dave, 2 years.","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":256199945,"id_str":"256199945","name":"Hannah Sophia","screen_name":"hwain_96","location":"","description":"Insert pretentious shit about myself here. -Freelance troublemaker. Papercut survivor. Determind dreamer.\r\n#wooo","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":80,"friends_count":258,"listed_count":0,"created_at":"Tue Feb 22 21:34:55 +0000 2011","favourites_count":3,"utc_offset":3600,"time_zone":"Amsterdam","geo_enabled":false,"verified":false,"statuses_count":215,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"000000","profile_background_image_url":"http://a0.twimg.com/profile_background_images/632147867/bebamnkj0tkxyf8xih9e.jpeg","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/632147867/bebamnkj0tkxyf8xih9e.jpeg","profile_background_tile":true,"profile_image_url":"http://a0.twimg.com/profile_images/2772273611/3e1bee8a8b5af41ecff45d9c1082aca7_normal.jpeg","profile_image_url_https":"https://si0.twimg.com/profile_images/2772273611/3e1bee8a8b5af41ecff45d9c1082aca7_normal.jpeg","profile_banner_url":"https://si0.twimg.com/profile_banners/256199945/1350165940","profile_link_color":"9E3F9E","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"000000","profile_text_color":"FFFFFF","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Thu Nov 08 13:12:34 +0000 2012","id":266528641062670336,"id_str":"266528641062670336","text":"Cameron: \"I look forward to working with Obama for the next four years.\" 2 years Dave, 2 years.","source":"<a href=\"http://blackberry.com/twitter\" rel=\"nofollow\">Twitter for BlackBerry®</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":555358206,"id_str":"555358206","name":"Ken Barlow","screen_name":"_Ken_barlow_","location":"Your Mums Knickers","description":"Live with the slag Deirdre at 1 coronation street I've shagged over 1000 women. my hobbies are fucking women. PARODY!! ","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":23978,"friends_count":2418,"listed_count":17,"created_at":"Mon Apr 16 17:14:29 +0000 2012","favourites_count":167,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":6345,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://a0.twimg.com/profile_background_images/533092419/ArGx8JdCIAAIJvc.jpg","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/533092419/ArGx8JdCIAAIJvc.jpg","profile_background_tile":true,"profile_image_url":"http://a0.twimg.com/profile_images/2435831500/imageskkkk_1__normal.jpg","profile_image_url_https":"https://si0.twimg.com/profile_images/2435831500/imageskkkk_1__normal.jpg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":32,"entities":{"hashtags":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},"retweet_count":32,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"_Ken_barlow_","name":"Ken Barlow","id":555358206,"id_str":"555358206","indices":[3,16]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"pt"},"created_at":"Fri Nov 09 22:03:51 +0000 2012","id":267024731352481792,"id_str":"267024731352481792","text":"ate o obama e a familia dançam o gangnam style...","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":574142778,"id_str":"574142778","name":"Ana Fucking Tavares","screen_name":"shetrulylovedya","location":"Hogwarts","description":"proudly Slytherin.\r\n\r\nhttps://www.facebook.com/caroliinataavares\r\nhttp://shetrulylovedya.tumblr.com/","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":197,"friends_count":111,"listed_count":0,"created_at":"Mon May 07 23:59:30 +0000 2012","favourites_count":370,"utc_offset":0,"time_zone":"Lisbon","geo_enabled":true,"verified":false,"statuses_count":4014,"lang":"pt","contributors_enabled":false,"is_translator":false,"profile_background_color":"ACDED6","profile_background_image_url":"http://a0.twimg.com/profile_background_images/669898213/594431a9ca69da3620f9272aa442e020.jpeg","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/669898213/594431a9ca69da3620f9272aa442e020.jpeg","profile_background_tile":true,"profile_image_url":"http://a0.twimg.com/profile_images/2771706913/673a84ab7f7599e042abac37042406b7_normal.jpeg","profile_image_url_https":"https://si0.twimg.com/profile_images/2771706913/673a84ab7f7599e042abac37042406b7_normal.jpeg","profile_banner_url":"https://si0.twimg.com/profile_banners/574142778/1348668907","profile_link_color":"EB94BB","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"F6F6F6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:51 +0000 2012","id":267024731193110528,"id_str":"267024731193110528","text":"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 ...","source":"<a href=\"http://twitter.com/tweetbutton\" rel=\"nofollow\">Tweet Button</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":244191783,"id_str":"244191783","name":"Robert McGonigle","screen_name":"r9mcgon","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":30,"friends_count":107,"listed_count":0,"created_at":"Fri Jan 28 18:59:10 +0000 2011","favourites_count":225,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":429,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://a0.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://si0.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/1389940096/SideshowBob_normal.jpg","profile_image_url_https":"https://si0.twimg.com/profile_images/1389940096/SideshowBob_normal.jpg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Mon Oct 22 18:20:16 +0000 2012","id":260445482126569472,"id_str":"260445482126569472","text":"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.","source":"<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":57143143,"id_str":"57143143","name":"SunnyMike HappyHugs","screen_name":"Mike_hugs","location":"Chicago","description":"URadical Left Wing Politics. Sports. Occupied Chicago. bats. www.mikenreich.org","url":"http://www.mikenreich.org","entities":{"url":{"urls":[{"url":"http://www.mikenreich.org","expanded_url":null,"indices":[0,25]}]},"description":{"urls":[]}},"protected":false,"followers_count":1068,"friends_count":408,"listed_count":37,"created_at":"Wed Jul 15 21:29:58 +0000 2009","favourites_count":3594,"utc_offset":-21600,"time_zone":"Central Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":37819,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://a0.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://si0.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/2793151539/55ef9e8eefad09b3df2873f0b39f8104_normal.jpeg","profile_image_url_https":"https://si0.twimg.com/profile_images/2793151539/55ef9e8eefad09b3df2873f0b39f8104_normal.jpeg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":6,"entities":{"hashtags":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},"retweet_count":6,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"Mike_hugs","name":"SunnyMike HappyHugs","id":57143143,"id_str":"57143143","indices":[3,13]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:51 +0000 2012","id":267024729980928000,"id_str":"267024729980928000","text":"RT @RepJeffDuncan: 102 miners laid off in Utah as a direct result of President Obama's policies. http://t.co/35lZ7Zmv","source":"<a href=\"http://www.tweetcaster.com\" rel=\"nofollow\">TweetCaster for Android</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":14791358,"id_str":"14791358","name":"skew11","screen_name":"skew11","location":"","description":"Avid runner and also #workout #running ","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":1715,"friends_count":1689,"listed_count":41,"created_at":"Thu May 15 22:07:11 +0000 2008","favourites_count":2522,"utc_offset":-21600,"time_zone":"Central Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":126338,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"9AE4E8","profile_background_image_url":"http://a0.twimg.com/profile_background_images/398604167/12450_poster2000.jpg","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/398604167/12450_poster2000.jpg","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/2772692386/b38b51fa5c3096e7bde34a9be98e3b4f_normal.jpeg","profile_image_url_https":"https://si0.twimg.com/profile_images/2772692386/b38b51fa5c3096e7bde34a9be98e3b4f_normal.jpeg","profile_link_color":"0084B4","profile_sidebar_border_color":"BDDCAD","profile_sidebar_fill_color":"DDFFCC","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 21:56:53 +0000 2012","id":267022977437138944,"id_str":"267022977437138944","text":"102 miners laid off in Utah as a direct result of President Obama's policies. http://t.co/35lZ7Zmv","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":240393970,"id_str":"240393970","name":"Rep. Jeff Duncan","screen_name":"RepJeffDuncan","location":"","description":"Christian, husband, father, former small business owner, and Congressman for South Carolina's Third Congressional District","url":"http://jeffduncan.house.gov","entities":{"url":{"urls":[{"url":"http://jeffduncan.house.gov","expanded_url":null,"indices":[0,27]}]},"description":{"urls":[]}},"protected":false,"followers_count":4494,"friends_count":1580,"listed_count":214,"created_at":"Wed Jan 19 20:45:16 +0000 2011","favourites_count":0,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":true,"statuses_count":635,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://a0.twimg.com/profile_background_images/374397751/jeff_duncan_twitter_background_final.jpg","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/374397751/jeff_duncan_twitter_background_final.jpg","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/1350662994/Jeff_DuncanHeadshot1_normal.jpg","profile_image_url_https":"https://si0.twimg.com/profile_images/1350662994/Jeff_DuncanHeadshot1_normal.jpg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":3,"entities":{"hashtags":[],"urls":[{"url":"http://t.co/35lZ7Zmv","expanded_url":"http://tinyurl.com/abh66qy","display_url":"tinyurl.com/abh66qy","indices":[78,98]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false},"retweet_count":3,"entities":{"hashtags":[],"urls":[{"url":"http://t.co/35lZ7Zmv","expanded_url":"http://tinyurl.com/abh66qy","display_url":"tinyurl.com/abh66qy","indices":[97,117]}],"user_mentions":[{"screen_name":"RepJeffDuncan","name":"Rep. Jeff Duncan","id":240393970,"id_str":"240393970","indices":[3,17]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:51 +0000 2012","id":267024729972568065,"id_str":"267024729972568065","text":"Congratulation for barack obama [pic] — http://t.co/OJy8DE6T","source":"<a href=\"http://path.com/\" rel=\"nofollow\">Path 2.0</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":46071606,"id_str":"46071606","name":"ayukusumasari","screen_name":"ayyuradita","location":"mecca","description":"loveall. Live simply. Dream big. Be grateful. Give love. Laugh lots.like singing.iloveu like a lovesong","url":"http://Ayyukusuma.tumblr.com","entities":{"url":{"urls":[{"url":"http://Ayyukusuma.tumblr.com","expanded_url":null,"indices":[0,28]}]},"description":{"urls":[]}},"protected":false,"followers_count":565,"friends_count":395,"listed_count":4,"created_at":"Wed Jun 10 09:02:33 +0000 2009","favourites_count":58,"utc_offset":-36000,"time_zone":"Hawaii","geo_enabled":true,"verified":false,"statuses_count":28687,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"BC6FF7","profile_background_image_url":"http://a0.twimg.com/profile_background_images/466628925/yqljz_large.jpg","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/466628925/yqljz_large.jpg","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/2816473670/e2c8a023976ae473410f420568e4988d_normal.jpeg","profile_image_url_https":"https://si0.twimg.com/profile_images/2816473670/e2c8a023976ae473410f420568e4988d_normal.jpeg","profile_banner_url":"https://si0.twimg.com/profile_banners/46071606/1352453087","profile_link_color":"EE00FF","profile_sidebar_border_color":"B25AED","profile_sidebar_fill_color":"0F0D0F","profile_text_color":"9D30F0","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[{"url":"http://t.co/OJy8DE6T","expanded_url":"http://path.com/p/Is2Ox","display_url":"path.com/p/Is2Ox","indices":[40,60]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:51 +0000 2012","id":267024729741877249,"id_str":"267024729741877249","text":"Hugo Chavez Offers Obama Some Advice: Fresh off his own reelection, Venezuelan President Hugo Chavez has a stron... http://t.co/HD7dUzVg","source":"<a href=\"http://twitterfeed.com\" rel=\"nofollow\">twitterfeed</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":107194153,"id_str":"107194153","name":"Home Office Biz","screen_name":"homeoffice_biz","location":"UK Europe Web","description":"Internet marketing #homeoffice, online home business help http://trckrs.com/120139/ win customers and revenue #cash Web2.0 optimize sales social media ads","url":"http://online-web-cash.weebly.com/cashboost.html","entities":{"url":{"urls":[{"url":"http://online-web-cash.weebly.com/cashboost.html","expanded_url":null,"indices":[0,48]}]},"description":{"urls":[]}},"protected":false,"followers_count":22589,"friends_count":24651,"listed_count":77,"created_at":"Thu Jan 21 20:26:34 +0000 2010","favourites_count":5,"utc_offset":0,"time_zone":"London","geo_enabled":false,"verified":false,"statuses_count":22858,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://a0.twimg.com/profile_background_images/68752427/ccceuropedevirtuelleSekretaerin.png","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/68752427/ccceuropedevirtuelleSekretaerin.png","profile_background_tile":true,"profile_image_url":"http://a0.twimg.com/profile_images/1314900610/HomeOfficeHelp_normal.jpg","profile_image_url_https":"https://si0.twimg.com/profile_images/1314900610/HomeOfficeHelp_normal.jpg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[{"url":"http://t.co/HD7dUzVg","expanded_url":"http://bit.ly/WMIbpg","display_url":"bit.ly/WMIbpg","indices":[116,136]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:51 +0000 2012","id":267024729708298240,"id_str":"267024729708298240","text":"Bone head and Google eys would not answer the POTUS phone call! http://t.co/rra6QAiw","source":"<a href=\"http://twitter.com/tweetbutton\" rel=\"nofollow\">Tweet Button</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":399352443,"id_str":"399352443","name":"47% donald hartley","screen_name":"donthebear","location":"","description":"I Like the Afordable healthcare act, Military, Police, Fire Dept, Library, Post Office, Medicare, social security, Highways, FBI, CIA, 100% democrat","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":1271,"friends_count":1270,"listed_count":20,"created_at":"Thu Oct 27 11:20:33 +0000 2011","favourites_count":1372,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":10850,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://a0.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://si0.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/2528829756/lp28bojlvfose8enov7f_normal.jpeg","profile_image_url_https":"https://si0.twimg.com/profile_images/2528829756/lp28bojlvfose8enov7f_normal.jpeg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[{"url":"http://t.co/rra6QAiw","expanded_url":"http://wonkette.com/489466/obama-tried-to-call-mitch-mcconnell-and-john-boehner-on-election-night-but-they-lied-that-they-were-sleeping","display_url":"wonkette.com/489466/obama-t…","indices":[64,84]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:51 +0000 2012","id":267024729527971841,"id_str":"267024729527971841","text":"9% Inflation, Obama Care, fewer rights in our socialist future even if Romney had won. http://t.co/0ZAO8Xv6","source":"<a href=\"http://www.facebook.com/twitter\" rel=\"nofollow\">Facebook</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":400477171,"id_str":"400477171","name":"Kristopher McCraw","screen_name":"Imercuryinfo","location":"Happy Camp Siskiyou County CA","description":"Publisher Father Rastafarian Anarchist Share Cropper Entrepreneur Navy Veteran local news economic political social media http://xeeme.com/imercury","url":"http://imercury.info","entities":{"url":{"urls":[{"url":"http://imercury.info","expanded_url":null,"indices":[0,20]}]},"description":{"urls":[]}},"protected":false,"followers_count":365,"friends_count":950,"listed_count":6,"created_at":"Sat Oct 29 03:08:48 +0000 2011","favourites_count":8,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":2871,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"642D8B","profile_background_image_url":"http://a0.twimg.com/images/themes/theme10/bg.gif","profile_background_image_url_https":"https://si0.twimg.com/images/themes/theme10/bg.gif","profile_background_tile":true,"profile_image_url":"http://a0.twimg.com/profile_images/1774724783/imercurygoth400logo_normal.jpg","profile_image_url_https":"https://si0.twimg.com/profile_images/1774724783/imercurygoth400logo_normal.jpg","profile_link_color":"FF0000","profile_sidebar_border_color":"65B0DA","profile_sidebar_fill_color":"7AC3EE","profile_text_color":"3D1957","profile_use_background_image":true,"show_all_inline_media":true,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[{"url":"http://t.co/0ZAO8Xv6","expanded_url":"http://fb.me/1HFaQTnVl","display_url":"fb.me/1HFaQTnVl","indices":[87,107]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":true},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:51 +0000 2012","id":267024728898801664,"id_str":"267024728898801664","text":"Obama holds firm to tax hikes (That is his DNA) http://t.co/TgRk59ir via @foxbusiness","source":"<a href=\"http://twitter.com/tweetbutton\" rel=\"nofollow\">Tweet Button</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":933538454,"id_str":"933538454","name":"Jeff Kaylor","screen_name":"lege_atque_lacr","location":"","description":"Psychologist, Libertarian, NRA Life Member, NORML Member, Commercial Pilot License, Former Naval Aviator","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":15,"friends_count":134,"listed_count":0,"created_at":"Thu Nov 08 03:16:40 +0000 2012","favourites_count":28,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":40,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://a0.twimg.com/profile_background_images/705586876/d05039e98cec9a0950d4c2e7b6d28fc9.jpeg","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/705586876/d05039e98cec9a0950d4c2e7b6d28fc9.jpeg","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/2821310739/d9ebb082aed900b9b31425d0955001c3_normal.jpeg","profile_image_url_https":"https://si0.twimg.com/profile_images/2821310739/d9ebb082aed900b9b31425d0955001c3_normal.jpeg","profile_banner_url":"https://si0.twimg.com/profile_banners/933538454/1352350569","profile_link_color":"0084B4","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":false,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[{"url":"http://t.co/TgRk59ir","expanded_url":"http://fxn.ws/VXRY5V","display_url":"fxn.ws/VXRY5V","indices":[49,69]}],"user_mentions":[{"screen_name":"FoxBusiness","name":"FOX Business","id":56413858,"id_str":"56413858","indices":[74,86]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:50 +0000 2012","id":267024728403886080,"id_str":"267024728403886080","text":"So, selling Obama is similar to selling yoghurts - Secret Data Crunchers Who Helped Obama Win http://t.co/dt5w3xuE via @TIMEPolitics","source":"<a href=\"http://twitter.com/tweetbutton\" rel=\"nofollow\">Tweet Button</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":150400182,"id_str":"150400182","name":"Vladimir Popov","screen_name":"vldpopov","location":"","description":"","url":"http://irba.ie","entities":{"url":{"urls":[{"url":"http://irba.ie","expanded_url":null,"indices":[0,14]}]},"description":{"urls":[]}},"protected":false,"followers_count":6,"friends_count":45,"listed_count":0,"created_at":"Mon May 31 21:04:04 +0000 2010","favourites_count":6,"utc_offset":0,"time_zone":"Dublin","geo_enabled":false,"verified":false,"statuses_count":77,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http://a0.twimg.com/images/themes/theme7/bg.gif","profile_background_image_url_https":"https://si0.twimg.com/images/themes/theme7/bg.gif","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/1319039990/Avatar_normal.JPG","profile_image_url_https":"https://si0.twimg.com/profile_images/1319039990/Avatar_normal.JPG","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[{"url":"http://t.co/dt5w3xuE","expanded_url":"http://ti.me/Uj7o9o","display_url":"ti.me/Uj7o9o","indices":[95,115]}],"user_mentions":[{"screen_name":"TIMEPolitics","name":"TIMEPolitics","id":15723290,"id_str":"15723290","indices":[120,133]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:50 +0000 2012","id":267024727971856384,"id_str":"267024727971856384","text":"then they really wanna argue about it..like what you mad at? Obama is president don't waste your emotion.","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":243843110,"id_str":"243843110","name":"Danie B","screen_name":"DanieMilli_anne","location":"TEXAS, The Great.","description":"Pac & UGK will Never Die.\ndanieluvsxiah@gmail.com\nSend Me Beats, And Thank Me later.\nI put words with Music and make Miracles.\n","url":"http://daniemillimusic.tumblr.com","entities":{"url":{"urls":[{"url":"http://daniemillimusic.tumblr.com","expanded_url":null,"indices":[0,33]}]},"description":{"urls":[]}},"protected":false,"followers_count":535,"friends_count":603,"listed_count":4,"created_at":"Thu Jan 27 23:02:24 +0000 2011","favourites_count":19,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":32364,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"DBE9ED","profile_background_image_url":"http://a0.twimg.com/profile_background_images/630525684/wienriq2yxkincgtu6eu.jpeg","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/630525684/wienriq2yxkincgtu6eu.jpeg","profile_background_tile":true,"profile_image_url":"http://a0.twimg.com/profile_images/2785968081/c1e298ff694cf6950673f79951a38cea_normal.jpeg","profile_image_url_https":"https://si0.twimg.com/profile_images/2785968081/c1e298ff694cf6950673f79951a38cea_normal.jpeg","profile_link_color":"CC3366","profile_sidebar_border_color":"DBE9ED","profile_sidebar_fill_color":"E6F6F9","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:50 +0000 2012","id":267024726549999616,"id_str":"267024726549999616","text":"I got me an Obama momma. She always be puttin some free money in my account","source":"<a href=\"http://twitter.com/devices\" rel=\"nofollow\">txt</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":317787793,"id_str":"317787793","name":"Mason King","screen_name":"Says_The_King","location":"Emory, VA","description":"#smh #Wild_Eyes","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":243,"friends_count":276,"listed_count":0,"created_at":"Wed Jun 15 13:42:39 +0000 2011","favourites_count":66,"utc_offset":-21600,"time_zone":"Central Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":1183,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"1A1B1F","profile_background_image_url":"http://a0.twimg.com/profile_background_images/703851341/95a5e8bd5b31f8da392ab51376ec241e.jpeg","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/703851341/95a5e8bd5b31f8da392ab51376ec241e.jpeg","profile_background_tile":true,"profile_image_url":"http://a0.twimg.com/profile_images/2759830113/f37a8925db9c4e455be59ea49b25ddc6_normal.jpeg","profile_image_url_https":"https://si0.twimg.com/profile_images/2759830113/f37a8925db9c4e455be59ea49b25ddc6_normal.jpeg","profile_banner_url":"https://si0.twimg.com/profile_banners/317787793/1352170625","profile_link_color":"FF0000","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"252429","profile_text_color":"666666","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:50 +0000 2012","id":267024726214463488,"id_str":"267024726214463488","text":"RT @CNNMoney: Gun sales are up after Obama's reelection, driven by fears of tighter regulation, especially for assault weapons. http://t ...","source":"<a href=\"http://www.tweetcaster.com\" rel=\"nofollow\">TweetCaster for Android</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":82810356,"id_str":"82810356","name":"MemphisDread","screen_name":"Tatts_N_Dreads","location":"Memphis/Millville ","description":"For my bio i dont need a box, i need a book... Part time nude model... Youtube actor... unemployed CEO","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":542,"friends_count":409,"listed_count":8,"created_at":"Fri Oct 16 05:49:56 +0000 2009","favourites_count":9,"utc_offset":-21600,"time_zone":"Central Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":29283,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"022330","profile_background_image_url":"http://a0.twimg.com/profile_background_images/97331604/Memphis-Beale-Street.jpg","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/97331604/Memphis-Beale-Street.jpg","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/2658438737/2809a897869d9a5026485ab850eec5a7_normal.jpeg","profile_image_url_https":"https://si0.twimg.com/profile_images/2658438737/2809a897869d9a5026485ab850eec5a7_normal.jpeg","profile_link_color":"0084B4","profile_sidebar_border_color":"A8C7F7","profile_sidebar_fill_color":"C0DFEC","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:02:10 +0000 2012","id":267024306352050176,"id_str":"267024306352050176","text":"Gun sales are up after Obama's reelection, driven by fears of tighter regulation, especially for assault weapons. http://t.co/KEOgWSG9","source":"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">HootSuite</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":16184358,"id_str":"16184358","name":"CNNMoney.com","screen_name":"CNNMoney","location":"","description":"The world's leading business and finance website and the online home to @FortuneMagazine and @Money Magazine.","url":"http://CNNMoney.com","entities":{"url":{"urls":[{"url":"http://CNNMoney.com","expanded_url":null,"indices":[0,19]}]},"description":{"urls":[]}},"protected":false,"followers_count":448866,"friends_count":834,"listed_count":10945,"created_at":"Mon Sep 08 13:44:47 +0000 2008","favourites_count":7,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":true,"statuses_count":38668,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"00436F","profile_background_image_url":"http://a0.twimg.com/profile_background_images/415352398/cnnmoney-bg-tile.jpg","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/415352398/cnnmoney-bg-tile.jpg","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/1344702851/fb_cnnmoney_new_logo_avatar_normal.jpg","profile_image_url_https":"https://si0.twimg.com/profile_images/1344702851/fb_cnnmoney_new_logo_avatar_normal.jpg","profile_banner_url":"https://si0.twimg.com/brand_banners/CNNMoney/1328222958/live","profile_link_color":"003366","profile_sidebar_border_color":"D1D1D1","profile_sidebar_fill_color":"F0F0F0","profile_text_color":"000000","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":9,"entities":{"hashtags":[],"urls":[{"url":"http://t.co/KEOgWSG9","expanded_url":"http://cnnmon.ie/Q238d4","display_url":"cnnmon.ie/Q238d4","indices":[114,134]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false},"retweet_count":9,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"CNNMoney","name":"CNNMoney.com","id":16184358,"id_str":"16184358","indices":[3,12]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:50 +0000 2012","id":267024725941817345,"id_str":"267024725941817345","text":"Ron Paul: Election shows U.S. 'far gone' \n http://t.co/CQoYn2iQ #tcot #teaparty #ronpaul #unemployment #deficit #jobs #gop #USHOUSE #OBAMA","source":"<a href=\"http://twitter.com/tweetbutton\" rel=\"nofollow\">Tweet Button</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":36616007,"id_str":"36616007","name":"Jay Quinn","screen_name":"mensadude","location":"","description":"Just me.\r\n\r\n\r\n\r\n","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":167,"friends_count":185,"listed_count":0,"created_at":"Thu Apr 30 07:08:04 +0000 2009","favourites_count":2,"utc_offset":-25200,"time_zone":"Mountain Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":2060,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://a0.twimg.com/profile_background_images/663268699/1hjb1exy9rprq146rd3c.jpeg","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/663268699/1hjb1exy9rprq146rd3c.jpeg","profile_background_tile":true,"profile_image_url":"http://a0.twimg.com/profile_images/2643599840/6378d8f9a74ad6797500dabee3b282e9_normal.jpeg","profile_image_url_https":"https://si0.twimg.com/profile_images/2643599840/6378d8f9a74ad6797500dabee3b282e9_normal.jpeg","profile_link_color":"0084B4","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[{"text":"tcot","indices":[64,69]},{"text":"teaparty","indices":[70,79]},{"text":"ronpaul","indices":[80,88]},{"text":"unemployment","indices":[89,102]},{"text":"deficit","indices":[103,111]},{"text":"jobs","indices":[112,117]},{"text":"gop","indices":[118,122]},{"text":"USHOUSE","indices":[123,131]},{"text":"OBAMA","indices":[132,138]}],"urls":[{"url":"http://t.co/CQoYn2iQ","expanded_url":"http://wtim.es/SRKoeA","display_url":"wtim.es/SRKoeA","indices":[43,63]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:50 +0000 2012","id":267024725505622016,"id_str":"267024725505622016","text":"@britney_brinae lol move to Canada if u like Obama sorry this countries not socialist. Ignorance at its finest.","source":"<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>","truncated":false,"in_reply_to_status_id":266664469114023937,"in_reply_to_status_id_str":"266664469114023937","in_reply_to_user_id":855525668,"in_reply_to_user_id_str":"855525668","in_reply_to_screen_name":"britney_brinae","user":{"id":365630173,"id_str":"365630173","name":"IKrUsHiNsKi","screen_name":"IKrUsHiNsKi","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":12,"friends_count":34,"listed_count":0,"created_at":"Wed Aug 31 19:20:06 +0000 2011","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":16,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://a0.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://si0.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/1666237629/61823_1650243494777_1197664733_31819923_8027430_a_normal.jpg","profile_image_url_https":"https://si0.twimg.com/profile_images/1666237629/61823_1650243494777_1197664733_31819923_8027430_a_normal.jpg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"britney_brinae","name":"britney brinae","id":855525668,"id_str":"855525668","indices":[0,15]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:50 +0000 2012","id":267024724817760256,"id_str":"267024724817760256","text":"@SpeakerBoehner Do NOT give in To Obama John!!! He and Harry Reid KNOW raising taxes on the job creators will not create more tax revenue!!!","source":"<a href=\"http://twitter.com/#!/download/ipad\" rel=\"nofollow\">Twitter for iPad</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":7713202,"in_reply_to_user_id_str":"7713202","in_reply_to_screen_name":"SpeakerBoehner","user":{"id":64503395,"id_str":"64503395","name":"Jeff Brown","screen_name":"mgracer514","location":"Pittsburgh, PA","description":"Information Technologist, working in Cloud Computing technologies, and MG vintage racer!","url":"http://www.50-50racing.com","entities":{"url":{"urls":[{"url":"http://www.50-50racing.com","expanded_url":null,"indices":[0,26]}]},"description":{"urls":[]}},"protected":false,"followers_count":11,"friends_count":21,"listed_count":0,"created_at":"Mon Aug 10 20:21:26 +0000 2009","favourites_count":1,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":371,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://a0.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://si0.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/733904860/DSC_0105_1__normal.jpg","profile_image_url_https":"https://si0.twimg.com/profile_images/733904860/DSC_0105_1__normal.jpg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"SpeakerBoehner","name":"Speaker John Boehner","id":7713202,"id_str":"7713202","indices":[0,15]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:50 +0000 2012","id":267024724792590336,"id_str":"267024724792590336","text":"RT @TheEconomist: Video: Barack Obama looks ahead to four more years and China reveals its next leaders http://t.co/qpho3KlS","source":"<a href=\"http://twitter.com/#!/download/ipad\" rel=\"nofollow\">Twitter for iPad</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":213809883,"id_str":"213809883","name":"Leen Paape","screen_name":"leenpaape","location":"","description":"Dean Degree Programs & Research Nyenrode Business Universiteit","url":"http://www.nyenrode.nl","entities":{"url":{"urls":[{"url":"http://www.nyenrode.nl","expanded_url":null,"indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":692,"friends_count":202,"listed_count":15,"created_at":"Tue Nov 09 21:18:43 +0000 2010","favourites_count":6,"utc_offset":-10800,"time_zone":"Greenland","geo_enabled":false,"verified":false,"statuses_count":2513,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://a0.twimg.com/profile_background_images/587217866/twilk_background_4fe71f871db13.jpg","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/587217866/twilk_background_4fe71f871db13.jpg","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/1217557616/pasfoto_color_normal.JPG","profile_image_url_https":"https://si0.twimg.com/profile_images/1217557616/pasfoto_color_normal.JPG","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[{"url":"http://t.co/qpho3KlS","expanded_url":"http://econ.st/ZexGIP","display_url":"econ.st/ZexGIP","indices":[104,124]}],"user_mentions":[{"screen_name":"TheEconomist","name":"The Economist","id":5988062,"id_str":"5988062","indices":[3,16]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"nl"},"created_at":"Fri Nov 09 22:03:50 +0000 2012","id":267024724574474241,"id_str":"267024724574474241","text":"RT @__Wieke__: Net als in Nederland, toch?! @NOS: Obama: rijken moeten meer belasting betalen http://t.co/gDEN4urK\"","source":"<a href=\"http://tapbots.com/tweetbot\" rel=\"nofollow\">Tweetbot for iOS</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":196552590,"id_str":"196552590","name":"Mathijs Timmermans","screen_name":"Timmermanscm","location":"Arnhem, Netherlands","description":"Duaalstudent Bedrijfskunde @HANFEM / Campusrecruiter @Bosch / lid JD @D66 Arnhem / doet liever alles net even iets anders dan de rest!","url":"http://nl.linkedin.com/in/cmtimmermans","entities":{"url":{"urls":[{"url":"http://nl.linkedin.com/in/cmtimmermans","expanded_url":null,"indices":[0,38]}]},"description":{"urls":[]}},"protected":false,"followers_count":137,"friends_count":152,"listed_count":4,"created_at":"Wed Sep 29 11:33:08 +0000 2010","favourites_count":21,"utc_offset":3600,"time_zone":"Amsterdam","geo_enabled":true,"verified":false,"statuses_count":1315,"lang":"nl","contributors_enabled":false,"is_translator":false,"profile_background_color":"022330","profile_background_image_url":"http://a0.twimg.com/images/themes/theme15/bg.png","profile_background_image_url_https":"https://si0.twimg.com/images/themes/theme15/bg.png","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/2708385952/005ff3eb162b5a6c0987949032e646f9_normal.jpeg","profile_image_url_https":"https://si0.twimg.com/profile_images/2708385952/005ff3eb162b5a6c0987949032e646f9_normal.jpeg","profile_banner_url":"https://si0.twimg.com/profile_banners/196552590/1350038966","profile_link_color":"0084B4","profile_sidebar_border_color":"A8C7F7","profile_sidebar_fill_color":"C0DFEC","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"nl"},"created_at":"Fri Nov 09 22:00:15 +0000 2012","id":267023822564237312,"id_str":"267023822564237312","text":"Net als in Nederland, toch?! @NOS: Obama: rijken moeten meer belasting betalen http://t.co/gDEN4urK\"","source":"<a href=\"http://blackberry.com/twitter\" rel=\"nofollow\">Twitter for BlackBerry®</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":808412113,"id_str":"808412113","name":"Wieke Timmermans","screen_name":"__Wieke__","location":"","description":"Voorzitter Jonge Democraten ☀ Nijmegen ☀ Staats en Bestuursrecht","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":198,"friends_count":107,"listed_count":2,"created_at":"Fri Sep 07 07:52:23 +0000 2012","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":90,"lang":"nl","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://a0.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://si0.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/2725534851/cc8d45394213ad221bcbdc02186d48e8_normal.jpeg","profile_image_url_https":"https://si0.twimg.com/profile_images/2725534851/cc8d45394213ad221bcbdc02186d48e8_normal.jpeg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":1,"entities":{"hashtags":[],"urls":[{"url":"http://t.co/gDEN4urK","expanded_url":"http://nos.nl/l/438965","display_url":"nos.nl/l/438965","indices":[79,99]}],"user_mentions":[{"screen_name":"NOS","name":"NOS","id":7174972,"id_str":"7174972","indices":[29,33]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},"retweet_count":1,"entities":{"hashtags":[],"urls":[{"url":"http://t.co/gDEN4urK","expanded_url":"http://nos.nl/l/438965","display_url":"nos.nl/l/438965","indices":[94,114]}],"user_mentions":[{"screen_name":"__Wieke__","name":"Wieke Timmermans","id":808412113,"id_str":"808412113","indices":[3,13]},{"screen_name":"NOS","name":"NOS","id":7174972,"id_str":"7174972","indices":[44,48]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:49 +0000 2012","id":267024723769176064,"id_str":"267024723769176064","text":"People who like the snow also voted for Obama.","source":"<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":345524207,"id_str":"345524207","name":"Cole Murdock","screen_name":"ColeMurdock24","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":171,"friends_count":98,"listed_count":1,"created_at":"Sat Jul 30 18:56:59 +0000 2011","favourites_count":740,"utc_offset":-25200,"time_zone":"Mountain Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":1208,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"131516","profile_background_image_url":"http://a0.twimg.com/images/themes/theme14/bg.gif","profile_background_image_url_https":"https://si0.twimg.com/images/themes/theme14/bg.gif","profile_background_tile":true,"profile_image_url":"http://a0.twimg.com/profile_images/2778677230/a5de14f32e9a520f2ba63d84361547fd_normal.jpeg","profile_image_url_https":"https://si0.twimg.com/profile_images/2778677230/a5de14f32e9a520f2ba63d84361547fd_normal.jpeg","profile_banner_url":"https://si0.twimg.com/profile_banners/345524207/1352475413","profile_link_color":"009999","profile_sidebar_border_color":"EEEEEE","profile_sidebar_fill_color":"EFEFEF","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:49 +0000 2012","id":267024723211333632,"id_str":"267024723211333632","text":"Awesome. \"@daringfireball: 'Obama Played OHIO to Win 26-24': http://t.co/D2eP8EKy\"","source":"<a href=\"http://tapbots.com/tweetbot\" rel=\"nofollow\">Tweetbot for iOS</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":12671472,"id_str":"12671472","name":"Tim Best","screen_name":"tbest","location":"Philly","description":"I teach SLA students science. I'm a National Board Certified Teacher.","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":988,"friends_count":856,"listed_count":50,"created_at":"Fri Jan 25 05:07:31 +0000 2008","favourites_count":198,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":3967,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C6E2EE","profile_background_image_url":"http://a0.twimg.com/images/themes/theme2/bg.gif","profile_background_image_url_https":"https://si0.twimg.com/images/themes/theme2/bg.gif","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/1580700790/image_normal.jpg","profile_image_url_https":"https://si0.twimg.com/profile_images/1580700790/image_normal.jpg","profile_link_color":"1F98C7","profile_sidebar_border_color":"C6E2EE","profile_sidebar_fill_color":"DAECF4","profile_text_color":"663B12","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[{"url":"http://t.co/D2eP8EKy","expanded_url":"http://df4.us/kjq","display_url":"df4.us/kjq","indices":[61,81]}],"user_mentions":[{"screen_name":"daringfireball","name":"Daring Fireball","id":10760422,"id_str":"10760422","indices":[10,25]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:49 +0000 2012","id":267024723005808640,"id_str":"267024723005808640","text":"RT @WeirdFact: President Obama was known to be heavy marijuana smoker in his teen and college days. His nickname used to be \"Barack Oganja\".","source":"<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":827374045,"id_str":"827374045","name":".Sa'Mone.*!!!","screen_name":"ibtxhis_SaMone","location":"statesville ","description":"teamfuture, !!!!!!!!!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":69,"friends_count":76,"listed_count":0,"created_at":"Sun Sep 16 16:29:20 +0000 2012","favourites_count":23,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":1035,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://a0.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://si0.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/2616823941/tn1tgyxlx2scqil6pjiw_normal.jpeg","profile_image_url_https":"https://si0.twimg.com/profile_images/2616823941/tn1tgyxlx2scqil6pjiw_normal.jpeg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:01:12 +0000 2012","id":267024064000974848,"id_str":"267024064000974848","text":"President Obama was known to be heavy marijuana smoker in his teen and college days. His nickname used to be \"Barack Oganja\".","source":"<a href=\"http://bufferapp.com\" rel=\"nofollow\">Buffer</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":885947910,"id_str":"885947910","name":"Weird Facts™","screen_name":"WeirdFact","location":"","description":"The weirdest facts on Twitter! If you dont believe any of our facts just google it.","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":40313,"friends_count":0,"listed_count":16,"created_at":"Wed Oct 17 03:21:58 +0000 2012","favourites_count":2,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":111,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"131516","profile_background_image_url":"http://a0.twimg.com/images/themes/theme14/bg.gif","profile_background_image_url_https":"https://si0.twimg.com/images/themes/theme14/bg.gif","profile_background_tile":true,"profile_image_url":"http://a0.twimg.com/profile_images/2816521395/46510ddf2f9e73dd91b5d68319bf8f32_normal.png","profile_image_url_https":"https://si0.twimg.com/profile_images/2816521395/46510ddf2f9e73dd91b5d68319bf8f32_normal.png","profile_banner_url":"https://si0.twimg.com/profile_banners/885947910/1351545866","profile_link_color":"009999","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"EFEFEF","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":37,"entities":{"hashtags":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},"retweet_count":37,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"WeirdFact","name":"Weird Facts™","id":885947910,"id_str":"885947910","indices":[3,13]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"es"},"created_at":"Fri Nov 09 22:03:49 +0000 2012","id":267024722540244992,"id_str":"267024722540244992","text":"RT @VaneEscobarR: Las hijas de Obama conocieron a los Jonas, a Justin y consiguieron primera fila para ver a One Direction ¡OBAMA ADOPTAME!","source":"<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":632725771,"id_str":"632725771","name":"alejandrita styles","screen_name":"alejandrita_lm","location":"guadalajara","description":"me encanta one direction!! me gusta el padel y estoy feliz!!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":85,"friends_count":255,"listed_count":0,"created_at":"Wed Jul 11 08:40:53 +0000 2012","favourites_count":8,"utc_offset":7200,"time_zone":"Athens","geo_enabled":false,"verified":false,"statuses_count":305,"lang":"es","contributors_enabled":false,"is_translator":false,"profile_background_color":"642D8B","profile_background_image_url":"http://a0.twimg.com/images/themes/theme10/bg.gif","profile_background_image_url_https":"https://si0.twimg.com/images/themes/theme10/bg.gif","profile_background_tile":true,"profile_image_url":"http://a0.twimg.com/profile_images/2796742214/94dc77c9b2eadf07e797050bc505acb6_normal.jpeg","profile_image_url_https":"https://si0.twimg.com/profile_images/2796742214/94dc77c9b2eadf07e797050bc505acb6_normal.jpeg","profile_banner_url":"https://si0.twimg.com/profile_banners/632725771/1352412748","profile_link_color":"1E00FF","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"7AC3EE","profile_text_color":"3D1957","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"es"},"created_at":"Thu Nov 08 20:51:33 +0000 2012","id":266644146247319552,"id_str":"266644146247319552","text":"Las hijas de Obama conocieron a los Jonas, a Justin y consiguieron primera fila para ver a One Direction ¡OBAMA ADOPTAME!","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":621370629,"id_str":"621370629","name":" ∞‏","screen_name":"VaneEscobarR","location":"Colombia✈Inglaterra✈Irlanda","description":"13. I'm in love with you and all these little things.","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":602,"friends_count":689,"listed_count":0,"created_at":"Thu Jun 28 20:35:30 +0000 2012","favourites_count":146,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":1157,"lang":"es","contributors_enabled":false,"is_translator":false,"profile_background_color":"FFFFFF","profile_background_image_url":"http://a0.twimg.com/profile_background_images/699616099/1dbb5f2813c60774a63456a310cf1fae.jpeg","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/699616099/1dbb5f2813c60774a63456a310cf1fae.jpeg","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/2824573835/6d8a9f12208212e345c369c4d72c5cd1_normal.png","profile_image_url_https":"https://si0.twimg.com/profile_images/2824573835/6d8a9f12208212e345c369c4d72c5cd1_normal.png","profile_link_color":"0099B9","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":false,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":38,"entities":{"hashtags":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},"retweet_count":38,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"VaneEscobarR","name":" ∞‏","id":621370629,"id_str":"621370629","indices":[3,16]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:49 +0000 2012","id":267024721495879680,"id_str":"267024721495879680","text":"RT @DanRiehl: How does this work, anyway? Does the media let Obama vet it's questions for everyone?","source":"<a href=\"http://twitter.com/#!/download/ipad\" rel=\"nofollow\">Twitter for iPad</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":15079569,"id_str":"15079569","name":"Stewie","screen_name":"stewie64","location":"South of the Mason-Dixon","description":"Introverted chick in an extroverted world. Magnet for weirdos. Frequent baker & occasional photographer. Almost always 5 minutes early, no matter the occasion.","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":112,"friends_count":187,"listed_count":2,"created_at":"Wed Jun 11 00:18:50 +0000 2008","favourites_count":30,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":3125,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"FCEBB6","profile_background_image_url":"http://a0.twimg.com/profile_background_images/698837015/65c5df748828679845be80b6c85e5a2f.png","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/698837015/65c5df748828679845be80b6c85e5a2f.png","profile_background_tile":true,"profile_image_url":"http://a0.twimg.com/profile_images/2818620839/8afa39cb293d6ed96a24426c82dff89a_normal.png","profile_image_url_https":"https://si0.twimg.com/profile_images/2818620839/8afa39cb293d6ed96a24426c82dff89a_normal.png","profile_link_color":"CE7834","profile_sidebar_border_color":"F0A830","profile_sidebar_fill_color":"78C0A8","profile_text_color":"5E412F","profile_use_background_image":true,"show_all_inline_media":true,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 21:54:13 +0000 2012","id":267022306977644544,"id_str":"267022306977644544","text":"How does this work, anyway? Does the media let Obama vet it's questions for everyone?","source":"<a href=\"http://www.tweetdeck.com\" rel=\"nofollow\">TweetDeck</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":18176907,"id_str":"18176907","name":"DanRiehl","screen_name":"DanRiehl","location":"VA","description":"Conservative Blogger","url":"http://www.riehlworldview.com/","entities":{"url":{"urls":[{"url":"http://www.riehlworldview.com/","expanded_url":null,"indices":[0,30]}]},"description":{"urls":[]}},"protected":false,"followers_count":20296,"friends_count":17775,"listed_count":899,"created_at":"Wed Dec 17 00:00:38 +0000 2008","favourites_count":9,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":71536,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://a0.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://si0.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/2305961820/6u211ffv2v2hkvp1mmob_normal.jpeg","profile_image_url_https":"https://si0.twimg.com/profile_images/2305961820/6u211ffv2v2hkvp1mmob_normal.jpeg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":5,"entities":{"hashtags":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},"retweet_count":5,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"DanRiehl","name":"DanRiehl","id":18176907,"id_str":"18176907","indices":[3,12]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:49 +0000 2012","id":267024721315504128,"id_str":"267024721315504128","text":"RT @AACONS: How does Obama's plan to close 1.6M acres of fed land to shale development fit in his plan to create jobs? http://t.co/FOYjc ...","source":"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">HootSuite</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":14095099,"id_str":"14095099","name":"Ann ","screen_name":"Evilpa","location":"Omaha, NE","description":"Independent, conservative, defender of the Constitution, loves the US military, my family, friends, Nebraska, the Huskers & Creighton Bluejays & my country.","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":733,"friends_count":1240,"listed_count":5,"created_at":"Fri Mar 07 14:25:38 +0000 2008","favourites_count":458,"utc_offset":-21600,"time_zone":"Central Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":17069,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"131516","profile_background_image_url":"http://a0.twimg.com/images/themes/theme14/bg.gif","profile_background_image_url_https":"https://si0.twimg.com/images/themes/theme14/bg.gif","profile_background_tile":true,"profile_image_url":"http://a0.twimg.com/profile_images/2799166272/01b4f55868f49a953a674b991469d3a2_normal.png","profile_image_url_https":"https://si0.twimg.com/profile_images/2799166272/01b4f55868f49a953a674b991469d3a2_normal.png","profile_link_color":"009999","profile_sidebar_border_color":"EEEEEE","profile_sidebar_fill_color":"EFEFEF","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 21:40:09 +0000 2012","id":267018768071393280,"id_str":"267018768071393280","text":"How does Obama's plan to close 1.6M acres of fed land to shale development fit in his plan to create jobs? http://t.co/FOYjcxP6 #tcot #acon","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":25770408,"id_str":"25770408","name":"AACONS","screen_name":"AACONS","location":"http://www.facebook/AACONS","description":"Topical political commentary from cultural & conservative perspectives. Hashtags #acon & #AACON. Radio shows: http://bit.ly/aPhDjd & http://bit.ly/ca16Xr #TCOT","url":"http://www.africanamericanconservatives.com","entities":{"url":{"urls":[{"url":"http://www.africanamericanconservatives.com","expanded_url":null,"indices":[0,43]}]},"description":{"urls":[]}},"protected":false,"followers_count":13705,"friends_count":15022,"listed_count":679,"created_at":"Sun Mar 22 02:56:15 +0000 2009","favourites_count":2,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":7895,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"BF7428","profile_background_image_url":"http://a0.twimg.com/profile_background_images/97319426/Twitter_Background2.JPG","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/97319426/Twitter_Background2.JPG","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/863907859/Logo_Twitter_normal.JPG","profile_image_url_https":"https://si0.twimg.com/profile_images/863907859/Logo_Twitter_normal.JPG","profile_link_color":"5E0C07","profile_sidebar_border_color":"030303","profile_sidebar_fill_color":"030303","profile_text_color":"B56E10","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":8,"entities":{"hashtags":[{"text":"tcot","indices":[128,133]},{"text":"acon","indices":[134,139]}],"urls":[{"url":"http://t.co/FOYjcxP6","expanded_url":"http://tinyurl.com/bhhn46v","display_url":"tinyurl.com/bhhn46v","indices":[107,127]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false},"retweet_count":8,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"AACONS","name":"AACONS","id":25770408,"id_str":"25770408","indices":[3,10]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:49 +0000 2012","id":267024720321458176,"id_str":"267024720321458176","text":"RT @Frances_D: Pundit Press: What Luck! Obama Won Dozens of Cleveland Districts... http://t.co/xwWpcpAV","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":523782755,"id_str":"523782755","name":"KadenceDay","screen_name":"DayKadence","location":"","description":"Conservative leaning Libertarian. Self-reliance creates a stronger, safer, more prosperous community. NOoBama2012. Freedom from Tyranny!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":1858,"friends_count":2034,"listed_count":28,"created_at":"Tue Mar 13 23:14:20 +0000 2012","favourites_count":2201,"utc_offset":-14400,"time_zone":"Atlantic Time (Canada)","geo_enabled":false,"verified":false,"statuses_count":22471,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"ACDED6","profile_background_image_url":"http://a0.twimg.com/profile_background_images/542930138/reagan_on_horseback2.jpg","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/542930138/reagan_on_horseback2.jpg","profile_background_tile":true,"profile_image_url":"http://a0.twimg.com/profile_images/1934176911/reagan_horse_normal.jpg","profile_image_url_https":"https://si0.twimg.com/profile_images/1934176911/reagan_horse_normal.jpg","profile_link_color":"038543","profile_sidebar_border_color":"EEEEEE","profile_sidebar_fill_color":"F6F6F6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:01:33 +0000 2012","id":267024152890855424,"id_str":"267024152890855424","text":"Pundit Press: What Luck! Obama Won Dozens of Cleveland Districts... http://t.co/xwWpcpAV","source":"<a href=\"http://twitter.com/tweetbutton\" rel=\"nofollow\">Tweet Button</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":23713170,"id_str":"23713170","name":"Frances Drake","screen_name":"Frances_D","location":"","description":"Christian, Astronomer, Writer, Artist, MBA in Economics, Former Commodity Trader, Conservative, Warrior for Truth. Time Wasters BLOCKED.","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":1668,"friends_count":1065,"listed_count":77,"created_at":"Wed Mar 11 03:10:32 +0000 2009","favourites_count":398,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":61378,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http://a0.twimg.com/images/themes/theme7/bg.gif","profile_background_image_url_https":"https://si0.twimg.com/images/themes/theme7/bg.gif","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/121171925/P6010016b100x100_normal.JPG","profile_image_url_https":"https://si0.twimg.com/profile_images/121171925/P6010016b100x100_normal.JPG","profile_link_color":"990000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":1,"entities":{"hashtags":[],"urls":[{"url":"http://t.co/xwWpcpAV","expanded_url":"http://www.punditpress.com/2012/11/what-luck-obama-won-dozens-of-cleveland.html?spref=tw","display_url":"punditpress.com/2012/11/what-l…","indices":[68,88]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false},"retweet_count":1,"entities":{"hashtags":[],"urls":[{"url":"http://t.co/xwWpcpAV","expanded_url":"http://www.punditpress.com/2012/11/what-luck-obama-won-dozens-of-cleveland.html?spref=tw","display_url":"punditpress.com/2012/11/what-l…","indices":[83,103]}],"user_mentions":[{"screen_name":"Frances_D","name":"Frances Drake","id":23713170,"id_str":"23713170","indices":[3,13]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:48 +0000 2012","id":267024719470002176,"id_str":"267024719470002176","text":"Nah, that ain't right RT @julieisthatcool: I'll fuck Obama wife","source":"<a href=\"http://www.tweetcaster.com\" rel=\"nofollow\">TweetCaster for Android</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":125365781,"id_str":"125365781","name":"O_o","screen_name":"Mel_DaOne_","location":"New Yawk to ATL","description":"PROMOTER FOR @KIN4LIFE, follow them! Head of KIN4LIFE Street team in Decatur. #SMOKERSEDITION Vol. 3 out now on datpiff.com! #Sagittarius #StarbucksLover","url":"https://nowebsite.com","entities":{"url":{"urls":[{"url":"https://nowebsite.com","expanded_url":null,"indices":[0,21]}]},"description":{"urls":[]}},"protected":false,"followers_count":657,"friends_count":1467,"listed_count":11,"created_at":"Mon Mar 22 15:38:00 +0000 2010","favourites_count":163,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":48769,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"1A1B1F","profile_background_image_url":"http://a0.twimg.com/profile_background_images/676598795/c2a8452bc04bc122720456885a075124.jpeg","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/676598795/c2a8452bc04bc122720456885a075124.jpeg","profile_background_tile":true,"profile_image_url":"http://a0.twimg.com/profile_images/2765200394/6a7a9b4ffec5679d0d29c74a7197c6bd_normal.jpeg","profile_image_url_https":"https://si0.twimg.com/profile_images/2765200394/6a7a9b4ffec5679d0d29c74a7197c6bd_normal.jpeg","profile_banner_url":"https://si0.twimg.com/profile_banners/125365781/1348839657","profile_link_color":"2FC2EF","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"200709","profile_text_color":"C96D43","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"julieisthatcool","name":"Julz x3 ","id":185998380,"id_str":"185998380","indices":[25,41]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:48 +0000 2012","id":267024719272878080,"id_str":"267024719272878080","text":"Pundit Press: What Luck! Obama Won Dozens of Cleveland Districts... http://t.co/aCMvGeUr","source":"<a href=\"http://twitter.com/tweetbutton\" rel=\"nofollow\">Tweet Button</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":467792402,"id_str":"467792402","name":"Aslan's Girl","screen_name":"Aslans_Girl","location":"","description":"My name is 4 the Lion from the Chronicles of Narnia. Christian/Conservative/Constitutionalist. Pro-life. Pro-Israel. Luv Gov. Perry. Romney/Ryan 2012!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":729,"friends_count":547,"listed_count":13,"created_at":"Wed Jan 18 21:12:03 +0000 2012","favourites_count":26,"utc_offset":-25200,"time_zone":"Mountain Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":12375,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"FF6699","profile_background_image_url":"http://a0.twimg.com/images/themes/theme11/bg.gif","profile_background_image_url_https":"https://si0.twimg.com/images/themes/theme11/bg.gif","profile_background_tile":true,"profile_image_url":"http://a0.twimg.com/profile_images/1765712603/Pink_Peace_Rose_normal.jpg","profile_image_url_https":"https://si0.twimg.com/profile_images/1765712603/Pink_Peace_Rose_normal.jpg","profile_link_color":"B40B43","profile_sidebar_border_color":"CC3366","profile_sidebar_fill_color":"E5507E","profile_text_color":"362720","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[{"url":"http://t.co/aCMvGeUr","expanded_url":"http://www.punditpress.com/2012/11/what-luck-obama-won-dozens-of-cleveland.html?spref=tw","display_url":"punditpress.com/2012/11/what-l…","indices":[68,88]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:48 +0000 2012","id":267024719138660352,"id_str":"267024719138660352","text":"RT @Clickman8: I'm sure PUTIN, HUGO,CASTRO &amp; AhMADinejad are thrilled over the outcome of the Election! OBAMA fits quite nicely in2 ...","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":18169032,"id_str":"18169032","name":"wanda fain","screen_name":"crazyinms","location":"southeast USA","description":"conservative granny who loves this country and wants to take it back from the thugs now runnning it.","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":86,"friends_count":229,"listed_count":0,"created_at":"Tue Dec 16 18:48:12 +0000 2008","favourites_count":2,"utc_offset":-21600,"time_zone":"Central Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":524,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"FFF04D","profile_background_image_url":"http://a0.twimg.com/images/themes/theme19/bg.gif","profile_background_image_url_https":"https://si0.twimg.com/images/themes/theme19/bg.gif","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/2802803424/ad9bea01cfc6c676ef1b30f02dbc66b1_normal.png","profile_image_url_https":"https://si0.twimg.com/profile_images/2802803424/ad9bea01cfc6c676ef1b30f02dbc66b1_normal.png","profile_link_color":"0099CC","profile_sidebar_border_color":"FFF8AD","profile_sidebar_fill_color":"F6FFD1","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":true,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:02:53 +0000 2012","id":267024488179331072,"id_str":"267024488179331072","text":"I'm sure PUTIN, HUGO,CASTRO &amp; AhMADinejad are thrilled over the outcome of the Election! OBAMA fits quite nicely in2 their Circle of Friends","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":714798361,"id_str":"714798361","name":"Christopher Lee","screen_name":"Clickman8","location":"","description":"We lost the Election but the Fight Still Rages! We must EXPOSE OBAMA for his FAILURE at BENGHAZI! He must be IMPEACHED!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":4291,"friends_count":4718,"listed_count":30,"created_at":"Tue Jul 24 19:24:44 +0000 2012","favourites_count":65,"utc_offset":-25200,"time_zone":"Arizona","geo_enabled":false,"verified":false,"statuses_count":18924,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C6E2EE","profile_background_image_url":"http://a0.twimg.com/images/themes/theme2/bg.gif","profile_background_image_url_https":"https://si0.twimg.com/images/themes/theme2/bg.gif","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/2430956941/kopvc6rmro9qsipm3ia2_normal.jpeg","profile_image_url_https":"https://si0.twimg.com/profile_images/2430956941/kopvc6rmro9qsipm3ia2_normal.jpeg","profile_link_color":"1F98C7","profile_sidebar_border_color":"C6E2EE","profile_sidebar_fill_color":"DAECF4","profile_text_color":"663B12","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":2,"entities":{"hashtags":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},"retweet_count":2,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"Clickman8","name":"Christopher Lee","id":714798361,"id_str":"714798361","indices":[3,13]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"fr"},"created_at":"Fri Nov 09 22:03:48 +0000 2012","id":267024717301555200,"id_str":"267024717301555200","text":"RT @Kennyment: POURQUOI VOUS INVENTEZ DES PAIRINGS COMME ÇA ? LE PIRE QUE J'AI VU DE TOUTE MA VIE C'ETAIT OBATAE. OBAMA/TAEMIN.","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":327012371,"id_str":"327012371","name":"ϟƘƦƖןןΣx ღ ","screen_name":"JaeGun_LaoLin","location":"In Heaven","description":"Sans aucun doute le plus beau jour de ma vie 06.04.2012 ♥ HayLeen Shipper || SJGirls || #TeamMicroZizi & @TeamBoaConstrictor || Follow Pas Back","url":"http://www.my-all-is-in-you.skyblog.com","entities":{"url":{"urls":[{"url":"http://www.my-all-is-in-you.skyblog.com","expanded_url":null,"indices":[0,39]}]},"description":{"urls":[]}},"protected":false,"followers_count":419,"friends_count":87,"listed_count":6,"created_at":"Thu Jun 30 21:15:27 +0000 2011","favourites_count":716,"utc_offset":3600,"time_zone":"Paris","geo_enabled":false,"verified":false,"statuses_count":21751,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"FFFFFF","profile_background_image_url":"http://a0.twimg.com/profile_background_images/594693112/vra7a5or3wjvnuigloqn.jpeg","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/594693112/vra7a5or3wjvnuigloqn.jpeg","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/2794590329/8903c5a1b53fa1f92420cd5b6e50628f_normal.png","profile_image_url_https":"https://si0.twimg.com/profile_images/2794590329/8903c5a1b53fa1f92420cd5b6e50628f_normal.png","profile_link_color":"000000","profile_sidebar_border_color":"DFDFDF","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"fr"},"created_at":"Fri Nov 09 21:50:46 +0000 2012","id":267021438962249728,"id_str":"267021438962249728","text":"POURQUOI VOUS INVENTEZ DES PAIRINGS COMME ÇA ? LE PIRE QUE J'AI VU DE TOUTE MA VIE C'ETAIT OBATAE. OBAMA/TAEMIN.","source":"<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":270894904,"id_str":"270894904","name":"Kenny.","screen_name":"Kennyment","location":"SHINee World on an EXO-planet.","description":"Periode de fragilite. ","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":736,"friends_count":259,"listed_count":2,"created_at":"Wed Mar 23 13:07:32 +0000 2011","favourites_count":3329,"utc_offset":7200,"time_zone":"Athens","geo_enabled":true,"verified":false,"statuses_count":42320,"lang":"fr","contributors_enabled":false,"is_translator":false,"profile_background_color":"FFFFFF","profile_background_image_url":"http://a0.twimg.com/profile_background_images/680633062/9d62abc7bc3e01d6eed0d85cb99ec30c.png","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/680633062/9d62abc7bc3e01d6eed0d85cb99ec30c.png","profile_background_tile":true,"profile_image_url":"http://a0.twimg.com/profile_images/2790584815/80a643b262c86aace0ae1e7f34387796_normal.jpeg","profile_image_url_https":"https://si0.twimg.com/profile_images/2790584815/80a643b262c86aace0ae1e7f34387796_normal.jpeg","profile_link_color":"6CB0CF","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"FFFFFF","profile_text_color":"000000","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":27,"entities":{"hashtags":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},"retweet_count":27,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"Kennyment","name":"Kenny.","id":270894904,"id_str":"270894904","indices":[3,13]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:48 +0000 2012","id":267024717028941824,"id_str":"267024717028941824","text":"RT @utaustinliberal: Jake Tapper demands Carney release a tick-tock of where Pres. Obama was during the Benghazi attack. Shorter Carney: ...","source":"<a href=\"http://twitter.com/#!/download/ipad\" rel=\"nofollow\">Twitter for iPad</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":802817546,"id_str":"802817546","name":"Rory","screen_name":"borealizz","location":"California","description":"Motto: Live & Let Live - Equal Rights Advocate - World Peace - Separation of Church and State - Political Junkie - Progressive - Obama Supporter - Photography","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":306,"friends_count":367,"listed_count":5,"created_at":"Tue Sep 04 17:07:18 +0000 2012","favourites_count":782,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":9768,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"E9D133","profile_background_image_url":"http://a0.twimg.com/profile_background_images/670121261/5a6680d910f3c19a1cbb901d3a7461f8.png","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/670121261/5a6680d910f3c19a1cbb901d3a7461f8.png","profile_background_tile":true,"profile_image_url":"http://a0.twimg.com/profile_images/2819949025/110853e0e61049bc31bd4f2d7dedf9db_normal.jpeg","profile_image_url_https":"https://si0.twimg.com/profile_images/2819949025/110853e0e61049bc31bd4f2d7dedf9db_normal.jpeg","profile_banner_url":"https://si0.twimg.com/profile_banners/802817546/1348343746","profile_link_color":"237597","profile_sidebar_border_color":"9BDCF2","profile_sidebar_fill_color":"EF7A35","profile_text_color":"56358E","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 19:34:40 +0000 2012","id":266987189060128768,"id_str":"266987189060128768","text":"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?","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":325265073,"id_str":"325265073","name":"utaustinliberal","screen_name":"utaustinliberal","location":"","description":"Political Junkie, Proud Democrat And Supporter Of President Barack Obama. Inventor Of Sarcasm And A Brain Lesser Brains Jerk Off To. ","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":7072,"friends_count":1540,"listed_count":217,"created_at":"Tue Jun 28 00:54:08 +0000 2011","favourites_count":570,"utc_offset":-21600,"time_zone":"Central Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":34173,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://a0.twimg.com/profile_background_images/626098403/t3jir4cnt08z7pqhnt8g.jpeg","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/626098403/t3jir4cnt08z7pqhnt8g.jpeg","profile_background_tile":true,"profile_image_url":"http://a0.twimg.com/profile_images/1941739914/56c00fdf-c043-4338-b53b-bcf379134b6c_normal.png","profile_image_url_https":"https://si0.twimg.com/profile_images/1941739914/56c00fdf-c043-4338-b53b-bcf379134b6c_normal.png","profile_banner_url":"https://si0.twimg.com/profile_banners/325265073/1350932712","profile_link_color":"D41EAA","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":true,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":13,"entities":{"hashtags":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},"retweet_count":13,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"utaustinliberal","name":"utaustinliberal","id":325265073,"id_str":"325265073","indices":[3,19]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:48 +0000 2012","id":267024716429139968,"id_str":"267024716429139968","text":"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.","source":"<a href=\"http://mobile.twitter.com\" rel=\"nofollow\">Mobile Web</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":349286504,"id_str":"349286504","name":"Justess Hurst","screen_name":"justessheather","location":"","description":"How I feel now is how I'm going to feel forever. Until I change my mind. ","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":38,"friends_count":50,"listed_count":1,"created_at":"Fri Aug 05 21:29:26 +0000 2011","favourites_count":51,"utc_offset":-21600,"time_zone":"Central Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":1981,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://a0.twimg.com/profile_background_images/305501352/Sublime.jpg","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/305501352/Sublime.jpg","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/2756329825/e7a63851e2676aff38eea7d5e402b337_normal.jpeg","profile_image_url_https":"https://si0.twimg.com/profile_images/2756329825/e7a63851e2676aff38eea7d5e402b337_normal.jpeg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:48 +0000 2012","id":267024716362031105,"id_str":"267024716362031105","text":"\"@JennaNanci: My family is fucked because Obama is the president.\" Join the club","source":"<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":101712948,"id_str":"101712948","name":"mr.T","screen_name":"maxD_ooUt","location":"","description":"lmf","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":207,"friends_count":128,"listed_count":2,"created_at":"Mon Jan 04 09:34:12 +0000 2010","favourites_count":24,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":5056,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"131516","profile_background_image_url":"http://a0.twimg.com/profile_background_images/157807114/MAXYPOO.png","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/157807114/MAXYPOO.png","profile_background_tile":true,"profile_image_url":"http://a0.twimg.com/profile_images/2693473237/0739c8b191bc519b14eb1a4da1a1ce88_normal.jpeg","profile_image_url_https":"https://si0.twimg.com/profile_images/2693473237/0739c8b191bc519b14eb1a4da1a1ce88_normal.jpeg","profile_link_color":"009999","profile_sidebar_border_color":"EEEEEE","profile_sidebar_fill_color":"EFEFEF","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":{"type":"Point","coordinates":[33.86848654,-117.72995783]},"coordinates":{"type":"Point","coordinates":[-117.72995783,33.86848654]},"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"JennaNanci","name":"Jenna Nanci","id":104700170,"id_str":"104700170","indices":[1,12]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:48 +0000 2012","id":267024716181696512,"id_str":"267024716181696512","text":"RT @ArsheanaLaNesha: White gyrls yall fucking black nigghas so stop riding OBAMA DICK DAMN","source":"<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":475491138,"id_str":"475491138","name":"#2012 OBAMA !","screen_name":"KacyleneS","location":"AYEEEEEEEEE ","description":"JuS call me KaYKaY|GOD over everything|IFINUuckW/ObaMa|i Rep RAh|M.O.B&N|MeNtionMe4AfollowBack|follow @IM_REE & NoFuckss_Gave IFinuckw|them","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":501,"friends_count":521,"listed_count":0,"created_at":"Fri Jan 27 03:39:28 +0000 2012","favourites_count":50,"utc_offset":null,"time_zone":null,"geo_enabled":true,"verified":false,"statuses_count":9565,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://a0.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://si0.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/2513183269/0Dq4ROCO_normal","profile_image_url_https":"https://si0.twimg.com/profile_images/2513183269/0Dq4ROCO_normal","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Wed Nov 07 05:46:12 +0000 2012","id":266053921464803328,"id_str":"266053921464803328","text":"White gyrls yall fucking black nigghas so stop riding OBAMA DICK DAMN","source":"<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":325728479,"id_str":"325728479","name":"TR€NDING T♥P¡C·♡","screen_name":"ArsheanaLaNesha","location":"","description":"#taken #hmu#mom#love#fuckyou(: #libra ","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":889,"friends_count":980,"listed_count":0,"created_at":"Tue Jun 28 19:33:47 +0000 2011","favourites_count":301,"utc_offset":-32400,"time_zone":"Alaska","geo_enabled":true,"verified":false,"statuses_count":12693,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"088BF0","profile_background_image_url":"http://a0.twimg.com/profile_background_images/680604642/b8e9291c91cc758f1b08d503caf233ef.jpeg","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/680604642/b8e9291c91cc758f1b08d503caf233ef.jpeg","profile_background_tile":true,"profile_image_url":"http://a0.twimg.com/profile_images/2765647948/9e6b0f108384f9f97dea509a9873816e_normal.jpeg","profile_image_url_https":"https://si0.twimg.com/profile_images/2765647948/9e6b0f108384f9f97dea509a9873816e_normal.jpeg","profile_banner_url":"https://si0.twimg.com/profile_banners/325728479/1352084686","profile_link_color":"6D05F5","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"F009DD","profile_text_color":"E8F00E","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":15,"entities":{"hashtags":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},"retweet_count":15,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"ArsheanaLaNesha","name":"TR€NDING T♥P¡C·♡","id":325728479,"id_str":"325728479","indices":[3,19]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:47 +0000 2012","id":267024714717884416,"id_str":"267024714717884416","text":"I uploaded a @YouTube video http://t.co/BgQkRT5u 9% Inflation, Obama Care, fewer rights in our socialist future even if Romney had","source":"<a href=\"http://www.google.com/\" rel=\"nofollow\">Google</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":400477171,"id_str":"400477171","name":"Kristopher McCraw","screen_name":"Imercuryinfo","location":"Happy Camp Siskiyou County CA","description":"Publisher Father Rastafarian Anarchist Share Cropper Entrepreneur Navy Veteran local news economic political social media http://xeeme.com/imercury","url":"http://imercury.info","entities":{"url":{"urls":[{"url":"http://imercury.info","expanded_url":null,"indices":[0,20]}]},"description":{"urls":[]}},"protected":false,"followers_count":365,"friends_count":950,"listed_count":6,"created_at":"Sat Oct 29 03:08:48 +0000 2011","favourites_count":8,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":2871,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"642D8B","profile_background_image_url":"http://a0.twimg.com/images/themes/theme10/bg.gif","profile_background_image_url_https":"https://si0.twimg.com/images/themes/theme10/bg.gif","profile_background_tile":true,"profile_image_url":"http://a0.twimg.com/profile_images/1774724783/imercurygoth400logo_normal.jpg","profile_image_url_https":"https://si0.twimg.com/profile_images/1774724783/imercurygoth400logo_normal.jpg","profile_link_color":"FF0000","profile_sidebar_border_color":"65B0DA","profile_sidebar_fill_color":"7AC3EE","profile_text_color":"3D1957","profile_use_background_image":true,"show_all_inline_media":true,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[{"url":"http://t.co/BgQkRT5u","expanded_url":"http://youtu.be/-ZYobdgo0to?a","display_url":"youtu.be/-ZYobdgo0to?a","indices":[28,48]}],"user_mentions":[{"screen_name":"YouTube","name":"YouTube","id":10228272,"id_str":"10228272","indices":[13,21]}]},"favorited":false,"retweeted":false,"possibly_sensitive":true},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:47 +0000 2012","id":267024714566885376,"id_str":"267024714566885376","text":"Aung San Suu Kyi initially opposed Obama's Burma trip http://t.co/rntYv65C","source":"<a href=\"http://twitter.com/tweetbutton\" rel=\"nofollow\">Tweet Button</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":770447293,"id_str":"770447293","name":"Mohammed","screen_name":"MuslimGeezer","location":"Here, there and everywhere.","description":"I'm a geezer, innit? Retweeting stuff makes me feel intelligent. Don't mean I endorse it. Proud Muslim, anti-zionist.","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":66,"friends_count":260,"listed_count":0,"created_at":"Mon Aug 20 23:46:23 +0000 2012","favourites_count":8,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":1557,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"131516","profile_background_image_url":"http://a0.twimg.com/profile_background_images/702714627/efdc0acc76cf8bba17306abd3fcea407.png","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/702714627/efdc0acc76cf8bba17306abd3fcea407.png","profile_background_tile":true,"profile_image_url":"http://a0.twimg.com/profile_images/2759506622/64be97c00c8a47d4e01d50e49bb81225_normal.jpeg","profile_image_url_https":"https://si0.twimg.com/profile_images/2759506622/64be97c00c8a47d4e01d50e49bb81225_normal.jpeg","profile_link_color":"009999","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[{"url":"http://t.co/rntYv65C","expanded_url":"http://thecable.foreignpolicy.com/posts/2012/11/09/aung_san_suu_kyi_initially_opposed_obama_s_burma_trip#.UJ19s5EOThg.twitter","display_url":"thecable.foreignpolicy.com/posts/2012/11/…","indices":[54,74]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:47 +0000 2012","id":267024714407493632,"id_str":"267024714407493632","text":"@MarciaCM1 @royparrish of course Obama accepted his resignation because he wrote his \"resignation.\"","source":"<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>","truncated":false,"in_reply_to_status_id":267007546181693440,"in_reply_to_status_id_str":"267007546181693440","in_reply_to_user_id":32640016,"in_reply_to_user_id_str":"32640016","in_reply_to_screen_name":"MarciaCM1","user":{"id":425321845,"id_str":"425321845","name":"Michelle DiPasquale","screen_name":"MDiPasquale1999","location":"Boston Baby!","description":"Devoted mom of two teenage boys who are my life!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":63,"friends_count":133,"listed_count":1,"created_at":"Wed Nov 30 21:19:48 +0000 2011","favourites_count":93,"utc_offset":-21600,"time_zone":"Central Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":677,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://a0.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://si0.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/2768951072/5c3e9797f5ac2fd6f7cd87b0ed2d0c81_normal.jpeg","profile_image_url_https":"https://si0.twimg.com/profile_images/2768951072/5c3e9797f5ac2fd6f7cd87b0ed2d0c81_normal.jpeg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"MarciaCM1","name":"Marcia Chimie","id":32640016,"id_str":"32640016","indices":[0,10]},{"screen_name":"royparrish","name":"mr. right40","id":339194362,"id_str":"339194362","indices":[11,22]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:47 +0000 2012","id":267024713979662336,"id_str":"267024713979662336","text":"RT @BreitbartNews: Obama: No Deal Without Tax Hikes: The lines are now set for the battle over the fiscal cliff. The fiscal cliff, ... h ...","source":"<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":259566296,"id_str":"259566296","name":"Lynn P","screen_name":"TigerBaby84","location":"","description":"Love Disney! Love to travel! Believe in God, US Constitution, free market, & personal responsibility!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":37,"friends_count":96,"listed_count":0,"created_at":"Wed Mar 02 04:23:59 +0000 2011","favourites_count":901,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":7160,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://a0.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://si0.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/1971457248/YnccnLgG_normal","profile_image_url_https":"https://si0.twimg.com/profile_images/1971457248/YnccnLgG_normal","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 18:40:26 +0000 2012","id":266973540484530176,"id_str":"266973540484530176","text":"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","source":"<a href=\"http://twitterfeed.com\" rel=\"nofollow\">twitterfeed</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":457984599,"id_str":"457984599","name":"Breitbart News","screen_name":"BreitbartNews","location":"","description":"","url":"http://breitbart.com","entities":{"url":{"urls":[{"url":"http://breitbart.com","expanded_url":null,"indices":[0,20]}]},"description":{"urls":[]}},"protected":false,"followers_count":29746,"friends_count":10,"listed_count":453,"created_at":"Sun Jan 08 01:50:52 +0000 2012","favourites_count":0,"utc_offset":-21600,"time_zone":"Central Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":4570,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"646464","profile_background_image_url":"http://a0.twimg.com/profile_background_images/640017675/ywh1wklfs11iwzuczgi7.jpeg","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/640017675/ywh1wklfs11iwzuczgi7.jpeg","profile_background_tile":true,"profile_image_url":"http://a0.twimg.com/profile_images/2532230078/hhcuhu3zpo9r23exvrhi_normal.png","profile_image_url_https":"https://si0.twimg.com/profile_images/2532230078/hhcuhu3zpo9r23exvrhi_normal.png","profile_link_color":"FF5402","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":32,"entities":{"hashtags":[],"urls":[{"url":"http://t.co/YDHgzwFE","expanded_url":"http://bit.ly/S5sfqp","display_url":"bit.ly/S5sfqp","indices":[116,136]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false},"retweet_count":32,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"BreitbartNews","name":"Breitbart News","id":457984599,"id_str":"457984599","indices":[3,17]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:47 +0000 2012","id":267024713883193344,"id_str":"267024713883193344","text":"RT @thinkprogress: The 6 best overreactions to Obama's win. watch Glenn Beck's rant. spooky shit http://t.co/sZfQkkLd via @ARStrasser #icymi","source":"<a href=\"http://www.flipboard.com\" rel=\"nofollow\">Flipboard</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":18214939,"id_str":"18214939","name":"CriticalMassTX","screen_name":"CriticalMassTX","location":"Dallas","description":"Film theater dining critic and editor in Dallas. Gay. Single","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":221,"friends_count":128,"listed_count":7,"created_at":"Thu Dec 18 13:57:02 +0000 2008","favourites_count":4,"utc_offset":-21600,"time_zone":"Central Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":538,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://a0.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://si0.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/1603398014/image_normal.jpg","profile_image_url_https":"https://si0.twimg.com/profile_images/1603398014/image_normal.jpg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[{"text":"icymi","indices":[134,140]}],"urls":[{"url":"http://t.co/sZfQkkLd","expanded_url":"http://flpbd.it/tETpv","display_url":"flpbd.it/tETpv","indices":[97,117]}],"user_mentions":[{"screen_name":"thinkprogress","name":"ThinkProgress","id":55355654,"id_str":"55355654","indices":[3,17]},{"screen_name":"ARStrasser","name":"Annie-Rose Strasser","id":272991363,"id_str":"272991363","indices":[122,133]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:47 +0000 2012","id":267024713161781250,"id_str":"267024713161781250","text":"RT @whitehouse: President Obama: \"I'm committed to solving our fiscal challenges. But I refuse to accept any approach that isn't balanced.\"","source":"<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":192171735,"id_str":"192171735","name":" Rob Gil","screen_name":"cobe001001","location":"USA","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":2,"friends_count":11,"listed_count":0,"created_at":"Sat Sep 18 11:34:42 +0000 2010","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":12,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://a0.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://si0.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/2819771818/5787bbd3bf4622fa167aee9801648e93_normal.jpeg","profile_image_url_https":"https://si0.twimg.com/profile_images/2819771818/5787bbd3bf4622fa167aee9801648e93_normal.jpeg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 18:12:20 +0000 2012","id":266966467663237120,"id_str":"266966467663237120","text":"President Obama: \"I'm committed to solving our fiscal challenges. But I refuse to accept any approach that isn't balanced.\"","source":"<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">HootSuite</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":30313925,"id_str":"30313925","name":"The White House","screen_name":"whitehouse","location":"Washington, DC USA","description":"Follow @whitehouse for the latest news and ways to engage with President Obama and the administration. Tweets may be archived. Learn more: http://t.co/prVaF9Nm","url":"http://whitehouse.gov","entities":{"url":{"urls":[{"url":"http://whitehouse.gov","expanded_url":null,"indices":[0,21]}]},"description":{"urls":[{"url":"http://t.co/prVaF9Nm","expanded_url":"http://wh.gov/privacy","display_url":"wh.gov/privacy","indices":[139,159]}]}},"protected":false,"followers_count":3259808,"friends_count":168,"listed_count":49790,"created_at":"Fri Apr 10 21:10:30 +0000 2009","favourites_count":1,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":7313,"lang":"en","contributors_enabled":true,"is_translator":false,"profile_background_color":"D0CFCB","profile_background_image_url":"http://a0.twimg.com/profile_background_images/677543995/d28be4c30e2c4f1b50926c96001bc94e.jpeg","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/677543995/d28be4c30e2c4f1b50926c96001bc94e.jpeg","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/2741210047/6ec930886044fa31e56179bb4c202ac3_normal.png","profile_image_url_https":"https://si0.twimg.com/profile_images/2741210047/6ec930886044fa31e56179bb4c202ac3_normal.png","profile_banner_url":"https://si0.twimg.com/profile_banners/30313925/1349480844","profile_link_color":"336699","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"E1E8EE","profile_text_color":"666666","profile_use_background_image":true,"show_all_inline_media":true,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":925,"entities":{"hashtags":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},"retweet_count":925,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"whitehouse","name":"The White House","id":30313925,"id_str":"30313925","indices":[3,14]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:47 +0000 2012","id":267024713157578752,"id_str":"267024713157578752","text":"City of Obama to invite Obama to Japan - The Tokyo Times http://t.co/1SwafGOM via @TheTokyoTimes","source":"<a href=\"http://twitter.com/tweetbutton\" rel=\"nofollow\">Tweet Button</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":399788089,"id_str":"399788089","name":"megan panatier","screen_name":"MeganPanatier","location":"Los Angeles","description":"Scientist. @avocadotech PLN, MS,CCC-SLP #SLPeeps Salons. Future tea-coffeeshop-music-art-catcafe owner. Silly sometimes.","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":1199,"friends_count":1999,"listed_count":50,"created_at":"Fri Oct 28 01:34:12 +0000 2011","favourites_count":3400,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":34404,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://a0.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://si0.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/2533103874/x58ljejpbu5pj70jcubd_normal.jpeg","profile_image_url_https":"https://si0.twimg.com/profile_images/2533103874/x58ljejpbu5pj70jcubd_normal.jpeg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[{"url":"http://t.co/1SwafGOM","expanded_url":"http://www.tokyotimes.com/2012/city-of-obama-to-invite-obama-to-japan/","display_url":"tokyotimes.com/2012/city-of-o…","indices":[57,77]}],"user_mentions":[{"screen_name":"TheTokyoTimes","name":"The Tokyo Times","id":108480049,"id_str":"108480049","indices":[82,96]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:47 +0000 2012","id":267024712977219584,"id_str":"267024712977219584","text":"RT @140elect: Hillary Clinton has said for years she wont serve in Obama's second term. Now if/when she resigns #Benghazi conspiracists ...","source":"<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":278274113,"id_str":"278274113","name":"kathryn","screen_name":"Katie_janca","location":"the divided states of america","description":"It's pronounced YAHNka","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":297,"friends_count":616,"listed_count":0,"created_at":"Wed Apr 06 23:39:51 +0000 2011","favourites_count":820,"utc_offset":-21600,"time_zone":"Central Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":1439,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://a0.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://si0.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/2775546948/257ff02b3d37dfecc07d45a29df2d5f9_normal.jpeg","profile_image_url_https":"https://si0.twimg.com/profile_images/2775546948/257ff02b3d37dfecc07d45a29df2d5f9_normal.jpeg","profile_banner_url":"https://si0.twimg.com/profile_banners/278274113/1351442360","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 21:27:38 +0000 2012","id":267015617754828800,"id_str":"267015617754828800","text":"Hillary Clinton has said for years she wont serve in Obama's second term. Now if/when she resigns #Benghazi conspiracists will go crazy.","source":"<a href=\"http://www.tweetdeck.com\" rel=\"nofollow\">TweetDeck</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":231094495,"id_str":"231094495","name":"Zach Green","screen_name":"140elect","location":"Boston and Florida","description":"Pioneer of Twitter Politics. Founder of @UniteBlue.","url":"http://140elect.com","entities":{"url":{"urls":[{"url":"http://140elect.com","expanded_url":null,"indices":[0,19]}]},"description":{"urls":[]}},"protected":false,"followers_count":29124,"friends_count":15270,"listed_count":725,"created_at":"Mon Dec 27 15:44:07 +0000 2010","favourites_count":261,"utc_offset":-21600,"time_zone":"Central Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":7953,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://a0.twimg.com/profile_background_images/321755624/AmericanFlag.jpg","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/321755624/AmericanFlag.jpg","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/2647290718/f9bc944e5ed06db87c2adbad567d26a7_normal.png","profile_image_url_https":"https://si0.twimg.com/profile_images/2647290718/f9bc944e5ed06db87c2adbad567d26a7_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":true,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":21,"entities":{"hashtags":[{"text":"Benghazi","indices":[98,107]}],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},"retweet_count":21,"entities":{"hashtags":[{"text":"Benghazi","indices":[112,121]}],"urls":[],"user_mentions":[{"screen_name":"140elect","name":"Zach Green","id":231094495,"id_str":"231094495","indices":[3,12]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:47 +0000 2012","id":267024712549400576,"id_str":"267024712549400576","text":"Sumbody had to do it!! The Obama Car! http://t.co/NLSrOT4A","source":"<a href=\"http://instagr.am\" rel=\"nofollow\">Instagram</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":630953910,"id_str":"630953910","name":"Celina","screen_name":"Linapooh1","location":"Instagram @ LinaPooh1","description":"I believe in Jesus, Love, Education, Family & Positivity!! Spread Love, Not Hate! Educate! Alpha Kappa Alpha/Mommy/Business Owner","url":"http://www.marykay.com/cepps2","entities":{"url":{"urls":[{"url":"http://www.marykay.com/cepps2","expanded_url":null,"indices":[0,29]}]},"description":{"urls":[]}},"protected":false,"followers_count":1430,"friends_count":1711,"listed_count":1,"created_at":"Mon Jul 09 07:18:11 +0000 2012","favourites_count":302,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":2261,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"DBE9ED","profile_background_image_url":"http://a0.twimg.com/images/themes/theme17/bg.gif","profile_background_image_url_https":"https://si0.twimg.com/images/themes/theme17/bg.gif","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/2813044305/418e1754cf405e1233303c74df38efa6_normal.jpeg","profile_image_url_https":"https://si0.twimg.com/profile_images/2813044305/418e1754cf405e1233303c74df38efa6_normal.jpeg","profile_banner_url":"https://si0.twimg.com/profile_banners/630953910/1352241845","profile_link_color":"CC3366","profile_sidebar_border_color":"DBE9ED","profile_sidebar_fill_color":"E6F6F9","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[{"url":"http://t.co/NLSrOT4A","expanded_url":"http://instagr.am/p/R0ymNWTMSD/","display_url":"instagr.am/p/R0ymNWTMSD/","indices":[38,58]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:47 +0000 2012","id":267024712264212480,"id_str":"267024712264212480","text":"RT @SeanKCarter: Oliver Stone \"I find Obama scary!\" So do we Mr. Stone, so do we... http://t.co/39YIdQkq #tcot","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":434910897,"id_str":"434910897","name":"Cynthia","screen_name":"cinrui","location":"Tampa","description":"I am an Independant","url":"http://cafedonjose.com","entities":{"url":{"urls":[{"url":"http://cafedonjose.com","expanded_url":null,"indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":389,"friends_count":414,"listed_count":2,"created_at":"Mon Dec 12 13:21:46 +0000 2011","favourites_count":559,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":6707,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"ACDED6","profile_background_image_url":"http://a0.twimg.com/images/themes/theme18/bg.gif","profile_background_image_url_https":"https://si0.twimg.com/images/themes/theme18/bg.gif","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/2820584058/ea7b7f5ac6a1e7cb54ab397fe69cc45b_normal.jpeg","profile_image_url_https":"https://si0.twimg.com/profile_images/2820584058/ea7b7f5ac6a1e7cb54ab397fe69cc45b_normal.jpeg","profile_link_color":"038543","profile_sidebar_border_color":"EEEEEE","profile_sidebar_fill_color":"F6F6F6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:01:49 +0000 2012","id":267024220117164034,"id_str":"267024220117164034","text":"Oliver Stone \"I find Obama scary!\" So do we Mr. Stone, so do we... http://t.co/39YIdQkq #tcot","source":"<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":596025267,"id_str":"596025267","name":"Sean","screen_name":"SeanKCarter","location":"America","description":"Grateful for the gift of life & family. Political junky. IF YOU'RE ON THE RIGHT, I FOLLOW BACK! #War #tcot","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":1675,"friends_count":1970,"listed_count":13,"created_at":"Fri Jun 01 00:01:49 +0000 2012","favourites_count":3335,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":6781,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"000000","profile_background_image_url":"http://a0.twimg.com/profile_background_images/694567795/bb326e5760f454b8ceab6912fbc4eae0.jpeg","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/694567795/bb326e5760f454b8ceab6912fbc4eae0.jpeg","profile_background_tile":true,"profile_image_url":"http://a0.twimg.com/profile_images/2817387468/97129d381afd6d9a444017690798ae5e_normal.jpeg","profile_image_url_https":"https://si0.twimg.com/profile_images/2817387468/97129d381afd6d9a444017690798ae5e_normal.jpeg","profile_banner_url":"https://si0.twimg.com/profile_banners/596025267/1352404269","profile_link_color":"0E20EB","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"78C0A8","profile_text_color":"CE7834","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":3,"entities":{"hashtags":[{"text":"tcot","indices":[88,93]}],"urls":[{"url":"http://t.co/39YIdQkq","expanded_url":"http://www.politico.com/news/stories/1112/83640.html","display_url":"politico.com/news/stories/1…","indices":[67,87]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false},"retweet_count":3,"entities":{"hashtags":[{"text":"tcot","indices":[105,110]}],"urls":[{"url":"http://t.co/39YIdQkq","expanded_url":"http://www.politico.com/news/stories/1112/83640.html","display_url":"politico.com/news/stories/1…","indices":[84,104]}],"user_mentions":[{"screen_name":"SeanKCarter","name":"Sean","id":596025267,"id_str":"596025267","indices":[3,15]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:47 +0000 2012","id":267024712247435264,"id_str":"267024712247435264","text":"Obama in a cover up folks! Are we this dumb? CIA Director Petraeus Resigns Over 'Affair' http://t.co/ZKu297Gz via @BreitbartNews","source":"<a href=\"http://twitter.com/tweetbutton\" rel=\"nofollow\">Tweet Button</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":36952185,"id_str":"36952185","name":"Nathan Howard","screen_name":"nthowa2","location":"McLean County KY","description":"Proud Husband, father of 2. Corn,soybean, and cattle farmer in Northwest Kentucky","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":46,"friends_count":63,"listed_count":0,"created_at":"Fri May 01 14:23:36 +0000 2009","favourites_count":6,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":2017,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://a0.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://si0.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/2247851270/nthowa2_normal.jpg","profile_image_url_https":"https://si0.twimg.com/profile_images/2247851270/nthowa2_normal.jpg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[{"url":"http://t.co/ZKu297Gz","expanded_url":"http://shar.es/GtjeR","display_url":"shar.es/GtjeR","indices":[95,115]}],"user_mentions":[{"screen_name":"BreitbartNews","name":"Breitbart News","id":457984599,"id_str":"457984599","indices":[120,134]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:47 +0000 2012","id":267024711932858368,"id_str":"267024711932858368","text":"@glennbeck @seahannity Commander Fitzpatrick Files Treason Charges Against Barack Obama #teaparty #UT #Election http://t.co/T9GHyUZ4","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":17454769,"in_reply_to_user_id_str":"17454769","in_reply_to_screen_name":"glennbeck","user":{"id":330663814,"id_str":"330663814","name":"Victor Flores","screen_name":"dirtyvic_1","location":"San Antonio, TX","description":"TEXAS born, right wing conservative, republican. Thank GOD for my family, Rush L, Glen Beck, Sean Hannity, Mark Levin. 2nd Amendment RULES...COME AND TAKE IT!!!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":98,"friends_count":244,"listed_count":0,"created_at":"Wed Jul 06 23:41:53 +0000 2011","favourites_count":10,"utc_offset":null,"time_zone":null,"geo_enabled":true,"verified":false,"statuses_count":998,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://a0.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://si0.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/2757153628/b20c9c33eb8b358721a5fe6ce047f01d_normal.jpeg","profile_image_url_https":"https://si0.twimg.com/profile_images/2757153628/b20c9c33eb8b358721a5fe6ce047f01d_normal.jpeg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[{"text":"teaparty","indices":[88,97]},{"text":"UT","indices":[98,101]},{"text":"Election","indices":[102,111]}],"urls":[{"url":"http://t.co/T9GHyUZ4","expanded_url":"http://archive.org/details/CommanderFitzpatrickFilesTreasonChargesAgainstBarackObama","display_url":"archive.org/details/Comman…","indices":[113,133]}],"user_mentions":[{"screen_name":"glennbeck","name":"Glenn Beck","id":17454769,"id_str":"17454769","indices":[0,10]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Fri Nov 09 22:03:46 +0000 2012","id":267024711169503232,"id_str":"267024711169503232","text":"Great election background....http://t.co/HwdVs40N","source":"<a href=\"http://twitter.com/#!/download/ipad\" rel=\"nofollow\">Twitter for iPad</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":25431335,"id_str":"25431335","name":"Steve Caruso","screen_name":"SteveCaruso","location":"Sacramento","description":"Innovative non-profit leader/fundraiser; unabashed lover of books, sports, certain TV shows; proud papa of 3 exceedingly bright & self-assured adult kids","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":119,"friends_count":220,"listed_count":4,"created_at":"Fri Mar 20 01:35:14 +0000 2009","favourites_count":5,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":1310,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://a0.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://si0.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/265780069/k46_normal.jpg","profile_image_url_https":"https://si0.twimg.com/profile_images/265780069/k46_normal.jpg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[{"url":"http://t.co/HwdVs40N","expanded_url":"http://www.buzzfeed.com/rubycramer/messina-obama-won-on-the-small-stuff-4xvn?s=mobile","display_url":"buzzfeed.com/rubycramer/mes…","indices":[29,49]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false}],"search_metadata":{"completed_in":0.15,"max_id":267024754278539266,"max_id_str":"267024754278539266","next_results":"?max_id=267024711169503231&q=obama&count=100&include_entities=1","query":"obama","refresh_url":"?since_id=267024754278539266&q=obama&include_entities=1","count":100,"since_id":0,"since_id_str":"0"}}
@@ -1 +1 @@
1
- {"statuses":[{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Sat Nov 03 17:47:01 +0000 2012","id":264785769099558912,"id_str":"264785769099558912","text":"@jeffrydegrande Then it should have been called Ruby 1.99 or something. http:\/\/t.co\/fwZfnEaA","source":"\u003ca href=\"http:\/\/itunes.apple.com\/us\/app\/twitter\/id409789998?mt=12\" rel=\"nofollow\"\u003eTwitter for Mac\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":264769454230097920,"in_reply_to_status_id_str":"264769454230097920","in_reply_to_user_id":12638032,"in_reply_to_user_id_str":"12638032","in_reply_to_screen_name":"jeffrydegrande","user":{"id":6117482,"id_str":"6117482","name":"Carl Youngblood","screen_name":"cayblood","location":"iPhone: 39.511307,-111.965027","description":"Software engineer, amateur philosopher, musician and technology enthusiast","url":"http:\/\/blog.youngbloods.org\/","entities":{"url":{"urls":[{"url":"http:\/\/blog.youngbloods.org\/","expanded_url":null,"indices":[0,28]}]},"description":{"urls":[]}},"protected":false,"followers_count":457,"friends_count":288,"listed_count":36,"created_at":"Thu May 17 19:27:33 +0000 2007","favourites_count":246,"utc_offset":3600,"time_zone":"Copenhagen","geo_enabled":true,"verified":false,"statuses_count":1710,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"022330","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme15\/bg.png","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme15\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/1501350899\/portrait3_normal.jpg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/1501350899\/portrait3_normal.jpg","profile_link_color":"0084B4","profile_sidebar_border_color":"A8C7F7","profile_sidebar_fill_color":"C0DFEC","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":true,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[{"url":"http:\/\/t.co\/fwZfnEaA","expanded_url":"http:\/\/semver.org","display_url":"semver.org","indices":[72,92]}],"user_mentions":[{"screen_name":"jeffrydegrande","name":"jeffrydegrande","id":12638032,"id_str":"12638032","indices":[0,15]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Sat Nov 03 17:45:55 +0000 2012","id":264785494355869696,"id_str":"264785494355869696","text":"RT @mperham: Current thoughts on Ruby Performance, from #rubyconf http:\/\/t.co\/EVnSmgmu","source":"\u003ca href=\"http:\/\/tapbots.com\/tweetbot\" rel=\"nofollow\"\u003eTweetbot for iOS\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":57446166,"id_str":"57446166","name":"Enric Lluelles","screen_name":"enriclluelles","location":"Cervera, Catalunya","description":"Always trying to make new mistakes","url":"http:\/\/enric.lluell.es","entities":{"url":{"urls":[{"url":"http:\/\/enric.lluell.es","expanded_url":null,"indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":206,"friends_count":224,"listed_count":11,"created_at":"Thu Jul 16 21:04:29 +0000 2009","favourites_count":337,"utc_offset":3600,"time_zone":"Madrid","geo_enabled":true,"verified":false,"statuses_count":4136,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"BADFCD","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme12\/bg.gif","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme12\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/317069007\/thumbbig-Anime-Cowboy-Bebop-11840_normal.jpg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/317069007\/thumbbig-Anime-Cowboy-Bebop-11840_normal.jpg","profile_link_color":"FF0000","profile_sidebar_border_color":"F2E195","profile_sidebar_fill_color":"FFF7CC","profile_text_color":"0C3E53","profile_use_background_image":true,"show_all_inline_media":true,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Sat Nov 03 16:48:02 +0000 2012","id":264770923880673282,"id_str":"264770923880673282","text":"Current thoughts on Ruby Performance, from #rubyconf http:\/\/t.co\/EVnSmgmu","source":"\u003ca href=\"http:\/\/twitterrific.com\" rel=\"nofollow\"\u003eTwitterrific for Mac\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":14060922,"id_str":"14060922","name":"Mike Perham","screen_name":"mperham","location":"Portland, OR","description":"Rubyist, motorcycle racer, cheapskate. Open source developer and enthusiast. Director of Engineering at TheClymb.com","url":"http:\/\/www.mikeperham.com","entities":{"url":{"urls":[{"url":"http:\/\/www.mikeperham.com","expanded_url":null,"indices":[0,25]}]},"description":{"urls":[]}},"protected":false,"followers_count":2788,"friends_count":295,"listed_count":219,"created_at":"Fri Feb 29 17:08:52 +0000 2008","favourites_count":319,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":13600,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"709397","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme6\/bg.gif","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme6\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/1531638646\/headshot_normal.jpg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/1531638646\/headshot_normal.jpg","profile_link_color":"FF3300","profile_sidebar_border_color":"86A4A6","profile_sidebar_fill_color":"A0C5C7","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":5,"entities":{"hashtags":[{"text":"rubyconf","indices":[43,52]}],"urls":[{"url":"http:\/\/t.co\/EVnSmgmu","expanded_url":"http:\/\/www.mikeperham.com\/2012\/11\/03\/current-thoughts-on-ruby-performance\/","display_url":"mikeperham.com\/2012\/11\/03\/cur\u2026","indices":[53,73]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false},"retweet_count":5,"entities":{"hashtags":[{"text":"rubyconf","indices":[56,65]}],"urls":[{"url":"http:\/\/t.co\/EVnSmgmu","expanded_url":"http:\/\/www.mikeperham.com\/2012\/11\/03\/current-thoughts-on-ruby-performance\/","display_url":"mikeperham.com\/2012\/11\/03\/cur\u2026","indices":[66,86]}],"user_mentions":[{"screen_name":"mperham","name":"Mike Perham","id":14060922,"id_str":"14060922","indices":[3,11]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Sat Nov 03 17:45:45 +0000 2012","id":264785451280384000,"id_str":"264785451280384000","text":"RT @Mazzi_Maz: This is how I get drunk http:\/\/t.co\/mCjcXZav","source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":555201458,"id_str":"555201458","name":"Ruby Lloyd \u2020","screen_name":"Ruby_Mae_Lloyd","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":121,"friends_count":150,"listed_count":0,"created_at":"Mon Apr 16 15:25:16 +0000 2012","favourites_count":39,"utc_offset":3600,"time_zone":"Amsterdam","geo_enabled":false,"verified":false,"statuses_count":2725,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"B3B7BA","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/676294725\/9b41dde5c064a63b5951d6d820f0cd95.jpeg","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/676294725\/9b41dde5c064a63b5951d6d820f0cd95.jpeg","profile_background_tile":true,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2669930323\/a43f4bb69476bab80cc1f03a570cb449_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2669930323\/a43f4bb69476bab80cc1f03a570cb449_normal.jpeg","profile_banner_url":"https:\/\/si0.twimg.com\/profile_banners\/555201458\/1349812793","profile_link_color":"647EE8","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Sat Nov 03 17:36:02 +0000 2012","id":264783003056758785,"id_str":"264783003056758785","text":"This is how I get drunk http:\/\/t.co\/mCjcXZav","source":"\u003ca href=\"http:\/\/instagr.am\" rel=\"nofollow\"\u003eInstagram\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":237724241,"id_str":"237724241","name":"Marius Listhrop","screen_name":"Mazzi_Maz","location":"Wolverhampton","description":"That Dancer Guy... Absolute Stupid Nutter, 18, I'm sometimes naked on YouTube. Butterface \u2717O","url":"http:\/\/www.youtube.com\/TheMazziMaz","entities":{"url":{"urls":[{"url":"http:\/\/www.youtube.com\/TheMazziMaz","expanded_url":null,"indices":[0,34]}]},"description":{"urls":[]}},"protected":false,"followers_count":183720,"friends_count":5258,"listed_count":828,"created_at":"Thu Jan 13 13:47:38 +0000 2011","favourites_count":10,"utc_offset":3600,"time_zone":"Amsterdam","geo_enabled":true,"verified":false,"statuses_count":23568,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"FFFFFF","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/355745632\/IMG_1373.jpg","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/355745632\/IMG_1373.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2785871988\/7e22f9734076bce4ce627ead3087594f_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2785871988\/7e22f9734076bce4ce627ead3087594f_normal.jpeg","profile_banner_url":"https:\/\/si0.twimg.com\/profile_banners\/237724241\/1350773164","profile_link_color":"000000","profile_sidebar_border_color":"EEEEEE","profile_sidebar_fill_color":"EFEFEF","profile_text_color":"333333","profile_use_background_image":false,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":269,"entities":{"hashtags":[],"urls":[{"url":"http:\/\/t.co\/mCjcXZav","expanded_url":"http:\/\/instagr.am\/p\/Rk3OQGNrpl\/","display_url":"instagr.am\/p\/Rk3OQGNrpl\/","indices":[24,44]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false},"retweet_count":269,"entities":{"hashtags":[],"urls":[{"url":"http:\/\/t.co\/mCjcXZav","expanded_url":"http:\/\/instagr.am\/p\/Rk3OQGNrpl\/","display_url":"instagr.am\/p\/Rk3OQGNrpl\/","indices":[39,59]}],"user_mentions":[{"screen_name":"Mazzi_Maz","name":"Marius Listhrop","id":237724241,"id_str":"237724241","indices":[3,13]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Sat Nov 03 17:45:40 +0000 2012","id":264785431105765376,"id_str":"264785431105765376","text":"RT @Mazzi_Maz: How I drink shots! http:\/\/t.co\/EO1YntOA","source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":555201458,"id_str":"555201458","name":"Ruby Lloyd \u2020","screen_name":"Ruby_Mae_Lloyd","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":121,"friends_count":150,"listed_count":0,"created_at":"Mon Apr 16 15:25:16 +0000 2012","favourites_count":39,"utc_offset":3600,"time_zone":"Amsterdam","geo_enabled":false,"verified":false,"statuses_count":2725,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"B3B7BA","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/676294725\/9b41dde5c064a63b5951d6d820f0cd95.jpeg","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/676294725\/9b41dde5c064a63b5951d6d820f0cd95.jpeg","profile_background_tile":true,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2669930323\/a43f4bb69476bab80cc1f03a570cb449_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2669930323\/a43f4bb69476bab80cc1f03a570cb449_normal.jpeg","profile_banner_url":"https:\/\/si0.twimg.com\/profile_banners\/555201458\/1349812793","profile_link_color":"647EE8","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Sat Nov 03 17:44:23 +0000 2012","id":264785108005953536,"id_str":"264785108005953536","text":"How I drink shots! http:\/\/t.co\/EO1YntOA","source":"\u003ca href=\"http:\/\/instagr.am\" rel=\"nofollow\"\u003eInstagram\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":237724241,"id_str":"237724241","name":"Marius Listhrop","screen_name":"Mazzi_Maz","location":"Wolverhampton","description":"That Dancer Guy... Absolute Stupid Nutter, 18, I'm sometimes naked on YouTube. Butterface \u2717O","url":"http:\/\/www.youtube.com\/TheMazziMaz","entities":{"url":{"urls":[{"url":"http:\/\/www.youtube.com\/TheMazziMaz","expanded_url":null,"indices":[0,34]}]},"description":{"urls":[]}},"protected":false,"followers_count":183720,"friends_count":5258,"listed_count":828,"created_at":"Thu Jan 13 13:47:38 +0000 2011","favourites_count":10,"utc_offset":3600,"time_zone":"Amsterdam","geo_enabled":true,"verified":false,"statuses_count":23568,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"FFFFFF","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/355745632\/IMG_1373.jpg","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/355745632\/IMG_1373.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2785871988\/7e22f9734076bce4ce627ead3087594f_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2785871988\/7e22f9734076bce4ce627ead3087594f_normal.jpeg","profile_banner_url":"https:\/\/si0.twimg.com\/profile_banners\/237724241\/1350773164","profile_link_color":"000000","profile_sidebar_border_color":"EEEEEE","profile_sidebar_fill_color":"EFEFEF","profile_text_color":"333333","profile_use_background_image":false,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":119,"entities":{"hashtags":[],"urls":[{"url":"http:\/\/t.co\/EO1YntOA","expanded_url":"http:\/\/instagr.am\/p\/Rk4KN_trqz\/","display_url":"instagr.am\/p\/Rk4KN_trqz\/","indices":[19,39]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false},"retweet_count":119,"entities":{"hashtags":[],"urls":[{"url":"http:\/\/t.co\/EO1YntOA","expanded_url":"http:\/\/instagr.am\/p\/Rk4KN_trqz\/","display_url":"instagr.am\/p\/Rk4KN_trqz\/","indices":[34,54]}],"user_mentions":[{"screen_name":"Mazzi_Maz","name":"Marius Listhrop","id":237724241,"id_str":"237724241","indices":[3,13]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"sv"},"created_at":"Sat Nov 03 17:45:40 +0000 2012","id":264785428736008192,"id_str":"264785428736008192","text":"Photo: http:\/\/t.co\/XW2PZK4P","source":"\u003ca href=\"http:\/\/www.tumblr.com\/\" rel=\"nofollow\"\u003eTumblr\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":21884317,"id_str":"21884317","name":"Ruby Bayley-Pratt","screen_name":"Ruby_______","location":"","description":"luminiferous\r\n","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":45,"friends_count":75,"listed_count":1,"created_at":"Wed Feb 25 16:35:16 +0000 2009","favourites_count":3,"utc_offset":0,"time_zone":"Edinburgh","geo_enabled":true,"verified":false,"statuses_count":3881,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"ACDED6","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/190212418\/tumblr_l1vsw0hTZ61qz9dz7o1_500_large.jpg","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/190212418\/tumblr_l1vsw0hTZ61qz9dz7o1_500_large.jpg","profile_background_tile":true,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2549037741\/image_normal.jpg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2549037741\/image_normal.jpg","profile_link_color":"038543","profile_sidebar_border_color":"EEEEEE","profile_sidebar_fill_color":"F6F6F6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":true,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[{"url":"http:\/\/t.co\/XW2PZK4P","expanded_url":"http:\/\/tmblr.co\/ZZ5ShxWWxA06","display_url":"tmblr.co\/ZZ5ShxWWxA06","indices":[8,28]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Sat Nov 03 17:45:24 +0000 2012","id":264785360918306817,"id_str":"264785360918306817","text":"RT @YoBiddyLPs: Exploring!! Episode 7 if Pokemon Ruby Destiny: Reign of Legends is NOW LIVE! Go check it out and RT? :D http:\/\/t.co\/7SV ...","source":"\u003ca href=\"http:\/\/www.tweetdeck.com\" rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":406518614,"id_str":"406518614","name":"Lennert","screen_name":"DashSmashLps","location":"","description":"A Belgian 15 year old boy who loves gaming, music and graphics work.","url":"http:\/\/www.youtube.com\/user\/infersaime","entities":{"url":{"urls":[{"url":"http:\/\/www.youtube.com\/user\/infersaime","expanded_url":null,"indices":[0,38]}]},"description":{"urls":[]}},"protected":false,"followers_count":106,"friends_count":135,"listed_count":0,"created_at":"Sun Nov 06 20:30:03 +0000 2011","favourites_count":16,"utc_offset":3600,"time_zone":"Brussels","geo_enabled":false,"verified":false,"statuses_count":9466,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/699860842\/3a28f7d6569f9d1c449c1b1350c1aa06.jpeg","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/699860842\/3a28f7d6569f9d1c449c1b1350c1aa06.jpeg","profile_background_tile":true,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2763348598\/d7ab281d91a40ab87865f8aaa51a9b3e_normal.png","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2763348598\/d7ab281d91a40ab87865f8aaa51a9b3e_normal.png","profile_banner_url":"https:\/\/si0.twimg.com\/profile_banners\/406518614\/1348354409","profile_link_color":"0084B4","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Sat Nov 03 17:21:38 +0000 2012","id":264779382063779841,"id_str":"264779382063779841","text":"Exploring!! Episode 7 if Pokemon Ruby Destiny: Reign of Legends is NOW LIVE! Go check it out and RT? :D http:\/\/t.co\/7SVBc1FE","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":222824593,"id_str":"222824593","name":"Dillon","screen_name":"YoBiddyLPs","location":"","description":"Just a kid from New Jersey that likes to do Let's Plays! COME AT ME BRO!","url":"http:\/\/youtube.com\/user\/YoBiddyLPs","entities":{"url":{"urls":[{"url":"http:\/\/youtube.com\/user\/YoBiddyLPs","expanded_url":null,"indices":[0,34]}]},"description":{"urls":[]}},"protected":false,"followers_count":451,"friends_count":120,"listed_count":1,"created_at":"Sat Dec 04 15:28:15 +0000 2010","favourites_count":5,"utc_offset":-21600,"time_zone":"Central Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":3530,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"131516","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_tile":true,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2747746695\/1debdf807fe78a7d9da709714147cdff_normal.png","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2747746695\/1debdf807fe78a7d9da709714147cdff_normal.png","profile_link_color":"009999","profile_sidebar_border_color":"EEEEEE","profile_sidebar_fill_color":"EFEFEF","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":true,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":1,"entities":{"hashtags":[],"urls":[{"url":"http:\/\/t.co\/7SVBc1FE","expanded_url":"http:\/\/www.youtube.com\/watch?v=nnWoxaplWuI","display_url":"youtube.com\/watch?v=nnWoxa\u2026","indices":[105,125]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false},"retweet_count":1,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"YoBiddyLPs","name":"Dillon","id":222824593,"id_str":"222824593","indices":[3,14]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Sat Nov 03 17:45:23 +0000 2012","id":264785356543631360,"id_str":"264785356543631360","text":"Red velvet cupcakes &lt;3 (@ Ruby Tuesday) http:\/\/t.co\/6SgizaFo","source":"\u003ca href=\"http:\/\/foursquare.com\" rel=\"nofollow\"\u003efoursquare\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":322056787,"id_str":"322056787","name":"Brewer Princess","screen_name":"BrewerPrincess","location":"BrewCity, Milwaukee","description":"Amanda Holterman. Milwaukee. Country Girl born and raised. Farmers Daughter. Diehard Brewer Fan. Patriots fan. See ya at a sporting event near you! #BREWlieve ","url":"http:\/\/www.facebook.com\/brewersprincess","entities":{"url":{"urls":[{"url":"http:\/\/www.facebook.com\/brewersprincess","expanded_url":null,"indices":[0,39]}]},"description":{"urls":[]}},"protected":false,"followers_count":1010,"friends_count":774,"listed_count":2,"created_at":"Wed Jun 22 15:30:37 +0000 2011","favourites_count":7495,"utc_offset":-21600,"time_zone":"Central Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":25765,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"642D8B","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/601092313\/8u6mw5ujxcaieagiqv9e.gif","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/601092313\/8u6mw5ujxcaieagiqv9e.gif","profile_background_tile":true,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2757218600\/de9a3ebad53be9fa3bf2cceb6fc5fa3e_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2757218600\/de9a3ebad53be9fa3bf2cceb6fc5fa3e_normal.jpeg","profile_banner_url":"https:\/\/si0.twimg.com\/profile_banners\/322056787\/1347985259","profile_link_color":"FF0000","profile_sidebar_border_color":"65B0DA","profile_sidebar_fill_color":"7AC3EE","profile_text_color":"3D1957","profile_use_background_image":true,"show_all_inline_media":true,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":{"type":"Point","coordinates":[42.94783576,-88.00791800]},"coordinates":{"type":"Point","coordinates":[-88.00791800,42.94783576]},"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[{"url":"http:\/\/t.co\/6SgizaFo","expanded_url":"http:\/\/4sq.com\/SEcREy","display_url":"4sq.com\/SEcREy","indices":[43,63]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Sat Nov 03 17:45:08 +0000 2012","id":264785295944323072,"id_str":"264785295944323072","text":"Dano AND Coogan?! \ud83d\ude40\ud83d\ude3b (watching Ruby Sparks) http:\/\/t.co\/V4kXocT2 #RubySparks","source":"\u003ca href=\"http:\/\/gomiso.com\" rel=\"nofollow\"\u003eMiso\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":111761813,"id_str":"111761813","name":"Sabby Poppins","screen_name":"tweetnasty","location":"Lawrence, Blandsas.","description":"Freaky and worthwhile, even if it sickens you. GP Nation.\n","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":800,"friends_count":485,"listed_count":56,"created_at":"Sat Feb 06 02:11:34 +0000 2010","favourites_count":1013,"utc_offset":-21600,"time_zone":"Central Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":15744,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"DBE9ED","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/245460377\/miesel-pinup-puzzle.jpg","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/245460377\/miesel-pinup-puzzle.jpg","profile_background_tile":true,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2722014570\/559a4dda7000797ba86d3c88e8febf8e_normal.jpeg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2722014570\/559a4dda7000797ba86d3c88e8febf8e_normal.jpeg","profile_link_color":"CC3366","profile_sidebar_border_color":"DBE9ED","profile_sidebar_fill_color":"E6F6F9","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[{"text":"RubySparks","indices":[65,76]}],"urls":[{"url":"http:\/\/t.co\/V4kXocT2","expanded_url":"http:\/\/gomiso.com\/r\/2esRm","display_url":"gomiso.com\/r\/2esRm","indices":[44,64]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Sat Nov 03 17:44:37 +0000 2012","id":264785167040790528,"id_str":"264785167040790528","text":"Militias had a resurgence thanks to George Herbert Bush's NWO speech in 1990. Ruby ridge and (@YouTube http:\/\/t.co\/tiC3kTQ4)","source":"\u003ca href=\"http:\/\/www.google.com\/\" rel=\"nofollow\"\u003eGoogle\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":480199386,"id_str":"480199386","name":"Comic genus","screen_name":"Comicgenie","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3,"friends_count":10,"listed_count":0,"created_at":"Wed Feb 01 07:02:40 +0000 2012","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":796,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_image_url_https":"https:\/\/si0.twimg.com\/sticky\/default_profile_images\/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":true,"default_profile_image":true,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[{"url":"http:\/\/t.co\/tiC3kTQ4","expanded_url":"http:\/\/youtu.be\/ky49ltgeXRU?a","display_url":"youtu.be\/ky49ltgeXRU?a","indices":[103,123]}],"user_mentions":[{"screen_name":"YouTube","name":"YouTube","id":10228272,"id_str":"10228272","indices":[94,102]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Sat Nov 03 17:44:33 +0000 2012","id":264785149475057664,"id_str":"264785149475057664","text":"Guess what? Nick Urata is the guy! Composer of Ruby Sparks OST too!! http:\/\/t.co\/7FHsYfrz","source":"\u003ca href=\"http:\/\/soundcloud.com\" rel=\"nofollow\"\u003eSoundCloud\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":340197702,"id_str":"340197702","name":"Rodrigo Pineda","screen_name":"Dj_sLoW_hAnD","location":"Following the sun","description":"TEDxMadrid Music Curator. Tweet Jockey. Food 2.0 activist. Intrapeneur (now). Entrepreneur (back again). Nomad (always). Musician. Service Designer.","url":"http:\/\/www.linkedin.com\/in\/rodrigo","entities":{"url":{"urls":[{"url":"http:\/\/www.linkedin.com\/in\/rodrigo","expanded_url":null,"indices":[0,34]}]},"description":{"urls":[]}},"protected":false,"followers_count":236,"friends_count":44,"listed_count":14,"created_at":"Fri Jul 22 09:06:31 +0000 2011","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":318,"lang":"es","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/1472323549\/rodrigo_foto_retrato_3_normal.jpg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/1472323549\/rodrigo_foto_retrato_3_normal.jpg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[{"url":"http:\/\/t.co\/7FHsYfrz","expanded_url":"http:\/\/soundcloud.com\/milanrecords\/nick-urata-ruby-sparks-w","display_url":"soundcloud.com\/milanrecords\/n\u2026","indices":[70,90]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Sat Nov 03 17:44:10 +0000 2012","id":264785051311562753,"id_str":"264785051311562753","text":"Which is the best css 3 parser available in python or ruby? http:\/\/t.co\/XmhPXR2w","source":"\u003ca href=\"http:\/\/pythonatso.appspot.com\/\" rel=\"nofollow\"\u003e@PythonAtSO\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":244462999,"id_str":"244462999","name":"PythonAtSO","screen_name":"pythonatso","location":"Hong Kong","description":"Live stream of Python questions at StackOverflow","url":"http:\/\/stackoverflow.com\/questions\/tagged\/python","entities":{"url":{"urls":[{"url":"http:\/\/stackoverflow.com\/questions\/tagged\/python","expanded_url":null,"indices":[0,48]}]},"description":{"urls":[]}},"protected":false,"followers_count":330,"friends_count":3,"listed_count":46,"created_at":"Sat Jan 29 10:59:26 +0000 2011","favourites_count":2,"utc_offset":28800,"time_zone":"Hong Kong","geo_enabled":false,"verified":false,"statuses_count":51096,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/1228917593\/Screen_shot_2011-01-29_at_7.25.02_PM_normal.png","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/1228917593\/Screen_shot_2011-01-29_at_7.25.02_PM_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[{"url":"http:\/\/t.co\/XmhPXR2w","expanded_url":"http:\/\/bit.ly\/TBuO7J","display_url":"bit.ly\/TBuO7J","indices":[60,80]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"sv"},"created_at":"Sat Nov 03 17:44:05 +0000 2012","id":264785030373572611,"id_str":"264785030373572611","text":"Photo: http:\/\/t.co\/RdoIq0Qa","source":"\u003ca href=\"http:\/\/www.tumblr.com\/\" rel=\"nofollow\"\u003eTumblr\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":21884317,"id_str":"21884317","name":"Ruby Bayley-Pratt","screen_name":"Ruby_______","location":"","description":"luminiferous\r\n","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":45,"friends_count":75,"listed_count":1,"created_at":"Wed Feb 25 16:35:16 +0000 2009","favourites_count":3,"utc_offset":0,"time_zone":"Edinburgh","geo_enabled":true,"verified":false,"statuses_count":3881,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"ACDED6","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/190212418\/tumblr_l1vsw0hTZ61qz9dz7o1_500_large.jpg","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/190212418\/tumblr_l1vsw0hTZ61qz9dz7o1_500_large.jpg","profile_background_tile":true,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2549037741\/image_normal.jpg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2549037741\/image_normal.jpg","profile_link_color":"038543","profile_sidebar_border_color":"EEEEEE","profile_sidebar_fill_color":"F6F6F6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":true,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[{"url":"http:\/\/t.co\/RdoIq0Qa","expanded_url":"http:\/\/tmblr.co\/ZZ5ShxWWwmTe","display_url":"tmblr.co\/ZZ5ShxWWwmTe","indices":[8,28]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"sv"},"created_at":"Sat Nov 03 17:43:55 +0000 2012","id":264784987331624961,"id_str":"264784987331624961","text":"Photo: http:\/\/t.co\/lGuxNvED","source":"\u003ca href=\"http:\/\/www.tumblr.com\/\" rel=\"nofollow\"\u003eTumblr\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":21884317,"id_str":"21884317","name":"Ruby Bayley-Pratt","screen_name":"Ruby_______","location":"","description":"luminiferous\r\n","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":45,"friends_count":75,"listed_count":1,"created_at":"Wed Feb 25 16:35:16 +0000 2009","favourites_count":3,"utc_offset":0,"time_zone":"Edinburgh","geo_enabled":true,"verified":false,"statuses_count":3881,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"ACDED6","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/190212418\/tumblr_l1vsw0hTZ61qz9dz7o1_500_large.jpg","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/190212418\/tumblr_l1vsw0hTZ61qz9dz7o1_500_large.jpg","profile_background_tile":true,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/2549037741\/image_normal.jpg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/2549037741\/image_normal.jpg","profile_link_color":"038543","profile_sidebar_border_color":"EEEEEE","profile_sidebar_fill_color":"F6F6F6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":true,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[{"url":"http:\/\/t.co\/lGuxNvED","expanded_url":"http:\/\/tmblr.co\/ZZ5ShxWWwjdP","display_url":"tmblr.co\/ZZ5ShxWWwjdP","indices":[8,28]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Sat Nov 03 17:43:35 +0000 2012","id":264784906188632064,"id_str":"264784906188632064","text":"I liked a @YouTube video http:\/\/t.co\/NoLVPx9f House Of Crystals Dorothy's Ruby Red Tap Shoes","source":"\u003ca href=\"http:\/\/www.google.com\/\" rel=\"nofollow\"\u003eGoogle\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":340925384,"id_str":"340925384","name":"HDRizN","screen_name":"HDRizN","location":"Liverpool, United Kingdom","description":"","url":"http:\/\/www.youtube.com\/user\/HDrizN","entities":{"url":{"urls":[{"url":"http:\/\/www.youtube.com\/user\/HDrizN","expanded_url":null,"indices":[0,34]}]},"description":{"urls":[]}},"protected":false,"followers_count":83,"friends_count":3,"listed_count":0,"created_at":"Sat Jul 23 14:23:35 +0000 2011","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":1316,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/a0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/si0.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/1458496263\/kkk_normal.jpg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/1458496263\/kkk_normal.jpg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[{"url":"http:\/\/t.co\/NoLVPx9f","expanded_url":"http:\/\/youtu.be\/AKZwOEYZsQc?a","display_url":"youtu.be\/AKZwOEYZsQc?a","indices":[25,45]}],"user_mentions":[{"screen_name":"YouTube","name":"YouTube","id":10228272,"id_str":"10228272","indices":[10,18]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Sat Nov 03 17:43:23 +0000 2012","id":264784855672442883,"id_str":"264784855672442883","text":"DOREMEMBER TONITE ITSGOIN DOWN @ RUBY LOUNGE YES WE WILL BE PARTYIN TONITE IF YOU HAVE AN BDAY AND WANNA PARTY... http:\/\/t.co\/WTknDWT9","source":"\u003ca href=\"http:\/\/www.facebook.com\/twitter\" rel=\"nofollow\"\u003eFacebook\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":121065800,"id_str":"121065800","name":"GOLDFINGERS","screen_name":"DJGOLDFINGERS81","location":"","description":"BOOK ME FOR UR NEXT EVENT FOR INFO DJGOLDFINGERS81@GMAIL.COM","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":179,"friends_count":283,"listed_count":2,"created_at":"Mon Mar 08 10:22:38 +0000 2010","favourites_count":1,"utc_offset":-21600,"time_zone":"Central Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":550,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"131516","profile_background_image_url":"http:\/\/a0.twimg.com\/profile_background_images\/194565160\/34443_1235341582375_1794292215_452715_7735016_n.jpg","profile_background_image_url_https":"https:\/\/si0.twimg.com\/profile_background_images\/194565160\/34443_1235341582375_1794292215_452715_7735016_n.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/a0.twimg.com\/profile_images\/1545421467\/profile_normal.jpg","profile_image_url_https":"https:\/\/si0.twimg.com\/profile_images\/1545421467\/profile_normal.jpg","profile_link_color":"009999","profile_sidebar_border_color":"EEEEEE","profile_sidebar_fill_color":"EFEFEF","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[{"url":"http:\/\/t.co\/WTknDWT9","expanded_url":"http:\/\/fb.me\/1aLIDnJe0","display_url":"fb.me\/1aLIDnJe0","indices":[114,134]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false}],"search_metadata":{"completed_in":0.041,"max_id":264785769099558912,"max_id_str":"264785769099558912","next_results":"?max_id=264784855672442882&q=ruby%20filter%3Alinks&include_entities=1","query":"ruby+filter%3Alinks","refresh_url":"?since_id=264785769099558912&q=ruby%20filter%3Alinks&include_entities=1","count":15,"since_id":0,"since_id_str":"0"}}
1
+ {"statuses":[{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Sat Nov 03 17:47:01 +0000 2012","id":264785769099558912,"id_str":"264785769099558912","text":"@jeffrydegrande Then it should have been called Ruby 1.99 or something. http://t.co/fwZfnEaA","source":"<a href=\"http://itunes.apple.com/us/app/twitter/id409789998?mt=12\" rel=\"nofollow\">Twitter for Mac</a>","truncated":false,"in_reply_to_status_id":264769454230097920,"in_reply_to_status_id_str":"264769454230097920","in_reply_to_user_id":12638032,"in_reply_to_user_id_str":"12638032","in_reply_to_screen_name":"jeffrydegrande","user":{"id":6117482,"id_str":"6117482","name":"Carl Youngblood","screen_name":"cayblood","location":"iPhone: 39.511307,-111.965027","description":"Software engineer, amateur philosopher, musician and technology enthusiast","url":"http://blog.youngbloods.org/","entities":{"url":{"urls":[{"url":"http://blog.youngbloods.org/","expanded_url":null,"indices":[0,28]}]},"description":{"urls":[]}},"protected":false,"followers_count":457,"friends_count":288,"listed_count":36,"created_at":"Thu May 17 19:27:33 +0000 2007","favourites_count":246,"utc_offset":3600,"time_zone":"Copenhagen","geo_enabled":true,"verified":false,"statuses_count":1710,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"022330","profile_background_image_url":"http://a0.twimg.com/images/themes/theme15/bg.png","profile_background_image_url_https":"https://si0.twimg.com/images/themes/theme15/bg.png","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/1501350899/portrait3_normal.jpg","profile_image_url_https":"https://si0.twimg.com/profile_images/1501350899/portrait3_normal.jpg","profile_link_color":"0084B4","profile_sidebar_border_color":"A8C7F7","profile_sidebar_fill_color":"C0DFEC","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":true,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[{"url":"http://t.co/fwZfnEaA","expanded_url":"http://semver.org","display_url":"semver.org","indices":[72,92]}],"user_mentions":[{"screen_name":"jeffrydegrande","name":"jeffrydegrande","id":12638032,"id_str":"12638032","indices":[0,15]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Sat Nov 03 17:45:55 +0000 2012","id":264785494355869696,"id_str":"264785494355869696","text":"RT @mperham: Current thoughts on Ruby Performance, from #rubyconf http://t.co/EVnSmgmu","source":"<a href=\"http://tapbots.com/tweetbot\" rel=\"nofollow\">Tweetbot for iOS</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":57446166,"id_str":"57446166","name":"Enric Lluelles","screen_name":"enriclluelles","location":"Cervera, Catalunya","description":"Always trying to make new mistakes","url":"http://enric.lluell.es","entities":{"url":{"urls":[{"url":"http://enric.lluell.es","expanded_url":null,"indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":206,"friends_count":224,"listed_count":11,"created_at":"Thu Jul 16 21:04:29 +0000 2009","favourites_count":337,"utc_offset":3600,"time_zone":"Madrid","geo_enabled":true,"verified":false,"statuses_count":4136,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"BADFCD","profile_background_image_url":"http://a0.twimg.com/images/themes/theme12/bg.gif","profile_background_image_url_https":"https://si0.twimg.com/images/themes/theme12/bg.gif","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/317069007/thumbbig-Anime-Cowboy-Bebop-11840_normal.jpg","profile_image_url_https":"https://si0.twimg.com/profile_images/317069007/thumbbig-Anime-Cowboy-Bebop-11840_normal.jpg","profile_link_color":"FF0000","profile_sidebar_border_color":"F2E195","profile_sidebar_fill_color":"FFF7CC","profile_text_color":"0C3E53","profile_use_background_image":true,"show_all_inline_media":true,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Sat Nov 03 16:48:02 +0000 2012","id":264770923880673282,"id_str":"264770923880673282","text":"Current thoughts on Ruby Performance, from #rubyconf http://t.co/EVnSmgmu","source":"<a href=\"http://twitterrific.com\" rel=\"nofollow\">Twitterrific for Mac</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":14060922,"id_str":"14060922","name":"Mike Perham","screen_name":"mperham","location":"Portland, OR","description":"Rubyist, motorcycle racer, cheapskate. Open source developer and enthusiast. Director of Engineering at TheClymb.com","url":"http://www.mikeperham.com","entities":{"url":{"urls":[{"url":"http://www.mikeperham.com","expanded_url":null,"indices":[0,25]}]},"description":{"urls":[]}},"protected":false,"followers_count":2788,"friends_count":295,"listed_count":219,"created_at":"Fri Feb 29 17:08:52 +0000 2008","favourites_count":319,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":13600,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"709397","profile_background_image_url":"http://a0.twimg.com/images/themes/theme6/bg.gif","profile_background_image_url_https":"https://si0.twimg.com/images/themes/theme6/bg.gif","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/1531638646/headshot_normal.jpg","profile_image_url_https":"https://si0.twimg.com/profile_images/1531638646/headshot_normal.jpg","profile_link_color":"FF3300","profile_sidebar_border_color":"86A4A6","profile_sidebar_fill_color":"A0C5C7","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":5,"entities":{"hashtags":[{"text":"rubyconf","indices":[43,52]}],"urls":[{"url":"http://t.co/EVnSmgmu","expanded_url":"http://www.mikeperham.com/2012/11/03/current-thoughts-on-ruby-performance/","display_url":"mikeperham.com/2012/11/03/cur…","indices":[53,73]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false},"retweet_count":5,"entities":{"hashtags":[{"text":"rubyconf","indices":[56,65]}],"urls":[{"url":"http://t.co/EVnSmgmu","expanded_url":"http://www.mikeperham.com/2012/11/03/current-thoughts-on-ruby-performance/","display_url":"mikeperham.com/2012/11/03/cur…","indices":[66,86]}],"user_mentions":[{"screen_name":"mperham","name":"Mike Perham","id":14060922,"id_str":"14060922","indices":[3,11]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Sat Nov 03 17:45:45 +0000 2012","id":264785451280384000,"id_str":"264785451280384000","text":"RT @Mazzi_Maz: This is how I get drunk http://t.co/mCjcXZav","source":"<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":555201458,"id_str":"555201458","name":"Ruby Lloyd †","screen_name":"Ruby_Mae_Lloyd","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":121,"friends_count":150,"listed_count":0,"created_at":"Mon Apr 16 15:25:16 +0000 2012","favourites_count":39,"utc_offset":3600,"time_zone":"Amsterdam","geo_enabled":false,"verified":false,"statuses_count":2725,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"B3B7BA","profile_background_image_url":"http://a0.twimg.com/profile_background_images/676294725/9b41dde5c064a63b5951d6d820f0cd95.jpeg","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/676294725/9b41dde5c064a63b5951d6d820f0cd95.jpeg","profile_background_tile":true,"profile_image_url":"http://a0.twimg.com/profile_images/2669930323/a43f4bb69476bab80cc1f03a570cb449_normal.jpeg","profile_image_url_https":"https://si0.twimg.com/profile_images/2669930323/a43f4bb69476bab80cc1f03a570cb449_normal.jpeg","profile_banner_url":"https://si0.twimg.com/profile_banners/555201458/1349812793","profile_link_color":"647EE8","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Sat Nov 03 17:36:02 +0000 2012","id":264783003056758785,"id_str":"264783003056758785","text":"This is how I get drunk http://t.co/mCjcXZav","source":"<a href=\"http://instagr.am\" rel=\"nofollow\">Instagram</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":237724241,"id_str":"237724241","name":"Marius Listhrop","screen_name":"Mazzi_Maz","location":"Wolverhampton","description":"That Dancer Guy... Absolute Stupid Nutter, 18, I'm sometimes naked on YouTube. Butterface ✗O","url":"http://www.youtube.com/TheMazziMaz","entities":{"url":{"urls":[{"url":"http://www.youtube.com/TheMazziMaz","expanded_url":null,"indices":[0,34]}]},"description":{"urls":[]}},"protected":false,"followers_count":183720,"friends_count":5258,"listed_count":828,"created_at":"Thu Jan 13 13:47:38 +0000 2011","favourites_count":10,"utc_offset":3600,"time_zone":"Amsterdam","geo_enabled":true,"verified":false,"statuses_count":23568,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"FFFFFF","profile_background_image_url":"http://a0.twimg.com/profile_background_images/355745632/IMG_1373.jpg","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/355745632/IMG_1373.jpg","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/2785871988/7e22f9734076bce4ce627ead3087594f_normal.jpeg","profile_image_url_https":"https://si0.twimg.com/profile_images/2785871988/7e22f9734076bce4ce627ead3087594f_normal.jpeg","profile_banner_url":"https://si0.twimg.com/profile_banners/237724241/1350773164","profile_link_color":"000000","profile_sidebar_border_color":"EEEEEE","profile_sidebar_fill_color":"EFEFEF","profile_text_color":"333333","profile_use_background_image":false,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":269,"entities":{"hashtags":[],"urls":[{"url":"http://t.co/mCjcXZav","expanded_url":"http://instagr.am/p/Rk3OQGNrpl/","display_url":"instagr.am/p/Rk3OQGNrpl/","indices":[24,44]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false},"retweet_count":269,"entities":{"hashtags":[],"urls":[{"url":"http://t.co/mCjcXZav","expanded_url":"http://instagr.am/p/Rk3OQGNrpl/","display_url":"instagr.am/p/Rk3OQGNrpl/","indices":[39,59]}],"user_mentions":[{"screen_name":"Mazzi_Maz","name":"Marius Listhrop","id":237724241,"id_str":"237724241","indices":[3,13]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Sat Nov 03 17:45:40 +0000 2012","id":264785431105765376,"id_str":"264785431105765376","text":"RT @Mazzi_Maz: How I drink shots! http://t.co/EO1YntOA","source":"<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":555201458,"id_str":"555201458","name":"Ruby Lloyd †","screen_name":"Ruby_Mae_Lloyd","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":121,"friends_count":150,"listed_count":0,"created_at":"Mon Apr 16 15:25:16 +0000 2012","favourites_count":39,"utc_offset":3600,"time_zone":"Amsterdam","geo_enabled":false,"verified":false,"statuses_count":2725,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"B3B7BA","profile_background_image_url":"http://a0.twimg.com/profile_background_images/676294725/9b41dde5c064a63b5951d6d820f0cd95.jpeg","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/676294725/9b41dde5c064a63b5951d6d820f0cd95.jpeg","profile_background_tile":true,"profile_image_url":"http://a0.twimg.com/profile_images/2669930323/a43f4bb69476bab80cc1f03a570cb449_normal.jpeg","profile_image_url_https":"https://si0.twimg.com/profile_images/2669930323/a43f4bb69476bab80cc1f03a570cb449_normal.jpeg","profile_banner_url":"https://si0.twimg.com/profile_banners/555201458/1349812793","profile_link_color":"647EE8","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Sat Nov 03 17:44:23 +0000 2012","id":264785108005953536,"id_str":"264785108005953536","text":"How I drink shots! http://t.co/EO1YntOA","source":"<a href=\"http://instagr.am\" rel=\"nofollow\">Instagram</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":237724241,"id_str":"237724241","name":"Marius Listhrop","screen_name":"Mazzi_Maz","location":"Wolverhampton","description":"That Dancer Guy... Absolute Stupid Nutter, 18, I'm sometimes naked on YouTube. Butterface ✗O","url":"http://www.youtube.com/TheMazziMaz","entities":{"url":{"urls":[{"url":"http://www.youtube.com/TheMazziMaz","expanded_url":null,"indices":[0,34]}]},"description":{"urls":[]}},"protected":false,"followers_count":183720,"friends_count":5258,"listed_count":828,"created_at":"Thu Jan 13 13:47:38 +0000 2011","favourites_count":10,"utc_offset":3600,"time_zone":"Amsterdam","geo_enabled":true,"verified":false,"statuses_count":23568,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"FFFFFF","profile_background_image_url":"http://a0.twimg.com/profile_background_images/355745632/IMG_1373.jpg","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/355745632/IMG_1373.jpg","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/2785871988/7e22f9734076bce4ce627ead3087594f_normal.jpeg","profile_image_url_https":"https://si0.twimg.com/profile_images/2785871988/7e22f9734076bce4ce627ead3087594f_normal.jpeg","profile_banner_url":"https://si0.twimg.com/profile_banners/237724241/1350773164","profile_link_color":"000000","profile_sidebar_border_color":"EEEEEE","profile_sidebar_fill_color":"EFEFEF","profile_text_color":"333333","profile_use_background_image":false,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":119,"entities":{"hashtags":[],"urls":[{"url":"http://t.co/EO1YntOA","expanded_url":"http://instagr.am/p/Rk4KN_trqz/","display_url":"instagr.am/p/Rk4KN_trqz/","indices":[19,39]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false},"retweet_count":119,"entities":{"hashtags":[],"urls":[{"url":"http://t.co/EO1YntOA","expanded_url":"http://instagr.am/p/Rk4KN_trqz/","display_url":"instagr.am/p/Rk4KN_trqz/","indices":[34,54]}],"user_mentions":[{"screen_name":"Mazzi_Maz","name":"Marius Listhrop","id":237724241,"id_str":"237724241","indices":[3,13]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"sv"},"created_at":"Sat Nov 03 17:45:40 +0000 2012","id":264785428736008192,"id_str":"264785428736008192","text":"Photo: http://t.co/XW2PZK4P","source":"<a href=\"http://www.tumblr.com/\" rel=\"nofollow\">Tumblr</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":21884317,"id_str":"21884317","name":"Ruby Bayley-Pratt","screen_name":"Ruby_______","location":"","description":"luminiferous\r\n","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":45,"friends_count":75,"listed_count":1,"created_at":"Wed Feb 25 16:35:16 +0000 2009","favourites_count":3,"utc_offset":0,"time_zone":"Edinburgh","geo_enabled":true,"verified":false,"statuses_count":3881,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"ACDED6","profile_background_image_url":"http://a0.twimg.com/profile_background_images/190212418/tumblr_l1vsw0hTZ61qz9dz7o1_500_large.jpg","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/190212418/tumblr_l1vsw0hTZ61qz9dz7o1_500_large.jpg","profile_background_tile":true,"profile_image_url":"http://a0.twimg.com/profile_images/2549037741/image_normal.jpg","profile_image_url_https":"https://si0.twimg.com/profile_images/2549037741/image_normal.jpg","profile_link_color":"038543","profile_sidebar_border_color":"EEEEEE","profile_sidebar_fill_color":"F6F6F6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":true,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[{"url":"http://t.co/XW2PZK4P","expanded_url":"http://tmblr.co/ZZ5ShxWWxA06","display_url":"tmblr.co/ZZ5ShxWWxA06","indices":[8,28]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Sat Nov 03 17:45:24 +0000 2012","id":264785360918306817,"id_str":"264785360918306817","text":"RT @YoBiddyLPs: Exploring!! Episode 7 if Pokemon Ruby Destiny: Reign of Legends is NOW LIVE! Go check it out and RT? :D http://t.co/7SV ...","source":"<a href=\"http://www.tweetdeck.com\" rel=\"nofollow\">TweetDeck</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":406518614,"id_str":"406518614","name":"Lennert","screen_name":"DashSmashLps","location":"","description":"A Belgian 15 year old boy who loves gaming, music and graphics work.","url":"http://www.youtube.com/user/infersaime","entities":{"url":{"urls":[{"url":"http://www.youtube.com/user/infersaime","expanded_url":null,"indices":[0,38]}]},"description":{"urls":[]}},"protected":false,"followers_count":106,"friends_count":135,"listed_count":0,"created_at":"Sun Nov 06 20:30:03 +0000 2011","favourites_count":16,"utc_offset":3600,"time_zone":"Brussels","geo_enabled":false,"verified":false,"statuses_count":9466,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://a0.twimg.com/profile_background_images/699860842/3a28f7d6569f9d1c449c1b1350c1aa06.jpeg","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/699860842/3a28f7d6569f9d1c449c1b1350c1aa06.jpeg","profile_background_tile":true,"profile_image_url":"http://a0.twimg.com/profile_images/2763348598/d7ab281d91a40ab87865f8aaa51a9b3e_normal.png","profile_image_url_https":"https://si0.twimg.com/profile_images/2763348598/d7ab281d91a40ab87865f8aaa51a9b3e_normal.png","profile_banner_url":"https://si0.twimg.com/profile_banners/406518614/1348354409","profile_link_color":"0084B4","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Sat Nov 03 17:21:38 +0000 2012","id":264779382063779841,"id_str":"264779382063779841","text":"Exploring!! Episode 7 if Pokemon Ruby Destiny: Reign of Legends is NOW LIVE! Go check it out and RT? :D http://t.co/7SVBc1FE","source":"web","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":222824593,"id_str":"222824593","name":"Dillon","screen_name":"YoBiddyLPs","location":"","description":"Just a kid from New Jersey that likes to do Let's Plays! COME AT ME BRO!","url":"http://youtube.com/user/YoBiddyLPs","entities":{"url":{"urls":[{"url":"http://youtube.com/user/YoBiddyLPs","expanded_url":null,"indices":[0,34]}]},"description":{"urls":[]}},"protected":false,"followers_count":451,"friends_count":120,"listed_count":1,"created_at":"Sat Dec 04 15:28:15 +0000 2010","favourites_count":5,"utc_offset":-21600,"time_zone":"Central Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":3530,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"131516","profile_background_image_url":"http://a0.twimg.com/images/themes/theme14/bg.gif","profile_background_image_url_https":"https://si0.twimg.com/images/themes/theme14/bg.gif","profile_background_tile":true,"profile_image_url":"http://a0.twimg.com/profile_images/2747746695/1debdf807fe78a7d9da709714147cdff_normal.png","profile_image_url_https":"https://si0.twimg.com/profile_images/2747746695/1debdf807fe78a7d9da709714147cdff_normal.png","profile_link_color":"009999","profile_sidebar_border_color":"EEEEEE","profile_sidebar_fill_color":"EFEFEF","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":true,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":1,"entities":{"hashtags":[],"urls":[{"url":"http://t.co/7SVBc1FE","expanded_url":"http://www.youtube.com/watch?v=nnWoxaplWuI","display_url":"youtube.com/watch?v=nnWoxa…","indices":[105,125]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false},"retweet_count":1,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"YoBiddyLPs","name":"Dillon","id":222824593,"id_str":"222824593","indices":[3,14]}]},"favorited":false,"retweeted":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Sat Nov 03 17:45:23 +0000 2012","id":264785356543631360,"id_str":"264785356543631360","text":"Red velvet cupcakes &lt;3 (@ Ruby Tuesday) http://t.co/6SgizaFo","source":"<a href=\"http://foursquare.com\" rel=\"nofollow\">foursquare</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":322056787,"id_str":"322056787","name":"Brewer Princess","screen_name":"BrewerPrincess","location":"BrewCity, Milwaukee","description":"Amanda Holterman. Milwaukee. Country Girl born and raised. Farmers Daughter. Diehard Brewer Fan. Patriots fan. See ya at a sporting event near you! #BREWlieve ","url":"http://www.facebook.com/brewersprincess","entities":{"url":{"urls":[{"url":"http://www.facebook.com/brewersprincess","expanded_url":null,"indices":[0,39]}]},"description":{"urls":[]}},"protected":false,"followers_count":1010,"friends_count":774,"listed_count":2,"created_at":"Wed Jun 22 15:30:37 +0000 2011","favourites_count":7495,"utc_offset":-21600,"time_zone":"Central Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":25765,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"642D8B","profile_background_image_url":"http://a0.twimg.com/profile_background_images/601092313/8u6mw5ujxcaieagiqv9e.gif","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/601092313/8u6mw5ujxcaieagiqv9e.gif","profile_background_tile":true,"profile_image_url":"http://a0.twimg.com/profile_images/2757218600/de9a3ebad53be9fa3bf2cceb6fc5fa3e_normal.jpeg","profile_image_url_https":"https://si0.twimg.com/profile_images/2757218600/de9a3ebad53be9fa3bf2cceb6fc5fa3e_normal.jpeg","profile_banner_url":"https://si0.twimg.com/profile_banners/322056787/1347985259","profile_link_color":"FF0000","profile_sidebar_border_color":"65B0DA","profile_sidebar_fill_color":"7AC3EE","profile_text_color":"3D1957","profile_use_background_image":true,"show_all_inline_media":true,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":{"type":"Point","coordinates":[42.94783576,-88.007918]},"coordinates":{"type":"Point","coordinates":[-88.007918,42.94783576]},"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[{"url":"http://t.co/6SgizaFo","expanded_url":"http://4sq.com/SEcREy","display_url":"4sq.com/SEcREy","indices":[43,63]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Sat Nov 03 17:45:08 +0000 2012","id":264785295944323072,"id_str":"264785295944323072","text":"Dano AND Coogan?! 🙀😻 (watching Ruby Sparks) http://t.co/V4kXocT2 #RubySparks","source":"<a href=\"http://gomiso.com\" rel=\"nofollow\">Miso</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":111761813,"id_str":"111761813","name":"Sabby Poppins","screen_name":"tweetnasty","location":"Lawrence, Blandsas.","description":"Freaky and worthwhile, even if it sickens you. GP Nation.\n","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":800,"friends_count":485,"listed_count":56,"created_at":"Sat Feb 06 02:11:34 +0000 2010","favourites_count":1013,"utc_offset":-21600,"time_zone":"Central Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":15744,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"DBE9ED","profile_background_image_url":"http://a0.twimg.com/profile_background_images/245460377/miesel-pinup-puzzle.jpg","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/245460377/miesel-pinup-puzzle.jpg","profile_background_tile":true,"profile_image_url":"http://a0.twimg.com/profile_images/2722014570/559a4dda7000797ba86d3c88e8febf8e_normal.jpeg","profile_image_url_https":"https://si0.twimg.com/profile_images/2722014570/559a4dda7000797ba86d3c88e8febf8e_normal.jpeg","profile_link_color":"CC3366","profile_sidebar_border_color":"DBE9ED","profile_sidebar_fill_color":"E6F6F9","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[{"text":"RubySparks","indices":[65,76]}],"urls":[{"url":"http://t.co/V4kXocT2","expanded_url":"http://gomiso.com/r/2esRm","display_url":"gomiso.com/r/2esRm","indices":[44,64]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Sat Nov 03 17:44:37 +0000 2012","id":264785167040790528,"id_str":"264785167040790528","text":"Militias had a resurgence thanks to George Herbert Bush's NWO speech in 1990. Ruby ridge and (@YouTube http://t.co/tiC3kTQ4)","source":"<a href=\"http://www.google.com/\" rel=\"nofollow\">Google</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":480199386,"id_str":"480199386","name":"Comic genus","screen_name":"Comicgenie","location":"","description":"","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":3,"friends_count":10,"listed_count":0,"created_at":"Wed Feb 01 07:02:40 +0000 2012","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":796,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://a0.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://si0.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/sticky/default_profile_images/default_profile_2_normal.png","profile_image_url_https":"https://si0.twimg.com/sticky/default_profile_images/default_profile_2_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":true,"default_profile_image":true,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[{"url":"http://t.co/tiC3kTQ4","expanded_url":"http://youtu.be/ky49ltgeXRU?a","display_url":"youtu.be/ky49ltgeXRU?a","indices":[103,123]}],"user_mentions":[{"screen_name":"YouTube","name":"YouTube","id":10228272,"id_str":"10228272","indices":[94,102]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Sat Nov 03 17:44:33 +0000 2012","id":264785149475057664,"id_str":"264785149475057664","text":"Guess what? Nick Urata is the guy! Composer of Ruby Sparks OST too!! http://t.co/7FHsYfrz","source":"<a href=\"http://soundcloud.com\" rel=\"nofollow\">SoundCloud</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":340197702,"id_str":"340197702","name":"Rodrigo Pineda","screen_name":"Dj_sLoW_hAnD","location":"Following the sun","description":"TEDxMadrid Music Curator. Tweet Jockey. Food 2.0 activist. Intrapeneur (now). Entrepreneur (back again). Nomad (always). Musician. Service Designer.","url":"http://www.linkedin.com/in/rodrigo","entities":{"url":{"urls":[{"url":"http://www.linkedin.com/in/rodrigo","expanded_url":null,"indices":[0,34]}]},"description":{"urls":[]}},"protected":false,"followers_count":236,"friends_count":44,"listed_count":14,"created_at":"Fri Jul 22 09:06:31 +0000 2011","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":318,"lang":"es","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://a0.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://si0.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/1472323549/rodrigo_foto_retrato_3_normal.jpg","profile_image_url_https":"https://si0.twimg.com/profile_images/1472323549/rodrigo_foto_retrato_3_normal.jpg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[{"url":"http://t.co/7FHsYfrz","expanded_url":"http://soundcloud.com/milanrecords/nick-urata-ruby-sparks-w","display_url":"soundcloud.com/milanrecords/n…","indices":[70,90]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Sat Nov 03 17:44:10 +0000 2012","id":264785051311562753,"id_str":"264785051311562753","text":"Which is the best css 3 parser available in python or ruby? http://t.co/XmhPXR2w","source":"<a href=\"http://pythonatso.appspot.com/\" rel=\"nofollow\">@PythonAtSO</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":244462999,"id_str":"244462999","name":"PythonAtSO","screen_name":"pythonatso","location":"Hong Kong","description":"Live stream of Python questions at StackOverflow","url":"http://stackoverflow.com/questions/tagged/python","entities":{"url":{"urls":[{"url":"http://stackoverflow.com/questions/tagged/python","expanded_url":null,"indices":[0,48]}]},"description":{"urls":[]}},"protected":false,"followers_count":330,"friends_count":3,"listed_count":46,"created_at":"Sat Jan 29 10:59:26 +0000 2011","favourites_count":2,"utc_offset":28800,"time_zone":"Hong Kong","geo_enabled":false,"verified":false,"statuses_count":51096,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://a0.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://si0.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/1228917593/Screen_shot_2011-01-29_at_7.25.02_PM_normal.png","profile_image_url_https":"https://si0.twimg.com/profile_images/1228917593/Screen_shot_2011-01-29_at_7.25.02_PM_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[{"url":"http://t.co/XmhPXR2w","expanded_url":"http://bit.ly/TBuO7J","display_url":"bit.ly/TBuO7J","indices":[60,80]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"sv"},"created_at":"Sat Nov 03 17:44:05 +0000 2012","id":264785030373572611,"id_str":"264785030373572611","text":"Photo: http://t.co/RdoIq0Qa","source":"<a href=\"http://www.tumblr.com/\" rel=\"nofollow\">Tumblr</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":21884317,"id_str":"21884317","name":"Ruby Bayley-Pratt","screen_name":"Ruby_______","location":"","description":"luminiferous\r\n","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":45,"friends_count":75,"listed_count":1,"created_at":"Wed Feb 25 16:35:16 +0000 2009","favourites_count":3,"utc_offset":0,"time_zone":"Edinburgh","geo_enabled":true,"verified":false,"statuses_count":3881,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"ACDED6","profile_background_image_url":"http://a0.twimg.com/profile_background_images/190212418/tumblr_l1vsw0hTZ61qz9dz7o1_500_large.jpg","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/190212418/tumblr_l1vsw0hTZ61qz9dz7o1_500_large.jpg","profile_background_tile":true,"profile_image_url":"http://a0.twimg.com/profile_images/2549037741/image_normal.jpg","profile_image_url_https":"https://si0.twimg.com/profile_images/2549037741/image_normal.jpg","profile_link_color":"038543","profile_sidebar_border_color":"EEEEEE","profile_sidebar_fill_color":"F6F6F6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":true,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[{"url":"http://t.co/RdoIq0Qa","expanded_url":"http://tmblr.co/ZZ5ShxWWwmTe","display_url":"tmblr.co/ZZ5ShxWWwmTe","indices":[8,28]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"sv"},"created_at":"Sat Nov 03 17:43:55 +0000 2012","id":264784987331624961,"id_str":"264784987331624961","text":"Photo: http://t.co/lGuxNvED","source":"<a href=\"http://www.tumblr.com/\" rel=\"nofollow\">Tumblr</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":21884317,"id_str":"21884317","name":"Ruby Bayley-Pratt","screen_name":"Ruby_______","location":"","description":"luminiferous\r\n","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":45,"friends_count":75,"listed_count":1,"created_at":"Wed Feb 25 16:35:16 +0000 2009","favourites_count":3,"utc_offset":0,"time_zone":"Edinburgh","geo_enabled":true,"verified":false,"statuses_count":3881,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"ACDED6","profile_background_image_url":"http://a0.twimg.com/profile_background_images/190212418/tumblr_l1vsw0hTZ61qz9dz7o1_500_large.jpg","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/190212418/tumblr_l1vsw0hTZ61qz9dz7o1_500_large.jpg","profile_background_tile":true,"profile_image_url":"http://a0.twimg.com/profile_images/2549037741/image_normal.jpg","profile_image_url_https":"https://si0.twimg.com/profile_images/2549037741/image_normal.jpg","profile_link_color":"038543","profile_sidebar_border_color":"EEEEEE","profile_sidebar_fill_color":"F6F6F6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":true,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[{"url":"http://t.co/lGuxNvED","expanded_url":"http://tmblr.co/ZZ5ShxWWwjdP","display_url":"tmblr.co/ZZ5ShxWWwjdP","indices":[8,28]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Sat Nov 03 17:43:35 +0000 2012","id":264784906188632064,"id_str":"264784906188632064","text":"I liked a @YouTube video http://t.co/NoLVPx9f House Of Crystals Dorothy's Ruby Red Tap Shoes","source":"<a href=\"http://www.google.com/\" rel=\"nofollow\">Google</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":340925384,"id_str":"340925384","name":"HDRizN","screen_name":"HDRizN","location":"Liverpool, United Kingdom","description":"","url":"http://www.youtube.com/user/HDrizN","entities":{"url":{"urls":[{"url":"http://www.youtube.com/user/HDrizN","expanded_url":null,"indices":[0,34]}]},"description":{"urls":[]}},"protected":false,"followers_count":83,"friends_count":3,"listed_count":0,"created_at":"Sat Jul 23 14:23:35 +0000 2011","favourites_count":1,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":1316,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http://a0.twimg.com/images/themes/theme1/bg.png","profile_background_image_url_https":"https://si0.twimg.com/images/themes/theme1/bg.png","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/1458496263/kkk_normal.jpg","profile_image_url_https":"https://si0.twimg.com/profile_images/1458496263/kkk_normal.jpg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":true,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[{"url":"http://t.co/NoLVPx9f","expanded_url":"http://youtu.be/AKZwOEYZsQc?a","display_url":"youtu.be/AKZwOEYZsQc?a","indices":[25,45]}],"user_mentions":[{"screen_name":"YouTube","name":"YouTube","id":10228272,"id_str":"10228272","indices":[10,18]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"metadata":{"result_type":"recent","iso_language_code":"en"},"created_at":"Sat Nov 03 17:43:23 +0000 2012","id":264784855672442883,"id_str":"264784855672442883","text":"DOREMEMBER TONITE ITSGOIN DOWN @ RUBY LOUNGE YES WE WILL BE PARTYIN TONITE IF YOU HAVE AN BDAY AND WANNA PARTY... http://t.co/WTknDWT9","source":"<a href=\"http://www.facebook.com/twitter\" rel=\"nofollow\">Facebook</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":121065800,"id_str":"121065800","name":"GOLDFINGERS","screen_name":"DJGOLDFINGERS81","location":"","description":"BOOK ME FOR UR NEXT EVENT FOR INFO DJGOLDFINGERS81@GMAIL.COM","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":179,"friends_count":283,"listed_count":2,"created_at":"Mon Mar 08 10:22:38 +0000 2010","favourites_count":1,"utc_offset":-21600,"time_zone":"Central Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":550,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"131516","profile_background_image_url":"http://a0.twimg.com/profile_background_images/194565160/34443_1235341582375_1794292215_452715_7735016_n.jpg","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/194565160/34443_1235341582375_1794292215_452715_7735016_n.jpg","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/1545421467/profile_normal.jpg","profile_image_url_https":"https://si0.twimg.com/profile_images/1545421467/profile_normal.jpg","profile_link_color":"009999","profile_sidebar_border_color":"EEEEEE","profile_sidebar_fill_color":"EFEFEF","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[{"url":"http://t.co/WTknDWT9","expanded_url":"http://fb.me/1aLIDnJe0","display_url":"fb.me/1aLIDnJe0","indices":[114,134]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false}],"search_metadata":{"completed_in":0.041,"max_id":264785769099558912,"max_id_str":"264785769099558912","next_results":"?max_id=264784855672442882&q=ruby%20filter%3Alinks&include_entities=1","query":"ruby+filter%3Alinks","refresh_url":"?since_id=264785769099558912&q=ruby%20filter%3Alinks&include_entities=1","count":15,"since_id":0,"since_id_str":"0"}}
@@ -1,30 +1 @@
1
- {
2
- "language": "en",
3
- "discoverable_by_email": true,
4
- "trend_location": [
5
- {
6
- "url": "http://where.yahooapis.com/v1/place/23424803",
7
- "parentid": 1,
8
- "name": "Ireland",
9
- "countryCode": "IE",
10
- "placeType": {
11
- "name": "Country",
12
- "code": 12
13
- },
14
- "woeid": 23424803,
15
- "country": "Ireland"
16
- }
17
- ],
18
- "sleep_time": {
19
- "enabled": false,
20
- "start_time": 0,
21
- "end_time": 0
22
- },
23
- "geo_enabled": true,
24
- "time_zone": {
25
- "name": "Eastern Time (US & Canada)",
26
- "utc_offset": -18000,
27
- "tzinfo_name": "America/New_York"
28
- },
29
- "always_use_https": true
30
- }
1
+ {"language":"en","discoverable_by_email":true,"trend_location":[{"url":"http://where.yahooapis.com/v1/place/23424803","parentid":1,"name":"Ireland","countryCode":"IE","placeType":{"name":"Country","code":12},"woeid":23424803,"country":"Ireland"}],"sleep_time":{"enabled":false,"start_time":0,"end_time":0},"geo_enabled":true,"time_zone":{"name":"Eastern Time (US & Canada)","utc_offset":-18000,"tzinfo_name":"America/New_York"},"always_use_https":true}
@@ -1,60 +1 @@
1
- {
2
- "id": 7505382,
3
- "id_str": "7505382",
4
- "name": "Erik Michaels-Ober",
5
- "screen_name": "sferik",
6
- "location": "San Francisco",
7
- "description": "Vagabond.",
8
- "url": "https://github.com/sferik",
9
- "protected": false,
10
- "followers_count": 2262,
11
- "friends_count": 212,
12
- "listed_count": 118,
13
- "created_at": "Mon Jul 16 12:59:01 +0000 2007",
14
- "favourites_count": 3755,
15
- "utc_offset": -28800,
16
- "time_zone": "Pacific Time (US & Canada)",
17
- "geo_enabled": true,
18
- "verified": false,
19
- "statuses_count": 7890,
20
- "lang": "en",
21
- "status": {
22
- "created_at": "Sun Jul 08 18:29:20 +0000 2012",
23
- "id": 222034648631484416,
24
- "id_str": "222034648631484416",
25
- "text": "@goldman You're near my home town! Say hi to Woodstock for me.",
26
- "source": "<a href=\"http://itunes.apple.com/us/app/twitter/id409789998?mt=12\" rel=\"nofollow\">Twitter for Mac</a>",
27
- "truncated": false,
28
- "in_reply_to_status_id": 222012135281143809,
29
- "in_reply_to_status_id_str": "222012135281143809",
30
- "in_reply_to_user_id": 291,
31
- "in_reply_to_user_id_str": "291",
32
- "in_reply_to_screen_name": "goldman",
33
- "geo": null,
34
- "coordinates": null,
35
- "place": null,
36
- "contributors": null,
37
- "retweet_count": 0,
38
- "favorited": false,
39
- "retweeted": false
40
- },
41
- "contributors_enabled": false,
42
- "is_translator": false,
43
- "profile_background_color": "000000",
44
- "profile_background_image_url": "http://a0.twimg.com/profile_background_images/162641967/we_concept_bg2.png",
45
- "profile_background_image_url_https": "https://si0.twimg.com/profile_background_images/162641967/we_concept_bg2.png",
46
- "profile_background_tile": false,
47
- "profile_image_url": "http://a0.twimg.com/profile_images/1759857427/image1326743606_normal.png",
48
- "profile_image_url_https": "https://si0.twimg.com/profile_images/1759857427/image1326743606_normal.png",
49
- "profile_link_color": "0084B4",
50
- "profile_sidebar_border_color": "C0DEED",
51
- "profile_sidebar_fill_color": "DDEEF6",
52
- "profile_text_color": "333333",
53
- "profile_use_background_image": true,
54
- "show_all_inline_media": true,
55
- "default_profile": false,
56
- "default_profile_image": false,
57
- "following": false,
58
- "follow_request_sent": false,
59
- "notifications": false
60
- }
1
+ {"id":7505382,"id_str":"7505382","name":"Erik Michaels-Ober","screen_name":"sferik","location":"San Francisco","description":"Vagabond.","url":"https://github.com/sferik","protected":false,"followers_count":2262,"friends_count":212,"listed_count":118,"created_at":"Mon Jul 16 12:59:01 +0000 2007","favourites_count":3755,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":7890,"lang":"en","status":{"created_at":"Sun Jul 08 18:29:20 +0000 2012","id":222034648631484416,"id_str":"222034648631484416","text":"@goldman You're near my home town! Say hi to Woodstock for me.","source":"<a href=\"http://itunes.apple.com/us/app/twitter/id409789998?mt=12\" rel=\"nofollow\">Twitter for Mac</a>","truncated":false,"in_reply_to_status_id":222012135281143809,"in_reply_to_status_id_str":"222012135281143809","in_reply_to_user_id":291,"in_reply_to_user_id_str":"291","in_reply_to_screen_name":"goldman","geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"favorited":false,"retweeted":false},"contributors_enabled":false,"is_translator":false,"profile_background_color":"000000","profile_background_image_url":"http://a0.twimg.com/profile_background_images/162641967/we_concept_bg2.png","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/162641967/we_concept_bg2.png","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/1759857427/image1326743606_normal.png","profile_image_url_https":"https://si0.twimg.com/profile_images/1759857427/image1326743606_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}
@@ -1,109 +1 @@
1
- {
2
- "created_at": "Wed Apr 06 19:13:37 +0000 2011",
3
- "id": 55709764298092545,
4
- "id_str": "55709764298092545",
5
- "text": "The problem with your code is that it's doing exactly what you told it to do.",
6
- "source": "<a href=\"http://twitter.com/#!/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
7
- "truncated": false,
8
- "in_reply_to_status_id": null,
9
- "in_reply_to_status_id_str": null,
10
- "in_reply_to_user_id": null,
11
- "in_reply_to_user_id_str": null,
12
- "in_reply_to_screen_name": null,
13
- "user": {
14
- "id": 7505382,
15
- "id_str": "7505382",
16
- "name": "Erik Michaels-Ober",
17
- "screen_name": "sferik",
18
- "location": "San Francisco",
19
- "description": "My heart is in the work.",
20
- "url": "https://github.com/sferik",
21
- "protected": false,
22
- "followers_count": 2094,
23
- "friends_count": 203,
24
- "listed_count": 114,
25
- "created_at": "Mon Jul 16 12:59:01 +0000 2007",
26
- "favourites_count": 3073,
27
- "utc_offset": -28800,
28
- "time_zone": "Pacific Time (US & Canada)",
29
- "geo_enabled": true,
30
- "verified": false,
31
- "statuses_count": 6890,
32
- "lang": "en",
33
- "contributors_enabled": false,
34
- "is_translator": false,
35
- "profile_background_color": "000000",
36
- "profile_background_image_url": "http://a0.twimg.com/profile_background_images/162641967/we_concept_bg2.png",
37
- "profile_background_image_url_https": "https://si0.twimg.com/profile_background_images/162641967/we_concept_bg2.png",
38
- "profile_background_tile": false,
39
- "profile_image_url": "http://a0.twimg.com/profile_images/1759857427/image1326743606_normal.png",
40
- "profile_image_url_https": "https://si0.twimg.com/profile_images/1759857427/image1326743606_normal.png",
41
- "profile_link_color": "0084B4",
42
- "profile_sidebar_border_color": "C0DEED",
43
- "profile_sidebar_fill_color": "DDEEF6",
44
- "profile_text_color": "333333",
45
- "profile_use_background_image": true,
46
- "show_all_inline_media": true,
47
- "default_profile": false,
48
- "default_profile_image": false,
49
- "following": false,
50
- "follow_request_sent": false,
51
- "notifications": false
52
- },
53
- "geo": {
54
- "type": "Point",
55
- "coordinates": [
56
- 37.75963095,
57
- -122.410067
58
- ]
59
- },
60
- "coordinates": {
61
- "type": "Point",
62
- "coordinates": [
63
- -122.410067,
64
- 37.75963095
65
- ]
66
- },
67
- "place": {
68
- "id": "f29bbd03562e37d1",
69
- "url": "http://api.twitter.com/1/geo/id/f29bbd03562e37d1.json",
70
- "place_type": "poi",
71
- "name": "Blowfish Sushi To Die For",
72
- "full_name": "Blowfish Sushi To Die For, San Francisco",
73
- "country_code": "US",
74
- "country": "United States",
75
- "bounding_box": {
76
- "type": "Polygon",
77
- "coordinates": [
78
- [
79
- [
80
- -122.409954,
81
- 37.759597
82
- ],
83
- [
84
- -122.409954,
85
- 37.759597
86
- ],
87
- [
88
- -122.409954,
89
- 37.759597
90
- ],
91
- [
92
- -122.409954,
93
- 37.759597
94
- ]
95
- ]
96
- ]
97
- },
98
- "attributes": {
99
- "region": "California",
100
- "locality": "San Francisco",
101
- "street_address": "2170 Bryant St"
102
- }
103
- },
104
- "contributors": null,
105
- "retweet_count": 320,
106
- "favorited": false,
107
- "retweeted": false,
108
- "possibly_sensitive": false
109
- }
1
+ {"created_at":"Wed Apr 06 19:13:37 +0000 2011","id":55709764298092545,"id_str":"55709764298092545","text":"The problem with your code is that it's doing exactly what you told it to do.","source":"<a href=\"http://twitter.com/#!/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":7505382,"id_str":"7505382","name":"Erik Michaels-Ober","screen_name":"sferik","location":"San Francisco","description":"My heart is in the work.","url":"https://github.com/sferik","protected":false,"followers_count":2094,"friends_count":203,"listed_count":114,"created_at":"Mon Jul 16 12:59:01 +0000 2007","favourites_count":3073,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":6890,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"000000","profile_background_image_url":"http://a0.twimg.com/profile_background_images/162641967/we_concept_bg2.png","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/162641967/we_concept_bg2.png","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/1759857427/image1326743606_normal.png","profile_image_url_https":"https://si0.twimg.com/profile_images/1759857427/image1326743606_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":{"type":"Point","coordinates":[37.75963095,-122.410067]},"coordinates":{"type":"Point","coordinates":[-122.410067,37.75963095]},"place":{"id":"f29bbd03562e37d1","url":"http://api.twitter.com/1/geo/id/f29bbd03562e37d1.json","place_type":"poi","name":"Blowfish Sushi To Die For","full_name":"Blowfish Sushi To Die For, San Francisco","country_code":"US","country":"United States","bounding_box":{"type":"Polygon","coordinates":[[[-122.409954,37.759597],[-122.409954,37.759597],[-122.409954,37.759597],[-122.409954,37.759597]]]},"attributes":{"region":"California","locality":"San Francisco","street_address":"2170 Bryant St"}},"contributors":null,"retweet_count":320,"favorited":false,"retweeted":false,"possibly_sensitive":false}
@@ -1,104 +1 @@
1
- {
2
- "created_at": "Wed Apr 06 19:13:37 +0000 2011",
3
- "id": 55709764298092546,
4
- "id_str": "55709764298092546",
5
- "text": "The problem with your code is that it's doing exactly what you told it to do.",
6
- "source": "<a href=\"http://twitter.com/#!/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
7
- "truncated": false,
8
- "in_reply_to_status_id": null,
9
- "in_reply_to_status_id_str": null,
10
- "in_reply_to_user_id": null,
11
- "in_reply_to_user_id_str": null,
12
- "in_reply_to_screen_name": null,
13
- "user": {
14
- "id": 7505382,
15
- "id_str": "7505382",
16
- "name": "Erik Michaels-Ober",
17
- "screen_name": "sferik",
18
- "location": "San Francisco",
19
- "description": "My heart is in the work.",
20
- "url": "https://github.com/sferik",
21
- "protected": false,
22
- "followers_count": 2094,
23
- "friends_count": 203,
24
- "listed_count": 114,
25
- "created_at": "Mon Jul 16 12:59:01 +0000 2007",
26
- "favourites_count": 3073,
27
- "utc_offset": -28800,
28
- "time_zone": "Pacific Time (US & Canada)",
29
- "geo_enabled": true,
30
- "verified": false,
31
- "statuses_count": 6890,
32
- "lang": "en",
33
- "contributors_enabled": false,
34
- "is_translator": false,
35
- "profile_background_color": "000000",
36
- "profile_background_image_url": "http://a0.twimg.com/profile_background_images/162641967/we_concept_bg2.png",
37
- "profile_background_image_url_https": "https://si0.twimg.com/profile_background_images/162641967/we_concept_bg2.png",
38
- "profile_background_tile": false,
39
- "profile_image_url": "http://a0.twimg.com/profile_images/1759857427/image1326743606_normal.png",
40
- "profile_image_url_https": "https://si0.twimg.com/profile_images/1759857427/image1326743606_normal.png",
41
- "profile_link_color": "0084B4",
42
- "profile_sidebar_border_color": "C0DEED",
43
- "profile_sidebar_fill_color": "DDEEF6",
44
- "profile_text_color": "333333",
45
- "profile_use_background_image": true,
46
- "show_all_inline_media": true,
47
- "default_profile": false,
48
- "default_profile_image": false,
49
- "following": false,
50
- "follow_request_sent": false,
51
- "notifications": false
52
- },
53
- "geo": {
54
- "type": "Point",
55
- "coordinates": [
56
- 37.75963095,
57
- -122.410067
58
- ]
59
- },
60
- "coordinates": {
61
- "type": "Point",
62
- "coordinates": [
63
- -122.410067,
64
- 37.75963095
65
- ]
66
- },
67
- "place": {
68
- "id": "f29bbd03562e37d2",
69
- "url": "http://api.twitter.com/1/geo/id/f29bbd03562e37d1.json",
70
- "place_type": "poi",
71
- "name": "Blowfish Sushi To Die For",
72
- "full_name": "Blowfish Sushi To Die For, San Francisco",
73
- "country_code": "US",
74
- "country": "United States",
75
- "bounding_box": {
76
- "type": "Polygon",
77
- "coordinates": [
78
- [
79
- [
80
- -122.409954,
81
- 37.759597
82
- ],
83
- [
84
- -122.409954,
85
- 37.759597
86
- ],
87
- [
88
- -122.409954,
89
- 37.759597
90
- ],
91
- [
92
- -122.409954,
93
- 37.759597
94
- ]
95
- ]
96
- ]
97
- }
98
- },
99
- "contributors": null,
100
- "retweet_count": 320,
101
- "favorited": false,
102
- "retweeted": false,
103
- "possibly_sensitive": false
104
- }
1
+ {"created_at":"Wed Apr 06 19:13:37 +0000 2011","id":55709764298092546,"id_str":"55709764298092546","text":"The problem with your code is that it's doing exactly what you told it to do.","source":"<a href=\"http://twitter.com/#!/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":7505382,"id_str":"7505382","name":"Erik Michaels-Ober","screen_name":"sferik","location":"San Francisco","description":"My heart is in the work.","url":"https://github.com/sferik","protected":false,"followers_count":2094,"friends_count":203,"listed_count":114,"created_at":"Mon Jul 16 12:59:01 +0000 2007","favourites_count":3073,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":6890,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"000000","profile_background_image_url":"http://a0.twimg.com/profile_background_images/162641967/we_concept_bg2.png","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/162641967/we_concept_bg2.png","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/1759857427/image1326743606_normal.png","profile_image_url_https":"https://si0.twimg.com/profile_images/1759857427/image1326743606_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":{"type":"Point","coordinates":[37.75963095,-122.410067]},"coordinates":{"type":"Point","coordinates":[-122.410067,37.75963095]},"place":{"id":"f29bbd03562e37d2","url":"http://api.twitter.com/1/geo/id/f29bbd03562e37d1.json","place_type":"poi","name":"Blowfish Sushi To Die For","full_name":"Blowfish Sushi To Die For, San Francisco","country_code":"US","country":"United States","bounding_box":{"type":"Polygon","coordinates":[[[-122.409954,37.759597],[-122.409954,37.759597],[-122.409954,37.759597],[-122.409954,37.759597]]]}},"contributors":null,"retweet_count":320,"favorited":false,"retweeted":false,"possibly_sensitive":false}
@@ -1,102 +1 @@
1
- {
2
- "created_at": "Wed Apr 06 19:13:37 +0000 2011",
3
- "id": 55709764298092547,
4
- "id_str": "55709764298092547",
5
- "text": "The problem with your code is that it's doing exactly what you told it to do.",
6
- "source": "<a href=\"http://twitter.com/#!/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
7
- "truncated": false,
8
- "in_reply_to_status_id": null,
9
- "in_reply_to_status_id_str": null,
10
- "in_reply_to_user_id": null,
11
- "in_reply_to_user_id_str": null,
12
- "in_reply_to_screen_name": null,
13
- "user": {
14
- "id": 7505382,
15
- "id_str": "7505382",
16
- "name": "Erik Michaels-Ober",
17
- "screen_name": "sferik",
18
- "location": "San Francisco",
19
- "description": "My heart is in the work.",
20
- "url": "https://github.com/sferik",
21
- "protected": false,
22
- "followers_count": 2094,
23
- "friends_count": 203,
24
- "listed_count": 114,
25
- "created_at": "Mon Jul 16 12:59:01 +0000 2007",
26
- "favourites_count": 3073,
27
- "utc_offset": -28800,
28
- "time_zone": "Pacific Time (US & Canada)",
29
- "geo_enabled": true,
30
- "verified": false,
31
- "statuses_count": 6890,
32
- "lang": "en",
33
- "contributors_enabled": false,
34
- "is_translator": false,
35
- "profile_background_color": "000000",
36
- "profile_background_image_url": "http://a0.twimg.com/profile_background_images/162641967/we_concept_bg2.png",
37
- "profile_background_image_url_https": "https://si0.twimg.com/profile_background_images/162641967/we_concept_bg2.png",
38
- "profile_background_tile": false,
39
- "profile_image_url": "http://a0.twimg.com/profile_images/1759857427/image1326743606_normal.png",
40
- "profile_image_url_https": "https://si0.twimg.com/profile_images/1759857427/image1326743606_normal.png",
41
- "profile_link_color": "0084B4",
42
- "profile_sidebar_border_color": "C0DEED",
43
- "profile_sidebar_fill_color": "DDEEF6",
44
- "profile_text_color": "333333",
45
- "profile_use_background_image": true,
46
- "show_all_inline_media": true,
47
- "default_profile": false,
48
- "default_profile_image": false,
49
- "following": false,
50
- "follow_request_sent": false,
51
- "notifications": false
52
- },
53
- "geo": {
54
- "type": "Point",
55
- "coordinates": [
56
- 37.75963095,
57
- -122.410067
58
- ]
59
- },
60
- "coordinates": {
61
- "type": "Point",
62
- "coordinates": [
63
- -122.410067,
64
- 37.75963095
65
- ]
66
- },
67
- "place": {
68
- "id": "f29bbd03562e37d3",
69
- "url": "http://api.twitter.com/1/geo/id/f29bbd03562e37d1.json",
70
- "place_type": "poi",
71
- "name": "Blowfish Sushi To Die For",
72
- "full_name": "Blowfish Sushi To Die For, San Francisco",
73
- "bounding_box": {
74
- "type": "Polygon",
75
- "coordinates": [
76
- [
77
- [
78
- -122.409954,
79
- 37.759597
80
- ],
81
- [
82
- -122.409954,
83
- 37.759597
84
- ],
85
- [
86
- -122.409954,
87
- 37.759597
88
- ],
89
- [
90
- -122.409954,
91
- 37.759597
92
- ]
93
- ]
94
- ]
95
- }
96
- },
97
- "contributors": null,
98
- "retweet_count": 320,
99
- "favorited": false,
100
- "retweeted": false,
101
- "possibly_sensitive": false
102
- }
1
+ {"created_at":"Wed Apr 06 19:13:37 +0000 2011","id":55709764298092547,"id_str":"55709764298092547","text":"The problem with your code is that it's doing exactly what you told it to do.","source":"<a href=\"http://twitter.com/#!/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":7505382,"id_str":"7505382","name":"Erik Michaels-Ober","screen_name":"sferik","location":"San Francisco","description":"My heart is in the work.","url":"https://github.com/sferik","protected":false,"followers_count":2094,"friends_count":203,"listed_count":114,"created_at":"Mon Jul 16 12:59:01 +0000 2007","favourites_count":3073,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":6890,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"000000","profile_background_image_url":"http://a0.twimg.com/profile_background_images/162641967/we_concept_bg2.png","profile_background_image_url_https":"https://si0.twimg.com/profile_background_images/162641967/we_concept_bg2.png","profile_background_tile":false,"profile_image_url":"http://a0.twimg.com/profile_images/1759857427/image1326743606_normal.png","profile_image_url_https":"https://si0.twimg.com/profile_images/1759857427/image1326743606_normal.png","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"show_all_inline_media":true,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":{"type":"Point","coordinates":[37.75963095,-122.410067]},"coordinates":{"type":"Point","coordinates":[-122.410067,37.75963095]},"place":{"id":"f29bbd03562e37d3","url":"http://api.twitter.com/1/geo/id/f29bbd03562e37d1.json","place_type":"poi","name":"Blowfish Sushi To Die For","full_name":"Blowfish Sushi To Die For, San Francisco","bounding_box":{"type":"Polygon","coordinates":[[[-122.409954,37.759597],[-122.409954,37.759597],[-122.409954,37.759597],[-122.409954,37.759597]]]}},"contributors":null,"retweet_count":320,"favorited":false,"retweeted":false,"possibly_sensitive":false}