da_face 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (86) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +20 -0
  3. data/.ruby-gemset +1 -0
  4. data/.ruby-version +1 -0
  5. data/Gemfile +6 -0
  6. data/Gemfile.lock +51 -0
  7. data/LICENSE.txt +22 -0
  8. data/README.md +114 -0
  9. data/Rakefile +2 -0
  10. data/da_face.gemspec +27 -0
  11. data/lib/da_face/api/adapter.rb +42 -0
  12. data/lib/da_face/api/adapters/base.rb +59 -0
  13. data/lib/da_face/api/adapters/em_http_request_adapter.rb +8 -0
  14. data/lib/da_face/api/adapters/excon_adapter.rb +33 -0
  15. data/lib/da_face/api/core.rb +0 -0
  16. data/lib/da_face/api/push.rb +77 -0
  17. data/lib/da_face/api/push_log.rb +11 -0
  18. data/lib/da_face/api/push_log_entry.rb +15 -0
  19. data/lib/da_face/api/push_subscription.rb +141 -0
  20. data/lib/da_face/configuration.rb +11 -0
  21. data/lib/da_face/datasift/da_object.rb +35 -0
  22. data/lib/da_face/datasift/demographic.rb +12 -0
  23. data/lib/da_face/datasift/errors.rb +9 -0
  24. data/lib/da_face/datasift/interaction.rb +33 -0
  25. data/lib/da_face/datasift/language.rb +14 -0
  26. data/lib/da_face/datasift/link.rb +34 -0
  27. data/lib/da_face/datasift/links.rb +38 -0
  28. data/lib/da_face/datasift/parser.rb +35 -0
  29. data/lib/da_face/datasift/salience.rb +16 -0
  30. data/lib/da_face/datasift/twitter.rb +46 -0
  31. data/lib/da_face/datasift/twitter_delete_notification.rb +16 -0
  32. data/lib/da_face/datasift/twitter_user_status.rb +37 -0
  33. data/lib/da_face/errors.rb +7 -0
  34. data/lib/da_face/twitter/parser.rb +16 -0
  35. data/lib/da_face/twitter/tweet.rb +49 -0
  36. data/lib/da_face/twitter/user.rb +55 -0
  37. data/lib/da_face/utilities.rb +41 -0
  38. data/lib/da_face/version.rb +3 -0
  39. data/lib/da_face.rb +69 -0
  40. data/spec/da_face/api/adapter_spec.rb +58 -0
  41. data/spec/da_face/api/adapters/base_spec.rb +125 -0
  42. data/spec/da_face/api/push_log_spec.rb +34 -0
  43. data/spec/da_face/api/push_spec.rb +108 -0
  44. data/spec/da_face/api/push_subscription_spec.rb +220 -0
  45. data/spec/da_face/configuration_spec.rb +15 -0
  46. data/spec/da_face/datasift/da_object_spec.rb +191 -0
  47. data/spec/da_face/datasift/demographic_spec.rb +30 -0
  48. data/spec/da_face/datasift/interaction_spec.rb +93 -0
  49. data/spec/da_face/datasift/language_spec.rb +45 -0
  50. data/spec/da_face/datasift/link_spec.rb +80 -0
  51. data/spec/da_face/datasift/links_spec.rb +70 -0
  52. data/spec/da_face/datasift/parser_spec.rb +5 -0
  53. data/spec/da_face/datasift/salience_spec.rb +33 -0
  54. data/spec/da_face/datasift/twitter_delete_notification_spec.rb +45 -0
  55. data/spec/da_face/datasift/twitter_spec.rb +56 -0
  56. data/spec/da_face/datasift/twitter_user_status_spec.rb +36 -0
  57. data/spec/da_face/twitter/parser_spec.rb +16 -0
  58. data/spec/da_face/twitter/tweet_spec.rb +77 -0
  59. data/spec/da_face/twitter/user_spec.rb +116 -0
  60. data/spec/da_face/utilities_spec.rb +74 -0
  61. data/spec/da_face_spec.rb +120 -0
  62. data/spec/fixtures/api_responses/get_subscriptions.json +26 -0
  63. data/spec/fixtures/api_responses/log.json +126 -0
  64. data/spec/fixtures/api_responses/validate_success.json +4 -0
  65. data/spec/fixtures/demographic/simple.json +5 -0
  66. data/spec/fixtures/interaction/simple.json +28 -0
  67. data/spec/fixtures/interactions/collection.json +1 -0
  68. data/spec/fixtures/interactions/simple.json +102 -0
  69. data/spec/fixtures/language/simple.json +5 -0
  70. data/spec/fixtures/links/multiples.json +69 -0
  71. data/spec/fixtures/links/simple.json +65 -0
  72. data/spec/fixtures/links/simple_failing.json +65 -0
  73. data/spec/fixtures/notifications/delete.json +10 -0
  74. data/spec/fixtures/notifications/user_delete.json +16 -0
  75. data/spec/fixtures/notifications/user_protect.json +16 -0
  76. data/spec/fixtures/notifications/user_suspend.json +16 -0
  77. data/spec/fixtures/notifications/user_undelete.json +16 -0
  78. data/spec/fixtures/notifications/user_unprotect.json +16 -0
  79. data/spec/fixtures/notifications/user_unsuspend.json +16 -0
  80. data/spec/fixtures/salience/simple.json +5 -0
  81. data/spec/fixtures/twitter/retweet.json +70 -0
  82. data/spec/fixtures/twitter/simple.json +33 -0
  83. data/spec/integration/stress_spec.rb +16 -0
  84. data/spec/spec_helper.rb +23 -0
  85. data/spec/test_spec.rb +7 -0
  86. metadata +259 -0
@@ -0,0 +1 @@
1
+ {"hash":"ac353d4505594d8b53c6","hash_type":"historic","id":"11975cca6b4fa35416502341547b7458","delivered_at":"Mon, 28 Jul 2014 18:14:54 +0000","stream_hash":"74c291a9d5ace78be81b368842b3d9af","interactions":[{"interaction":{"author":{"avatar":"http://pbs.twimg.com/profile_images/378800000722319261/dd1f0da18eb09daa96f38f0ddaa1886d_normal.png","id":2180886595,"language":"en","link":"http://twitter.com/stocknews247","name":"stocknews247","username":"stocknews247"},"content":"$SO - Tallying Up the True Price of Clean Coal -&gt; http://t.co/dsxpHJpqIK #stock #stocks #stockaction","created_at":"Fri, 16 May 2014 00:32:16 +0000","hashtags":["stock","stocks","stockaction"],"id":"1e3dc9187ebea800e0744682a8e7caa8","link":"http://twitter.com/stocknews247/status/467100182279380993","received_at":1400200336.7481999,"schema":{"version":3},"source":"timeline4you","type":"twitter","tags":["trader"],"tag_tree":{"quality_score":1050.0000000000000}},"language":{"confidence":97,"tag":"en","tag_extended":"en"},"links":{"code":[200],"created_at":["Fri, 16 May 2014 00:32:22 +0000"],"meta":{"charset":["UTF-8"],"content_type":["text/html"],"description":["Tallying Up the True Price of Clean Coal"],"lang":["unknown"]},"normalized_url":["http://stock-news.net/939869"],"retweet_count":[0],"title":["SO News - Tallying Up the True Price of Clean Coal"],"url":["http://stock-news.net/939869"]},"salience":{"content":{"sentiment":-2}},"twitter":{"created_at":"Fri, 16 May 2014 00:32:16 +0000","display_urls":["stock-news.net/939869"],"domains":["stock-news.net"],"filter_level":"medium","hashtags":["stock","stocks","stockaction"],"id":"467100182279380993","lang":"en","links":["http://stock-news.net/939869"],"source":"<a href=\"http://pagemy.de\" rel=\"nofollow\">timeline4you</a>","text":"$SO - Tallying Up the True Price of Clean Coal -&gt; http://t.co/dsxpHJpqIK #stock #stocks #stockaction","user":{"created_at":"Thu, 07 Nov 2013 21:27:01 +0000","description":"Stock Market News every Day","favourites_count":0,"followers_count":766,"friends_count":17,"geo_enabled":false,"id":2180886595,"id_str":"2180886595","lang":"en","listed_count":22,"name":"stocknews247","profile_image_url":"http://pbs.twimg.com/profile_images/378800000722319261/dd1f0da18eb09daa96f38f0ddaa1886d_normal.png","profile_image_url_https":"https://pbs.twimg.com/profile_images/378800000722319261/dd1f0da18eb09daa96f38f0ddaa1886d_normal.png","screen_name":"stocknews247","statuses_count":108159,"time_zone":"Amsterdam","utc_offset":7200,"verified":false}}},{"demographic":{"gender":"male"},"interaction":{"author":{"avatar":"http://pbs.twimg.com/profile_images/378800000611513646/92467ae756197245a940eb36e0af80ba_normal.jpeg","id":1849605206,"language":"en","link":"http://twitter.com/TheStockHerald","name":"Stock Herald","username":"TheStockHerald"},"content":"$TRLA: 6:24 pm Trulia announces it is experiencing record levels of consumer ... http://t.co/HzINHMznR8","created_at":"Fri, 16 May 2014 00:24:08 +0000","id":"1e3dc90650d0a400e074adecd126164a","link":"http://twitter.com/TheStockHerald/status/467098134435221504","received_at":1400199848.5762000,"schema":{"version":3},"source":"dlvr.it","type":"twitter","tags":["trader"],"tag_tree":{"sentiment_score":700.00000000000000,"quality_score":950.00000000000000}},"language":{"confidence":98,"tag":"en","tag_extended":"en"},"links":{"code":[403],"created_at":["Fri, 16 May 2014 00:24:09 +0000"],"hops":[["http://top10stocks2buy.com/i.php?http://www.economonitor.com/nouriel/2008/11/14/20-reasons-why-the-us-consumer-is-capitulating-thus-triggering-the-worst-us-recession-in-decades/&t6t=TRLA"]],"normalized_url":[null],"retweet_count":[0],"title":[null],"url":["http://top10stocks2buy.com/i.php?http://www.economonitor.com/nouriel/2008/11/14/20-reasons-why-the-us-consumer-is-capitulating-thus-triggering-the-worst-us-recession-in-decades/&t6t=TRLA"]},"salience":{"content":{"sentiment":0}},"twitter":{"created_at":"Fri, 16 May 2014 00:24:08 +0000","display_urls":["top10stocks2buy.com/i.php?http://w\u2026"],"domains":["top10stocks2buy.com"],"id":"467098134435221504","lang":"en","links":["http://top10stocks2buy.com/i.php?http://www.economonitor.com/nouriel/2008/11/14/20-reasons-why-the-us-consumer-is-capitulating-thus-triggering-the-worst-us-recession-in-decades/&t6t=TRLA"],"source":"<a href=\"http://dlvr.it\" rel=\"nofollow\">dlvr.it</a>","text":"$TRLA: 6:24 pm Trulia announces it is experiencing record levels of consumer ... http://t.co/HzINHMznR8","user":{"created_at":"Mon, 09 Sep 2013 22:23:08 +0000","favourites_count":0,"followers_count":169,"friends_count":0,"geo_enabled":false,"id":1849605206,"id_str":"1849605206","lang":"en","listed_count":13,"name":"Stock Herald","profile_image_url":"http://pbs.twimg.com/profile_images/378800000611513646/92467ae756197245a940eb36e0af80ba_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/378800000611513646/92467ae756197245a940eb36e0af80ba_normal.jpeg","screen_name":"TheStockHerald","statuses_count":180136,"time_zone":"Atlantic Time (Canada)","utc_offset":-10800,"verified":false}}},{"interaction":{"author":{"avatar":"http://pbs.twimg.com/profile_images/436097638727835648/RhlFANhX_normal.jpeg","id":2350599145,"language":"en","link":"http://twitter.com/iboxvideo","name":"iBox Video","username":"iboxvideo"},"content":"RT @DownloadMovie3: #adventure cheap movies download, pay by file, Netflix http://t.co/8ck37kRUuI","created_at":"Fri, 16 May 2014 02:31:50 +0000","hashtags":["adventure"],"id":"1e3dca23bf56af00e0743954eaec01c0","link":"http://twitter.com/iboxvideo/status/467130271046057984","mentions":["DownloadMovie3"],"received_at":1400207510.4662998,"schema":{"version":3},"source":"SMMUpdaterPlus2","type":"twitter","tags":["investor"],"tag_tree":{"sentiment_score":200.00000000000000,"quality_score":50.000000000000000}},"language":{"confidence":97,"tag":"en","tag_extended":"en"},"links":{"code":[200],"created_at":["Thu, 15 May 2014 02:49:44 +0000"],"hops":[["http://goo.gl/Qd6PDY"]],"meta":{"charset":["UTF-8"],"content_type":["text/html"],"description":["Download high quality adventure movies - blu-ray and HD DVD rips. HD Movies of adventure for download : Avatar,The Hobbit: The Desolation of Smaug,The Hobbit: An Unexpected Journey,Iron Man Three,Despicable Me 2"],"lang":["en"]},"normalized_url":["http://48movie.com/movieByGenre/adventure"],"retweet_count":[0],"title":["Download adventure hd movies. List of best adventure : Avatar,The Hobbit: The Desolation of Smaug,The Hobbit: An Unexpected Journey,Iron Man Three,Despicable Me 2 for downloading."],"url":["http://48movie.com/movieByGenre/adventure"]},"salience":{"content":{"sentiment":0}},"twitter":{"id":"467130271046057984","retweet":{"count":3,"created_at":"Fri, 16 May 2014 02:31:50 +0000","display_urls":["goo.gl/Qd6PDY"],"domains":["goo.gl"],"hashtags":["adventure"],"id":"467130271046057984","lang":"en","links":["http://goo.gl/Qd6PDY"],"mentions":["DownloadMovie3"],"source":"<a href=\"http://smm.big-api.com\" rel=\"nofollow\">SMMUpdaterPlus2</a>","text":"#adventure cheap movies download, pay by file, Netflix http://t.co/8ck37kRUuI","user":{"created_at":"Tue, 18 Feb 2014 19:48:29 +0000","description":"Only High Quality","favourites_count":2,"followers_count":80,"friends_count":37,"geo_enabled":false,"id":2350599145,"id_str":"2350599145","lang":"en","listed_count":1,"name":"iBox Video","profile_image_url":"http://pbs.twimg.com/profile_images/436097638727835648/RhlFANhX_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/436097638727835648/RhlFANhX_normal.jpeg","screen_name":"iboxvideo","statuses_count":99679,"time_zone":"London","url":"http://iboxvideo.com","utc_offset":3600,"verified":false}},"retweeted":{"created_at":"Fri, 16 May 2014 02:31:47 +0000","id":"467130261826990080","source":"<a href=\"http://smm.big-api.com\" rel=\"nofollow\">SMMUpdaterPlus2</a>","user":{"created_at":"Tue, 04 Mar 2014 09:37:40 +0000","description":"Download chep HD movie: mkv, avi, mp4","favourites_count":0,"followers_count":81,"friends_count":23,"geo_enabled":false,"id":2371669454,"id_str":"2371669454","lang":"en-gb","listed_count":1,"name":"Download Movie","profile_image_url":"http://pbs.twimg.com/profile_images/440787172304502784/cTvf-L73_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/440787172304502784/cTvf-L73_normal.jpeg","screen_name":"DownloadMovie3","statuses_count":96050,"time_zone":"Berlin","url":"http://iboxvideo.com","utc_offset":7200,"verified":false}}}},{"demographic":{"gender":"mostly_female"},"interaction":{"author":{"avatar":"http://pbs.twimg.com/profile_images/434187607535132672/lfP5-QSN_normal.jpeg","id":2343063170,"language":"en","link":"http://twitter.com/SteffenCairbre","name":"The Stock Post","username":"SteffenCairbre"},"content":"$DCT Trader's Buzzers \u2013 National Bank of Greece SA (NBG), DCT Industrial Trust Inc ... http://t.co/hQ7ihfbwei","created_at":"Fri, 16 May 2014 01:49:33 +0000","id":"1e3dc9c53c9fa480e0745aa533eca0c8","link":"http://twitter.com/SteffenCairbre/status/467119631862202368","received_at":1400204973.9668002,"schema":{"version":3},"source":"dlvr.it","type":"twitter","tags":["trader"],"tag_tree":{"quality_score":450.00000000000000}},"language":{"confidence":98,"tag":"en","tag_extended":"en"},"links":{"code":[403],"created_at":["Fri, 16 May 2014 01:49:53 +0000"],"hops":[["http://top10stocks2buy.com/i.php?http://www.techsonian.com/traders-buzzers-national-bank-of-greece-sa-nbg-dct-industrial-trust-inc-dct-alpha-natural-resources-inc-anr-american-realty-capital-properties-inc-arcp/12190057/&t6t=DCT"]],"normalized_url":[null],"retweet_count":[0],"title":[null],"url":["http://top10stocks2buy.com/i.php?http://www.techsonian.com/traders-buzzers-national-bank-of-greece-sa-nbg-dct-industrial-trust-inc-dct-alpha-natural-resources-inc-anr-american-realty-capital-properties-inc-arcp/12190057/&t6t=DCT"]},"salience":{"content":{"sentiment":0}},"twitter":{"created_at":"Fri, 16 May 2014 01:49:33 +0000","display_urls":["top10stocks2buy.com/i.php?http://w\u2026"],"domains":["top10stocks2buy.com"],"id":"467119631862202368","lang":"en","links":["http://top10stocks2buy.com/i.php?http://www.techsonian.com/traders-buzzers-national-bank-of-greece-sa-nbg-dct-industrial-trust-inc-dct-alpha-natural-resources-inc-anr-american-realty-capital-properties-inc-arcp/12190057/&t6t=DCT"],"source":"<a href=\"http://dlvr.it\" rel=\"nofollow\">dlvr.it</a>","text":"$DCT Trader's Buzzers \u2013 National Bank of Greece SA (NBG), DCT Industrial Trust Inc ... http://t.co/hQ7ihfbwei","user":{"created_at":"Fri, 14 Feb 2014 04:47:12 +0000","favourites_count":0,"followers_count":46,"friends_count":0,"geo_enabled":false,"id":2343063170,"id_str":"2343063170","lang":"en","listed_count":10,"name":"The Stock Post","profile_image_url":"http://pbs.twimg.com/profile_images/434187607535132672/lfP5-QSN_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/434187607535132672/lfP5-QSN_normal.jpeg","screen_name":"SteffenCairbre","statuses_count":31570,"verified":false}}},{"demographic":{"gender":"male"},"interaction":{"author":{"avatar":"http://pbs.twimg.com/profile_images/378800000515166245/3ae0c7f31e5cbba667118fdfadf0a5cb_normal.jpeg","id":1729079035,"language":"en","link":"http://twitter.com/VernSonnenberg","name":"Vern Sonnenberg","username":"VernSonnenberg"},"content":"$QLTY County says extra gravel was the right route http://t.co/54yQdroPOg","created_at":"Fri, 16 May 2014 01:49:33 +0000","id":"1e3dc9c53c9fa480e074b6a549bd93f8","link":"http://twitter.com/VernSonnenberg/status/467119631925121024","received_at":1400204973.9270000,"schema":{"version":3},"source":"dlvr.it","type":"twitter","tags":["trader"],"tag_tree":{"quality_score":50.000000000000000}},"language":{"confidence":98,"tag":"en","tag_extended":"en"},"links":{"code":[403],"created_at":["Fri, 16 May 2014 01:49:34 +0000"],"hops":[["http://top10stocks2buy.com/i.php?http://fremonttribune.com/news/local/county-says-extra-gravel-was-the-right-route/article_abf2334d-3bb4-5cbd-9b4a-e063b89a0b90.html&t6t=QLTY"]],"normalized_url":[null],"retweet_count":[0],"title":[null],"url":["http://top10stocks2buy.com/i.php?http://fremonttribune.com/news/local/county-says-extra-gravel-was-the-right-route/article_abf2334d-3bb4-5cbd-9b4a-e063b89a0b90.html&t6t=QLTY"]},"salience":{"content":{"sentiment":0}},"twitter":{"created_at":"Fri, 16 May 2014 01:49:33 +0000","display_urls":["top10stocks2buy.com/i.php?http://f\u2026"],"domains":["top10stocks2buy.com"],"id":"467119631925121024","lang":"en","links":["http://top10stocks2buy.com/i.php?http://fremonttribune.com/news/local/county-says-extra-gravel-was-the-right-route/article_abf2334d-3bb4-5cbd-9b4a-e063b89a0b90.html&t6t=QLTY"],"source":"<a href=\"http://dlvr.it\" rel=\"nofollow\">dlvr.it</a>","text":"$QLTY County says extra gravel was the right route http://t.co/54yQdroPOg","user":{"created_at":"Wed, 04 Sep 2013 15:12:05 +0000","favourites_count":0,"followers_count":225,"friends_count":0,"geo_enabled":false,"id":1729079035,"id_str":"1729079035","lang":"en","listed_count":5,"name":"Vern Sonnenberg","profile_image_url":"http://pbs.twimg.com/profile_images/378800000515166245/3ae0c7f31e5cbba667118fdfadf0a5cb_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/378800000515166245/3ae0c7f31e5cbba667118fdfadf0a5cb_normal.jpeg","screen_name":"VernSonnenberg","statuses_count":85775,"verified":false}}},{"interaction":{"author":{"avatar":"http://pbs.twimg.com/profile_images/643561384/logo_twitter_normal.png","id":102325185,"language":"fr","link":"http://twitter.com/ForTraders","name":"4-traders.com","username":"ForTraders"},"content":"Airline Alitalia halts Venezuela flights from June through October http://t.co/O8ENxgRdt8 $AAL $CPA $DAL $LHA $AC.B $AVT_p","created_at":"Fri, 16 May 2014 00:00:03 +0000","id":"1e3dc8d07c38a380e074d190e43cda54","link":"http://twitter.com/ForTraders/status/467092075155300352","received_at":1400198403.7860999,"schema":{"version":3},"source":"Zonebourse Communaut\u00E9","type":"twitter","tags":["trader"],"tag_tree":{"quality_score":50.000000000000000}},"language":{"confidence":98,"tag":"en","tag_extended":"en"},"links":{"code":[200],"created_at":["Fri, 16 May 2014 00:01:06 +0000"],"meta":{"charset":["CP1252"],"content_type":["text/html"],"description":["Italian airline Alitalia on Thursday confirmed that it is suspending service to Venezuela between the start of June and the end of October because of growing disputes over delays in repatriating... | May 16, 2014"],"lang":["en"],"opengraph":[{"description":"Italian airline Alitalia on Thursday confirmed that it is suspending service to Venezuela between the start of June and the end of October because of growing disputes over delays in repatriating... | May 16, 2014","type":"article","image":"http://img.zonebourse.com/reuters/2014-05-15T235724Z_1_CBREA4E1UJT00_RTROPTP_2_CBUSINESS-US-VENEZUELA-AIRLINES-ALITALIA.JPG","title":"Airline Alitalia halts Venezuela flights from June through October | 4-Traders"}],"twitter":[{"description":"Italian airline Alitalia on Thursday confirmed that it is suspending service to Venezuela between the start of June and the end of October because of growing disputes over delays in repatriating... | May 16, 2014","card":"summary_large_image","site":"@ForTraders","url":"http://www.4-traders.com//AMERICAN-AIRLINES-GROUP-I-15171667/news/Airline-Alitalia-halts-Venezuela-flights-from-June-through-October-18450122/","image":"http://img.zonebourse.com/reuters/2014-05-15T235724Z_1_CBREA4E1UJT00_RTROPTP_2_CBUSINESS-US-VENEZUELA-AIRLINES-ALITALIA.JPG","title":"Airline Alitalia halts Venezuela flights from June through October | 4-Traders"}]},"normalized_url":["http://4-traders.com/AMERICAN-AIRLINES-GROUP-I-15171667/news/Airline-Alitalia-halts-Venezuela-flights-from-June-through-October-18450122"],"retweet_count":[0],"title":["Airline Alitalia halts Venezuela flights from June through October | 4-Traders"],"url":["http://www.4-traders.com/AMERICAN-AIRLINES-GROUP-I-15171667/news/Airline-Alitalia-halts-Venezuela-flights-from-June-through-October-18450122/"]},"salience":{"content":{"sentiment":0}},"twitter":{"created_at":"Fri, 16 May 2014 00:00:03 +0000","display_urls":["4-traders.com/AMERICAN-AIRLI\u2026"],"domains":["www.4-traders.com"],"filter_level":"medium","id":"467092075155300352","lang":"en","links":["http://www.4-traders.com/AMERICAN-AIRLINES-GROUP-I-15171667/news/Airline-Alitalia-halts-Venezuela-flights-from-June-through-October-18450122/"],"source":"<a href=\"http://test.zonebourse.com\" rel=\"nofollow\">Zonebourse Communaut\u00E9</a>","text":"Airline Alitalia halts Venezuela flights from June through October http://t.co/O8ENxgRdt8 $AAL $CPA $DAL $LHA $AC.B $AVT_p","user":{"created_at":"Wed, 06 Jan 2010 09:33:43 +0000","favourites_count":0,"followers_count":4238,"friends_count":65,"geo_enabled":false,"id":102325185,"id_str":"102325185","lang":"fr","listed_count":158,"name":"4-traders.com","profile_image_url":"http://pbs.twimg.com/profile_images/643561384/logo_twitter_normal.png","profile_image_url_https":"https://pbs.twimg.com/profile_images/643561384/logo_twitter_normal.png","screen_name":"ForTraders","statuses_count":475503,"time_zone":"Eastern Time (US & Canada)","url":"http://www.4-traders.com","utc_offset":-14400,"verified":false}}},{"interaction":{"author":{"avatar":"http://pbs.twimg.com/profile_images/467102944505364480/1yRPjE46_normal.jpeg","id":1674276577,"language":"en","link":"http://twitter.com/bamboosensation","name":"cornichon","username":"bamboosensation"},"content":"RT @wavves: when ur gf or bf stay going thru every1 u add on twitter and insta like its a job","created_at":"Fri, 16 May 2014 01:33:06 +0000","id":"1e3dc9a077dba500e074a8a9e5f5b878","link":"http://twitter.com/bamboosensation/status/467115490184527872","mentions":["wavves"],"received_at":1400203986.4249001,"schema":{"version":3},"source":"Twitter for iPhone","type":"twitter","tags":["investor"],"tag_tree":{"quality_score":800.00000000000000}},"language":{"confidence":98,"tag":"en","tag_extended":"en"},"salience":{"content":{"sentiment":0}},"twitter":{"id":"467115490184527872","retweet":{"count":3,"created_at":"Fri, 16 May 2014 01:33:06 +0000","id":"467115490184527872","lang":"en","mentions":["wavves"],"source":"<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>","text":"when ur gf or bf stay going thru every1 u add on twitter and insta like its a job","user":{"created_at":"Thu, 15 Aug 2013 23:04:41 +0000","description":"rio 'bob' rekkusu & leather ruusaa","favourites_count":61982,"followers_count":626,"friends_count":340,"geo_enabled":true,"id":1674276577,"id_str":"1674276577","lang":"en","listed_count":49,"name":"cornichon","profile_image_url":"http://pbs.twimg.com/profile_images/467102944505364480/1yRPjE46_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/467102944505364480/1yRPjE46_normal.jpeg","screen_name":"bamboosensation","statuses_count":57859,"time_zone":"Eastern Time (US & Canada)","utc_offset":-14400,"verified":false}},"retweeted":{"created_at":"Fri, 16 May 2014 01:32:21 +0000","id":"467115304833654784","source":"<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>","user":{"created_at":"Sun, 26 Apr 2009 06:44:37 +0000","description":"also @sweetvvalley Ig: wavvescybersquat","favourites_count":803,"followers_count":83985,"friends_count":805,"geo_enabled":true,"id":35421350,"id_str":"35421350","lang":"en","listed_count":1420,"location":"CALIFORNIA ","name":"KING WAVVE","profile_image_url":"http://pbs.twimg.com/profile_images/463447812647440385/IkVldd0D_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/463447812647440385/IkVldd0D_normal.jpeg","screen_name":"wavves","statuses_count":11253,"time_zone":"Pacific Time (US & Canada)","url":"https://itunes.apple.com/us/album/afraid-of-heights/id596122320","utc_offset":-25200,"verified":true}}}},{"interaction":{"author":{"avatar":"http://pbs.twimg.com/profile_images/1644343716/Tailored_normal.jpg","id":342577543,"language":"en","link":"http://twitter.com/JohnConaway","name":"Tweed","username":"JohnConaway"},"content":"@PotStockHo @jeramye $MYEC is legit, IMHO.","created_at":"Fri, 16 May 2014 00:48:38 +0000","id":"1e3dc93d13d3a700e0744d7099afa9a2","link":"http://twitter.com/JohnConaway/status/467104299810824193","mention_ids":[2409726542,26237727],"mentions":["PotStockHo","jeramye"],"received_at":1400201318.4755001,"schema":{"version":3},"source":"Twitter for iPhone","type":"twitter","tags":["trader"]},"language":{"confidence":95,"tag":"en","tag_extended":"en"},"salience":{"content":{"sentiment":4}},"twitter":{"created_at":"Fri, 16 May 2014 00:48:38 +0000","filter_level":"medium","id":"467104299810824193","in_reply_to_screen_name":"PotStockHo","in_reply_to_status_id":"467103776520691712","in_reply_to_user_id":"2409726542","lang":"en","mention_ids":[2409726542,26237727],"mentions":["PotStockHo","jeramye"],"source":"<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>","text":"@PotStockHo @jeramye $MYEC is legit, IMHO.","user":{"created_at":"Tue, 26 Jul 2011 07:18:15 +0000","description":"Please help my Father-In-Law fight prostate cancer! https://www.giveforward.com/fundraiser/5gd4/dale-jones-fight - SAP Site Manager @ Nestle USA\n\n#WolfPack","favourites_count":23893,"followers_count":909,"friends_count":848,"geo_enabled":true,"id":342577543,"id_str":"342577543","lang":"en","listed_count":16,"location":"Solon, Ohio","name":"Tweed","profile_image_url":"http://pbs.twimg.com/profile_images/1644343716/Tailored_normal.jpg","profile_image_url_https":"https://pbs.twimg.com/profile_images/1644343716/Tailored_normal.jpg","screen_name":"JohnConaway","statuses_count":11506,"time_zone":"Eastern Time (US & Canada)","utc_offset":-14400,"verified":false}}},{"interaction":{"author":{"avatar":"http://pbs.twimg.com/profile_images/462455519698243584/9_S0tdCw_normal.jpeg","id":356966638,"language":"en","link":"http://twitter.com/mscurlystyles","name":"fb or i unfollow :)","username":"mscurlystyles"},"content":"RT @MyLarryArmy: FOLLOWTRICK\n\n$RT\n$follow me &amp; @LoveNiallCutie\n$follow who rts\n$follow everyone back\n$gain lots\n\nTurn my notifications on :)","created_at":"Fri, 16 May 2014 00:15:50 +0000","id":"1e3dc8f3c383af00e07417f3d6e2247e","link":"http://twitter.com/mscurlystyles/status/467096048792780801","mention_ids":[1649821814],"mentions":["LoveNiallCutie","MyLarryArmy"],"received_at":1400199351.2816000,"schema":{"version":3},"source":"Twitter for iPhone","type":"twitter","tags":["trader"]},"language":{"confidence":99,"tag":"en","tag_extended":"en"},"salience":{"content":{"sentiment":1}},"twitter":{"id":"467096048792780801","retweet":{"count":36,"created_at":"Fri, 16 May 2014 00:15:50 +0000","id":"467096048792780801","lang":"en","mention_ids":[1649821814],"mentions":["LoveNiallCutie","MyLarryArmy"],"source":"<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>","symbols":["RT","follow","gain"],"text":"FOLLOWTRICK\n\n$RT\n$follow me &amp; @LoveNiallCutie\n$follow who rts\n$follow everyone back\n$gain lots\n\nTurn my notifications on :)","user":{"created_at":"Wed, 17 Aug 2011 16:53:45 +0000","description":"Where's the pizza?","favourites_count":144,"followers_count":3159,"friends_count":2111,"geo_enabled":false,"id":356966638,"id_str":"356966638","lang":"en","listed_count":5,"location":"searching for dick","name":"fb or i unfollow :)","profile_image_url":"http://pbs.twimg.com/profile_images/462455519698243584/9_S0tdCw_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/462455519698243584/9_S0tdCw_normal.jpeg","screen_name":"mscurlystyles","statuses_count":12533,"time_zone":"Quito","utc_offset":-18000,"verified":false}},"retweeted":{"created_at":"Thu, 15 May 2014 21:30:11 +0000","id":"467054361034514434","source":"<a href=\"https://about.twitter.com/products/tweetdeck\" rel=\"nofollow\">TweetDeck</a>","user":{"created_at":"Sun, 11 Mar 2012 19:16:35 +0000","description":"\u00ABIt's the blue in his eyes that helps me see the future\u00BB Louis is my hero \u221E Bravery.","favourites_count":351,"followers_count":40566,"friends_count":36437,"geo_enabled":false,"id":521586886,"id_str":"521586886","lang":"it","listed_count":127,"location":"Italia","name":"Valentina || Hey Lou","profile_image_url":"http://pbs.twimg.com/profile_images/466301122198913024/e18FbJDD_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/466301122198913024/e18FbJDD_normal.jpeg","screen_name":"MyLarryArmy","statuses_count":29148,"time_zone":"Rome","url":"http://mylarryarmy.tumblr.com/","utc_offset":7200,"verified":false}}}},{"interaction":{"author":{"avatar":"http://pbs.twimg.com/profile_images/2846167742/15399d3b0936632406da45ff073a12bf_normal.png","id":946421838,"language":"en","link":"http://twitter.com/BVBasicMaterial","name":"BV Basic Materials","username":"BVBasicMaterial"},"content":"$DOW Dow is Leading Game-changing Photovoltaic Performance with PID Zero.. http://t.co/y1c3DueAnK","created_at":"Fri, 16 May 2014 00:00:04 +0000","id":"1e3dc8d085c1aa00e074c23d6ef59ee0","link":"http://twitter.com/BVBasicMaterial/status/467092078380716032","received_at":1400198404.5330000,"schema":{"version":3},"source":"BoardVote.com","type":"twitter","tags":["trader"],"tag_tree":{"sentiment_score":600.00000000000000,"quality_score":50.000000000000000}},"language":{"confidence":98,"tag":"en","tag_extended":"en"},"links":{"code":[200],"created_at":["Fri, 16 May 2014 00:00:26 +0000"],"hops":[["http://bdvt.co/dRZ6"]],"meta":{"charset":["UTF-8"],"content_type":["text/html"],"description":["With reputable ENLIGHT\u00E2\u201E\u00A2 Polyolefin Encapsulant Films for PV modules, Dow Packaging& Specialty Plastics, a business unit of Dow, has established\u2026"],"lang":["unknown"]},"normalized_url":["http://boardvote.com/symbol/DOW/communique/649569"],"retweet_count":[0],"title":["Dow is Leading Game-changing Photovoltaic Performance with PID Zero - DOW - BoardVote"],"url":["http://boardvote.com/symbol/DOW/communique/649569"]},"salience":{"content":{"sentiment":0}},"twitter":{"created_at":"Fri, 16 May 2014 00:00:04 +0000","display_urls":["bdvt.co/dRZ6"],"domains":["bdvt.co"],"filter_level":"medium","id":"467092078380716032","lang":"en","links":["http://bdvt.co/dRZ6"],"source":"<a href=\"http://boardvote.com\" rel=\"nofollow\">BoardVote.com</a>","text":"$DOW Dow is Leading Game-changing Photovoltaic Performance with PID Zero.. http://t.co/y1c3DueAnK","user":{"created_at":"Tue, 13 Nov 2012 20:06:00 +0000","description":"Where investors intersect with opportunity.","favourites_count":0,"followers_count":341,"friends_count":10,"geo_enabled":false,"id":946421838,"id_str":"946421838","lang":"en","listed_count":10,"name":"BV Basic Materials","profile_image_url":"http://pbs.twimg.com/profile_images/2846167742/15399d3b0936632406da45ff073a12bf_normal.png","profile_image_url_https":"https://pbs.twimg.com/profile_images/2846167742/15399d3b0936632406da45ff073a12bf_normal.png","screen_name":"BVBasicMaterial","statuses_count":37660,"url":"http://boardvote.com","verified":false}}},{"interaction":{"author":{"avatar":"http://pbs.twimg.com/profile_images/2976858605/7dcc50bc340d20a10ab42547adf2f9d2_normal.jpeg","id":1012053984,"language":"en","link":"http://twitter.com/cctranscripts","name":"Conf Call Transcript","username":"cctranscripts"},"content":"Major owner of Receptos, Inc. just disposed of 45,381 shares $RCPT","created_at":"Fri, 16 May 2014 00:00:07 +0000","id":"1e3dc8d0a25dad80e0742fbfa17d2800","link":"http://twitter.com/cctranscripts/status/467092090560970752","received_at":1400198407.7019000,"schema":{"version":3},"source":"Conference Call Transcripts","type":"twitter","tags":["trader"],"tag_tree":{"quality_score":400.00000000000000}},"language":{"confidence":98,"tag":"en","tag_extended":"en"},"salience":{"content":{"sentiment":3}},"twitter":{"created_at":"Fri, 16 May 2014 00:00:07 +0000","filter_level":"medium","id":"467092090560970752","lang":"en","source":"<a href=\"http://www.conferencecalltranscripts.org\" rel=\"nofollow\">Conference Call Transcripts</a>","text":"Major owner of Receptos, Inc. just disposed of 45,381 shares $RCPT","user":{"created_at":"Fri, 14 Dec 2012 22:07:51 +0000","description":"Tweeting the latest transcripts from earnings calls, analyst days, investor presentations etc.","favourites_count":0,"followers_count":73,"friends_count":32,"geo_enabled":false,"id":1012053984,"id_str":"1012053984","lang":"en","listed_count":5,"name":"Conf Call Transcript","profile_image_url":"http://pbs.twimg.com/profile_images/2976858605/7dcc50bc340d20a10ab42547adf2f9d2_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/2976858605/7dcc50bc340d20a10ab42547adf2f9d2_normal.jpeg","screen_name":"cctranscripts","statuses_count":41591,"url":"http://www.conferencecalltranscripts.org","verified":false}}},{"demographic":{"gender":"female"},"interaction":{"author":{"avatar":"http://pbs.twimg.com/profile_images/458403396500725760/T3UhehJ0_normal.jpeg","id":2240149764,"language":"en","link":"http://twitter.com/pandalove10672","name":"Natasha Stewart","username":"pandalove10672"},"content":"RT @AdeIeWisdom: Wouldn't it be nice if your iPod could detect your mood and make a playlist for it?","created_at":"Fri, 16 May 2014 00:15:48 +0000","id":"1e3dc8f3b071a200e0746e7a70b5ddd4","link":"http://twitter.com/pandalove10672/status/467096037262647296","mentions":["AdeIeWisdom"],"received_at":1400199348.6011000,"schema":{"version":3},"source":"Twitter for Android","type":"twitter","tags":["investor"]},"language":{"confidence":98,"tag":"en","tag_extended":"en"},"salience":{"content":{"sentiment":0}},"twitter":{"id":"467096037262647296","retweet":{"count":3,"created_at":"Fri, 16 May 2014 00:15:48 +0000","id":"467096037262647296","lang":"en","mentions":["AdeIeWisdom"],"source":"<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>","text":"Wouldn't it be nice if your iPod could detect your mood and make a playlist for it?","user":{"created_at":"Wed, 11 Dec 2013 03:57:14 +0000","description":"\u256E(\u256F\u25BD\u2570)\u256D IDEK","favourites_count":92,"followers_count":38,"friends_count":90,"geo_enabled":false,"id":2240149764,"id_str":"2240149764","lang":"en","listed_count":1,"location":"Atlanta, georgia","name":"Natasha Stewart","profile_image_url":"http://pbs.twimg.com/profile_images/458403396500725760/T3UhehJ0_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/458403396500725760/T3UhehJ0_normal.jpeg","screen_name":"pandalove10672","statuses_count":78,"verified":false}},"retweeted":{"created_at":"Thu, 15 May 2014 21:34:46 +0000","id":"467055514086412288","source":"<a href=\"http://www.grabinbox.com\" rel=\"nofollow\">GrabInbox</a>","user":{"created_at":"Fri, 23 Nov 2012 17:47:04 +0000","description":"| I'm Not Lucky, I'm Blessed | Parody | NOT AFFILIATED with AdeIe","favourites_count":0,"followers_count":16530,"friends_count":6683,"geo_enabled":false,"id":966531042,"id_str":"966531042","lang":"en","listed_count":4,"location":"Tottenham, London","name":"Adele","profile_image_url":"http://pbs.twimg.com/profile_images/3561476405/b16cbe3360db3161e32cb3265e6cf618_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/3561476405/b16cbe3360db3161e32cb3265e6cf618_normal.jpeg","screen_name":"AdeIeWisdom","statuses_count":1443,"time_zone":"Arizona","utc_offset":-25200,"verified":false}}}},{"demographic":{"gender":"female"},"interaction":{"author":{"avatar":"http://pbs.twimg.com/profile_images/419129432000180225/noYVw4Qk_normal.jpeg","id":2221775008,"language":"es","link":"http://twitter.com/spencelkurosaki","name":"javi spencel heredia","username":"spencelkurosaki"},"content":"Big BULL play $PMBS Going sky high! Oversold! News soon! $VGPR $DRGV $NBRI $MSEZ $FITX $FNMA $ERBB $MFTH #wolfpack #breakoutbull #retweet","created_at":"Fri, 16 May 2014 00:15:53 +0000","hashtags":["wolfpack","breakoutbull","retweet"],"id":"1e3dc8f3e020a280e074800df714b44c","link":"http://twitter.com/spencelkurosaki/status/467096060511277056","received_at":1400199354.1097999,"schema":{"version":3},"source":"Tweet Button","type":"twitter","tags":["trader"],"tag_tree":{"quality_score":900.00000000000000}},"language":{"confidence":98,"tag":"en","tag_extended":"en"},"salience":{"content":{"sentiment":-5}},"twitter":{"created_at":"Fri, 16 May 2014 00:15:53 +0000","hashtags":["wolfpack","breakoutbull","retweet"],"id":"467096060511277056","lang":"en","source":"<a href=\"http://twitter.com/tweetbutton\" rel=\"nofollow\">Tweet Button</a>","text":"Big BULL play $PMBS Going sky high! Oversold! News soon! $VGPR $DRGV $NBRI $MSEZ $FITX $FNMA $ERBB $MFTH #wolfpack #breakoutbull #retweet","user":{"created_at":"Thu, 12 Dec 2013 16:31:47 +0000","description":"whatsapp :8299082826 casado con la vida","favourites_count":19,"followers_count":33,"friends_count":69,"geo_enabled":false,"id":2221775008,"id_str":"2221775008","lang":"es","listed_count":2,"location":"Republica dominicana","name":"javi spencel heredia","profile_image_url":"http://pbs.twimg.com/profile_images/419129432000180225/noYVw4Qk_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/419129432000180225/noYVw4Qk_normal.jpeg","screen_name":"spencelkurosaki","statuses_count":1314,"url":"https://www.facebook.com/javiel.spencelheredia","verified":false}}},{"demographic":{"gender":"unisex"},"interaction":{"author":{"avatar":"http://pbs.twimg.com/profile_images/465316410592591873/CTMKheNq_normal.jpeg","id":2540150745,"language":"en","link":"http://twitter.com/waynishaaaaa","name":"BIRTHDAYGIRL ","username":"waynishaaaaa"},"content":"RT @DaiJuelz: \u201C@nic0lvnv: Aint nothing but scary hoes, who TALK that life, but dont really want it on twitter. Im Out \u270C\u270C\u270C\u201D\uD83D\uDE02\uD83D\uDE02\uD83D\uDE02\uD83D\uDE02\uD83D\uDE02\uD83D\uDE02\uD83D\uDE02\uD83D\uDE02\uD83D\uDE02\uD83D\uDC4F\uD83D\uDC4F\uD83D\uDC4F\uD83D\uDC4F","created_at":"Fri, 16 May 2014 00:48:26 +0000","id":"1e3dc93ca162a900e074c350d28e6996","link":"http://twitter.com/waynishaaaaa/status/467104249634385920","mention_ids":[1072534542],"mentions":["nic0lvnv","DaiJuelz"],"received_at":1400201306.4579999,"schema":{"version":3},"source":"Twitter for iPhone","type":"twitter","tags":["investor"],"tag_tree":{"quality_score":1000.0000000000000}},"language":{"confidence":98,"tag":"en","tag_extended":"en"},"twitter":{"id":"467104249634385920","retweet":{"count":3,"created_at":"Fri, 16 May 2014 00:48:26 +0000","id":"467104249634385920","lang":"en","mention_ids":[1072534542],"mentions":["nic0lvnv","DaiJuelz"],"source":"<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>","text":"\u201C@nic0lvnv: Aint nothing but scary hoes, who TALK that life, but dont really want it on twitter. Im Out \u270C\u270C\u270C\u201D\uD83D\uDE02\uD83D\uDE02\uD83D\uDE02\uD83D\uDE02\uD83D\uDE02\uD83D\uDE02\uD83D\uDE02\uD83D\uDE02\uD83D\uDE02\uD83D\uDC4F\uD83D\uDC4F\uD83D\uDC4F\uD83D\uDC4F","user":{"created_at":"Sun, 11 May 2014 02:19:57 +0000","description":"Look at who fell off and look at who shook back ||","favourites_count":10,"followers_count":48,"friends_count":59,"geo_enabled":false,"id":2540150745,"id_str":"2540150745","lang":"en","listed_count":0,"name":"BIRTHDAYGIRL ","profile_image_url":"http://pbs.twimg.com/profile_images/465316410592591873/CTMKheNq_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/465316410592591873/CTMKheNq_normal.jpeg","screen_name":"waynishaaaaa","statuses_count":834,"verified":false}},"retweeted":{"created_at":"Fri, 16 May 2014 00:43:24 +0000","id":"467102983264935937","in_reply_to_screen_name":"nic0lvnv","in_reply_to_status_id":"467097680196272128","in_reply_to_user_id":"1072534542","source":"<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>","user":{"created_at":"Mon, 11 Apr 2011 17:27:43 +0000","description":"R.I.P Fee #NeverForgetFEE","favourites_count":5105,"followers_count":1179,"friends_count":544,"geo_enabled":true,"id":280605527,"id_str":"280605527","lang":"en","listed_count":8,"name":"Yayo","profile_image_url":"http://pbs.twimg.com/profile_images/465237888905801729/-_RK-udQ_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/465237888905801729/-_RK-udQ_normal.jpeg","screen_name":"DaiJuelz","statuses_count":105211,"time_zone":"Pacific Time (US & Canada)","utc_offset":-25200,"verified":false}}}},{"demographic":{"gender":"female"},"interaction":{"author":{"avatar":"http://pbs.twimg.com/profile_images/466004694943272960/o_9VzVvO_normal.jpeg","id":2491994646,"language":"en","link":"http://twitter.com/Chhhloee","name":"Chloe","username":"Chhhloee"},"content":"RT @spoiIs: why do people care so much with all I do on twitter? it's annoying","created_at":"Fri, 16 May 2014 00:48:19 +0000","id":"1e3dc93c5ea0ab80e074bdea773dae2c","link":"http://twitter.com/Chhhloee/status/467104220324560898","mentions":["spoiIs"],"received_at":1400201299.5065999,"schema":{"version":3},"source":"Twitter for iPhone","type":"twitter","tags":["investor"]},"language":{"confidence":98,"tag":"en","tag_extended":"en"},"salience":{"content":{"sentiment":-5}},"twitter":{"id":"467104220324560898","retweet":{"count":3,"created_at":"Fri, 16 May 2014 00:48:19 +0000","id":"467104220324560898","lang":"en","mentions":["spoiIs"],"source":"<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>","text":"why do people care so much with all I do on twitter? it's annoying","user":{"created_at":"Mon, 12 May 2014 21:48:17 +0000","description":"stuntin like my daddy","favourites_count":344,"followers_count":94,"friends_count":94,"geo_enabled":false,"id":2491994646,"id_str":"2491994646","lang":"en","listed_count":0,"name":"Chloe","profile_image_url":"http://pbs.twimg.com/profile_images/466004694943272960/o_9VzVvO_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/466004694943272960/o_9VzVvO_normal.jpeg","screen_name":"Chhhloee","statuses_count":337,"verified":false}},"retweeted":{"created_at":"Fri, 16 May 2014 00:47:19 +0000","id":"467103968754024448","source":"<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>","user":{"created_at":"Mon, 25 Jun 2012 01:52:03 +0000","description":"meow","favourites_count":1011,"followers_count":29092,"friends_count":2422,"geo_enabled":false,"id":617746188,"id_str":"617746188","lang":"en","listed_count":1,"profile_image_url":"http://pbs.twimg.com/profile_images/465656652033568769/kIyS1cgN_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/465656652033568769/kIyS1cgN_normal.jpeg","screen_name":"spoiIs","statuses_count":126,"time_zone":"Eastern Time (US & Canada)","utc_offset":-14400,"verified":false}}}},{"demographic":{"gender":"male"},"interaction":{"author":{"avatar":"http://pbs.twimg.com/profile_images/417912863928233984/wrzLbQGs_normal.jpeg","id":348642818,"language":"en","link":"http://twitter.com/morganbrock64","name":"gordon gekko is god","username":"morganbrock64"},"content":"Loeb exits Yahoo/BlackBerry/Activision in Q1, buys into Avago/Citrix http://t.co/VgDcJg7zNN $YHOO, $BBRY, $ATVI, $NXPI, $AVGO, $CTXS, $TSU","created_at":"Fri, 16 May 2014 01:24:46 +0000","id":"1e3dc98dd77ca300e074db3e3b057e10","link":"http://twitter.com/morganbrock64/status/467113392818249728","received_at":1400203486.3448999,"schema":{"version":3},"source":"Twitter for Android","type":"twitter","tags":["trader"],"tag_tree":{"quality_score":50.000000000000000}},"language":{"confidence":99,"tag":"en","tag_extended":"en"},"links":{"code":[200],"created_at":["Fri, 16 May 2014 01:24:47 +0000"],"hops":[["http://seekingalpha.com/currents/post/1755023?source=ansh-en"]],"meta":{"charset":["UTF-8"],"content_type":["text/html"],"description":["After cutting its Yahoo (YHOO) stake in half to 8M shares in Q4, Dan Loeb&#x27;s Third Point LLC fully liquidated its position in Q1. (13F). Loeb, whose fund on"],"lang":["unknown"],"opengraph":[{"description":"After cutting its Yahoo (YHOO) stake in half to 8M shares in Q4, Dan Loeb's Third Point LLC fully liquidated its position in Q1. (13F).Loeb, whose fund once owned 60M Yahoo shares, resigned from the company's board last July","title":"Loeb exits Yahoo/BlackBerry/Activision in Q1, buys into Avago/Citrix","image":"http://static.cdn-seekingalpha.com/uploads/2013/8/19/social_sa_logo.png"}]},"normalized_url":["http://seekingalpha.com/news/1755023?source=ansh-en"],"retweet_count":[0],"title":["Loeb exits Yahoo/BlackBerry/Activision in Q1, buys into Avago/Citrix (YHOO) | Seeking Alpha"],"url":["http://seekingalpha.com/news/1755023?source=ansh-en"]},"salience":{"content":{"sentiment":0}},"twitter":{"created_at":"Fri, 16 May 2014 01:24:46 +0000","display_urls":["seekingalpha.com/currents/post/\u2026"],"domains":["seekingalpha.com"],"id":"467113392818249728","lang":"en","links":["http://seekingalpha.com/currents/post/1755023?source=ansh-en"],"source":"<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>","text":"Loeb exits Yahoo/BlackBerry/Activision in Q1, buys into Avago/Citrix http://t.co/VgDcJg7zNN $YHOO, $BBRY, $ATVI, $NXPI, $AVGO, $CTXS, $TSU","user":{"created_at":"Thu, 04 Aug 2011 19:23:30 +0000","description":"greed is good. greed is right. greed works !","favourites_count":16,"followers_count":397,"friends_count":640,"geo_enabled":true,"id":348642818,"id_str":"348642818","lang":"en","listed_count":7,"location":"capitalism is everywhere","name":"gordon gekko is god","profile_image_url":"http://pbs.twimg.com/profile_images/417912863928233984/wrzLbQGs_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/417912863928233984/wrzLbQGs_normal.jpeg","screen_name":"morganbrock64","statuses_count":17318,"time_zone":"Central Time (US & Canada)","url":"http://www.conservative.ca","utc_offset":-18000,"verified":false}}},{"demographic":{"gender":"mostly_female"},"interaction":{"author":{"avatar":"http://pbs.twimg.com/profile_images/434187607535132672/lfP5-QSN_normal.jpeg","id":2343063170,"language":"en","link":"http://twitter.com/SteffenCairbre","name":"The Stock Post","username":"SteffenCairbre"},"content":"$CXW CCA Declares Quarterly Cash Dividend of $0.51 per Share http://t.co/vwBEvQxK6u","created_at":"Fri, 16 May 2014 00:00:11 +0000","id":"1e3dc8d0c883a780e07446ada29f315a","link":"http://twitter.com/SteffenCairbre/status/467092108365418496","received_at":1400198411.9085999,"schema":{"version":3},"source":"dlvr.it","type":"twitter","tags":["trader"],"tag_tree":{"quality_score":1450.0000000000000}},"language":{"confidence":98,"tag":"en","tag_extended":"en"},"links":{"code":[403],"created_at":["Fri, 16 May 2014 00:00:46 +0000"],"hops":[["http://top10stocks2buy.com/i.php?http://finance.yahoo.com/news/cca-declares-quarterly-cash-dividend-201500819.html&t6t=CXW"]],"normalized_url":[null],"retweet_count":[0],"title":[null],"url":["http://top10stocks2buy.com/i.php?http://finance.yahoo.com/news/cca-declares-quarterly-cash-dividend-201500819.html&t6t=CXW"]},"salience":{"content":{"sentiment":5}},"twitter":{"created_at":"Fri, 16 May 2014 00:00:11 +0000","display_urls":["top10stocks2buy.com/i.php?http://f\u2026"],"domains":["top10stocks2buy.com"],"id":"467092108365418496","lang":"en","links":["http://top10stocks2buy.com/i.php?http://finance.yahoo.com/news/cca-declares-quarterly-cash-dividend-201500819.html&t6t=CXW"],"source":"<a href=\"http://dlvr.it\" rel=\"nofollow\">dlvr.it</a>","text":"$CXW CCA Declares Quarterly Cash Dividend of $0.51 per Share http://t.co/vwBEvQxK6u","user":{"created_at":"Fri, 14 Feb 2014 04:47:12 +0000","favourites_count":0,"followers_count":45,"friends_count":0,"geo_enabled":false,"id":2343063170,"id_str":"2343063170","lang":"en","listed_count":10,"name":"The Stock Post","profile_image_url":"http://pbs.twimg.com/profile_images/434187607535132672/lfP5-QSN_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/434187607535132672/lfP5-QSN_normal.jpeg","screen_name":"SteffenCairbre","statuses_count":31511,"verified":false}}},{"demographic":{"gender":"unisex"},"interaction":{"author":{"avatar":"http://pbs.twimg.com/profile_images/3424148599/39a8623a225ff81c7618e8cce62191be_normal.png","id":1295879491,"language":"en","link":"http://twitter.com/BTCtoUSD","name":"Bitcoin to USD $","username":"BTCtoUSD"},"content":"Current price: 446$ $BTCUSD $btc #bitcoin 2014-05-15 20:00:10 EDT","created_at":"Fri, 16 May 2014 00:00:11 +0000","hashtags":["bitcoin"],"id":"1e3dc8d0c883a780e074be2e4fc4bc3e","link":"http://twitter.com/BTCtoUSD/status/467092107954778112","received_at":1400198411.7177000,"schema":{"version":3},"source":"BTC exchange bot","type":"twitter","tags":["trader"]},"language":{"confidence":96,"tag":"en","tag_extended":"en"},"salience":{"content":{"sentiment":0}},"twitter":{"created_at":"Fri, 16 May 2014 00:00:11 +0000","filter_level":"medium","hashtags":["bitcoin"],"id":"467092107954778112","lang":"en","source":"<a href=\"http://www.sistalia.es\" rel=\"nofollow\">BTC exchange bot</a>","text":"Current price: 446$ $BTCUSD $btc #bitcoin 2014-05-15 20:00:10 EDT","user":{"created_at":"Sun, 24 Mar 2013 16:41:36 +0000","description":"Bitcoins: USD exchange rate bot (Beta)","favourites_count":4,"followers_count":715,"friends_count":245,"geo_enabled":false,"id":1295879491,"id_str":"1295879491","lang":"en","listed_count":32,"name":"Bitcoin to USD $","profile_image_url":"http://pbs.twimg.com/profile_images/3424148599/39a8623a225ff81c7618e8cce62191be_normal.png","profile_image_url_https":"https://pbs.twimg.com/profile_images/3424148599/39a8623a225ff81c7618e8cce62191be_normal.png","screen_name":"BTCtoUSD","statuses_count":15948,"url":"http://btcexchangerates.com/","verified":false}}},{"interaction":{"author":{"avatar":"http://pbs.twimg.com/profile_images/453776058316124161/geFrjf-0_normal.jpeg","id":541384522,"language":"it","link":"http://twitter.com/blessaaa_","name":"Blessing Faith\u270C\uFE0F","username":"blessaaa_"},"content":"RT @msparkchanyeol: \"SMent deleted their new tweet about exo\"\n\nSomeone is guilty. Does conscience finally went throughout your soul?","created_at":"Fri, 16 May 2014 00:15:53 +0000","id":"1e3dc8f3e020a280e074a6d14a382a1c","link":"http://twitter.com/blessaaa_/status/467096058464448512","mentions":["msparkchanyeol"],"received_at":1400199353.5465999,"schema":{"version":3},"source":"Twitter for iPhone","type":"twitter","tags":["investor"],"tag_tree":{"sentiment_score":200.00000000000000}},"language":{"confidence":99,"tag":"en","tag_extended":"en"},"salience":{"content":{"sentiment":-7}},"twitter":{"id":"467096058464448512","retweet":{"count":3,"created_at":"Fri, 16 May 2014 00:15:53 +0000","id":"467096058464448512","lang":"en","mentions":["msparkchanyeol"],"source":"<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>","text":"\"SMent deleted their new tweet about exo\"\n\nSomeone is guilty. Does conscience finally went throughout your soul?","user":{"created_at":"Sat, 31 Mar 2012 05:23:29 +0000","description":"I dance not to show off but to glorify God!\u263AItalian/Pinay\u263A Dancer/Pianist/Guitarist :) \u2764\uFE0FExo Stan\u2764\uFE0F","favourites_count":60,"followers_count":511,"friends_count":453,"geo_enabled":true,"id":541384522,"id_str":"541384522","lang":"it","listed_count":1,"location":"Florence,ITA\u2708\uFE0FSaskatoon,CANADA","name":"Blessing Faith\u270C\uFE0F","profile_image_url":"http://pbs.twimg.com/profile_images/453776058316124161/geFrjf-0_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/453776058316124161/geFrjf-0_normal.jpeg","screen_name":"blessaaa_","statuses_count":21321,"time_zone":"Athens","url":"https://www.facebook.com/blessing.delavega","utc_offset":10800,"verified":false}},"retweeted":{"created_at":"Fri, 16 May 2014 00:11:18 +0000","id":"467094906993774592","source":"<a href=\"https://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>","user":{"created_at":"Tue, 19 Nov 2013 09:40:09 +0000","description":"im half korean half beef","favourites_count":6472,"followers_count":1109,"friends_count":331,"geo_enabled":true,"id":2202813637,"id_str":"2202813637","lang":"en","listed_count":3,"name":"minseok","profile_image_url":"http://pbs.twimg.com/profile_images/463994084269383680/mTKTrxMV_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/463994084269383680/mTKTrxMV_normal.jpeg","screen_name":"msparkchanyeol","statuses_count":8628,"time_zone":"Beijing","url":"http://ddeokbokkichan.blogspot.com","utc_offset":28800,"verified":false}}}},{"interaction":{"author":{"avatar":"http://pbs.twimg.com/profile_images/378800000380260014/57429908a46eca9339ed0d22b9340219_normal.jpeg","id":1710333787,"language":"en","link":"http://twitter.com/StockryTeller","name":"StockryTeller","username":"StockryTeller"},"content":"$VZ Berkshire Hathaway discloses 11M share stake in Verizon http://t.co/uaK9LVZls9","created_at":"Fri, 16 May 2014 04:07:34 +0000","id":"1e3dcaf9ba64a700e07429062f4bf38e","link":"http://twitter.com/StockryTeller/status/467154364075757568","received_at":1400213254.6176999,"schema":{"version":3},"source":"dlvr.it","type":"twitter","tags":["trader"],"tag_tree":{"quality_score":50.000000000000000}},"language":{"confidence":98,"tag":"en","tag_extended":"en"},"links":{"code":[403],"created_at":["Fri, 16 May 2014 04:07:56 +0000"],"hops":[["http://top10stocks2buy.com/i.php?http://www.theflyonthewall.com/permalinks/entry.php/BRK.A;BRK.B;VZid2012212/BRK.A;BRK.B;VZ-Berkshire-Hathaway-discloses-M-share-stake-in-Verizon-&t6t=VZ"]],"normalized_url":[null],"retweet_count":[0],"title":[null],"url":["http://top10stocks2buy.com/i.php?http://www.theflyonthewall.com/permalinks/entry.php/BRK.A;BRK.B;VZid2012212/BRK.A;BRK.B;VZ-Berkshire-Hathaway-discloses-M-share-stake-in-Verizon-&t6t=VZ"]},"salience":{"content":{"sentiment":0}},"twitter":{"created_at":"Fri, 16 May 2014 04:07:34 +0000","display_urls":["top10stocks2buy.com/i.php?http://w\u2026"],"domains":["top10stocks2buy.com"],"id":"467154364075757568","lang":"en","links":["http://top10stocks2buy.com/i.php?http://www.theflyonthewall.com/permalinks/entry.php/BRK.A;BRK.B;VZid2012212/BRK.A;BRK.B;VZ-Berkshire-Hathaway-discloses-M-share-stake-in-Verizon-&t6t=VZ"],"source":"<a href=\"http://dlvr.it\" rel=\"nofollow\">dlvr.it</a>","text":"$VZ Berkshire Hathaway discloses 11M share stake in Verizon http://t.co/uaK9LVZls9","user":{"created_at":"Thu, 29 Aug 2013 15:26:52 +0000","favourites_count":0,"followers_count":157,"friends_count":3,"geo_enabled":false,"id":1710333787,"id_str":"1710333787","lang":"en","listed_count":11,"name":"StockryTeller","profile_image_url":"http://pbs.twimg.com/profile_images/378800000380260014/57429908a46eca9339ed0d22b9340219_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/378800000380260014/57429908a46eca9339ed0d22b9340219_normal.jpeg","screen_name":"StockryTeller","statuses_count":56593,"time_zone":"Atlantic Time (Canada)","utc_offset":-10800,"verified":false}}},{"demographic":{"gender":"male"},"interaction":{"author":{"avatar":"http://pbs.twimg.com/profile_images/378800000372167842/fb89fe9a7455b899ba9957a552e11ab7_normal.jpeg","id":1704137960,"language":"en","link":"http://twitter.com/ernestpartingto","name":"Ernest Partington","username":"ernestpartingto"},"content":"$RAX Rackspace enlists Morgan Stanley to explore possible acquisition http://t.co/Khe0ZSNfF4","created_at":"Fri, 16 May 2014 00:00:11 +0000","id":"1e3dc8d0c883a780e074b2a6bf98dc9e","link":"http://twitter.com/ernestpartingto/status/467092107551723520","received_at":1400198411.5790000,"schema":{"version":3},"source":"dlvr.it","type":"twitter","tags":["trader"],"tag_tree":{"quality_score":50.000000000000000}},"language":{"confidence":98,"tag":"en","tag_extended":"en"},"links":{"code":[403],"created_at":["Fri, 16 May 2014 00:00:14 +0000"],"hops":[["http://top10stocks2buy.com/i.php?http://finance.yahoo.com/news/rackspace-enlists-morgan-stanley-explore-214417396.html&t6t=RAX"]],"normalized_url":[null],"retweet_count":[0],"title":[null],"url":["http://top10stocks2buy.com/i.php?http://finance.yahoo.com/news/rackspace-enlists-morgan-stanley-explore-214417396.html&t6t=RAX"]},"salience":{"content":{"sentiment":3}},"twitter":{"created_at":"Fri, 16 May 2014 00:00:11 +0000","display_urls":["top10stocks2buy.com/i.php?http://f\u2026"],"domains":["top10stocks2buy.com"],"id":"467092107551723520","lang":"en","links":["http://top10stocks2buy.com/i.php?http://finance.yahoo.com/news/rackspace-enlists-morgan-stanley-explore-214417396.html&t6t=RAX"],"source":"<a href=\"http://dlvr.it\" rel=\"nofollow\">dlvr.it</a>","text":"$RAX Rackspace enlists Morgan Stanley to explore possible acquisition http://t.co/Khe0ZSNfF4","user":{"created_at":"Tue, 27 Aug 2013 08:45:46 +0000","favourites_count":0,"followers_count":201,"friends_count":0,"geo_enabled":false,"id":1704137960,"id_str":"1704137960","lang":"en","listed_count":8,"name":"Ernest Partington","profile_image_url":"http://pbs.twimg.com/profile_images/378800000372167842/fb89fe9a7455b899ba9957a552e11ab7_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/378800000372167842/fb89fe9a7455b899ba9957a552e11ab7_normal.jpeg","screen_name":"ernestpartingto","statuses_count":78360,"verified":false}}},{"demographic":{"gender":"male"},"interaction":{"author":{"avatar":"http://pbs.twimg.com/profile_images/463273161711423488/mBRyn9VB_normal.jpeg","id":228623111,"language":"en","link":"http://twitter.com/Chip_Daddy","name":"Justin J.","username":"Chip_Daddy"},"content":"\u201C@_JRSpliff: My signature at one point was $M.O.B$\u201D","created_at":"Fri, 16 May 2014 00:48:26 +0000","id":"1e3dc93ca162a900e074d20382ff9566","link":"http://twitter.com/Chip_Daddy/status/467104251538591745","mention_ids":[34958150],"mentions":["_JRSpliff"],"received_at":1400201306.8124998,"schema":{"version":3},"source":"Twitter for iPhone","type":"twitter","tags":["trader"]},"language":{"confidence":97,"tag":"en","tag_extended":"en"},"twitter":{"created_at":"Fri, 16 May 2014 00:48:26 +0000","filter_level":"medium","id":"467104251538591745","in_reply_to_screen_name":"_JRSpliff","in_reply_to_status_id":"467104165551169536","in_reply_to_user_id":"34958150","lang":"en","mention_ids":[34958150],"mentions":["_JRSpliff"],"source":"<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>","text":"\u201C@_JRSpliff: My signature at one point was $M.O.B$\u201D","user":{"created_at":"Mon, 20 Dec 2010 07:04:34 +0000","description":"#teamJones","favourites_count":6926,"followers_count":1826,"friends_count":1627,"geo_enabled":true,"id":228623111,"id_str":"228623111","lang":"en","listed_count":10,"location":" CT/NC/PR","name":"Justin J.","profile_image_url":"http://pbs.twimg.com/profile_images/463273161711423488/mBRyn9VB_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/463273161711423488/mBRyn9VB_normal.jpeg","screen_name":"Chip_Daddy","statuses_count":122371,"time_zone":"Eastern Time (US & Canada)","utc_offset":-14400,"verified":false}}},{"demographic":{"gender":"female"},"interaction":{"author":{"avatar":"http://pbs.twimg.com/profile_images/1544395265/HedcutDemetriaGallegosSquare_normal.jpg","id":23840585,"language":"en","link":"http://twitter.com/demetria_g","name":"Demetria Gallegos","username":"demetria_g"},"content":"RT @almarlatour: German Regulator Says Google Promises \u2018Right to be Forgotten\u2019 Mechanism in Two Weeks http://t.co/pMuLIYVzk2","created_at":"Fri, 16 May 2014 00:24:11 +0000","id":"1e3dc9066d6ca780e074ca362faebec4","link":"http://twitter.com/demetria_g/status/467098149384118273","mentions":["almarlatour"],"received_at":1400199852.0908999,"schema":{"version":3},"source":"Twitter for iPhone","type":"twitter","tags":["investor"],"tag_tree":{"quality_score":1250.0000000000000}},"language":{"confidence":98,"tag":"en","tag_extended":"en"},"links":{"code":[200],"created_at":["Thu, 15 May 2014 12:24:57 +0000"],"hops":[["http://on.wsj.com/1lj1a2u"]],"meta":{"charset":["UTF-8"],"content_type":["text/html"],"description":["Google Inc. will create a mechanism for German users to request the removal of links to information about them from the company\u2019s popular search engine within the next two weeks, German privacy officials said Thursday"],"keywords":[["Data Privacy","Germany","Privacy","Right to be Forgotten"]],"lang":["unknown"],"opengraph":[{"site_name":"WSJ.com","description":"Google Inc. will create a mechanism for German users to request the removal of links to information about them from the company\u2019s popular search engine within the next two weeks, German privacy officials said Thursday","type":"article","url":"http://blogs.wsj.com/digits/2014/05/15/german-regulator-says-google-promises-right-to-be-forgotten-mechanism-in-two-weeks/","title":"German Regulator Says Google Promises \u2018Right to be Forgotten\u2019 Mechanism in Two Weeks - Digits - WSJ"}],"twitter":[{"description":"Google Inc. will create a mechanism for German users to request the removal of links to information about them from the company\u2019s popular search engine within the next two weeks, German privacy officials said Thursday","card":"summary","url":"http://blogs.wsj.com/digits/2014/05/15/german-regulator-says-google-promises-right-to-be-forgotten-mechanism-in-two-weeks/","site":"@WSJD","image":"http://s.wsj.net/public/resources/images/BN-CT854_google_A_20140513145314.jpg","title":"German Regulator Says Google Promises \u2018Right to be Forgotten\u2019 Mechanism in Two Weeks - Digits - WSJ"}]},"normalized_url":["http://blogs.wsj.com/digits/2014/05/15/german-regulator-says-google-promises-right-to-be-forgotten-mechanism-in-two-weeks"],"retweet_count":[0],"title":["German Regulator Says Google Promises \u2018Right to be Forgotten\u2019 Mechanism in Two Weeks - Digits - WSJ"],"url":["http://blogs.wsj.com/digits/2014/05/15/german-regulator-says-google-promises-right-to-be-forgotten-mechanism-in-two-weeks/"]},"salience":{"content":{"sentiment":0}},"twitter":{"id":"467098149384118273","retweet":{"count":3,"created_at":"Fri, 16 May 2014 00:24:11 +0000","display_urls":["on.wsj.com/1lj1a2u"],"domains":["on.wsj.com"],"id":"467098149384118273","lang":"en","links":["http://on.wsj.com/1lj1a2u"],"mentions":["almarlatour"],"source":"<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>","text":"German Regulator Says Google Promises \u2018Right to be Forgotten\u2019 Mechanism in Two Weeks http://t.co/pMuLIYVzk2","user":{"created_at":"Wed, 11 Mar 2009 22:09:17 +0000","description":"Editor, Digital Projects, \nJuggle on Sunday columnist","favourites_count":144,"followers_count":2273,"friends_count":702,"geo_enabled":true,"id":23840585,"id_str":"23840585","lang":"en","listed_count":122,"location":"NYC","name":"Demetria Gallegos","profile_image_url":"http://pbs.twimg.com/profile_images/1544395265/HedcutDemetriaGallegosSquare_normal.jpg","profile_image_url_https":"https://pbs.twimg.com/profile_images/1544395265/HedcutDemetriaGallegosSquare_normal.jpg","screen_name":"demetria_g","statuses_count":2608,"time_zone":"Eastern Time (US & Canada)","url":"http://on.wsj.com/15F3rP8","utc_offset":-14400,"verified":true}},"retweeted":{"created_at":"Fri, 16 May 2014 00:21:09 +0000","id":"467097384401797120","source":"<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>","user":{"created_at":"Mon, 26 Apr 2010 10:25:46 +0000","description":"Executive Editor @WSJ, @MarketWatch, @DowJones; Dutchman","favourites_count":41,"followers_count":4243,"friends_count":2056,"geo_enabled":false,"id":137288990,"id_str":"137288990","lang":"en","listed_count":145,"location":"New York","name":"almar latour","profile_image_url":"http://pbs.twimg.com/profile_images/378800000157676903/398f32de9168bef43ae4708cf6ff880c_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/378800000157676903/398f32de9168bef43ae4708cf6ff880c_normal.jpeg","screen_name":"almarlatour","statuses_count":478,"url":"http://www.wsj.com","verified":true}}}},{"demographic":{"gender":"female"},"interaction":{"author":{"avatar":"http://pbs.twimg.com/profile_images/378800000372103417/2617d282327358a73d9d5eda143a5877_normal.jpeg","id":1691490972,"language":"en","link":"http://twitter.com/VivaSobek","name":"Viva Sobek","username":"VivaSobek"},"content":"$SCX Avoca Field Day http://t.co/co8QigktOJ","created_at":"Fri, 16 May 2014 04:07:34 +0000","id":"1e3dcaf9ba64a700e074ea49e0d9a0ce","link":"http://twitter.com/VivaSobek/status/467154364369350659","received_at":1400213254.7821999,"schema":{"version":3},"source":"dlvr.it","type":"twitter","tags":["trader"],"tag_tree":{"quality_score":50.000000000000000}},"language":{"confidence":95,"tag":"en","tag_extended":"en"},"links":{"code":[403],"created_at":["Fri, 16 May 2014 04:07:47 +0000"],"hops":[["http://top10stocks2buy.com/i.php?http://www.tricities.com/gallery/featured/collection_b6b3cfcc-dc46-11e3-8051-0017a43b2370.html&t6t=SCX"]],"normalized_url":[null],"retweet_count":[0],"title":[null],"url":["http://top10stocks2buy.com/i.php?http://www.tricities.com/gallery/featured/collection_b6b3cfcc-dc46-11e3-8051-0017a43b2370.html&t6t=SCX"]},"salience":{"content":{"sentiment":0}},"twitter":{"created_at":"Fri, 16 May 2014 04:07:34 +0000","display_urls":["top10stocks2buy.com/i.php?http://w\u2026"],"domains":["top10stocks2buy.com"],"id":"467154364369350659","lang":"en","links":["http://top10stocks2buy.com/i.php?http://www.tricities.com/gallery/featured/collection_b6b3cfcc-dc46-11e3-8051-0017a43b2370.html&t6t=SCX"],"source":"<a href=\"http://dlvr.it\" rel=\"nofollow\">dlvr.it</a>","text":"$SCX Avoca Field Day http://t.co/co8QigktOJ","user":{"created_at":"Thu, 22 Aug 2013 16:34:22 +0000","favourites_count":0,"followers_count":148,"friends_count":0,"geo_enabled":false,"id":1691490972,"id_str":"1691490972","lang":"en","listed_count":7,"name":"Viva Sobek","profile_image_url":"http://pbs.twimg.com/profile_images/378800000372103417/2617d282327358a73d9d5eda143a5877_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/378800000372103417/2617d282327358a73d9d5eda143a5877_normal.jpeg","screen_name":"VivaSobek","statuses_count":77225,"verified":false}}},{"demographic":{"gender":"female"},"interaction":{"author":{"avatar":"http://pbs.twimg.com/profile_images/465824193053851649/dsmMbpjR_normal.jpeg","id":2491349773,"language":"en","link":"http://twitter.com/kristynnika","name":"Kristyn Nika Lazo","username":"kristynnika"},"content":"Travellers International $RWM up 72.7% to P1.7 bln in Q1 net profit, already taking up more than half of P2.7 bln 2013 net income @bworldph","created_at":"Fri, 16 May 2014 01:08:11 +0000","id":"1e3dc968c66caf80e07480de5d32bdaa","link":"http://twitter.com/kristynnika/status/467109222916714498","mention_ids":[53245871],"mentions":["bworldph"],"received_at":1400202492.2616999,"schema":{"version":3},"source":"Twitter for iPad","type":"twitter","tags":["trader"],"tag_tree":{"quality_score":1000.0000000000000}},"language":{"confidence":99,"tag":"en","tag_extended":"en"},"salience":{"content":{"sentiment":6}},"twitter":{"created_at":"Fri, 16 May 2014 01:08:11 +0000","id":"467109222916714498","lang":"en","mention_ids":[53245871],"mentions":["bworldph"],"source":"<a href=\"http://twitter.com/#!/download/ipad\" rel=\"nofollow\">Twitter for iPad</a>","text":"Travellers International $RWM up 72.7% to P1.7 bln in Q1 net profit, already taking up more than half of P2.7 bln 2013 net income @bworldph","user":{"created_at":"Mon, 12 May 2014 11:55:55 +0000","description":"So many to learn in so little time. Aspiring novelist. Reporter at @bworldph","favourites_count":1,"followers_count":12,"friends_count":147,"geo_enabled":true,"id":2491349773,"id_str":"2491349773","lang":"en","listed_count":0,"location":"Philippines","name":"Kristyn Nika Lazo","profile_image_url":"http://pbs.twimg.com/profile_images/465824193053851649/dsmMbpjR_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/465824193053851649/dsmMbpjR_normal.jpeg","screen_name":"kristynnika","statuses_count":14,"verified":false}}},{"interaction":{"author":{"avatar":"http://pbs.twimg.com/profile_images/453588358569029632/3tZcLssP_normal.jpeg","id":2434006442,"language":"en","link":"http://twitter.com/LoverHIgner9","name":"LoverHIgner9","username":"LoverHIgner9"},"content":"RT @Lollimongaer913: #BuyBookSilentSinners \u262FGain Followers\n\u262FRT This\n\u262FMUST FOLLOW ME I FOLLOW BACK\n\u262FFollow everyone who rts\n\u262FGain\n #ANDROID $k[8","created_at":"Fri, 16 May 2014 04:07:35 +0000","hashtags":["BuyBookSilentSinners","ANDROID"],"id":"1e3dcaf9c3edad80e07408a3b8470c10","link":"http://twitter.com/LoverHIgner9/status/467154367104446464","mentions":["Lollimongaer913"],"received_at":1400213255.3912001,"schema":{"version":3},"source":"adg aga gadg adga dga","type":"twitter","tags":["trader"],"tag_tree":{"quality_score":-2000.0000000000000}},"language":{"confidence":98,"tag":"en","tag_extended":"en"},"salience":{"content":{"sentiment":0}},"twitter":{"id":"467154367104446464","retweet":{"count":5,"created_at":"Fri, 16 May 2014 04:07:35 +0000","hashtags":["BuyBookSilentSinners","ANDROID"],"id":"467154367104446464","lang":"en","mentions":["Lollimongaer913"],"source":"<a href=\"https://www.youtube.com/watch?v=I9zJKlBczOQ44\" rel=\"nofollow\">adg aga gadg adga dga</a>","symbols":["k"],"text":"#BuyBookSilentSinners \u262FGain Followers\n\u262FRT This\n\u262FMUST FOLLOW ME I FOLLOW BACK\n\u262FFollow everyone who rts\n\u262FGain\n #ANDROID $k[8","user":{"created_at":"Tue, 08 Apr 2014 17:40:59 +0000","favourites_count":33511,"followers_count":137,"friends_count":99,"geo_enabled":false,"id":2434006442,"id_str":"2434006442","lang":"en","listed_count":3,"name":"LoverHIgner9","profile_image_url":"http://pbs.twimg.com/profile_images/453588358569029632/3tZcLssP_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/453588358569029632/3tZcLssP_normal.jpeg","screen_name":"LoverHIgner9","statuses_count":41442,"verified":false}},"retweeted":{"created_at":"Fri, 16 May 2014 04:02:18 +0000","id":"467153038604791808","source":"<a href=\"http://www.youtube.com/watch?v=I9zJKlBczOQ151\" rel=\"nofollow\">ag adg ag agag gd </a>","user":{"created_at":"Sat, 26 Apr 2014 21:15:01 +0000","favourites_count":16886,"followers_count":101,"friends_count":28,"geo_enabled":false,"id":2465126102,"id_str":"2465126102","lang":"en","listed_count":3,"name":"Lollimongaer913","profile_image_url":"http://pbs.twimg.com/profile_images/460165210720849920/ghbKsRpx_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/460165210720849920/ghbKsRpx_normal.jpeg","screen_name":"Lollimongaer913","statuses_count":20904,"verified":false}}}},{"interaction":{"author":{"avatar":"http://pbs.twimg.com/profile_images/452438268/The_English_D_normal.gif","id":71581716,"language":"en","link":"http://twitter.com/Detroitblues","name":"Detroitblues","username":"Detroitblues"},"content":"Commented on StockTwits: $ICLD thought it would dip to 4.30 or lower late. Didn't,I was wrong.Not a gambler ,take... http://t.co/AiNKKzIq6s","created_at":"Fri, 16 May 2014 00:00:00 +0000","id":"1e3dc8d05f9ca000e0740e4cba714e36","link":"http://twitter.com/Detroitblues/status/467092061418950656","received_at":1400198400.5431001,"schema":{"version":3},"source":"StockTwits Web","type":"twitter","tags":["trader"],"tag_tree":{"quality_score":1250.0000000000000}},"language":{"confidence":99,"tag":"en","tag_extended":"en"},"links":{"code":[200],"created_at":["Thu, 15 May 2014 23:58:00 +0000"],"hops":[["http://stks.co/g0ccM","http://stocktwits.com/Detroitblues/message/23000051#23009117"]],"meta":{"charset":["UTF-8"],"content_type":["text/html"],"lang":["en"]},"normalized_url":["http://stocktwits.com/Detroitblues/message/23000051"],"retweet_count":[0],"title":["Detroitblues - $ICLD 4.76-.06 Put up,or shut up time. Longs really going to... | StockTwits"],"url":["http://stocktwits.com/Detroitblues/message/23000051"]},"salience":{"content":{"sentiment":-3}},"twitter":{"created_at":"Fri, 16 May 2014 00:00:00 +0000","display_urls":["stks.co/g0ccM"],"domains":["stks.co"],"filter_level":"medium","id":"467092061418950656","lang":"en","links":["http://stks.co/g0ccM"],"source":"<a href=\"http://stocktwits.com\" rel=\"nofollow\">StockTwits Web</a>","text":"Commented on StockTwits: $ICLD thought it would dip to 4.30 or lower late. Didn't,I was wrong.Not a gambler ,take... http://t.co/AiNKKzIq6s","user":{"created_at":"Fri, 04 Sep 2009 16:59:23 +0000","description":"Born and raised in the Motor City I'll always have a special place in my heart for our city.Big time fan of all our sports teams.Trade stocks for a living","favourites_count":31,"followers_count":450,"friends_count":60,"geo_enabled":true,"id":71581716,"id_str":"71581716","lang":"en","listed_count":25,"location":"Detroit,MI","name":"Detroitblues","profile_image_url":"http://pbs.twimg.com/profile_images/452438268/The_English_D_normal.gif","profile_image_url_https":"https://pbs.twimg.com/profile_images/452438268/The_English_D_normal.gif","screen_name":"Detroitblues","statuses_count":9972,"time_zone":"Quito","utc_offset":-18000,"verified":false}}},{"demographic":{"gender":"female"},"interaction":{"author":{"avatar":"http://pbs.twimg.com/profile_images/458942857097646080/lRr8uz8c_normal.jpeg","id":2459645076,"language":"en","link":"http://twitter.com/Margaretu12","name":"Margaret","username":"Margaretu12"},"content":"RT @Injunafo9: #BuyBookSilentSinners \u262FGain Followers\n\u262FRT This\n\u262FMUST FOLLOW ME I FOLLOW BACK\n\u262FFollow everyone who rts\n\u262FGain\n #Love $cxh","created_at":"Fri, 16 May 2014 00:32:36 +0000","hashtags":["BuyBookSilentSinners","Love"],"id":"1e3dc9193d7aaa00e074dc9dfa7cf060","link":"http://twitter.com/Margaretu12/status/467100266756845568","mentions":["Injunafo9"],"received_at":1400200357.0599000,"schema":{"version":3},"source":"adg adadg dadg adg","type":"twitter","tags":["trader"],"tag_tree":{"sentiment_score":400.00000000000000,"quality_score":-2000.0000000000000}},"language":{"confidence":98,"tag":"en","tag_extended":"en"},"salience":{"content":{"sentiment":3}},"twitter":{"id":"467100266756845568","retweet":{"count":43,"created_at":"Fri, 16 May 2014 00:32:36 +0000","hashtags":["BuyBookSilentSinners","Love"],"id":"467100266756845568","lang":"en","mentions":["Injunafo9"],"source":"<a href=\"https://www.youtube.com/watch?v=CP6LQjJo7eY142\" rel=\"nofollow\">adg adadg dadg adg</a>","symbols":["cxh"],"text":"#BuyBookSilentSinners \u262FGain Followers\n\u262FRT This\n\u262FMUST FOLLOW ME I FOLLOW BACK\n\u262FFollow everyone who rts\n\u262FGain\n #Love $cxh","user":{"created_at":"Wed, 23 Apr 2014 12:16:53 +0000","favourites_count":20183,"followers_count":141,"friends_count":59,"geo_enabled":false,"id":2459645076,"id_str":"2459645076","lang":"en","listed_count":3,"name":"Margaret","profile_image_url":"http://pbs.twimg.com/profile_images/458942857097646080/lRr8uz8c_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/458942857097646080/lRr8uz8c_normal.jpeg","screen_name":"Margaretu12","statuses_count":25021,"verified":false}},"retweeted":{"created_at":"Fri, 16 May 2014 00:00:17 +0000","id":"467092131942006784","source":"<a href=\"https://www.youtube.com/watch?v=I9zJKlBczOQ53\" rel=\"nofollow\">dgaadgdg adg adg ahdahagddag </a>","user":{"created_at":"Sun, 06 Apr 2014 17:10:06 +0000","favourites_count":28939,"followers_count":194,"friends_count":98,"geo_enabled":false,"id":2430758269,"id_str":"2430758269","lang":"en","listed_count":5,"name":"Injunafo9","profile_image_url":"http://pbs.twimg.com/profile_images/452855827204825088/03eYPsrb_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/452855827204825088/03eYPsrb_normal.jpeg","screen_name":"Injunafo9","statuses_count":35643,"verified":false}}}},{"demographic":{"gender":"female"},"interaction":{"author":{"avatar":"http://pbs.twimg.com/profile_images/429506504677265408/mYtdtUZF_normal.png","id":2310593864,"language":"en","link":"http://twitter.com/nurajifarar","name":"Lika Barten","username":"nurajifarar"},"content":"RT @StockLegends: $MNGA should be money in the bank next week","created_at":"Fri, 16 May 2014 04:07:35 +0000","id":"1e3dcaf9c3edad80e0746fa8fcdd001a","link":"http://twitter.com/nurajifarar/status/467154367712595968","mentions":["StockLegends"],"received_at":1400213255.6133001,"schema":{"version":3},"source":"TweetAdder v4","type":"twitter","tags":["trader"]},"language":{"confidence":97,"tag":"en","tag_extended":"en"},"salience":{"content":{"sentiment":0}},"twitter":{"id":"467154367712595968","retweet":{"count":79,"created_at":"Fri, 16 May 2014 04:07:35 +0000","id":"467154367712595968","lang":"en","mentions":["StockLegends"],"source":"<a href=\"http://tweetadder.com\" rel=\"nofollow\">TweetAdder v4</a>","symbols":["MNGA"],"text":"$MNGA should be money in the bank next week","user":{"created_at":"Sat, 25 Jan 2014 19:33:18 +0000","description":"Amateur travel evangelist #Professional web maven #","favourites_count":0,"followers_count":1,"friends_count":5,"geo_enabled":false,"id":2310593864,"id_str":"2310593864","lang":"en","listed_count":0,"location":"Liverpool","name":"Lika Barten","profile_image_url":"http://pbs.twimg.com/profile_images/429506504677265408/mYtdtUZF_normal.png","profile_image_url_https":"https://pbs.twimg.com/profile_images/429506504677265408/mYtdtUZF_normal.png","screen_name":"nurajifarar","statuses_count":414,"verified":false}},"retweeted":{"created_at":"Fri, 16 May 2014 04:05:44 +0000","id":"467153904606539776","source":"web","user":{"created_at":"Mon, 23 May 2011 01:31:05 +0000","description":"I'm Your Huckleberry....","favourites_count":6,"followers_count":7049,"friends_count":7600,"geo_enabled":false,"id":303531344,"id_str":"303531344","lang":"en","listed_count":31,"location":"Scottsdale, AZ","name":"Stock Legends","profile_image_url":"http://pbs.twimg.com/profile_images/1475293903/ShiznitsTwitter_normal.gif","profile_image_url_https":"https://pbs.twimg.com/profile_images/1475293903/ShiznitsTwitter_normal.gif","screen_name":"StockLegends","statuses_count":14646,"time_zone":"Pacific Time (US & Canada)","url":"http://www.StockLegends.com","utc_offset":-25200,"verified":false}}}},{"interaction":{"author":{"avatar":"http://pbs.twimg.com/profile_images/378800000516980461/0771d44d732cfa354dd768796eb31bbe_normal.jpeg","id":1671214188,"language":"en","link":"http://twitter.com/NYUJAPI","name":"JPIA","username":"NYUJAPI"},"content":"RT @philstockworld: David Tepper Agrees With Me! Our $TSLA trade made 26% in a week, $FSLR up 99% in 7 days - more @ http://t.co/EUoZRxaGoa","created_at":"Fri, 16 May 2014 00:07:50 +0000","id":"1e3dc8e1e1e0af00e07451554a5dddf8","link":"http://twitter.com/NYUJAPI/status/467094032603430913","mentions":["philstockworld"],"received_at":1400198870.5524001,"schema":{"version":3},"source":"web","type":"twitter","tags":["trader"],"tag_tree":{"quality_score":950.00000000000000}},"language":{"confidence":98,"tag":"en","tag_extended":"en"},"links":{"code":[200],"created_at":["Thu, 15 May 2014 13:16:37 +0000"],"meta":{"charset":["UTF-8"],"content_type":["text/html"],"description":["Now what? Options expire on Friday and last expiration day (4/18), we were 2.5% higher on the Russell and Nasdaq , which is about how much"],"lang":["en"],"opengraph":[{"site_name":"Phil&#039;s Stock World","description":"Now what? Options expire on Friday and last expiration day (4/18), we were 2.5% higher on the Russell and Nasdaq , which is about how much higher the Dow, S&P and NYSE are from where they were at the time. It&#039;s been an interesting month watching our indexes diverge but, as we discussed in [...]","type":"article","url":"http://www.philstockworld.com/2014/05/15/faltering-thursday-trouble-at-the-top/","title":"Faltering Thursday - Trouble at the Top?"}]},"normalized_url":["http://philstockworld.com/2014/05/15/faltering-thursday-trouble-at-the-top"],"retweet_count":[0],"title":["Faltering Thursday \u2013 Trouble at the Top? | Phil&#039;s Stock World"],"url":["http://www.philstockworld.com/2014/05/15/faltering-thursday-trouble-at-the-top/"]},"salience":{"content":{"sentiment":9}},"twitter":{"id":"467094032603430913","retweet":{"count":1068,"created_at":"Fri, 16 May 2014 00:07:50 +0000","display_urls":["philstockworld.com/2014/05/15/fal\u2026"],"domains":["www.philstockworld.com"],"id":"467094032603430913","lang":"en","links":["http://www.philstockworld.com/2014/05/15/faltering-thursday-trouble-at-the-top/"],"mentions":["philstockworld"],"source":"web","symbols":["TSLA","FSLR"],"text":"David Tepper Agrees With Me! Our $TSLA trade made 26% in a week, $FSLR up 99% in 7 days - more @ http://t.co/EUoZRxaGoa","user":{"created_at":"Wed, 14 Aug 2013 19:15:39 +0000","description":"An NYU student-run ,publication that provides a focused forum for outstanding student work on relevant, -provoking topics in the international landscape.","favourites_count":723,"followers_count":126,"friends_count":188,"geo_enabled":false,"id":1671214188,"id_str":"1671214188","lang":"en","listed_count":0,"location":"Virginia","name":"JPIA","profile_image_url":"http://pbs.twimg.com/profile_images/378800000516980461/0771d44d732cfa354dd768796eb31bbe_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/378800000516980461/0771d44d732cfa354dd768796eb31bbe_normal.jpeg","screen_name":"NYUJAPI","statuses_count":1262,"url":"http://www.nyu.edu/clubs/jpia.club/index.html","verified":false}},"retweeted":{"created_at":"Thu, 15 May 2014 13:16:12 +0000","id":"466930046612307968","source":"web","user":{"created_at":"Sat, 18 Oct 2008 12:00:54 +0000","description":"High Finance For Real People - Fun and Profits! Order Stock World Weekly or our PSW Report @ http://tinyurl.com/TwitterOffer7","favourites_count":25,"followers_count":503823,"friends_count":174,"geo_enabled":true,"id":16838276,"id_str":"16838276","lang":"en","listed_count":80,"location":"USA","name":"Phil Davis","profile_image_url":"http://pbs.twimg.com/profile_images/62329749/puppet_head_normal.jpg","profile_image_url_https":"https://pbs.twimg.com/profile_images/62329749/puppet_head_normal.jpg","screen_name":"philstockworld","statuses_count":4355,"time_zone":"Eastern Time (US & Canada)","url":"http://www.philstockworld.com","utc_offset":-14400,"verified":false}}}},{"demographic":{"gender":"male"},"interaction":{"author":{"avatar":"http://pbs.twimg.com/profile_images/378800000372172280/84ce8529ad18a963ac8d831746380b84_normal.jpeg","id":1704143060,"language":"en","link":"http://twitter.com/angelo_chirillo","name":"Angelo Chirillo","username":"angelo_chirillo"},"content":"$CMG 'Overstuffed' exec pay rejected by Chipotle investors http://t.co/1DXxHCRzY9","created_at":"Fri, 16 May 2014 01:49:33 +0000","id":"1e3dc9c53c9fa480e074ba606e8cccfa","link":"http://twitter.com/angelo_chirillo/status/467119630725566464","received_at":1400204973.6541998,"schema":{"version":3},"source":"dlvr.it","type":"twitter","tags":["trader"],"tag_tree":{"quality_score":50.000000000000000}},"language":{"confidence":98,"tag":"en","tag_extended":"en"},"links":{"code":[403],"created_at":["Fri, 16 May 2014 01:49:33 +0000"],"hops":[["http://top10stocks2buy.com/i.php?http://uk.finance.yahoo.com/news/overstuffed-exec-pay-rejected-chipotle-222226556.html&t6t=CMG"]],"normalized_url":[null],"retweet_count":[0],"title":[null],"url":["http://top10stocks2buy.com/i.php?http://uk.finance.yahoo.com/news/overstuffed-exec-pay-rejected-chipotle-222226556.html&t6t=CMG"]},"salience":{"content":{"sentiment":-7}},"twitter":{"created_at":"Fri, 16 May 2014 01:49:33 +0000","display_urls":["top10stocks2buy.com/i.php?http://u\u2026"],"domains":["top10stocks2buy.com"],"id":"467119630725566464","lang":"en","links":["http://top10stocks2buy.com/i.php?http://uk.finance.yahoo.com/news/overstuffed-exec-pay-rejected-chipotle-222226556.html&t6t=CMG"],"source":"<a href=\"http://dlvr.it\" rel=\"nofollow\">dlvr.it</a>","text":"$CMG 'Overstuffed' exec pay rejected by Chipotle investors http://t.co/1DXxHCRzY9","user":{"created_at":"Tue, 27 Aug 2013 08:48:34 +0000","favourites_count":0,"followers_count":184,"friends_count":0,"geo_enabled":false,"id":1704143060,"id_str":"1704143060","lang":"en","listed_count":16,"name":"Angelo Chirillo","profile_image_url":"http://pbs.twimg.com/profile_images/378800000372172280/84ce8529ad18a963ac8d831746380b84_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/378800000372172280/84ce8529ad18a963ac8d831746380b84_normal.jpeg","screen_name":"angelo_chirillo","statuses_count":99051,"time_zone":"Atlantic Time (Canada)","utc_offset":-10800,"verified":false}}},{"interaction":{"author":{"avatar":"http://pbs.twimg.com/profile_images/455858569988939776/1JVU7bET_normal.jpeg","id":2443446373,"language":"en","link":"http://twitter.com/nerdfitnews","name":"Nerd Fit","username":"nerdfitnews"},"content":"RT @ComicBookdotcom: Marvel Comics Announces Weapon Etched Holo Foil Covers For Death Of Wolverine http://t.co/DYt9FJhfS6","created_at":"Fri, 16 May 2014 00:15:49 +0000","id":"1e3dc8f3b9faa880e0742238338cada2","link":"http://twitter.com/nerdfitnews/status/467096044535574529","mentions":["ComicBookdotcom"],"received_at":1400199350.2789001,"schema":{"version":3},"source":"Twitter for iPhone","type":"twitter","tags":["investor"],"tag_tree":{"sentiment_score":700.00000000000000,"quality_score":550.00000000000000}},"language":{"confidence":98,"tag":"en","tag_extended":"en"},"links":{"code":[200],"created_at":["Thu, 15 May 2014 21:37:09 +0000"],"meta":{"charset":["UTF-8"],"content_type":["text/html"],"description":["Marvel Comics has announced Weapon Etched Holo Foil covers for Death of Wolverine #1-4, featuring cover art by Steve McNiven. \u201CWith a huge event like Death of Wolverine, we wanted to give retailers and fans a cover that stands out on shelves and really helps to grab your attention,\u201D says Marvel\u2019s SVP of Sales & Marketing [...]"],"keywords":[["Death of Wolverine","Marvel Comics","Wolverine"]],"lang":["unknown"]},"normalized_url":["http://comicbook.com/blog/2014/05/15/marvel-comics-announces-weapon-etched-holo-foil-covers-for-death-of-wolverine"],"retweet_count":[0],"title":["Marvel Comics Announces Weapon Etched Holo Foil Covers For Death Of Wolverine | Comicbook.com"],"url":["http://comicbook.com/blog/2014/05/15/marvel-comics-announces-weapon-etched-holo-foil-covers-for-death-of-wolverine/"]},"salience":{"content":{"sentiment":-6}},"twitter":{"id":"467096044535574529","retweet":{"count":3,"created_at":"Fri, 16 May 2014 00:15:49 +0000","display_urls":["comicbook.com/blog/2014/05/1\u2026"],"domains":["comicbook.com"],"id":"467096044535574529","lang":"en","links":["http://comicbook.com/blog/2014/05/15/marvel-comics-announces-weapon-etched-holo-foil-covers-for-death-of-wolverine/"],"mentions":["ComicBookdotcom"],"source":"<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>","text":"Marvel Comics Announces Weapon Etched Holo Foil Covers For Death Of Wolverine http://t.co/DYt9FJhfS6","user":{"created_at":"Mon, 14 Apr 2014 06:37:41 +0000","description":"News, pictures, and humor to whip up a nerd fit! Movies, books, comics, gaming, toys, tech, science, and more!","favourites_count":1600,"followers_count":161,"friends_count":357,"geo_enabled":false,"id":2443446373,"id_str":"2443446373","lang":"en","listed_count":2,"location":"Gallifrey","name":"Nerd Fit","profile_image_url":"http://pbs.twimg.com/profile_images/455858569988939776/1JVU7bET_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/455858569988939776/1JVU7bET_normal.jpeg","screen_name":"nerdfitnews","statuses_count":980,"url":"http://facebook.com/nerdfitnews","verified":false}},"retweeted":{"created_at":"Thu, 15 May 2014 21:37:08 +0000","id":"467056108566507520","source":"web","user":{"created_at":"Mon, 02 Mar 2009 14:50:43 +0000","description":"http://ComicBook.com is a leading source of news on comic books, movies, and TV shows.","favourites_count":65,"followers_count":9622,"friends_count":1212,"geo_enabled":false,"id":22490294,"id_str":"22490294","lang":"en","listed_count":359,"name":"Comicbook.com","profile_image_url":"http://pbs.twimg.com/profile_images/305624245/avatar_comicbook_normal.jpg","profile_image_url_https":"https://pbs.twimg.com/profile_images/305624245/avatar_comicbook_normal.jpg","screen_name":"ComicBookdotcom","statuses_count":86301,"time_zone":"Quito","url":"http://www.comicbook.com/","utc_offset":-18000,"verified":false}}}},{"interaction":{"author":{"avatar":"http://pbs.twimg.com/profile_images/378800000516190459/0bef7c11bea8a097b110f6d29d50f002_normal.jpeg","id":1912328479,"language":"en","link":"http://twitter.com/CABuyer","name":"CABuyer","username":"CABuyer"},"content":"$HEP Cheniere Energy Partners Prices $2B Notes - Analyst Blog http://t.co/nXQtd6JbHF","created_at":"Fri, 16 May 2014 01:49:33 +0000","id":"1e3dc9c53c9fa480e0742d6ef0dceb54","link":"http://twitter.com/CABuyer/status/467119632327778305","received_at":1400204973.9712002,"schema":{"version":3},"source":"dlvr.it","type":"twitter","tags":["trader"],"tag_tree":{"quality_score":1050.0000000000000}},"language":{"confidence":98,"tag":"en","tag_extended":"en"},"links":{"code":[403],"created_at":["Fri, 16 May 2014 01:49:34 +0000"],"hops":[["http://top10stocks2buy.com/i.php?http://www.nasdaq.com/article/cheniere-energy-partners-prices-2b-notes-analyst-blog-cm353645&t6t=HEP"]],"normalized_url":[null],"retweet_count":[0],"title":[null],"url":["http://top10stocks2buy.com/i.php?http://www.nasdaq.com/article/cheniere-energy-partners-prices-2b-notes-analyst-blog-cm353645&t6t=HEP"]},"salience":{"content":{"sentiment":0}},"twitter":{"created_at":"Fri, 16 May 2014 01:49:33 +0000","display_urls":["top10stocks2buy.com/i.php?http://w\u2026"],"domains":["top10stocks2buy.com"],"id":"467119632327778305","lang":"en","links":["http://top10stocks2buy.com/i.php?http://www.nasdaq.com/article/cheniere-energy-partners-prices-2b-notes-analyst-blog-cm353645&t6t=HEP"],"source":"<a href=\"http://dlvr.it\" rel=\"nofollow\">dlvr.it</a>","text":"$HEP Cheniere Energy Partners Prices $2B Notes - Analyst Blog http://t.co/nXQtd6JbHF","user":{"created_at":"Fri, 27 Sep 2013 21:06:37 +0000","favourites_count":0,"followers_count":187,"friends_count":0,"geo_enabled":false,"id":1912328479,"id_str":"1912328479","lang":"en","listed_count":8,"name":"CABuyer","profile_image_url":"http://pbs.twimg.com/profile_images/378800000516190459/0bef7c11bea8a097b110f6d29d50f002_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/378800000516190459/0bef7c11bea8a097b110f6d29d50f002_normal.jpeg","screen_name":"CABuyer","statuses_count":85805,"verified":false}}},{"interaction":{"author":{"avatar":"http://pbs.twimg.com/profile_images/378800000582475739/420812bfd8dcfb8af2e3795b440882ba_normal.jpeg","id":30117451,"language":"en","link":"http://twitter.com/AZlibrarian","name":"Bossy Britches","username":"AZlibrarian"},"content":"RT @GayPatriot: Wow. Another gay \"progressive\" --&gt; RT @GRYKING: Really? Negro, you couldn't even afford Buffalo Wild Wings. @AskCheyB #p2 #UniteBlue","created_at":"Fri, 16 May 2014 01:33:14 +0000","hashtags":["p2","UniteBlue"],"id":"1e3dc9a0c426a900e07476da83dcdef0","link":"http://twitter.com/AZlibrarian/status/467115523403419648","mention_ids":[21117305,123789941],"mentions":["GRYKING","AskCheyB","GayPatriot"],"received_at":1400203994.4213002,"schema":{"version":3},"source":"web","type":"twitter","tags":["investor"]},"language":{"confidence":98,"tag":"en","tag_extended":"en"},"salience":{"content":{"sentiment":0}},"twitter":{"id":"467115523403419648","retweet":{"count":3,"created_at":"Fri, 16 May 2014 01:33:14 +0000","hashtags":["p2","UniteBlue"],"id":"467115523403419648","lang":"en","mention_ids":[21117305,123789941],"mentions":["GRYKING","AskCheyB","GayPatriot"],"source":"web","text":"Wow. Another gay \"progressive\" --&gt; RT @GRYKING: Really? Negro, you couldn't even afford Buffalo Wild Wings. @AskCheyB #p2 #UniteBlue","user":{"created_at":"Fri, 10 Apr 2009 01:12:27 +0000","description":"#WAAR, Tea Partying, Independent Conservative, Politically Incorrect Librarian","favourites_count":577,"followers_count":680,"friends_count":591,"geo_enabled":true,"id":30117451,"id_str":"30117451","lang":"en","listed_count":18,"location":"Arizona, USA","name":"Bossy Britches","profile_image_url":"http://pbs.twimg.com/profile_images/378800000582475739/420812bfd8dcfb8af2e3795b440882ba_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/378800000582475739/420812bfd8dcfb8af2e3795b440882ba_normal.jpeg","screen_name":"AZlibrarian","statuses_count":11392,"time_zone":"Pacific Time (US & Canada)","utc_offset":-25200,"verified":false}},"retweeted":{"created_at":"Fri, 16 May 2014 01:31:57 +0000","id":"467115200785960961","in_reply_to_screen_name":"GRYKING","in_reply_to_status_id":"467000120165564416","in_reply_to_user_id":"21117305","source":"<a href=\"http://twitter.com/#!/download/ipad\" rel=\"nofollow\">Twitter for iPad</a>","user":{"created_at":"Fri, 19 Dec 2008 15:56:59 +0000","description":"Blogger, activist, snarky. America's lovable gay conservative. Keep your feelings out of my Constitution.","favourites_count":2590,"followers_count":37091,"friends_count":22620,"geo_enabled":false,"id":18244206,"id_str":"18244206","lang":"en","listed_count":1472,"location":"U.S.A.","name":"Clay Aiken - KILLER","profile_image_url":"http://pbs.twimg.com/profile_images/467011418836197376/frq6PpgO_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/467011418836197376/frq6PpgO_normal.jpeg","screen_name":"GayPatriot","statuses_count":181058,"time_zone":"Eastern Time (US & Canada)","utc_offset":-14400,"verified":false}}}},{"interaction":{"author":{"avatar":"http://pbs.twimg.com/profile_images/466954988711710720/oV5ck4zU_normal.jpeg","id":2421057371,"language":"en","link":"http://twitter.com/Gvldera","name":"oreosandfathoez","username":"Gvldera"},"content":"RT @theregotaylor: twitter killing me, I needed a good laugh today \uD83D\uDE12\uD83D\uDE02","created_at":"Fri, 16 May 2014 00:24:18 +0000","id":"1e3dc906b02ea500e0743a1c34964bac","link":"http://twitter.com/Gvldera/status/467098178735845376","mentions":["theregotaylor"],"received_at":1400199859.1001000,"schema":{"version":3},"source":"Twitter for iPhone","type":"twitter","tags":["investor"],"tag_tree":{"sentiment_score":400.00000000000000}},"language":{"confidence":98,"tag":"en","tag_extended":"en"},"salience":{"content":{"sentiment":-1}},"twitter":{"id":"467098178735845376","retweet":{"count":3,"created_at":"Fri, 16 May 2014 00:24:18 +0000","id":"467098178735845376","lang":"en","mentions":["theregotaylor"],"source":"<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>","text":"twitter killing me, I needed a good laugh today \uD83D\uDE12\uD83D\uDE02","user":{"created_at":"Tue, 18 Mar 2014 21:39:27 +0000","description":"\u22A5\u03B5\u22A5 \u25BC f\u0477ckn \u00A7h\u0457\u2020 \u21E7 Mia \u2708\uFE0Fga","favourites_count":191,"followers_count":1369,"friends_count":89,"geo_enabled":false,"id":2421057371,"id_str":"2421057371","lang":"en","listed_count":0,"name":"oreosandfathoez","profile_image_url":"http://pbs.twimg.com/profile_images/466954988711710720/oV5ck4zU_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/466954988711710720/oV5ck4zU_normal.jpeg","screen_name":"Gvldera","statuses_count":2553,"url":"http://www.gvldxpyramids.tumblr.com","verified":false}},"retweeted":{"created_at":"Fri, 16 May 2014 00:19:24 +0000","id":"467096942976438272","source":"<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>","user":{"created_at":"Wed, 12 Feb 2014 22:53:49 +0000","description":"people say i'm annoying, people say i'm ugly, but the thing is have i stopped doing what im doing? No. So is you done?","favourites_count":154,"followers_count":531,"friends_count":451,"geo_enabled":false,"id":2340186556,"id_str":"2340186556","lang":"en","listed_count":0,"location":"mcdoungh","name":". #T'aysWorld \u26A0\uFE0F","profile_image_url":"http://pbs.twimg.com/profile_images/457743118771564544/sViJH2fK_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/457743118771564544/sViJH2fK_normal.jpeg","screen_name":"theregotaylor","statuses_count":1811,"verified":false}}}},{"demographic":{"gender":"male"},"interaction":{"author":{"avatar":"http://pbs.twimg.com/profile_images/3322234017/4df565b4c44cacaf19411788c565fb3d_normal.jpeg","id":1229055031,"language":"en","link":"http://twitter.com/KitchenNews","name":"Michael Kitchen","username":"KitchenNews"},"content":"Asia at midday....\nShanghai down 0.4%\nASX, Taiex down 0.5% each\nHK, Kospi down 0.6% each\nNikkei down 1.7% at break\n$NIK $HSI $XJO","created_at":"Fri, 16 May 2014 03:24:12 +0000","id":"1e3dca98cbc9a600e0741b51675105a2","link":"http://twitter.com/KitchenNews/status/467143451394727936","received_at":1400210652.8903000,"schema":{"version":3},"source":"web","type":"twitter","tags":["trader"]},"language":{"confidence":99,"tag":"en","tag_extended":"en"},"salience":{"content":{"sentiment":0}},"twitter":{"created_at":"Fri, 16 May 2014 03:24:12 +0000","filter_level":"medium","id":"467143451394727936","lang":"en","source":"web","text":"Asia at midday....\nShanghai down 0.4%\nASX, Taiex down 0.5% each\nHK, Kospi down 0.6% each\nNikkei down 1.7% at break\n$NIK $HSI $XJO","user":{"created_at":"Fri, 01 Mar 2013 04:59:49 +0000","description":"Follow news on Asia economies and markets with MarketWatch Asia editor Mike Kitchen.","favourites_count":0,"followers_count":6506,"friends_count":485,"geo_enabled":false,"id":1229055031,"id_str":"1229055031","lang":"en","listed_count":159,"name":"Michael Kitchen","profile_image_url":"http://pbs.twimg.com/profile_images/3322234017/4df565b4c44cacaf19411788c565fb3d_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/3322234017/4df565b4c44cacaf19411788c565fb3d_normal.jpeg","screen_name":"KitchenNews","statuses_count":2511,"time_zone":"Pacific Time (US & Canada)","url":"http://www.marketwatch.com","utc_offset":-25200,"verified":false}}},{"interaction":{"author":{"avatar":"http://pbs.twimg.com/profile_images/463327831309959168/3CR79Uwf_normal.jpeg","id":183735360,"language":"en","link":"http://twitter.com/_ashtonarry_","name":"\u2639 Ka(shton)tie \u2639","username":"_ashtonarry_"},"content":"RT @radirvvin: \"Someday Ashton Irwin will notice me?\" http://t.co/LrH7PdA7BP","created_at":"Fri, 16 May 2014 04:07:36 +0000","id":"1e3dcaf9cd77a400e074e0c259fc80aa","link":"http://twitter.com/_ashtonarry_/status/467154373194567680","mentions":["radirvvin"],"received_at":1400213256.8213000,"schema":{"version":3},"source":"Twitter for iPhone","type":"twitter","tags":["investor"]},"language":{"confidence":97,"tag":"en","tag_extended":"en"},"salience":{"content":{"sentiment":0}},"twitter":{"id":"467154373194567680","retweet":{"count":3,"created_at":"Fri, 16 May 2014 04:07:36 +0000","id":"467154373194567680","lang":"en","media":[{"type":"photo","url":"http://t.co/LrH7PdA7BP","expanded_url":"http://twitter.com/radirvvin/status/467153614470139907/photo/1","display_url":"pic.twitter.com/LrH7PdA7BP","media_url":"http://pbs.twimg.com/media/BnupvHYIEAEUNoP.jpg","id":467153613262163969,"media_url_https":"https://pbs.twimg.com/media/BnupvHYIEAEUNoP.jpg","sizes":{"medium":{"resize":"fit","h":711,"w":599},"large":{"resize":"fit","h":1024,"w":864},"small":{"resize":"fit","h":402,"w":340},"thumb":{"resize":"crop","h":150,"w":150}},"id_str":"467153613262163969"}],"mentions":["radirvvin"],"source":"<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>","text":"\"Someday Ashton Irwin will notice me?\" http://t.co/LrH7PdA7BP","user":{"created_at":"Fri, 27 Aug 2010 19:26:58 +0000","description":"I could never love anyone the way I love you.","favourites_count":12736,"followers_count":2915,"friends_count":2338,"geo_enabled":true,"id":183735360,"id_str":"183735360","lang":"en","listed_count":54,"location":"Applebees/5 & 0/4","name":"\u2639 Ka(shton)tie \u2639","profile_image_url":"http://pbs.twimg.com/profile_images/463327831309959168/3CR79Uwf_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/463327831309959168/3CR79Uwf_normal.jpeg","screen_name":"_ashtonarry_","statuses_count":23963,"time_zone":"Eastern Time (US & Canada)","url":"https://twitter.com/cupcake__narry_/status/452352469704900608","utc_offset":-14400,"verified":false}},"retweeted":{"created_at":"Fri, 16 May 2014 04:04:35 +0000","id":"467153614470139907","source":"<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>","user":{"created_at":"Mon, 01 Aug 2011 22:02:10 +0000","description":"There's a reason that you're here.","favourites_count":1104,"followers_count":15900,"friends_count":9979,"geo_enabled":true,"id":346821931,"id_str":"346821931","lang":"en-gb","listed_count":58,"location":"nah/4","name":"ari \u2661","profile_image_url":"http://pbs.twimg.com/profile_images/466773654630436865/5XzQJxnL_normal.png","profile_image_url_https":"https://pbs.twimg.com/profile_images/466773654630436865/5XzQJxnL_normal.png","screen_name":"radirvvin","statuses_count":120794,"time_zone":"Buenos Aires","url":"https://twitter.com/Ashton5SOS/status/440150228977848320","utc_offset":-10800,"verified":false}}}},{"interaction":{"author":{"avatar":"http://pbs.twimg.com/profile_images/455884056518213632/ef6woOvg_normal.jpeg","id":47476168,"language":"en","link":"http://twitter.com/hustle1776","name":"hustle1776","username":"hustle1776"},"content":"RT @Hemptres: $MYEC FINS 1.3million revenue in Q1 !!! http://t.co/7lwUUmvIU0","created_at":"Fri, 16 May 2014 00:00:15 +0000","id":"1e3dc8d0eea9a180e0741d22da61f97c","link":"http://twitter.com/hustle1776/status/467092123745914881","mentions":["Hemptres"],"received_at":1400198415.4691000,"schema":{"version":3},"source":"web","type":"twitter","tags":["trader"],"tag_tree":{"quality_score":1050.0000000000000}},"language":{"confidence":97,"tag":"en","tag_extended":"en"},"links":{"code":[200],"created_at":["Thu, 15 May 2014 23:49:32 +0000"],"meta":{"content_type":["application/pdf"]},"normalized_url":["http://upperdivisioninvesting.com/wp-content/uploads/2014/05/financials_recovered.pdf"],"retweet_count":[0],"title":[null],"url":["http://upperdivisioninvesting.com/wp-content/uploads/2014/05/financials_recovered.pdf"]},"salience":{"content":{"sentiment":0}},"twitter":{"id":"467092123745914881","retweet":{"count":9,"created_at":"Fri, 16 May 2014 00:00:15 +0000","display_urls":["upperdivisioninvesting.com/wp-content/upl\u2026"],"domains":["upperdivisioninvesting.com"],"id":"467092123745914881","lang":"en","links":["http://upperdivisioninvesting.com/wp-content/uploads/2014/05/financials_recovered.pdf"],"mentions":["Hemptres"],"source":"web","symbols":["MYEC"],"text":"$MYEC FINS 1.3million revenue in Q1 !!! http://t.co/7lwUUmvIU0","user":{"created_at":"Mon, 15 Jun 2009 23:19:54 +0000","description":"God, Family, and hustling","favourites_count":1138,"followers_count":120,"friends_count":162,"geo_enabled":true,"id":47476168,"id_str":"47476168","lang":"en","listed_count":0,"location":"Orlando FL","name":"hustle1776","profile_image_url":"http://pbs.twimg.com/profile_images/455884056518213632/ef6woOvg_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/455884056518213632/ef6woOvg_normal.jpeg","screen_name":"hustle1776","statuses_count":1271,"time_zone":"Central Time (US & Canada)","url":"http://www.cfbwash.com","utc_offset":-18000,"verified":false}},"retweeted":{"created_at":"Thu, 15 May 2014 23:55:40 +0000","id":"467090970484686848","source":"<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>","user":{"created_at":"Tue, 04 Feb 2014 02:51:21 +0000","description":"If you weren't born rich it's not your fault. But if you don't die rich it's definitely your fault.","favourites_count":8078,"followers_count":2527,"friends_count":171,"geo_enabled":false,"id":2326375554,"id_str":"2326375554","lang":"en","listed_count":42,"name":"Hemptress","profile_image_url":"http://pbs.twimg.com/profile_images/432554150857949184/31HoZ5nk_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/432554150857949184/31HoZ5nk_normal.jpeg","screen_name":"Hemptres","statuses_count":3644,"time_zone":"Central Time (US & Canada)","utc_offset":-18000,"verified":false}}}},{"interaction":{"author":{"avatar":"http://pbs.twimg.com/profile_images/457877016574828544/-WcQ8cEt_normal.jpeg","id":911519678,"language":"en","link":"http://twitter.com/Maggie_fultz","name":"\u221EMagdalena\u2764\uFE0F\u221E","username":"Maggie_fultz"},"content":"RT @Caty_Alexa_RAe: \"@RealDopePosts: when bae is mad at you but u just wanna love them http://t.co/kcT4RBf5Ni\" he's probably mad because you're wearing crocs...","created_at":"Fri, 16 May 2014 00:48:25 +0000","id":"1e3dc93c97d9a280e074c92082735d84","link":"http://twitter.com/Maggie_fultz/status/467104246551175168","mention_ids":[50944503],"mentions":["RealDopePosts","Caty_Alexa_RAe"],"received_at":1400201305.7819002,"schema":{"version":3},"source":"Twitter for iPad","type":"twitter","tags":["investor"],"tag_tree":{"sentiment_score":400.00000000000000}},"language":{"confidence":99,"tag":"en","tag_extended":"en"},"salience":{"content":{"sentiment":0}},"twitter":{"id":"467104246551175168","retweet":{"count":3,"created_at":"Fri, 16 May 2014 00:48:25 +0000","id":"467104246551175168","lang":"en","media":[{"type":"photo","url":"http://t.co/kcT4RBf5Ni","source_status_id_str":"466055719242838016","expanded_url":"http://twitter.com/RealDopePosts/status/466055719242838016/photo/1","display_url":"pic.twitter.com/kcT4RBf5Ni","media_url":"http://pbs.twimg.com/media/BnfDNN7CQAAkVdg.jpg","id":466055718299123712,"media_url_https":"https://pbs.twimg.com/media/BnfDNN7CQAAkVdg.jpg","sizes":{"medium":{"resize":"fit","h":900,"w":600},"large":{"resize":"fit","h":900,"w":600},"small":{"resize":"fit","h":510,"w":340},"thumb":{"resize":"crop","h":150,"w":150}},"source_status_id":466055719242838016,"id_str":"466055718299123712"}],"mention_ids":[50944503],"mentions":["RealDopePosts","Caty_Alexa_RAe"],"source":"<a href=\"http://twitter.com/#!/download/ipad\" rel=\"nofollow\">Twitter for iPad</a>","text":"\"@RealDopePosts: when bae is mad at you but u just wanna love them http://t.co/kcT4RBf5Ni\" he's probably mad because you're wearing crocs...","user":{"created_at":"Mon, 29 Oct 2012 01:48:34 +0000","description":"Happy, stressed, and beyond blessed with my \u2764\uFE0F@BlakeRigdon32\u2764 9/8/13","favourites_count":2878,"followers_count":229,"friends_count":251,"geo_enabled":true,"id":911519678,"id_str":"911519678","lang":"en","listed_count":0,"location":"Im a lil bipolar. ","name":"\u221EMagdalena\u2764\uFE0F\u221E","profile_image_url":"http://pbs.twimg.com/profile_images/457877016574828544/-WcQ8cEt_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/457877016574828544/-WcQ8cEt_normal.jpeg","screen_name":"Maggie_fultz","statuses_count":6674,"time_zone":"Eastern Time (US & Canada)","utc_offset":-14400,"verified":false}},"retweeted":{"created_at":"Thu, 15 May 2014 23:43:52 +0000","id":"467088001043271680","source":"<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>","user":{"created_at":"Wed, 08 Feb 2012 23:18:33 +0000","description":"9/12/13 @abateman43 \u2665 Psalms 119:105 \u2665","favourites_count":10416,"followers_count":165,"friends_count":190,"geo_enabled":false,"id":487048406,"id_str":"487048406","lang":"en","listed_count":1,"name":"Caty(:","profile_image_url":"http://pbs.twimg.com/profile_images/453656767268802560/ScN1snUR_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/453656767268802560/ScN1snUR_normal.jpeg","screen_name":"Caty_Alexa_RAe","statuses_count":912,"verified":false}}}},{"interaction":{"author":{"avatar":"http://pbs.twimg.com/profile_images/452586564158111744/bAlen1Vq_normal.png","id":2429560614,"language":"en","link":"http://twitter.com/Waymond420","name":"Waymond","username":"Waymond420"},"content":"@JOC1017 interesting first tweet...no doubt it has potential. potential being realized lol. i bet he does retire more. glty GO $MYEC","created_at":"Fri, 16 May 2014 01:00:00 +0000","id":"1e3dc9567be2a800e074f48cff9c64de","link":"http://twitter.com/Waymond420/status/467107162708516864","mention_ids":[2471455969],"mentions":["JOC1017"],"received_at":1400202001.0002000,"schema":{"version":3},"source":"web","type":"twitter","tags":["trader"],"tag_tree":{"quality_score":600.00000000000000}},"language":{"confidence":99,"tag":"en","tag_extended":"en"},"salience":{"content":{"sentiment":4}},"twitter":{"created_at":"Fri, 16 May 2014 01:00:00 +0000","filter_level":"medium","id":"467107162708516864","in_reply_to_screen_name":"JOC1017","in_reply_to_status_id":"467106527481196544","in_reply_to_user_id":"2471455969","lang":"en","mention_ids":[2471455969],"mentions":["JOC1017"],"source":"web","text":"@JOC1017 interesting first tweet...no doubt it has potential. potential being realized lol. i bet he does retire more. glty GO $MYEC","user":{"created_at":"Sat, 05 Apr 2014 23:17:53 +0000","description":"Way-way, get the bell.","favourites_count":70,"followers_count":15,"friends_count":60,"geo_enabled":false,"id":2429560614,"id_str":"2429560614","lang":"en","listed_count":0,"name":"Waymond","profile_image_url":"http://pbs.twimg.com/profile_images/452586564158111744/bAlen1Vq_normal.png","profile_image_url_https":"https://pbs.twimg.com/profile_images/452586564158111744/bAlen1Vq_normal.png","screen_name":"Waymond420","statuses_count":99,"time_zone":"Central Time (US & Canada)","utc_offset":-18000,"verified":false}}},{"demographic":{"gender":"female"},"interaction":{"author":{"avatar":"http://pbs.twimg.com/profile_images/462041320756744192/yTj17F1W_normal.jpeg","id":1279517976,"language":"en","link":"http://twitter.com/lesaann98","name":"Lesa Moats","username":"lesaann98"},"content":"RT @WWEmoms: And the Samsung Pocket Cam goes to @TommiesMommy14 Congratulations! #WWEmoms","created_at":"Fri, 16 May 2014 00:00:02 +0000","hashtags":["WWEmoms"],"id":"1e3dc8d072aead00e074fb14201994d4","link":"http://twitter.com/lesaann98/status/467092069358374912","mention_ids":[587686182],"mentions":["TommiesMommy14","WWEmoms"],"received_at":1400198402.4112000,"schema":{"version":3},"source":"web","type":"twitter","tags":["investor"]},"language":{"confidence":98,"tag":"en","tag_extended":"en"},"salience":{"content":{"sentiment":0}},"twitter":{"id":"467092069358374912","retweet":{"count":3,"created_at":"Fri, 16 May 2014 00:00:02 +0000","hashtags":["WWEmoms"],"id":"467092069358374912","lang":"en","mention_ids":[587686182],"mentions":["TommiesMommy14","WWEmoms"],"source":"web","text":"And the Samsung Pocket Cam goes to @TommiesMommy14 Congratulations! #WWEmoms","user":{"created_at":"Tue, 19 Mar 2013 04:40:04 +0000","favourites_count":5994,"followers_count":612,"friends_count":2001,"geo_enabled":true,"id":1279517976,"id_str":"1279517976","lang":"en","listed_count":10,"location":"Hacker Valley, WV","name":"Lesa Moats","profile_image_url":"http://pbs.twimg.com/profile_images/462041320756744192/yTj17F1W_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/462041320756744192/yTj17F1W_normal.jpeg","screen_name":"lesaann98","statuses_count":22943,"time_zone":"Eastern Time (US & Canada)","utc_offset":-14400,"verified":false}},"retweeted":{"created_at":"Thu, 15 May 2014 23:59:37 +0000","id":"467091965688160256","source":"<a href=\"https://about.twitter.com/products/tweetdeck\" rel=\"nofollow\">TweetDeck</a>","user":{"created_at":"Mon, 02 Apr 2012 19:40:21 +0000","description":"A community of moms to learn more about and share their love of the WWE! #WWEMoms","favourites_count":4,"followers_count":10415,"friends_count":553,"geo_enabled":false,"id":543677405,"id_str":"543677405","lang":"en","listed_count":62,"location":"USA","name":"WWEmoms","profile_image_url":"http://pbs.twimg.com/profile_images/3274071557/721c7bb0f4dab94a065be485f16afb83_normal.png","profile_image_url_https":"https://pbs.twimg.com/profile_images/3274071557/721c7bb0f4dab94a065be485f16afb83_normal.png","screen_name":"WWEmoms","statuses_count":2111,"time_zone":"Eastern Time (US & Canada)","url":"http://www.wwe.com/inside/overtheropes/wweinyourcorner/teacherscorner/","utc_offset":-14400,"verified":false}}}},{"demographic":{"gender":"female"},"interaction":{"author":{"avatar":"http://pbs.twimg.com/profile_images/378800000775964030/74bf4a70ca3ba5005d1994b167f34d47_normal.jpeg","id":219513530,"language":"es","link":"http://twitter.com/valentinaruizg","name":"Valentina Ruiz","username":"valentinaruizg"},"content":"RT @santigomezzu: Hulu Taps Netflix Marketing Vet Jenny Wall - http://t.co/AELiqVLAZH #hulu","created_at":"Fri, 16 May 2014 01:33:05 +0000","hashtags":["hulu"],"id":"1e3dc9a06e51ae80e0743efee041ebe8","link":"http://twitter.com/valentinaruizg/status/467115489387618305","mentions":["santigomezzu"],"received_at":1400203986.2813001,"schema":{"version":3},"source":"Twitter for Android","type":"twitter","tags":["investor"],"tag_tree":{"quality_score":50.000000000000000}},"language":{"confidence":97,"tag":"en","tag_extended":"en"},"links":{"code":[200],"created_at":["Fri, 16 May 2014 00:44:43 +0000"],"hops":[["http://klou.tt/pniry0c9pb79"]],"meta":{"charset":["UTF-8"],"content_type":["text/html"],"description":["Hulu has nabbed marketing veteran Jenny Wall from rival Netflix. She joins the online streamer as svp and head of marketing and will oversee Hulu brand strategy and acquisition and retention channels, among other duties. STORY: Hulu Lands 'Brooklyn Nine-Nine,' 'Mindy,' More NBCUniversal Series"],"keywords":[["Tech","Hulu","Netflix"]],"lang":["en"],"opengraph":[{"site_name":"The Hollywood Reporter","description":"Hulu has nabbed marketing veteran Jenny Wall from rival Netflix.She joins the online streamer as svp and head of marketing and will oversee Hulu brand strategy and acquisition and retention channels, among other duties.STORY: Hulu Lands &#39;Brooklyn Nine-Nine,&#39; &#39;Mindy,&#39; More NBCUniversal Series","type":"article","url":"http://www.hollywoodreporter.com/news/hulu-taps-netflix-marketing-vet-703669","image":"http://www.hollywoodreporter.com/sites/default/files/imagecache/small_144x81/2014/05/jenny_wall.jpg","title":"Hulu Taps Netflix Marketing Vet Jenny Wall"}],"twitter":[{"card":"summary_large_image","creator":"@THR","url":"http://www.hollywoodreporter.com/news/hulu-taps-netflix-marketing-vet-703669","site":"@THR"}]},"normalized_url":["http://hollywoodreporter.com/news/hulu-taps-netflix-marketing-vet-703669"],"retweet_count":[0],"title":["Hulu Taps Netflix Marketing Vet Jenny Wall - The Hollywood Reporter"],"url":["http://www.hollywoodreporter.com/news/hulu-taps-netflix-marketing-vet-703669"]},"salience":{"content":{"sentiment":0}},"twitter":{"id":"467115489387618305","retweet":{"count":3,"created_at":"Fri, 16 May 2014 01:33:05 +0000","display_urls":["klou.tt/pniry0c9pb79"],"domains":["klou.tt"],"hashtags":["hulu"],"id":"467115489387618305","lang":"de","links":["http://klou.tt/pniry0c9pb79"],"mentions":["santigomezzu"],"source":"<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>","text":"Hulu Taps Netflix Marketing Vet Jenny Wall - http://t.co/AELiqVLAZH #hulu","user":{"created_at":"Thu, 25 Nov 2010 02:22:31 +0000","favourites_count":282,"followers_count":112,"friends_count":305,"geo_enabled":false,"id":219513530,"id_str":"219513530","lang":"es","listed_count":0,"name":"Valentina Ruiz","profile_image_url":"http://pbs.twimg.com/profile_images/378800000775964030/74bf4a70ca3ba5005d1994b167f34d47_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/378800000775964030/74bf4a70ca3ba5005d1994b167f34d47_normal.jpeg","screen_name":"valentinaruizg","statuses_count":1651,"time_zone":"Central Time (US & Canada)","utc_offset":-18000,"verified":false}},"retweeted":{"created_at":"Fri, 16 May 2014 00:44:42 +0000","id":"467103309586006016","source":"<a href=\"http://klout.com\" rel=\"nofollow\">Post with Klout</a>","user":{"created_at":"Thu, 06 Feb 2014 16:38:40 +0000","description":"Toda la informaci\u00F3n sobre #marketingdigital #tecnolog\u00EDa #innovaci\u00F3n #socialmedia #negocios #emprendimiento","favourites_count":611,"followers_count":2226,"friends_count":2388,"geo_enabled":false,"id":2330547332,"id_str":"2330547332","lang":"es","listed_count":10,"name":"santiago gomez","profile_image_url":"http://pbs.twimg.com/profile_images/431901942445780992/jdhxgTQp_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/431901942445780992/jdhxgTQp_normal.jpeg","screen_name":"santigomezzu","statuses_count":1267,"time_zone":"Amsterdam","utc_offset":7200,"verified":false}}}},{"interaction":{"author":{"avatar":"http://pbs.twimg.com/profile_images/447648913864921088/VDfvKGMe_normal.jpeg","id":2406416976,"language":"en","link":"http://twitter.com/reeleal1","name":"Reel Real","username":"reeleal1"},"content":"RT @PUSHA_T: Tune in cnn 9pm EST @massappeal http://t.co/tA1qVeicKR http://t.co/ikzT3aHqjI","created_at":"Fri, 16 May 2014 00:48:53 +0000","id":"1e3dc93da2e0a880e0741b778f2ab288","link":"http://twitter.com/reeleal1/status/467104365392957440","mention_ids":[361312031],"mentions":["MassAppeal","PUSHA_T"],"received_at":1400201334.1485000,"schema":{"version":3},"source":"RoundTeam","type":"twitter","tags":["investor"],"tag_tree":{"quality_score":850.00000000000000}},"language":{"confidence":95,"tag":"en","tag_extended":"en"},"links":{"code":[200,200],"created_at":["Fri, 16 May 2014 00:47:34 +0000","Fri, 16 May 2014 00:47:34 +0000"],"hops":[["http://www.massappeal.com"],[]],"meta":{"charset":["UTF-8","UTF-8"],"content_type":["text/html","text/html"],"description":["Since 1996, Mass Appeal has been bucking trends and predicting them. We Curate. We Participate. We Dictate.",""],"lang":["en-us","en"],"opengraph":[{"site_name":"Mass Appeal","type":"website","description":"...! | Mass Appeal","url":"http://massappeal.com/kaytranada-drops-19-free-tracks-like-whatever/","title":"...! | Mass Appeal"},{"site_name":"Instagram","description":"kingpush's photo on Instagram","type":"instapp:photo","url":"http://instagram.com/p/oCcKO2EgdD/","image":"http://photos-a.ak.instagram.com/hphotos-ak-prn/1743086_1380387515583104_434665884_n.jpg","title":""}]},"normalized_url":["http://massappeal.com","http://instagram.com/p/oCcKO2EgdD"],"retweet_count":[0,0],"title":["...! | Mass Appeal","Instagram"],"url":["http://massappeal.com/","http://instagram.com/p/oCcKO2EgdD/"]},"salience":{"content":{"sentiment":0}},"twitter":{"id":"467104365392957440","retweet":{"count":3,"created_at":"Fri, 16 May 2014 00:48:53 +0000","display_urls":["massappeal.com","instagram.com/p/oCcKO2EgdD/"],"domains":["www.massappeal.com","instagram.com"],"id":"467104365392957440","lang":"en","links":["http://www.massappeal.com","http://instagram.com/p/oCcKO2EgdD/"],"mention_ids":[361312031],"mentions":["MassAppeal","PUSHA_T"],"source":"<a href=\"https://roundteam.co\" rel=\"nofollow\">RoundTeam</a>","text":"Tune in cnn 9pm EST @massappeal http://t.co/tA1qVeicKR http://t.co/ikzT3aHqjI","user":{"created_at":"Sun, 23 Mar 2014 08:15:10 +0000","description":"veteran psychic brick layer","favourites_count":0,"followers_count":30,"friends_count":141,"geo_enabled":false,"id":2406416976,"id_str":"2406416976","lang":"en","listed_count":0,"location":"anywhere but here","name":"Reel Real","profile_image_url":"http://pbs.twimg.com/profile_images/447648913864921088/VDfvKGMe_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/447648913864921088/VDfvKGMe_normal.jpeg","screen_name":"reeleal1","statuses_count":801,"verified":false}},"retweeted":{"created_at":"Fri, 16 May 2014 00:47:21 +0000","id":"467103977604009986","source":"<a href=\"http://instagram.com\" rel=\"nofollow\">Instagram</a>","user":{"created_at":"Wed, 01 Apr 2009 02:56:54 +0000","description":"MGMT: @STEVENVICTOR \n\nDomestic Shows:Cara Lewis/CAA \n\nInternational Shows:Serena Parsons/Primary","favourites_count":4,"followers_count":865091,"friends_count":471,"geo_enabled":false,"id":28035260,"id_str":"28035260","lang":"en","listed_count":3401,"location":"VA","name":"PUSHA T","profile_image_url":"http://pbs.twimg.com/profile_images/378800000368984593/981829705fc02a480e186208c014da76_normal.png","profile_image_url_https":"https://pbs.twimg.com/profile_images/378800000368984593/981829705fc02a480e186208c014da76_normal.png","screen_name":"PUSHA_T","statuses_count":10196,"time_zone":"Quito","url":"http://pusha-t.com/","utc_offset":-18000,"verified":true}}}},{"demographic":{"gender":"unisex"},"interaction":{"author":{"avatar":"http://pbs.twimg.com/profile_images/467039554843983873/RhC3cafV_normal.jpeg","id":1595908758,"language":"en","link":"http://twitter.com/SARAH2TURNNT","name":"","username":"SARAH2TURNNT"},"content":"RT @brieonaalol: FOR MY PROM IM GETTING A IPHONE 75 NO BLURRY SELFIES OVA HERE","created_at":"Fri, 16 May 2014 00:48:33 +0000","id":"1e3dc93ce424a680e074db3ab4a7d4e2","link":"http://twitter.com/SARAH2TURNNT/status/467104281443958785","mentions":["brieonaalol"],"received_at":1400201314.2775002,"schema":{"version":3},"source":"Twitter for iPhone","type":"twitter","tags":["investor"]},"language":{"confidence":98,"tag":"en","tag_extended":"en"},"salience":{"content":{"sentiment":0}},"twitter":{"id":"467104281443958785","retweet":{"count":3,"created_at":"Fri, 16 May 2014 00:48:33 +0000","id":"467104281443958785","lang":"en","mentions":["brieonaalol"],"source":"<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>","text":"FOR MY PROM IM GETTING A IPHONE 75 NO BLURRY SELFIES OVA HERE","user":{"created_at":"Mon, 15 Jul 2013 14:09:08 +0000","description":"\u273F Finding peace within myself. | june 18th \u273F","favourites_count":5188,"followers_count":4501,"friends_count":294,"geo_enabled":false,"id":1595908758,"id_str":"1595908758","lang":"en","listed_count":27,"profile_image_url":"http://pbs.twimg.com/profile_images/467039554843983873/RhC3cafV_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/467039554843983873/RhC3cafV_normal.jpeg","screen_name":"SARAH2TURNNT","statuses_count":33764,"verified":false}},"retweeted":{"created_at":"Fri, 16 May 2014 00:44:40 +0000","id":"467103303869161472","source":"<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>","user":{"created_at":"Thu, 02 Jan 2014 22:28:00 +0000","description":"FADE DA BRIEONAS/BRIANAS IG:@brieonaalol","favourites_count":1807,"followers_count":771,"friends_count":311,"geo_enabled":false,"id":2258992427,"id_str":"2258992427","lang":"en","listed_count":1,"name":"Brieyonc\u00E9","profile_image_url":"http://pbs.twimg.com/profile_images/465216148070350848/5-VTma2J_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/465216148070350848/5-VTma2J_normal.jpeg","screen_name":"brieonaalol","statuses_count":4782,"time_zone":"Eastern Time (US & Canada)","url":"http://brieonalol.tumblr.com","utc_offset":-14400,"verified":false}}}},{"demographic":{"gender":"male"},"interaction":{"author":{"avatar":"http://pbs.twimg.com/profile_images/378800000515228151/cb41ab4dbe3f91eb443d9d18e57ea2ac_normal.jpeg","id":1729162460,"language":"en","link":"http://twitter.com/VanMacher","name":"Van Macher","username":"VanMacher"},"content":"$PAYC Paycom Software Reports 34.1% Revenue Growth in the First Quarter 2014 http://t.co/Jwoh3mWKEy","created_at":"Fri, 16 May 2014 02:32:05 +0000","id":"1e3dca244e64a080e0745feeaf7cc708","link":"http://twitter.com/VanMacher/status/467130334530633728","received_at":1400207525.5792000,"schema":{"version":3},"source":"dlvr.it","type":"twitter","tags":["trader"],"tag_tree":{"quality_score":1550.0000000000000}},"language":{"confidence":98,"tag":"en","tag_extended":"en"},"links":{"code":[403],"created_at":["Fri, 16 May 2014 02:32:41 +0000"],"hops":[["http://top10stocks2buy.com/i.php?http://finance.yahoo.com/news/paycom-software-reports-34-1-200500673.html&t6t=PAYC"]],"normalized_url":[null],"retweet_count":[0],"title":[null],"url":["http://top10stocks2buy.com/i.php?http://finance.yahoo.com/news/paycom-software-reports-34-1-200500673.html&t6t=PAYC"]},"salience":{"content":{"sentiment":0}},"twitter":{"created_at":"Fri, 16 May 2014 02:32:05 +0000","display_urls":["top10stocks2buy.com/i.php?http://f\u2026"],"domains":["top10stocks2buy.com"],"id":"467130334530633728","lang":"en","links":["http://top10stocks2buy.com/i.php?http://finance.yahoo.com/news/paycom-software-reports-34-1-200500673.html&t6t=PAYC"],"source":"<a href=\"http://dlvr.it\" rel=\"nofollow\">dlvr.it</a>","text":"$PAYC Paycom Software Reports 34.1% Revenue Growth in the First Quarter 2014 http://t.co/Jwoh3mWKEy","user":{"created_at":"Wed, 04 Sep 2013 15:54:35 +0000","favourites_count":0,"followers_count":128,"friends_count":0,"geo_enabled":false,"id":1729162460,"id_str":"1729162460","lang":"en","listed_count":3,"name":"Van Macher","profile_image_url":"http://pbs.twimg.com/profile_images/378800000515228151/cb41ab4dbe3f91eb443d9d18e57ea2ac_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/378800000515228151/cb41ab4dbe3f91eb443d9d18e57ea2ac_normal.jpeg","screen_name":"VanMacher","statuses_count":65514,"verified":false}}},{"interaction":{"author":{"avatar":"http://pbs.twimg.com/profile_images/464568413457641472/BYB0UOLd_normal.jpeg","id":298726789,"language":"en","link":"http://twitter.com/laresathompson","name":"Laresa Thompson","username":"laresathompson"},"content":"RT @USATODAYmoney: Why Warren Buffett is big on Verizon stock $VZ (Photo: Nati Harnik, AP) http://t.co/MypolPDHKR http://t.co/php33esx7C","created_at":"Fri, 16 May 2014 01:08:11 +0000","id":"1e3dc968c66caf80e07432996bba3b3e","link":"http://twitter.com/laresathompson/status/467109220626616320","mentions":["USATODAYmoney"],"received_at":1400202491.6661000,"schema":{"version":3},"source":"Twitter for Android","type":"twitter","tags":["trader"],"tag_tree":{"quality_score":2650.0000000000000}},"language":{"confidence":98,"tag":"en","tag_extended":"en"},"links":{"code":[200],"created_at":["Thu, 15 May 2014 23:44:11 +0000"],"hops":[["http://usat.ly/1gJZJrc"]],"meta":{"charset":["UTF-8"],"content_type":["text/html"],"description":["The much-watched disclosure from Warren Buffett&#039;s Berkshire Hathaway was released late Thursday."],"keywords":[["buzz","warren buffett"]],"lang":["en"],"opengraph":[{"site_name":"America&#039;s Markets","description":"The much-watched disclosure from Warren Buffett&#039;s Berkshire Hathaway was released late Thursday.","type":"article","url":"http://americasmarkets.usatoday.com/2014/05/15/verizon-among-warren-buffetts-new-favorites/","facebook_publisher":"https://www.facebook.com/usatodaysports","facebook_author":"http://americasmarkets.usatoday.com/author/mkrantzusat/","image":"http://usatmarkets.files.wordpress.com/2014/05/ap_bufett_media_64019114.jpg","title":"Warren Buffett adds new stock pick: Verizon"}],"twitter":[{"card":"summary_large_image"}]},"normalized_url":["http://americasmarkets.usatoday.com/2014/05/15/verizon-among-warren-buffetts-new-favorites?sf26238606=1"],"retweet_count":[0],"title":["Warren Buffett adds new stock pick: Verizon | America&#039;s Markets"],"url":["http://americasmarkets.usatoday.com/2014/05/15/verizon-among-warren-buffetts-new-favorites/?sf26238606=1"]},"salience":{"content":{"sentiment":0}},"twitter":{"id":"467109220626616320","retweet":{"count":36,"created_at":"Fri, 16 May 2014 01:08:11 +0000","display_urls":["usat.ly/1gJZJrc"],"domains":["usat.ly"],"id":"467109220626616320","lang":"en","links":["http://usat.ly/1gJZJrc"],"media":[{"type":"photo","url":"http://t.co/php33esx7C","expanded_url":"http://twitter.com/USATODAYmoney/status/467088075789959168/photo/1","display_url":"pic.twitter.com/php33esx7C","media_url":"http://pbs.twimg.com/media/BntuIUzIYAAWrZm.jpg","id":467088075664154624,"media_url_https":"https://pbs.twimg.com/media/BntuIUzIYAAWrZm.jpg","sizes":{"medium":{"resize":"fit","h":230,"w":460},"large":{"resize":"fit","h":230,"w":460},"small":{"resize":"fit","h":170,"w":340},"thumb":{"resize":"crop","h":150,"w":150}},"id_str":"467088075664154624"}],"mentions":["USATODAYmoney"],"source":"<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>","symbols":["VZ"],"text":"Why Warren Buffett is big on Verizon stock $VZ (Photo: Nati Harnik, AP) http://t.co/MypolPDHKR http://t.co/php33esx7C","user":{"created_at":"Sat, 14 May 2011 20:38:48 +0000","description":"Experienced Media and Communications Leader","favourites_count":472,"followers_count":85,"friends_count":116,"geo_enabled":false,"id":298726789,"id_str":"298726789","lang":"en","listed_count":1,"location":"North Carolina","name":"Laresa Thompson","profile_image_url":"http://pbs.twimg.com/profile_images/464568413457641472/BYB0UOLd_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/464568413457641472/BYB0UOLd_normal.jpeg","screen_name":"laresathompson","statuses_count":183,"time_zone":"Eastern Time (US & Canada)","utc_offset":-14400,"verified":false}},"retweeted":{"created_at":"Thu, 15 May 2014 23:44:10 +0000","id":"467088075789959168","source":"<a href=\"http://www.spredfast.com\" rel=\"nofollow\">Spredfast</a>","user":{"created_at":"Thu, 07 Aug 2008 14:56:58 +0000","description":"Latest news about financial markets, the economy, business, corporations, and personal finance, from USA TODAY.","favourites_count":66,"followers_count":314658,"friends_count":1338,"geo_enabled":false,"id":15764136,"id_str":"15764136","lang":"en","listed_count":5332,"location":"USA TODAY","name":"USA TODAY Money","profile_image_url":"http://pbs.twimg.com/profile_images/463771344396500992/T33fYyXc_normal.png","profile_image_url_https":"https://pbs.twimg.com/profile_images/463771344396500992/T33fYyXc_normal.png","screen_name":"USATODAYmoney","statuses_count":44680,"time_zone":"Eastern Time (US & Canada)","url":"http://www.usatoday.com/money","utc_offset":-14400,"verified":true}}}},{"interaction":{"author":{"avatar":"http://pbs.twimg.com/profile_images/464192747318939648/3C50XZ_p_normal.jpeg","id":2390917410,"language":"en","link":"http://twitter.com/Jm_Dayap","name":"Jm Dayap","username":"Jm_Dayap"},"content":"RT @DrakeNYC: Inappropriate Selfies On Facebook http://t.co/Q4tPc0UVQv","created_at":"Fri, 16 May 2014 00:48:30 +0000","id":"1e3dc93cc788a300e074ea1ec75fc9c4","link":"http://twitter.com/Jm_Dayap/status/467104266247610368","mentions":["DrakeNYC"],"received_at":1400201310.4405999,"schema":{"version":3},"source":"Twitter for Android","type":"twitter","tags":["investor"],"tag_tree":{"quality_score":450.00000000000000}},"language":{"confidence":97,"tag":"en","tag_extended":"en"},"links":{"code":[200],"created_at":["Thu, 15 May 2014 12:45:11 +0000"],"meta":{"charset":["UTF-8"],"content_type":["text/html"],"lang":["en"],"opengraph":[{"site_name":"nycdailystar.tv","type":"website","description":"We've all got them on their friend's list, those people who have no idea what is appropriate to share in public and what is not.","url":"http://nycdailystar.tv/inappropriate-photostthat-shouldn-t-have-been-shared","image":"http://c1.likes-media.com/img/ac9782f94542c1e4883f640582872270","title":"The Most Inappropriate Selfies On Facebook"}],"twitter":[{"description":"We","card":"summary_large_image","title":"The Most Inappropriate Selfies On Facebook"}]},"normalized_url":["http://nycdailystar.tv/inappropriate-photostthat-shouldn-t-have-been-shared"],"retweet_count":[0],"title":["The Most Inappropriate Selfies On Facebook"],"url":["http://nycdailystar.tv/inappropriate-photostthat-shouldn-t-have-been-shared"]},"salience":{"content":{"sentiment":-6}},"twitter":{"id":"467104266247610368","retweet":{"count":3,"created_at":"Fri, 16 May 2014 00:48:30 +0000","display_urls":["nycdailystar.tv/inappropriate-\u2026"],"domains":["nycdailystar.tv"],"id":"467104266247610368","lang":"sk","links":["http://nycdailystar.tv/inappropriate-photostthat-shouldn-t-have-been-shared"],"mentions":["DrakeNYC"],"source":"<a href=\"https://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>","text":"Inappropriate Selfies On Facebook http://t.co/Q4tPc0UVQv","user":{"created_at":"Sat, 15 Mar 2014 12:10:58 +0000","description":"SMCQC Basketball MNL","favourites_count":1103,"followers_count":307,"friends_count":604,"geo_enabled":false,"id":2390917410,"id_str":"2390917410","lang":"en","listed_count":0,"name":"Jm Dayap","profile_image_url":"http://pbs.twimg.com/profile_images/464192747318939648/3C50XZ_p_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/464192747318939648/3C50XZ_p_normal.jpeg","screen_name":"Jm_Dayap","statuses_count":2674,"time_zone":"Beijing","utc_offset":28800,"verified":false}},"retweeted":{"created_at":"Fri, 16 May 2014 00:45:09 +0000","id":"467103426657017856","source":"<a href=\"http://www.grabinbox.com\" rel=\"nofollow\">GrabInbox</a>","user":{"created_at":"Fri, 15 Jul 2011 14:32:40 +0000","description":"My Tweets are here to inspire. I am NOT the real Drake. This account is NOT associated with the rapper Drake. [#1 Fan/Parody Account]","favourites_count":0,"followers_count":443867,"friends_count":4464,"geo_enabled":false,"id":335957195,"id_str":"335957195","lang":"en","listed_count":811,"location":"Business & Contact Via Inbox","name":"Drake","profile_image_url":"http://pbs.twimg.com/profile_images/418983309230628864/INNGmhhZ_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/418983309230628864/INNGmhhZ_normal.jpeg","screen_name":"DrakeNYC","statuses_count":28808,"time_zone":"Madrid","url":"https://www.facebook.com/MarilynMonroeID","utc_offset":7200,"verified":false}}}},{"demographic":{"gender":"male"},"interaction":{"author":{"avatar":"http://pbs.twimg.com/profile_images/1496760225/Me_2011_normal.jpg","id":22782543,"language":"en","link":"http://twitter.com/TedatACA","name":"Ted Hearn","username":"TedatACA"},"content":"$CBS' Moonves: Comcast, Time Warner Cable carriage deals need to be blended | Bloomberg http://t.co/Iqhd5wXMfn","created_at":"Fri, 16 May 2014 00:24:22 +0000","id":"1e3dc906d653af00e0745c7daf8372dc","link":"http://twitter.com/TedatACA/status/467098196523900929","received_at":1400199863.3074000,"schema":{"version":3},"source":"Bitly","type":"twitter","tags":["trader"],"tag_tree":{"quality_score":850.00000000000000}},"language":{"confidence":98,"tag":"en","tag_extended":"en"},"links":{"code":[200],"created_at":["Thu, 15 May 2014 22:22:38 +0000"],"hops":[["http://bloom.bg/1iZz5yO"]],"meta":{"charset":["UTF-8"],"content_type":["text/html"],"description":["CBS Corp. President and CEO Les Moonves comments on the proposed Comcast-Time Warner Cable merger. He speaks on Bloomberg Television's \"Street Smart.\" (Source: Bloomberg)"],"lang":["unknown"],"opengraph":[{"site_name":"Bloomberg","type":"video","description":"CBS Corp. President and CEO Les Moonves comments on the proposed Comcast-Time Warner Cable merger. He speaks on Bloomberg Television's \"Street Smart.\" (Source: Bloomberg)","url":"http://www.bloomberg.com/video/what-les-moonves-thinks-of-comcast-twc-merger-5ce0CLaRT9qPXlq4oPrYHg.html","image":"http://www.bloomberg.com/image/iKO3vKutPTH8.jpg","title":"What Les Moonves Thinks of Comcast-TWC Merger: Video"}],"twitter":[{"description":"May 15 (Bloomberg) -- CBS Corp. President and CEO Les Moonves comments on the proposed Comcast-Time Warner Cable merger. He speaks on Bloomberg Television","creator":"@BloombergTV","card":"summary","site":"@BloombergTV","image":"http://www.bloomberg.com/image/iKO3vKutPTH8.jpg","title":"What Les Moonves Thinks of Comcast-TWC Merger"}]},"normalized_url":["http://bloomberg.com/video/what-les-moonves-thinks-of-comcast-twc-merger-5ce0CLaRT9qPXlq4oPrYHg.html"],"retweet_count":[0],"title":["What Les Moonves Thinks of Comcast-TWC Merger: Video - Bloomberg"],"url":["http://www.bloomberg.com/video/what-les-moonves-thinks-of-comcast-twc-merger-5ce0CLaRT9qPXlq4oPrYHg.html"]},"salience":{"content":{"sentiment":0}},"twitter":{"created_at":"Fri, 16 May 2014 00:24:22 +0000","display_urls":["bloom.bg/1iZz5yO"],"domains":["bloom.bg"],"filter_level":"medium","id":"467098196523900929","lang":"en","links":["http://bloom.bg/1iZz5yO"],"source":"<a href=\"https://bitly.com/\" rel=\"nofollow\">Bitly</a>","text":"$CBS' Moonves: Comcast, Time Warner Cable carriage deals need to be blended | Bloomberg http://t.co/Iqhd5wXMfn","user":{"created_at":"Wed, 04 Mar 2009 14:56:13 +0000","description":"VP, Communications, American Cable Association","favourites_count":9,"followers_count":1472,"friends_count":851,"geo_enabled":false,"id":22782543,"id_str":"22782543","lang":"en","listed_count":76,"location":"Washington, D.C.","name":"Ted Hearn","profile_image_url":"http://pbs.twimg.com/profile_images/1496760225/Me_2011_normal.jpg","profile_image_url_https":"https://pbs.twimg.com/profile_images/1496760225/Me_2011_normal.jpg","screen_name":"TedatACA","statuses_count":16549,"time_zone":"Central Time (US & Canada)","url":"http://www.americancable.org/","utc_offset":-18000,"verified":false}}},{"interaction":{"author":{"avatar":"http://pbs.twimg.com/profile_images/430935508407959552/YHj_54u7_normal.jpeg","id":1400799186,"language":"en","link":"http://twitter.com/ryanfoster77","name":"ryfost","username":"ryanfoster77"},"content":"RT @tbomb42: Sunset league champions!!! A big thank you to all the fans who came out today! #19strong #ohana http://t.co/hjIhQg1q2u","created_at":"Fri, 16 May 2014 01:49:39 +0000","hashtags":["19strong","ohana"],"id":"1e3dc9c575d7ab80e0742054e6ad8f7a","link":"http://twitter.com/ryanfoster77/status/467119658676400128","mentions":["tbomb42"],"received_at":1400204980.2337999,"schema":{"version":3},"source":"Twitter for iPhone","type":"twitter","tags":["investor"],"tag_tree":{"quality_score":100.00000000000000}},"language":{"confidence":98,"tag":"en","tag_extended":"en"},"salience":{"content":{"sentiment":9}},"twitter":{"id":"467119658676400128","retweet":{"count":3,"created_at":"Fri, 16 May 2014 01:49:39 +0000","hashtags":["19strong","ohana"],"id":"467119658676400128","lang":"en","media":[{"type":"photo","url":"http://t.co/hjIhQg1q2u","expanded_url":"http://twitter.com/tbomb42/status/467118522426867712/photo/1","display_url":"pic.twitter.com/hjIhQg1q2u","media_url":"http://pbs.twimg.com/media/BnuJ0a3CEAAOYmX.jpg","id":467118520019324928,"media_url_https":"https://pbs.twimg.com/media/BnuJ0a3CEAAOYmX.jpg","sizes":{"medium":{"resize":"fit","h":450,"w":600},"large":{"resize":"fit","h":768,"w":1024},"small":{"resize":"fit","h":255,"w":340},"thumb":{"resize":"crop","h":150,"w":150}},"id_str":"467118520019324928"}],"mentions":["tbomb42"],"source":"<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>","text":"Sunset league champions!!! A big thank you to all the fans who came out today! #19strong #ohana http://t.co/hjIhQg1q2u","user":{"created_at":"Fri, 03 May 2013 21:50:31 +0000","description":".","favourites_count":2224,"followers_count":332,"friends_count":176,"geo_enabled":true,"id":1400799186,"id_str":"1400799186","lang":"en","listed_count":0,"name":"ryfost","profile_image_url":"http://pbs.twimg.com/profile_images/430935508407959552/YHj_54u7_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/430935508407959552/YHj_54u7_normal.jpeg","screen_name":"ryanfoster77","statuses_count":1147,"verified":false}},"retweeted":{"created_at":"Fri, 16 May 2014 01:45:09 +0000","id":"467118522426867712","source":"<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>","user":{"created_at":"Fri, 09 Nov 2012 06:33:43 +0000","favourites_count":1602,"followers_count":272,"friends_count":469,"geo_enabled":false,"id":936248286,"id_str":"936248286","lang":"en","listed_count":0,"name":"trevor staffieri","profile_image_url":"http://pbs.twimg.com/profile_images/452328878124433408/rIFKFDNV_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/452328878124433408/rIFKFDNV_normal.jpeg","screen_name":"tbomb42","statuses_count":636,"verified":false}}}},{"interaction":{"author":{"avatar":"http://pbs.twimg.com/profile_images/462864389968642048/WygPFb6P_normal.jpeg","id":466238105,"language":"en","link":"http://twitter.com/Chezzfire","name":"\u221EChez Harvey\u221E","username":"Chezzfire"},"content":"RT @LeCastleVania: There is seriously so much bad advice for music production and song writing on youtube.","created_at":"Fri, 16 May 2014 01:16:30 +0000","id":"1e3dc97b5d42ab00e0745f7d1c6f6c00","link":"http://twitter.com/Chezzfire/status/467111313957613568","mentions":["LeCastleVania"],"received_at":1400202990.7332001,"schema":{"version":3},"source":"Twitter for Android","type":"twitter","tags":["investor"],"tag_tree":{"sentiment_score":-100.00000000000000,"quality_score":550.00000000000000}},"language":{"confidence":98,"tag":"en","tag_extended":"en"},"salience":{"content":{"sentiment":-8}},"twitter":{"id":"467111313957613568","retweet":{"count":3,"created_at":"Fri, 16 May 2014 01:16:30 +0000","id":"467111313957613568","lang":"en","mentions":["LeCastleVania"],"source":"<a href=\"https://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>","text":"There is seriously so much bad advice for music production and song writing on youtube.","user":{"created_at":"Tue, 17 Jan 2012 06:02:23 +0000","description":"#management #mau5horde #EDM family calderfire@gmail.com I rep: @IAMMaximilion @DavidDiSabato @LakotahDJ","favourites_count":7093,"followers_count":1245,"friends_count":1899,"geo_enabled":false,"id":466238105,"id_str":"466238105","lang":"en","listed_count":23,"location":"Melbourne, Australia","name":"\u221EChez Harvey\u221E","profile_image_url":"http://pbs.twimg.com/profile_images/462864389968642048/WygPFb6P_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/462864389968642048/WygPFb6P_normal.jpeg","screen_name":"Chezzfire","statuses_count":12854,"url":"http://www.facebook.com/maximilionofficial","verified":false}},"retweeted":{"created_at":"Fri, 16 May 2014 01:08:53 +0000","id":"467109397114929153","source":"web","user":{"created_at":"Tue, 02 Dec 2008 18:14:26 +0000","description":"NOBODY GETS OUT ALIVE! | Mau5trap & Always Never Records | Souncloud/Facebook/Instagram/Kik: LeCastleVania","favourites_count":2576,"followers_count":27307,"friends_count":674,"geo_enabled":false,"id":17813885,"id_str":"17813885","lang":"en","listed_count":547,"location":"LA | ATL","name":"Le Castle Vania","profile_image_url":"http://pbs.twimg.com/profile_images/1319666825/Le_Castle_Daft_edit_normal.jpg","profile_image_url_https":"https://pbs.twimg.com/profile_images/1319666825/Le_Castle_Daft_edit_normal.jpg","screen_name":"LeCastleVania","statuses_count":20334,"time_zone":"Eastern Time (US & Canada)","utc_offset":-14400,"verified":true}}}},{"interaction":{"author":{"avatar":"http://pbs.twimg.com/profile_images/455803798888648704/3aevKeWW_normal.jpeg","id":2400814866,"language":"en","link":"http://twitter.com/yari_914","name":"yari huet","username":"yari_914"},"content":"RT @Smiley360: Three words... Twitter. Party. Cookie. http://t.co/PZNusULmDf #Smiley360","created_at":"Fri, 16 May 2014 00:15:57 +0000","hashtags":["Smiley360"],"id":"1e3dc8f40645ac80e0749894d3c249e8","link":"http://twitter.com/yari_914/status/467096074566770688","mentions":["Smiley360"],"received_at":1400199357.4715002,"schema":{"version":3},"source":"Twitter for Android","type":"twitter","tags":["investor"],"tag_tree":{"quality_score":50.000000000000000}},"language":{"confidence":97,"tag":"en","tag_extended":"en"},"links":{"code":[200],"created_at":["Fri, 16 May 2014 00:14:28 +0000"],"hops":[["http://buff.ly/1vacGns","http://instagram.com/p/n_3MTGDeLA?utm_content=buffera00e8&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer"]],"meta":{"charset":["UTF-8"],"content_type":["text/html"],"lang":["en"],"opengraph":[{"site_name":"Instagram","description":"mysmiley360's photo on Instagram","type":"instapp:photo","url":"http://instagram.com/p/n_3MTGDeLA/","image":"http://photos-c.ak.instagram.com/hphotos-ak-frc/10362099_878667595492050_378721213_n.jpg","title":""}]},"normalized_url":["http://instagram.com/p/n_3MTGDeLA"],"retweet_count":[0],"title":["Instagram"],"url":["http://instagram.com/p/n_3MTGDeLA"]},"salience":{"content":{"sentiment":0}},"twitter":{"id":"467096074566770688","retweet":{"count":3,"created_at":"Fri, 16 May 2014 00:15:57 +0000","display_urls":["buff.ly/1vacGns"],"domains":["buff.ly"],"hashtags":["Smiley360"],"id":"467096074566770688","lang":"en","links":["http://buff.ly/1vacGns"],"mentions":["Smiley360"],"source":"<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>","text":"Three words... Twitter. Party. Cookie. http://t.co/PZNusULmDf #Smiley360","user":{"created_at":"Fri, 21 Mar 2014 02:48:28 +0000","description":"I am a blessed happy young married mother with two lovely boys! Besides loving my to boys, I love getting stuff for free","favourites_count":1389,"followers_count":150,"friends_count":937,"geo_enabled":false,"id":2400814866,"id_str":"2400814866","lang":"en","listed_count":3,"name":"yari huet","profile_image_url":"http://pbs.twimg.com/profile_images/455803798888648704/3aevKeWW_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/455803798888648704/3aevKeWW_normal.jpeg","screen_name":"yari_914","statuses_count":1583,"verified":false}},"retweeted":{"created_at":"Fri, 16 May 2014 00:14:16 +0000","id":"467095653269913603","source":"<a href=\"http://bufferapp.com\" rel=\"nofollow\">Buffer</a>","user":{"created_at":"Thu, 01 Oct 2009 16:48:51 +0000","description":"Sign up to http://smiley360.com to be the first to try new products (for free!) and share your honest opinions. Oh, and we love to host #TwitterParties!","favourites_count":175,"followers_count":33804,"friends_count":5032,"geo_enabled":true,"id":78948763,"id_str":"78948763","lang":"en","listed_count":493,"location":"United States","name":"Smiley360","profile_image_url":"http://pbs.twimg.com/profile_images/436161562617724928/1KJyD-T__normal.png","profile_image_url_https":"https://pbs.twimg.com/profile_images/436161562617724928/1KJyD-T__normal.png","screen_name":"Smiley360","statuses_count":17899,"time_zone":"Eastern Time (US & Canada)","url":"http://www.smiley360.com","utc_offset":-14400,"verified":false}}}},{"demographic":{"gender":"mostly_male"},"interaction":{"author":{"avatar":"http://pbs.twimg.com/profile_images/460456989110202368/NTU2jyZX_normal.jpeg","id":2344147800,"language":"en","link":"http://twitter.com/glenharrisbiz","name":"Glen Harris","username":"glenharrisbiz"},"content":"$TYL Superior Court of California, County of Santa Cruz, Selects Tyler Technologies ... http://t.co/w13KSL16tE","created_at":"Fri, 16 May 2014 03:00:04 +0000","id":"1e3dca62da95a200e0747417a35ec558","link":"http://twitter.com/glenharrisbiz/status/467137379472396289","received_at":1400209205.1084001,"schema":{"version":3},"source":"dlvr.it","type":"twitter","tags":["trader"],"tag_tree":{"quality_score":50.000000000000000}},"language":{"confidence":98,"tag":"en","tag_extended":"en"},"links":{"code":[403],"created_at":["Fri, 16 May 2014 03:00:07 +0000"],"hops":[["http://top10stocks2buy.com/i.php?http://www.marketwatch.com/story/superior-court-of-california-county-of-santa-cruz-selects-tyler-technologies-odyssey-court-case-management-solution-2014-05-15?reflink=MW_news_stmp&t6t=TYL"]],"normalized_url":[null],"retweet_count":[0],"title":[null],"url":["http://top10stocks2buy.com/i.php?http://www.marketwatch.com/story/superior-court-of-california-county-of-santa-cruz-selects-tyler-technologies-odyssey-court-case-management-solution-2014-05-15?reflink=MW_news_stmp&t6t=TYL"]},"salience":{"content":{"sentiment":0}},"twitter":{"created_at":"Fri, 16 May 2014 03:00:04 +0000","display_urls":["top10stocks2buy.com/i.php?http://w\u2026"],"domains":["top10stocks2buy.com"],"id":"467137379472396289","lang":"en","links":["http://top10stocks2buy.com/i.php?http://www.marketwatch.com/story/superior-court-of-california-county-of-santa-cruz-selects-tyler-technologies-odyssey-court-case-management-solution-2014-05-15?reflink=MW_news_stmp&t6t=TYL"],"source":"<a href=\"http://dlvr.it\" rel=\"nofollow\">dlvr.it</a>","text":"$TYL Superior Court of California, County of Santa Cruz, Selects Tyler Technologies ... http://t.co/w13KSL16tE","user":{"created_at":"Fri, 14 Feb 2014 21:42:41 +0000","description":"I am interested in the economy and business, stock trading and investing.","favourites_count":0,"followers_count":14,"friends_count":5,"geo_enabled":false,"id":2344147800,"id_str":"2344147800","lang":"en","listed_count":3,"location":"U.S.","name":"Glen Harris","profile_image_url":"http://pbs.twimg.com/profile_images/460456989110202368/NTU2jyZX_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/460456989110202368/NTU2jyZX_normal.jpeg","screen_name":"glenharrisbiz","statuses_count":3125,"time_zone":"Atlantic Time (Canada)","utc_offset":-10800,"verified":false}}},{"interaction":{"author":{"avatar":"http://pbs.twimg.com/profile_images/451840000288882689/m4qC2G5w_normal.jpeg","id":1436449628,"language":"en","link":"http://twitter.com/HEARTBEATNCIS","name":"Scottishheartbeat","username":"HEARTBEATNCIS"},"content":"RT @LoveUCourteney: People on facebook saying the friends cast look so old now, it's been ten years their obviously not gunna look the same you stupid twats \uD83D\uDE02","created_at":"Fri, 16 May 2014 00:16:03 +0000","id":"1e3dc8f43f7ea380e074491c668a2fcc","link":"http://twitter.com/HEARTBEATNCIS/status/467096101523582976","mentions":["LoveUCourteney"],"received_at":1400199363.8670001,"schema":{"version":3},"source":"Twitter for iPad","type":"twitter","tags":["investor"],"tag_tree":{"sentiment_score":-300.00000000000000}},"language":{"confidence":99,"tag":"en","tag_extended":"en"},"salience":{"content":{"sentiment":-1}},"twitter":{"id":"467096101523582976","retweet":{"count":3,"created_at":"Fri, 16 May 2014 00:16:03 +0000","id":"467096101523582976","lang":"en","mentions":["LoveUCourteney"],"source":"<a href=\"http://twitter.com/#!/download/ipad\" rel=\"nofollow\">Twitter for iPad</a>","text":"People on facebook saying the friends cast look so old now, it's been ten years their obviously not gunna look the same you stupid twats \uD83D\uDE02","user":{"created_at":"Fri, 17 May 2013 19:05:10 +0000","description":"I love everything to do with fashion (Especially shopping), i am a HEARTBEATx and a Ncis, NcisLa (DENSI), hawaii 5 o, Cougar Town, FRIENDS and the voice uk fanx","favourites_count":568,"followers_count":44,"friends_count":173,"geo_enabled":false,"id":1436449628,"id_str":"1436449628","lang":"en","listed_count":0,"location":"SCOTLAND x","name":"Scottishheartbeat","profile_image_url":"http://pbs.twimg.com/profile_images/451840000288882689/m4qC2G5w_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/451840000288882689/m4qC2G5w_normal.jpeg","screen_name":"HEARTBEATNCIS","statuses_count":1361,"verified":false}},"retweeted":{"created_at":"Thu, 15 May 2014 23:15:49 +0000","id":"467080944567209985","source":"web","user":{"created_at":"Sat, 08 Feb 2014 22:28:00 +0000","description":"'When you love someone, you want them to be happy, even if it's not with you.' Courteney Cox \u2764\r\n\r\nTweeted by CC, Bill and Josh","favourites_count":2844,"followers_count":322,"friends_count":296,"geo_enabled":true,"id":2334161562,"id_str":"2334161562","lang":"en","listed_count":0,"location":"LONDON baby!","name":"\u2665Courteney\u2665","profile_image_url":"http://pbs.twimg.com/profile_images/467054438914334720/1EVrrLyz_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/467054438914334720/1EVrrLyz_normal.jpeg","screen_name":"LoveUCourteney","statuses_count":1744,"time_zone":"London","utc_offset":3600,"verified":false}}}},{"interaction":{"author":{"avatar":"http://pbs.twimg.com/profile_images/459460732916994048/GOUqoYze_normal.jpeg","id":487818318,"language":"en","link":"http://twitter.com/WolfofMJStreet","name":"TheWolfofMJStreet","username":"WolfofMJStreet"},"content":"Watches tomorrow: $SRGL looking for a bounce of the 50/200, $ICNM morning panic and ill play the dead cat bounce, $ANAS $MYFT $FBEC $TTDZ","created_at":"Fri, 16 May 2014 00:32:24 +0000","id":"1e3dc918cb09ac00e074fa027b483ca8","link":"http://twitter.com/WolfofMJStreet/status/467100216412209152","received_at":1400200344.8636000,"schema":{"version":3},"source":"web","type":"twitter","tags":["trader"],"tag_tree":{"sentiment_score":-600.00000000000000}},"language":{"confidence":99,"tag":"en","tag_extended":"en"},"salience":{"content":{"sentiment":-6}},"twitter":{"created_at":"Fri, 16 May 2014 00:32:24 +0000","id":"467100216412209152","lang":"en","source":"web","text":"Watches tomorrow: $SRGL looking for a bounce of the 50/200, $ICNM morning panic and ill play the dead cat bounce, $ANAS $MYFT $FBEC $TTDZ","user":{"created_at":"Thu, 09 Feb 2012 19:37:41 +0000","description":"Email: wolfofmjstreet@gmail.com - email to get my thoughts & picks!","favourites_count":58,"followers_count":1309,"friends_count":159,"geo_enabled":false,"id":487818318,"id_str":"487818318","lang":"en","listed_count":2,"location":"MJ TOWN","name":"TheWolfofMJStreet","profile_image_url":"http://pbs.twimg.com/profile_images/459460732916994048/GOUqoYze_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/459460732916994048/GOUqoYze_normal.jpeg","screen_name":"WolfofMJStreet","statuses_count":956,"time_zone":"Arizona","utc_offset":-25200,"verified":false}}},{"demographic":{"gender":"female"},"interaction":{"author":{"avatar":"http://pbs.twimg.com/profile_images/423293367963746304/hRbH_ctS_normal.jpeg","id":1430788820,"language":"en","link":"http://twitter.com/MiaMultifandoms","name":"Mia","username":"MiaMultifandoms"},"content":"RT @willowaus: I'm just going to end every tweet with Klaroline Will Live On Forever","created_at":"Fri, 16 May 2014 00:15:48 +0000","id":"1e3dc8f3b071a200e074e08b82d89820","link":"http://twitter.com/MiaMultifandoms/status/467096039905050624","mentions":["willowaus"],"received_at":1400199349.1703000,"schema":{"version":3},"source":"web","type":"twitter","tags":["investor"]},"language":{"confidence":98,"tag":"en","tag_extended":"en"},"salience":{"content":{"sentiment":1}},"twitter":{"id":"467096039905050624","retweet":{"count":3,"created_at":"Fri, 16 May 2014 00:15:48 +0000","id":"467096039905050624","lang":"en","mentions":["willowaus"],"source":"web","text":"I'm just going to end every tweet with Klaroline Will Live On Forever","user":{"created_at":"Wed, 15 May 2013 15:33:32 +0000","description":"I'm tweet about everything that interests me and I follow back everyone:) I am not here very often, sorry:(","favourites_count":56,"followers_count":56,"friends_count":95,"geo_enabled":false,"id":1430788820,"id_str":"1430788820","lang":"en","listed_count":0,"location":"France","name":"Mia","profile_image_url":"http://pbs.twimg.com/profile_images/423293367963746304/hRbH_ctS_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/423293367963746304/hRbH_ctS_normal.jpeg","screen_name":"MiaMultifandoms","statuses_count":1024,"time_zone":"Amsterdam","url":"http://mia-multifandoms.tumblr.com/","utc_offset":7200,"verified":false}},"retweeted":{"created_at":"Fri, 16 May 2014 00:12:28 +0000","id":"467095198900961281","source":"web","user":{"created_at":"Fri, 24 Jan 2014 03:03:46 +0000","description":"Klaroline shipper","favourites_count":8,"followers_count":21,"friends_count":13,"geo_enabled":false,"id":2307621907,"id_str":"2307621907","lang":"en","listed_count":0,"location":"Nevada","name":"Jess","profile_image_url":"http://pbs.twimg.com/profile_images/461294999846416384/Zwmi1GMU_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/461294999846416384/Zwmi1GMU_normal.jpeg","screen_name":"willowaus","statuses_count":115,"time_zone":"Arizona","url":"http://willowaus.tumblr.com/","utc_offset":-25200,"verified":false}}}},{"interaction":{"author":{"avatar":"http://pbs.twimg.com/profile_images/449684431855292417/hY-Ky73P_normal.jpeg","id":64253089,"language":"en","link":"http://twitter.com/7HellsDonnielle","name":"Mother Of Draggins","username":"7HellsDonnielle"},"content":"RT @Dehreeus: Andrew Garfield deserves so much more than The Amazing Spiderman 2.","created_at":"Fri, 16 May 2014 02:23:53 +0000","id":"1e3dca11fa50a280e074550f56b86a88","link":"http://twitter.com/7HellsDonnielle/status/467128272711868416","mentions":["Dehreeus"],"received_at":1400207034.0563998,"schema":{"version":3},"source":"Twitter for Mac","type":"twitter","tags":["investor"],"tag_tree":{"sentiment_score":600.00000000000000}},"language":{"confidence":98,"tag":"en","tag_extended":"en"},"salience":{"content":{"sentiment":4}},"twitter":{"id":"467128272711868416","retweet":{"count":3,"created_at":"Fri, 16 May 2014 02:23:53 +0000","id":"467128272711868416","lang":"en","mentions":["Dehreeus"],"source":"<a href=\"http://itunes.apple.com/us/app/twitter/id409789998?mt=12\" rel=\"nofollow\">Twitter for Mac</a>","text":"Andrew Garfield deserves so much more than The Amazing Spiderman 2.","user":{"created_at":"Sun, 09 Aug 2009 21:00:29 +0000","description":"Weirdos welcomed. I live tweet all of my fav shows. Bye.","favourites_count":25646,"followers_count":378,"friends_count":431,"geo_enabled":true,"id":64253089,"id_str":"64253089","lang":"en","listed_count":5,"location":"Jax, FL / Blaine, MN ","name":"Mother Of Draggins","profile_image_url":"http://pbs.twimg.com/profile_images/449684431855292417/hY-Ky73P_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/449684431855292417/hY-Ky73P_normal.jpeg","screen_name":"7HellsDonnielle","statuses_count":84582,"time_zone":"Eastern Time (US & Canada)","url":"http://donnerystargaryen.tumblr.com","utc_offset":-14400,"verified":false}},"retweeted":{"created_at":"Fri, 16 May 2014 02:17:03 +0000","id":"467126551327555584","source":"<a href=\"https://about.twitter.com/products/tweetdeck\" rel=\"nofollow\">TweetDeck</a>","user":{"created_at":"Tue, 24 Mar 2009 06:29:06 +0000","description":"defiant. clever. independent.","favourites_count":471,"followers_count":659,"friends_count":115,"geo_enabled":false,"id":26191076,"id_str":"26191076","lang":"en","listed_count":10,"location":"Angel Grove","name":"A Slut from the 90s ","profile_image_url":"http://pbs.twimg.com/profile_images/378800000430853808/5281eb3ac583dfe735eeaad526f6bfb3_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/378800000430853808/5281eb3ac583dfe735eeaad526f6bfb3_normal.jpeg","screen_name":"Dehreeus","statuses_count":134403,"time_zone":"Eastern Time (US & Canada)","utc_offset":-14400,"verified":false}}}},{"interaction":{"author":{"avatar":"http://pbs.twimg.com/profile_images/1639347555/Egg-Robot-Crop_normal.png","id":412611622,"language":"en","link":"http://twitter.com/LargeVoidBot","name":"Large Void Bot","username":"LargeVoidBot"},"content":"Conference call: (20:00): $QUNR -- Qunar Earnings (Q1 2014)","created_at":"Fri, 16 May 2014 00:00:01 +0000","id":"1e3dc8d06925a680e0745791eaa453be","link":"http://twitter.com/LargeVoidBot/status/467092068217532416","received_at":1400198402.1139998,"schema":{"version":3},"source":"LV PriceAlertBot","type":"twitter","tags":["trader"],"tag_tree":{"quality_score":500.00000000000000}},"language":{"confidence":97,"tag":"en","tag_extended":"en"},"salience":{"content":{"sentiment":0}},"twitter":{"created_at":"Fri, 16 May 2014 00:00:01 +0000","id":"467092068217532416","lang":"ro","source":"<a href=\"http://largevoid.com/\" rel=\"nofollow\">LV PriceAlertBot</a>","text":"Conference call: (20:00): $QUNR -- Qunar Earnings (Q1 2014)","user":{"created_at":"Mon, 14 Nov 2011 23:10:09 +0000","description":"Bot Slave to @LargeVoid","favourites_count":0,"followers_count":626,"friends_count":1,"geo_enabled":false,"id":412611622,"id_str":"412611622","lang":"en","listed_count":31,"location":"In the wires","name":"Large Void Bot","profile_image_url":"http://pbs.twimg.com/profile_images/1639347555/Egg-Robot-Crop_normal.png","profile_image_url_https":"https://pbs.twimg.com/profile_images/1639347555/Egg-Robot-Crop_normal.png","screen_name":"LargeVoidBot","statuses_count":63815,"time_zone":"Pacific Time (US & Canada)","url":"http://largevoid.com/","utc_offset":-25200,"verified":false}}},{"demographic":{"gender":"male"},"interaction":{"author":{"avatar":"http://pbs.twimg.com/profile_images/438104128615501824/_y0dtXm0_normal.jpeg","id":50003863,"language":"es","link":"http://twitter.com/pedrolucero33","name":"Pedro Lucero","username":"pedrolucero33"},"content":"RT @NikeRoshePics: Nike Roshe Run \"Urban Volt\" http://t.co/LmEAshXQSN","created_at":"Fri, 16 May 2014 01:49:41 +0000","id":"1e3dc9c588eaa880e0747304d64b433c","link":"http://twitter.com/pedrolucero33/status/467119663034273793","mentions":["NikeRoshePics"],"received_at":1400204981.4465001,"schema":{"version":3},"source":"TraffUP","type":"twitter","tags":["investor"]},"language":{"confidence":96,"tag":"en","tag_extended":"en"},"salience":{"content":{"sentiment":0}},"twitter":{"id":"467119663034273793","retweet":{"count":3,"created_at":"Fri, 16 May 2014 01:49:41 +0000","id":"467119663034273793","lang":"de","media":[{"type":"photo","url":"http://t.co/LmEAshXQSN","expanded_url":"http://twitter.com/NikeRoshePics/status/467083155891957761/photo/1","display_url":"pic.twitter.com/LmEAshXQSN","media_url":"http://pbs.twimg.com/media/Bntpp4GIgAA0-qV.jpg","id":467083154516639744,"media_url_https":"https://pbs.twimg.com/media/Bntpp4GIgAA0-qV.jpg","sizes":{"medium":{"resize":"fit","h":380,"w":570},"large":{"resize":"fit","h":380,"w":570},"small":{"resize":"fit","h":226,"w":339},"thumb":{"resize":"crop","h":150,"w":150}},"id_str":"467083154516639744"}],"mentions":["NikeRoshePics"],"source":"<a href=\"http://traffup.net\" rel=\"nofollow\">TraffUP</a>","text":"Nike Roshe Run \"Urban Volt\" http://t.co/LmEAshXQSN","user":{"created_at":"Tue, 23 Jun 2009 15:20:21 +0000","description":"Miembro Independiente de Destander Internacional\r\nSoy Socio Afiliado a Neurs http://pedrolucero.neurs.net","favourites_count":20,"followers_count":321,"friends_count":290,"geo_enabled":false,"id":50003863,"id_str":"50003863","lang":"es","listed_count":4,"location":"San Luis, Argentina","name":"Pedro Lucero","profile_image_url":"http://pbs.twimg.com/profile_images/438104128615501824/_y0dtXm0_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/438104128615501824/_y0dtXm0_normal.jpeg","screen_name":"pedrolucero33","statuses_count":637,"time_zone":"Buenos Aires","url":"http://www.tenermas.com/oportunidad2014","utc_offset":-10800,"verified":false}},"retweeted":{"created_at":"Thu, 15 May 2014 23:24:37 +0000","id":"467083155891957761","source":"<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>","user":{"created_at":"Thu, 27 Mar 2014 06:52:39 +0000","description":"(Original Nike Roshe Account) Bringing you amazing Roshe Pictures as well as giveaways from time to time","favourites_count":0,"followers_count":100,"friends_count":675,"geo_enabled":false,"id":2413766084,"id_str":"2413766084","lang":"en","listed_count":0,"name":"NikeRoshePics","profile_image_url":"http://pbs.twimg.com/profile_images/465375012979892224/zwWcjYFo_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/465375012979892224/zwWcjYFo_normal.jpeg","screen_name":"NikeRoshePics","statuses_count":4,"verified":false}}}},{"interaction":{"author":{"avatar":"http://pbs.twimg.com/profile_images/462008581332561920/2RHSWL_O_normal.jpeg","id":753576865,"language":"en","link":"http://twitter.com/Vette_15","name":"X\u262F\u262AX","username":"Vette_15"},"content":"RT @bayleepreskey: Idc what anyone says McDonalds is so good.","created_at":"Fri, 16 May 2014 01:49:41 +0000","id":"1e3dc9c588eaa880e0740721d2c1b4ca","link":"http://twitter.com/Vette_15/status/467119664938500096","mentions":["bayleepreskey"],"received_at":1400204981.7746999,"schema":{"version":3},"source":"Twitter for iPhone","type":"twitter","tags":["investor"],"tag_tree":{"sentiment_score":400.00000000000000}},"language":{"confidence":97,"tag":"en","tag_extended":"en"},"salience":{"content":{"sentiment":4}},"twitter":{"id":"467119664938500096","retweet":{"count":3,"created_at":"Fri, 16 May 2014 01:49:41 +0000","id":"467119664938500096","lang":"en","mentions":["bayleepreskey"],"source":"<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>","text":"Idc what anyone says McDonalds is so good.","user":{"created_at":"Sun, 12 Aug 2012 18:37:17 +0000","description":"12\u20222\u202212","favourites_count":2686,"followers_count":436,"friends_count":280,"geo_enabled":false,"id":753576865,"id_str":"753576865","lang":"en","listed_count":0,"name":"X\u262F\u262AX","profile_image_url":"http://pbs.twimg.com/profile_images/462008581332561920/2RHSWL_O_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/462008581332561920/2RHSWL_O_normal.jpeg","screen_name":"Vette_15","statuses_count":14579,"verified":false}},"retweeted":{"created_at":"Fri, 16 May 2014 01:47:48 +0000","id":"467119193251274752","source":"<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>","user":{"created_at":"Sun, 03 Apr 2011 20:00:55 +0000","description":"Hi","favourites_count":277,"followers_count":414,"friends_count":361,"geo_enabled":false,"id":276647925,"id_str":"276647925","lang":"en","listed_count":0,"name":"baylee preskey","profile_image_url":"http://pbs.twimg.com/profile_images/466788394509406209/ZOdB3QX8_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/466788394509406209/ZOdB3QX8_normal.jpeg","screen_name":"bayleepreskey","statuses_count":630,"verified":false}}}},{"demographic":{"gender":"male"},"interaction":{"author":{"avatar":"http://pbs.twimg.com/profile_images/450480107019177984/n_f0PpS7_normal.jpeg","id":370119419,"language":"en","link":"http://twitter.com/AndrewhFX","name":"Andrew","username":"AndrewhFX"},"content":"RT @Briefingcom: $UNP: Union Pacific announces 2-for-1 stock split; increases 2014 capital expenditures by $150 mln to $4.1 bln http://t.co/s7dMzXSgcK","created_at":"Fri, 16 May 2014 00:16:04 +0000","id":"1e3dc8f44907aa00e07473e48c93fae8","link":"http://twitter.com/AndrewhFX/status/467096107030691841","mentions":["Briefingcom"],"received_at":1400199365.2983999,"schema":{"version":3},"source":"Twitter for iPhone","type":"twitter","tags":["trader"],"tag_tree":{"sentiment_score":700.00000000000000,"quality_score":1950.0000000000000}},"language":{"confidence":98,"tag":"en","tag_extended":"en"},"links":{"code":[200],"created_at":["Fri, 16 May 2014 00:15:00 +0000"],"hops":[["http://bit.ly/QO3wMW"]],"meta":{"charset":["UTF-8"],"content_type":["text/html"],"description":["Union Pacific announces 2-for-1 stock split; increases 2014 capital expenditures by $150 mln to $4.1 bln"],"lang":["unknown"],"opengraph":[{"site_name":"Briefing.com","type":"article","image":"http://www.briefing.com/common/images/facebook/fb-bcom75x75.gif"}]},"normalized_url":["http://briefing.com/Investor/PopupPages/ArticlePopup.aspx?ArticleId=IN20140515181422UNP"],"retweet_count":[0],"title":["InPlay Article"],"url":["http://www.briefing.com/Investor/PopupPages/ArticlePopup.aspx?ArticleId=IN20140515181422UNP"]},"salience":{"content":{"sentiment":0}},"twitter":{"id":"467096107030691841","retweet":{"count":1,"created_at":"Fri, 16 May 2014 00:16:04 +0000","display_urls":["bit.ly/QO3wMW"],"domains":["bit.ly"],"id":"467096107030691841","lang":"en","links":["http://bit.ly/QO3wMW"],"mentions":["Briefingcom"],"source":"<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>","symbols":["UNP"],"text":"$UNP: Union Pacific announces 2-for-1 stock split; increases 2014 capital expenditures by $150 mln to $4.1 bln http://t.co/s7dMzXSgcK","user":{"created_at":"Thu, 08 Sep 2011 14:03:03 +0000","description":"Value orientated guy who loves game theory and cats. No tweet should be considered investment advice.","favourites_count":20269,"followers_count":880,"friends_count":1997,"geo_enabled":false,"id":370119419,"id_str":"370119419","lang":"en","listed_count":12,"location":"NYC","name":"Andrew","profile_image_url":"http://pbs.twimg.com/profile_images/450480107019177984/n_f0PpS7_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/450480107019177984/n_f0PpS7_normal.jpeg","screen_name":"AndrewhFX","statuses_count":6014,"verified":false}},"retweeted":{"created_at":"Fri, 16 May 2014 00:14:59 +0000","id":"467095832378875904","source":"<a href=\"http://www.briefing.com\" rel=\"nofollow\">BriefingInPlayLimited</a>","user":{"created_at":"Wed, 09 Sep 2009 19:23:53 +0000","description":"LIVE analysis of U.S. & international equity markets. Free trial of our award-winning market intelligence at http://bit.ly/1lDKRB0","favourites_count":20,"followers_count":11439,"friends_count":1847,"geo_enabled":false,"id":72928001,"id_str":"72928001","lang":"en","listed_count":542,"location":"Chicago","name":"Briefing.com","profile_image_url":"http://pbs.twimg.com/profile_images/461180942367739904/_atv5vcZ_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/461180942367739904/_atv5vcZ_normal.jpeg","screen_name":"Briefingcom","statuses_count":104061,"time_zone":"Central Time (US & Canada)","url":"http://www.briefing.com","utc_offset":-18000,"verified":false}}}},{"demographic":{"gender":"mostly_male"},"interaction":{"author":{"avatar":"http://pbs.twimg.com/profile_images/448527118868025344/LaFgSV1J_normal.jpeg","id":338716815,"language":"es","link":"http://twitter.com/AlejosAngel","name":"Angel Alejos","username":"AlejosAngel"},"content":"RT @jesperjurcenoks: Some browsers are quicker to update Adobe Flash http://t.co/G0UHv74PS8 @infosec #security","created_at":"Fri, 16 May 2014 03:00:05 +0000","hashtags":["security"],"id":"1e3dca62e41ea880e0743bc1618d9ac4","link":"http://twitter.com/AlejosAngel/status/467137381175279617","mention_ids":[14330003],"mentions":["InfoSec","jesperjurcenoks"],"received_at":1400209205.5497000,"schema":{"version":3},"source":"Twitter for iPad","type":"twitter","tags":["investor"],"tag_tree":{"quality_score":50.000000000000000}},"language":{"confidence":98,"tag":"en","tag_extended":"en"},"links":{"code":[200],"created_at":["Thu, 15 May 2014 18:46:36 +0000"],"meta":{"charset":["UTF-8"],"content_type":["text/html"],"lang":["en-us"]},"normalized_url":["http://krebsonsecurity.com/2014/05/the-mad-mad-dash-to-update-flash"],"retweet_count":[0],"title":["The Mad, Mad Dash to Update Flash \u2014 Krebs on Security"],"url":["http://krebsonsecurity.com/2014/05/the-mad-mad-dash-to-update-flash/"]},"salience":{"content":{"sentiment":3}},"twitter":{"id":"467137381175279617","retweet":{"count":3,"created_at":"Fri, 16 May 2014 03:00:05 +0000","display_urls":["krebsonsecurity.com/2014/05/the-ma\u2026"],"domains":["krebsonsecurity.com"],"hashtags":["security"],"id":"467137381175279617","lang":"en","links":["http://krebsonsecurity.com/2014/05/the-mad-mad-dash-to-update-flash/"],"mention_ids":[14330003],"mentions":["InfoSec","jesperjurcenoks"],"source":"<a href=\"http://twitter.com/#!/download/ipad\" rel=\"nofollow\">Twitter for iPad</a>","text":"Some browsers are quicker to update Adobe Flash http://t.co/G0UHv74PS8 @infosec #security","user":{"created_at":"Wed, 20 Jul 2011 00:18:10 +0000","favourites_count":3,"followers_count":63,"friends_count":555,"geo_enabled":true,"id":338716815,"id_str":"338716815","lang":"es","listed_count":2,"location":"Cancun Quintana Roo","name":"Angel Alejos","profile_image_url":"http://pbs.twimg.com/profile_images/448527118868025344/LaFgSV1J_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/448527118868025344/LaFgSV1J_normal.jpeg","screen_name":"AlejosAngel","statuses_count":3341,"time_zone":"Mexico City","utc_offset":-18000,"verified":false}},"retweeted":{"created_at":"Fri, 16 May 2014 02:43:03 +0000","id":"467133095687118848","source":"<a href=\"http://www.placeholderdomain.com\" rel=\"nofollow\">JJs_tweet_tools</a>","user":{"created_at":"Sat, 21 Feb 2009 06:22:11 +0000","description":"VP of Research, Critical Watch\nhttps://www.facebook.com/CriticalWatch\nhttp://www.linkedin.com/in/jurcenoks Opinions are my own! #infosec #cybersecurity","favourites_count":299,"followers_count":30145,"friends_count":17764,"geo_enabled":false,"id":21467773,"id_str":"21467773","lang":"en","listed_count":337,"location":"Oakland, CA","name":"Jesper Jurcenoks","profile_image_url":"http://pbs.twimg.com/profile_images/3734842325/c282a562bf38daf14516ce877eaacb70_normal.png","profile_image_url_https":"https://pbs.twimg.com/profile_images/3734842325/c282a562bf38daf14516ce877eaacb70_normal.png","screen_name":"jesperjurcenoks","statuses_count":2360,"time_zone":"Pacific Time (US & Canada)","url":"http://learning.criticalwatch.com/","utc_offset":-25200,"verified":false}}}},{"demographic":{"gender":"unisex"},"interaction":{"author":{"avatar":"http://pbs.twimg.com/profile_images/222381301/accp_normal.jpg","id":38986882,"language":"en","link":"http://twitter.com/Accesspharma","name":"Access Pharma ","username":"Accesspharma"},"content":"Information on MuGard for oral mucositis from http://t.co/jMeoqAKyl3 http://t.co/DTnqVbEWqh \u2026 $ACCP","created_at":"Fri, 16 May 2014 01:08:28 +0000","id":"1e3dc969688cae00e07459d002112d46","link":"http://twitter.com/Accesspharma/status/467109292219584512","received_at":1400202508.8211999,"schema":{"version":3},"source":"web","type":"twitter","tags":["trader"],"tag_tree":{"quality_score":100.00000000000000}},"language":{"confidence":98,"tag":"en","tag_extended":"en"},"links":{"code":[200,200],"created_at":["Thu, 15 May 2014 15:49:31 +0000","Fri, 16 May 2014 01:08:29 +0000"],"hops":[["http://Drugs.com"],[]],"meta":{"charset":["UTF-8","UTF-8"],"content_type":["text/html","text/html"],"description":["Prescription drug information and news for professionals and consumers. Search our drug database for comprehensive prescription and patient information on 24,000 drugs online.","Patients Experienced 52 Reduction in Pain and Oral Discomfort MuGard s Ready-to-Use Formulation Well Accepted By 86 of Patients DALLAS and Access Pharmaceutical"],"keywords":[["prescription drug information side effects medicine interactions"],[]],"lang":["en","en"],"opengraph":[{"description":"Prescription drug information and news for professionals and consumers. Search our drug database for comprehensive prescription and patient information on 24,000 drugs online.","image":"http://www.drugs.com/img/social/ddc-facebook-icon.png","title":"Drugs.com | Prescription Drug Information, Interactions & Side Effects"},{"description":"Patients Experienced 52 Reduction in Pain and Oral Discomfort MuGard s Ready-to-Use Formulation Well Accepted By 86 of Patients DALLAS and Access Pharmaceutical","image":"http://www.drugs.com/img/social/ddc-facebook-icon.png","title":"MuGard Provides Significant Improvement or Stabilization of Oral Mucositis in Over 75% of Patients in European Clinical Experience - Drugs.com MedNews"}]},"normalized_url":["http://drugs.com","http://drugs.com/clinical_trials/mugard-provides-significant-improvement-stabilization-oral-mucositis-over-75-patients-european-10340.html"],"retweet_count":[0,0],"title":["Drugs.com | Prescription Drug Information, Interactions & Side Effects","MuGard Provides Significant Improvement or Stabilization of Oral Mucositis in Over 75% of Patients in European Clinical Experience - Drugs.com MedNews"],"url":["http://www.drugs.com/","http://www.drugs.com/clinical_trials/mugard-provides-significant-improvement-stabilization-oral-mucositis-over-75-patients-european-10340.html"]},"salience":{"content":{"sentiment":0}},"twitter":{"created_at":"Fri, 16 May 2014 01:08:28 +0000","display_urls":["Drugs.com","drugs.com/clinical_trial\u2026"],"domains":["Drugs.com","www.drugs.com"],"filter_level":"medium","id":"467109292219584512","lang":"en","links":["http://Drugs.com","http://www.drugs.com/clinical_trials/mugard-provides-significant-improvement-stabilization-oral-mucositis-over-75-patients-european-10340.html"],"source":"web","text":"Information on MuGard for oral mucositis from http://t.co/jMeoqAKyl3 http://t.co/DTnqVbEWqh \u2026 $ACCP","user":{"created_at":"Sun, 10 May 2009 03:25:42 +0000","description":"Access Pharmaceuticals is an emerging pharmaceuticals company with a focus on oncology and supportive care.","favourites_count":7,"followers_count":12072,"friends_count":12551,"geo_enabled":false,"id":38986882,"id_str":"38986882","lang":"en","listed_count":209,"location":"New York City & Dallas","name":"Access Pharma ","profile_image_url":"http://pbs.twimg.com/profile_images/222381301/accp_normal.jpg","profile_image_url_https":"https://pbs.twimg.com/profile_images/222381301/accp_normal.jpg","screen_name":"Accesspharma","statuses_count":18066,"time_zone":"Eastern Time (US & Canada)","url":"http://www.accesspharma.com","utc_offset":-14400,"verified":false}}},{"demographic":{"gender":"unisex"},"interaction":{"author":{"avatar":"http://pbs.twimg.com/profile_images/459072158116093952/NQnUioEh_normal.jpeg","id":290134056,"language":"en","link":"http://twitter.com/A_Delahunty","name":"Addison Delahunty","username":"A_Delahunty"},"content":"RT @caseyrowlaand: My kids first meal will be a dozen Krispy Kreme donuts and based on the number they can eat will judge whether I keep them or not","created_at":"Fri, 16 May 2014 00:32:10 +0000","id":"1e3dc9184586a100e07480c6ad6f16a6","link":"http://twitter.com/A_Delahunty/status/467100156857290753","mentions":["caseyrowlaand"],"received_at":1400200330.6766000,"schema":{"version":3},"source":"Twitter for Android","type":"twitter","tags":["investor"]},"language":{"confidence":99,"tag":"en","tag_extended":"en"},"salience":{"content":{"sentiment":2}},"twitter":{"id":"467100156857290753","retweet":{"count":3,"created_at":"Fri, 16 May 2014 00:32:10 +0000","id":"467100156857290753","lang":"en","mentions":["caseyrowlaand"],"source":"<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>","text":"My kids first meal will be a dozen Krispy Kreme donuts and based on the number they can eat will judge whether I keep them or not","user":{"created_at":"Fri, 29 Apr 2011 19:49:05 +0000","description":"Ignorance is bliss but I'd rather have knowledge\r\n1)God 2)Family 3)Me. \r\nII Timothy 1:7 \r\nInstagram: a_delahunty","favourites_count":1733,"followers_count":301,"friends_count":676,"geo_enabled":false,"id":290134056,"id_str":"290134056","lang":"en","listed_count":0,"name":"Addison Delahunty","profile_image_url":"http://pbs.twimg.com/profile_images/459072158116093952/NQnUioEh_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/459072158116093952/NQnUioEh_normal.jpeg","screen_name":"A_Delahunty","statuses_count":6905,"url":"http://www.facebook.com/#!/adelahunty10","verified":false}},"retweeted":{"created_at":"Fri, 16 May 2014 00:23:32 +0000","id":"467097985277775872","source":"<a href=\"http://twitter.com/devices\" rel=\"nofollow\">txt</a>","user":{"created_at":"Sat, 16 Apr 2011 14:59:08 +0000","description":"UNCW Softball #5","favourites_count":3238,"followers_count":474,"friends_count":461,"geo_enabled":true,"id":283084253,"id_str":"283084253","lang":"en","listed_count":2,"location":"NY \u2022 NC","name":"casey rowland","profile_image_url":"http://pbs.twimg.com/profile_images/466940476650967041/742TV_VX_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/466940476650967041/742TV_VX_normal.jpeg","screen_name":"caseyrowlaand","statuses_count":7432,"time_zone":"Quito","utc_offset":-18000,"verified":false}}}},{"interaction":{"author":{"avatar":"http://pbs.twimg.com/profile_images/455644815619653632/DeVZ6iQ__normal.jpeg","id":386861642,"language":"en","link":"http://twitter.com/HamzahKingKhan","name":"Hamzah Khan","username":"HamzahKingKhan"},"content":"Massive opportunity for blue-chip investors in the OTC, its called $MYEC","created_at":"Fri, 16 May 2014 00:48:33 +0000","id":"1e3dc93ce424a680e0741bc3392a8f5c","link":"http://twitter.com/HamzahKingKhan/status/467104279166087168","received_at":1400201313.4633000,"schema":{"version":3},"source":"Mobile Web (M2)","type":"twitter","tags":["trader"]},"language":{"confidence":98,"tag":"en","tag_extended":"en"},"salience":{"content":{"sentiment":4}},"twitter":{"created_at":"Fri, 16 May 2014 00:48:33 +0000","id":"467104279166087168","lang":"en","source":"<a href=\"https://mobile.twitter.com\" rel=\"nofollow\">Mobile Web (M2)</a>","text":"Massive opportunity for blue-chip investors in the OTC, its called $MYEC","user":{"created_at":"Sat, 08 Oct 2011 01:48:07 +0000","description":"Pakistani | American/Canadian \u2022 Student \u2022 IG: kingkhaniv \u2022 Aspired Corporate Lawyer \u2022 Penny Stock Trader/Investor","favourites_count":1124,"followers_count":610,"friends_count":435,"geo_enabled":true,"id":386861642,"id_str":"386861642","lang":"en","listed_count":2,"location":"Toronto, Ontario","name":"Hamzah Khan","profile_image_url":"http://pbs.twimg.com/profile_images/455644815619653632/DeVZ6iQ__normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/455644815619653632/DeVZ6iQ__normal.jpeg","screen_name":"HamzahKingKhan","statuses_count":11187,"time_zone":"Alaska","url":"http://www.facebook.com/reptpk","utc_offset":-28800,"verified":false}}},{"demographic":{"gender":"unisex"},"interaction":{"author":{"avatar":"http://pbs.twimg.com/profile_images/467024083696513024/v1JFGJWr_normal.jpeg","id":100295644,"language":"en","link":"http://twitter.com/FlexMaestro","name":"","username":"FlexMaestro"},"content":"RT @whoizwhitney: Twitter can't let nobody live moe\uD83D\uDE02\uD83D\uDE02\uD83D\uDE02\uD83D\uDE02\uD83D\uDE02\uD83D\uDE02\uD83D\uDE02\uD83D\uDE02","created_at":"Fri, 16 May 2014 00:48:59 +0000","id":"1e3dc93ddc18af80e074222e7fc4f09a","link":"http://twitter.com/FlexMaestro/status/467104388486823937","mentions":["whoizwhitney"],"received_at":1400201339.6991000,"schema":{"version":3},"source":"Twitter for iPhone","type":"twitter","tags":["investor"]},"language":{"confidence":97,"tag":"en","tag_extended":"en"},"twitter":{"id":"467104388486823937","retweet":{"count":3,"created_at":"Fri, 16 May 2014 00:48:59 +0000","id":"467104388486823937","lang":"en","mentions":["whoizwhitney"],"source":"<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>","text":"Twitter can't let nobody live moe\uD83D\uDE02\uD83D\uDE02\uD83D\uDE02\uD83D\uDE02\uD83D\uDE02\uD83D\uDE02\uD83D\uDE02\uD83D\uDE02","user":{"created_at":"Tue, 29 Dec 2009 19:02:49 +0000","favourites_count":1423,"followers_count":957,"friends_count":496,"geo_enabled":true,"id":100295644,"id_str":"100295644","lang":"en","listed_count":0,"location":"Silver Spring Maryland ","profile_image_url":"http://pbs.twimg.com/profile_images/467024083696513024/v1JFGJWr_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/467024083696513024/v1JFGJWr_normal.jpeg","screen_name":"FlexMaestro","statuses_count":77367,"time_zone":"Pacific Time (US & Canada)","utc_offset":-25200,"verified":false}},"retweeted":{"created_at":"Fri, 16 May 2014 00:47:58 +0000","geo":{"latitude":42.746617000000001,"longitude":-75.770041000000006},"id":"467104135360544768","place":{"country":"United States","country_code":"US","full_name":"New York, USA","id":"94965b2c45386f87","name":"New York","place_type":"admin","url":"https://api.twitter.com/1.1/geo/id/94965b2c45386f87.json"},"source":"<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>","user":{"created_at":"Mon, 10 Jan 2011 21:37:47 +0000","description":"lul goth","favourites_count":612,"followers_count":886,"friends_count":706,"geo_enabled":true,"id":236559481,"id_str":"236559481","lang":"en","listed_count":0,"location":"New York","name":"LIL WHIT","profile_image_url":"http://pbs.twimg.com/profile_images/463211262290460672/_Z8sL5SN_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/463211262290460672/_Z8sL5SN_normal.jpeg","screen_name":"whoizwhitney","statuses_count":52876,"time_zone":"Central Time (US & Canada)","utc_offset":-18000,"verified":false}}}},{"interaction":{"author":{"avatar":"http://pbs.twimg.com/profile_images/466710041056509954/Puw2CUzZ_normal.jpeg","id":2188299389,"language":"en","link":"http://twitter.com/Kingxaaliyah","name":"A \u2728","username":"Kingxaaliyah"},"content":"RT @Stephannieex33: Twitter beef got me like http://t.co/ZLwCuUKCOp","created_at":"Fri, 16 May 2014 00:48:59 +0000","id":"1e3dc93ddc18af80e07477a49a40b778","link":"http://twitter.com/Kingxaaliyah/status/467104390483288064","mentions":["Stephannieex33"],"received_at":1400201340.1926000,"schema":{"version":3},"source":"Twitter for iPhone","type":"twitter","tags":["investor"]},"language":{"confidence":96,"tag":"en","tag_extended":"en"},"salience":{"content":{"sentiment":0}},"twitter":{"id":"467104390483288064","retweet":{"count":3,"created_at":"Fri, 16 May 2014 00:48:59 +0000","id":"467104390483288064","lang":"en","media":[{"type":"photo","url":"http://t.co/ZLwCuUKCOp","expanded_url":"http://twitter.com/Stephannieex33/status/467104165265932288/photo/1","display_url":"pic.twitter.com/ZLwCuUKCOp","media_url":"http://pbs.twimg.com/media/Bnt8w2uIMAAx7xF.jpg","id":467104165127532544,"media_url_https":"https://pbs.twimg.com/media/Bnt8w2uIMAAx7xF.jpg","sizes":{"medium":{"resize":"fit","h":800,"w":600},"large":{"resize":"fit","h":1136,"w":852},"small":{"resize":"fit","h":453,"w":340},"thumb":{"resize":"crop","h":150,"w":150}},"id_str":"467104165127532544"}],"mentions":["Stephannieex33"],"source":"<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>","text":"Twitter beef got me like http://t.co/ZLwCuUKCOp","user":{"created_at":"Wed, 20 Nov 2013 03:25:36 +0000","description":"3.21 \u2764\uFE0F","favourites_count":2036,"followers_count":639,"friends_count":477,"geo_enabled":true,"id":2188299389,"id_str":"2188299389","lang":"en","listed_count":1,"location":"on the court ","name":"A \u2728","profile_image_url":"http://pbs.twimg.com/profile_images/466710041056509954/Puw2CUzZ_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/466710041056509954/Puw2CUzZ_normal.jpeg","screen_name":"Kingxaaliyah","statuses_count":9554,"url":"http://high-off-lifexo.tumblr.com","verified":false}},"retweeted":{"created_at":"Fri, 16 May 2014 00:48:06 +0000","id":"467104165265932288","source":"<a href=\"http://www.apple.com\" rel=\"nofollow\">iOS</a>","user":{"created_at":"Sat, 29 Oct 2011 05:12:54 +0000","description":"http://ask.fm/Stephannieex33 IG: shawwtyyy #SHAGSRUS R.I.P. Alex ily","favourites_count":5320,"followers_count":1542,"friends_count":1251,"geo_enabled":true,"id":400521756,"id_str":"400521756","lang":"en","listed_count":0,"name":"shawwtyyy","profile_image_url":"http://pbs.twimg.com/profile_images/464247663723311106/zD-PTqqv_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/464247663723311106/zD-PTqqv_normal.jpeg","screen_name":"Stephannieex33","statuses_count":40402,"time_zone":"Pacific Time (US & Canada)","utc_offset":-25200,"verified":false}}}},{"demographic":{"gender":"female"},"interaction":{"author":{"avatar":"http://pbs.twimg.com/profile_images/466395340888088576/CJtxxXVg_normal.jpeg","id":2431047988,"language":"en","link":"http://twitter.com/xoarlee","name":"ARLEE","username":"xoarlee"},"content":"RT @coronas_xo: \u201C@EDMvine: TomorrowWorld https://t.co/1yISiTmJqk\u201D one day \uD83D\uDE29\uD83D\uDE0D","created_at":"Fri, 16 May 2014 00:15:54 +0000","id":"1e3dc8f3e9a9a900e074e5031c0461c2","link":"http://twitter.com/xoarlee/status/467096063544131584","mention_ids":[1537877701],"mentions":["EDMvine","coronas_xo"],"received_at":1400199354.8305001,"schema":{"version":3},"source":"Twitter for iPhone","type":"twitter","tags":["investor"],"tag_tree":{"quality_score":50.000000000000000}},"language":{"confidence":96,"tag":"en","tag_extended":"en"},"links":{"code":[200],"created_at":["Thu, 15 May 2014 19:15:18 +0000"],"meta":{"charset":["UTF-8"],"content_type":["text/html"],"lang":["unknown"],"opengraph":[{"site_name":"Vine","type":"vine-app:video","image":"https://v.cdn.vine.co/r/thumbs/71F828DC3D1074117576877297664_1.3.2.mp4.jpg?versionId=KcMGYY0AQeM4N25dJTFpZKwisLEA1xnK","title":"Tomorrowworld USA\uD83C\uDF0D\uD83C\uDDFA\uD83C\uDDF8 #ilikesickdrops #ilovesickdrops #EDM #TheFilthiestDrops #EDMFamily #FuckingDrop #vinespain #MusicVine #WDBD #Rave"}],"twitter":[{"player_width":"435","player_height":"435","description":"Tomorrowworld USA\uD83C\uDF0D\uD83C\uDDFA\uD83C\uDDF8 #ilikesickdrops #ilovesickdrops #EDM #TheFilthiestDrops #EDMFamily #FuckingDrop #vinespain #MusicVine #WDBD #Rave","card":"player","app":{"iphone":{"name":"Vine","url":"vine://post/1074117712160165888","id":"592447445"},"googleplay":{"name":"Vine","url":"https://vine.co/v/Mrp9iQO79K2","id":"co.vine.android"}},"player_stream_content_type":"video/mp4; codecs=\"avc1.42E01E, mp4a.40.2\"","site":"@vineapp","image":"https://v.cdn.vine.co/r/thumbs/71F828DC3D1074117576877297664_1.3.2.mp4.jpg?versionId=KcMGYY0AQeM4N25dJTFpZKwisLEA1xnK","title":"IvanME13","player":"https://vine.co/v/Mrp9iQO79K2/card","player_stream":"https://mtc.cdn.vine.co/r/videos/F5DF681D3E1074117565321986048_185409bb0a9.3.2.mp4?versionId=3zmjOplcaBFBIExLWYt_XfD88_cr7XDk"}]},"normalized_url":["https://vine.co/v/Mrp9iQO79K2"],"retweet_count":[0],"title":["Tomorrowworld USA\uD83C\uDF0D\uD83C\uDDFA\uD83C\uDDF8 #ilikesickdrops #ilovesickdrops #EDM #TheFilthiestDrops #EDMFamily #FuckingDrop #vinespain #MusicVine #WDBD #Rave"],"url":["https://vine.co/v/Mrp9iQO79K2"]},"twitter":{"id":"467096063544131584","retweet":{"count":3,"created_at":"Fri, 16 May 2014 00:15:54 +0000","display_urls":["vine.co/v/Mrp9iQO79K2"],"domains":["vine.co"],"id":"467096063544131584","lang":"en","links":["https://vine.co/v/Mrp9iQO79K2"],"mention_ids":[1537877701],"mentions":["EDMvine","coronas_xo"],"source":"<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>","text":"\u201C@EDMvine: TomorrowWorld https://t.co/1yISiTmJqk\u201D one day \uD83D\uDE29\uD83D\uDE0D","user":{"created_at":"Sun, 23 Mar 2014 13:30:33 +0000","description":"I see you","favourites_count":114,"followers_count":32,"friends_count":38,"geo_enabled":false,"id":2431047988,"id_str":"2431047988","lang":"en","listed_count":0,"name":"ARLEE","profile_image_url":"http://pbs.twimg.com/profile_images/466395340888088576/CJtxxXVg_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/466395340888088576/CJtxxXVg_normal.jpeg","screen_name":"xoarlee","statuses_count":410,"verified":false}},"retweeted":{"created_at":"Fri, 16 May 2014 00:13:30 +0000","id":"467095458025070592","in_reply_to_screen_name":"EDMvine","in_reply_to_status_id":"462630291992244225","in_reply_to_user_id":"1537877701","source":"<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>","user":{"created_at":"Thu, 15 Mar 2012 02:43:53 +0000","description":"dont worry about it fuckboy","favourites_count":2613,"followers_count":960,"friends_count":812,"geo_enabled":true,"id":524961384,"id_str":"524961384","lang":"en","listed_count":1,"location":"Yonkers","name":"t\u03B1n\u00ED\u03B1","profile_image_url":"http://pbs.twimg.com/profile_images/437766983715942400/8rXMlSBx_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/437766983715942400/8rXMlSBx_normal.jpeg","screen_name":"coronas_xo","statuses_count":21407,"time_zone":"Eastern Time (US & Canada)","url":"http://coronasxo.tumblr.com","utc_offset":-14400,"verified":false}}}},{"interaction":{"author":{"avatar":"http://pbs.twimg.com/profile_images/463886912453754880/Sm8O1tMd_normal.jpeg","id":2204991433,"language":"en","link":"http://twitter.com/FxFlyingRobot","name":"GiantRobot","username":"FxFlyingRobot"},"content":"RT @vdubus9902: $EURUSD chart: EURUSD Failed to break Support level. http://t.co/XokGAyWTiY","created_at":"Fri, 16 May 2014 00:08:01 +0000","id":"1e3dc8e24ac8a680e074cb55f89882a4","link":"http://twitter.com/FxFlyingRobot/status/467094080564903936","mentions":["vdubus9902"],"received_at":1400198881.9462001,"schema":{"version":3},"source":"Twitter for iPhone","type":"twitter","tags":["trader"],"tag_tree":{"quality_score":950.00000000000000}},"language":{"confidence":98,"tag":"en","tag_extended":"en"},"links":{"code":[200],"created_at":["Thu, 15 May 2014 17:28:25 +0000"],"hops":[["http://www.tradingview.com/v/zHXgdmvS/"]],"meta":{"charset":["UTF-8"],"content_type":["text/html"],"lang":["en"],"opengraph":[{"site_name":"TradingView","image":"https://s3.amazonaws.com/tradingview/z/zHXgdmvS_171_121.png"}],"twitter":[{"description":"Failed to break previous support & trend line @ 1.364 today so I&#39;ll be looking to pull back up to around 1.393 before an overall move to the downside.","card":"photo","site":"@TradingView","title":"EURUSD Failed to break Support level","image":"https://s3.amazonaws.com/tradingview/z/zHXgdmvS_mid.png"}]},"normalized_url":["https://tradingview.com/v/zHXgdmvS"],"retweet_count":[0],"title":["EURUSD Failed to break Support level - TradingView"],"url":["https://www.tradingview.com/v/zHXgdmvS/"]},"salience":{"content":{"sentiment":0}},"twitter":{"id":"467094080564903936","retweet":{"count":2,"created_at":"Fri, 16 May 2014 00:08:01 +0000","display_urls":["tradingview.com/v/zHXgdmvS/"],"domains":["www.tradingview.com"],"id":"467094080564903936","lang":"en","links":["http://www.tradingview.com/v/zHXgdmvS/"],"mentions":["vdubus9902"],"source":"<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>","symbols":["EURUSD"],"text":"$EURUSD chart: EURUSD Failed to break Support level. http://t.co/XokGAyWTiY","user":{"created_at":"Wed, 20 Nov 2013 14:18:45 +0000","description":"Mid-term forex trader focusing on price action and currency strength.","favourites_count":6,"followers_count":245,"friends_count":1028,"geo_enabled":false,"id":2204991433,"id_str":"2204991433","lang":"en","listed_count":0,"location":"Florida","name":"GiantRobot","profile_image_url":"http://pbs.twimg.com/profile_images/463886912453754880/Sm8O1tMd_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/463886912453754880/Sm8O1tMd_normal.jpeg","screen_name":"FxFlyingRobot","statuses_count":69,"time_zone":"Eastern Time (US & Canada)","utc_offset":-14400,"verified":false}},"retweeted":{"created_at":"Thu, 15 May 2014 17:28:22 +0000","id":"466993504619470848","source":"<a href=\"https://www.tradingview.com\" rel=\"nofollow\">TradingView</a>","user":{"created_at":"Fri, 14 Aug 2009 12:21:50 +0000","description":"Forex Trader","favourites_count":8,"followers_count":131,"friends_count":409,"geo_enabled":true,"id":65622171,"id_str":"65622171","lang":"en","listed_count":3,"name":"vdubus\u00A9","profile_image_url":"http://pbs.twimg.com/profile_images/449984371894652928/LtzlAci9_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/449984371894652928/LtzlAci9_normal.jpeg","screen_name":"vdubus9902","statuses_count":1482,"time_zone":"London","utc_offset":3600,"verified":false}}}},{"interaction":{"author":{"avatar":"http://pbs.twimg.com/profile_images/458496774747860992/Vx9Coo9h_normal.jpeg","id":242380461,"language":"en","link":"http://twitter.com/kjrOZ","name":"\u262Ahief! \u096D\u221E\u096F","username":"kjrOZ"},"content":"I stopped tweeting cause it made no difference, why $ave what won't change shit.","created_at":"Fri, 16 May 2014 01:25:12 +0000","id":"1e3dc98ecf70ac00e0744084c1e37c3a","link":"http://twitter.com/kjrOZ/status/467113503942144000","received_at":1400203512.9038000,"schema":{"version":3},"source":"Twitter for iPhone","type":"twitter","tags":["trader"],"tag_tree":{"quality_score":100.00000000000000}},"language":{"confidence":98,"tag":"en","tag_extended":"en"},"salience":{"content":{"sentiment":-9}},"twitter":{"created_at":"Fri, 16 May 2014 01:25:12 +0000","id":"467113503942144000","lang":"en","source":"<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>","text":"I stopped tweeting cause it made no difference, why $ave what won't change shit.","user":{"created_at":"Mon, 24 Jan 2011 17:08:36 +0000","description":"\u3016\u4E9E\u3011","favourites_count":497,"followers_count":312,"friends_count":288,"geo_enabled":false,"id":242380461,"id_str":"242380461","lang":"en","listed_count":2,"location":"The Medusa Files","name":"\u262Ahief! \u096D\u221E\u096F","profile_image_url":"http://pbs.twimg.com/profile_images/458496774747860992/Vx9Coo9h_normal.jpeg","profile_image_url_https":"https://pbs.twimg.com/profile_images/458496774747860992/Vx9Coo9h_normal.jpeg","screen_name":"kjrOZ","statuses_count":14192,"time_zone":"Central Time (US & Canada)","url":"http://Google.com","utc_offset":-18000,"verified":false}}}],"count":69}