Commit cassette files in hopes of fixing the travis tests.
authorJoshua Roesslein <jroesslein@opengov.com>
Sun, 30 Nov 2014 20:45:42 +0000 (14:45 -0600)
committerJoshua Roesslein <jroesslein@opengov.com>
Sun, 30 Nov 2014 20:45:42 +0000 (14:45 -0600)
57 files changed:
.gitignore
.travis.yml
cassettes/testaddremovelistmember.json [new file with mode: 0644]
cassettes/testaddremovelistmembers.json [new file with mode: 0644]
cassettes/testblocks.json [new file with mode: 0644]
cassettes/testblocksids.json [new file with mode: 0644]
cassettes/testcachedresult.json [new file with mode: 0644]
cassettes/testcreatedestroyblock.json [new file with mode: 0644]
cassettes/testcreatedestroyfavorite.json [new file with mode: 0644]
cassettes/testcreatedestroyfriendship.json [new file with mode: 0644]
cassettes/testdirectmessages.json [new file with mode: 0644]
cassettes/testfavorites.json [new file with mode: 0644]
cassettes/testfollowers.json [new file with mode: 0644]
cassettes/testfollowersids.json [new file with mode: 0644]
cassettes/testfriends.json [new file with mode: 0644]
cassettes/testfriendsids.json [new file with mode: 0644]
cassettes/testgeoapis.json [new file with mode: 0644]
cassettes/testgetlist.json [new file with mode: 0644]
cassettes/testgetoembed.json [new file with mode: 0644]
cassettes/testgetstatus.json [new file with mode: 0644]
cassettes/testgetuser.json [new file with mode: 0644]
cassettes/testhometimeline.json [new file with mode: 0644]
cassettes/testlistmembers.json [new file with mode: 0644]
cassettes/testlistsall.json [new file with mode: 0644]
cassettes/testlistsmemberships.json [new file with mode: 0644]
cassettes/testlistssubscriptions.json [new file with mode: 0644]
cassettes/testlistsubscribers.json [new file with mode: 0644]
cassettes/testlisttimeline.json [new file with mode: 0644]
cassettes/testlookupusers.json [new file with mode: 0644]
cassettes/testme.json [new file with mode: 0644]
cassettes/testmentionstimeline.json [new file with mode: 0644]
cassettes/testratelimitstatus.json [new file with mode: 0644]
cassettes/testretweeters.json [new file with mode: 0644]
cassettes/testretweets.json [new file with mode: 0644]
cassettes/testretweetsofme.json [new file with mode: 0644]
cassettes/testsavedsearches.json [new file with mode: 0644]
cassettes/testsearch.json [new file with mode: 0644]
cassettes/testsearchusers.json [new file with mode: 0644]
cassettes/testsendanddestroydirectmessage.json [new file with mode: 0644]
cassettes/testsentdirectmessages.json [new file with mode: 0644]
cassettes/testshowfriendship.json [new file with mode: 0644]
cassettes/testshowlistmember.json [new file with mode: 0644]
cassettes/testshowlistsubscriber.json [new file with mode: 0644]
cassettes/testsubscribeunsubscribelist.json [new file with mode: 0644]
cassettes/testsuggestedcategories.json [new file with mode: 0644]
cassettes/testsuggestedusers.json [new file with mode: 0644]
cassettes/testsuggesteduserstweets.json [new file with mode: 0644]
cassettes/testsupportedlanguages.json [new file with mode: 0644]
cassettes/testupdateanddestroystatus.json [new file with mode: 0644]
cassettes/testupdateprofile.json [new file with mode: 0644]
cassettes/testupdateprofilebannerimage.yaml [new file with mode: 0644]
cassettes/testupdateprofilecolors.json [new file with mode: 0644]
cassettes/testupdatestatuswithmedia.yaml [new file with mode: 0644]
cassettes/testusertimeline.json [new file with mode: 0644]
cassettes/testverifycredentials.json [new file with mode: 0644]
tests/test_api.py
upload_record.py [deleted file]

index 26ed4e22cc391f5b91d64ea36538c96aeafe6391..38dd5339eb6b9b407005307e72769a11e0850644 100644 (file)
@@ -8,6 +8,5 @@ env.sh
 .tox
 build
 dist
-cassettes
 htmlcov
 tweepy.egg-info
index 2470806a49893017b3d6126749cd959c3904c0de..92ab98a59d09cef9bf5323d5f4b76786bb983bdb 100644 (file)
@@ -29,8 +29,7 @@ env:
 
       aF2UwsrYkzBUMrqMqYCc2+X6CuswLEZTVXDAlNh+emvhxZ5faMI='
   - secure: TPQSFGqdl6khXqQqTZ6euROoAmFRnONAlPXD6npvTIIN+fNfnz8lvZtOEWHo2jRPLoU3FyVUhYvTynj6B2hJinulP+RKOMbQ65HCZVHrsitwl1n1QZB5HegQDOYc5q6VTTYn/r8r5tGy35U0O80y1zycTLqSJiXlkdqsSq564pI=
-after_success: if [[ "$TRAVIS_PULL_REQUEST" == "false" ]]; then coveralls; python
-  upload_record.py; fi
+after_success: if [[ "$TRAVIS_PULL_REQUEST" == "false" ]]; then coveralls; fi
 deploy:
   provider: pypi
   user: jroesslein
diff --git a/cassettes/testaddremovelistmember.json b/cassettes/testaddremovelistmember.json
new file mode 100644 (file)
index 0000000..7418053
--- /dev/null
@@ -0,0 +1,203 @@
+{
+    "version": 1, 
+    "interactions": [
+        {
+            "request": {
+                "body": null, 
+                "headers": {
+                    "Host": [
+                        "api.twitter.com"
+                    ], 
+                    "Content-Length": [
+                        "0"
+                    ]
+                }, 
+                "method": "POST", 
+                "uri": "https://api.twitter.com:443/1.1/lists/members/create.json?owner_screen_name=tweepytest&slug=test&screen_name=twitter"
+            }, 
+            "response": {
+                "status": {
+                    "message": "OK", 
+                    "code": 200
+                }, 
+                "headers": {
+                    "content-length": [
+                        "1845"
+                    ], 
+                    "vary": [
+                        "Accept-Encoding"
+                    ], 
+                    "x-transaction-mask": [
+                        "a6183ffa5f8ca943ff1b53b5644ef114028ecc49"
+                    ], 
+                    "x-xss-protection": [
+                        "1; mode=block"
+                    ], 
+                    "x-content-type-options": [
+                        "nosniff"
+                    ], 
+                    "x-connection-hash": [
+                        "5d65d3cd3c9ba3c1a2fcbe1c947496ac"
+                    ], 
+                    "x-runtime": [
+                        "0.16101"
+                    ], 
+                    "etag": [
+                        "\"a74fecea22381eb34bba63e20bc1fac3\""
+                    ], 
+                    "cache-control": [
+                        "no-cache, no-store, must-revalidate, pre-check=0, post-check=0"
+                    ], 
+                    "status": [
+                        "200 OK"
+                    ], 
+                    "set-cookie": [
+                        "dnt=1; domain=.twitter.com; path=/; expires=Sat, 30-Nov-2024 08:40:59 GMT", 
+                        "pid=; domain=.twitter.com; path=/; expires=Thu, 01-Jan-1970 00:00:00 GMT", 
+                        "lang=en; path=/", 
+                        "lang=en; path=/", 
+                        "lang=en; path=/", 
+                        "twid=u%3D82301637%7CC4vLyBO04ZTRgFoYdu8kf7cmRFU%3D; domain=.twitter.com; path=/; secure", 
+                        "_twitter_sess=BAh7CDoPY3JlYXRlZF9hdGwrCL5YbwJKAToHaWQiJTM5NmZkYTUzZDViNDJm%250AMzA3OTI0ZDk4NTc3NTRjZGIyOgxjc3JmX2lkIiVmZTA2MTY0MGI0YWFhOWUx%250AOTZhN2FkYmFhYzdkOGZjYw%253D%253D--9fd9c5d1d4052d4af8de21359b037626205512e6; domain=.twitter.com; path=/; secure; HttpOnly", 
+                        "guest_id=v1%3A141738005915050200; Domain=.twitter.com; Path=/; Expires=Tue, 29-Nov-2016 20:40:59 UTC"
+                    ], 
+                    "expires": [
+                        "Tue, 31 Mar 1981 05:00:00 GMT"
+                    ], 
+                    "x-access-level": [
+                        "read-write-directmessages"
+                    ], 
+                    "last-modified": [
+                        "Sun, 30 Nov 2014 20:40:59 GMT"
+                    ], 
+                    "pragma": [
+                        "no-cache"
+                    ], 
+                    "date": [
+                        "Sun, 30 Nov 2014 20:40:59 UTC"
+                    ], 
+                    "x-transaction": [
+                        "f4c860bd5e1e5e33"
+                    ], 
+                    "strict-transport-security": [
+                        "max-age=631138519"
+                    ], 
+                    "server": [
+                        "tsa_b"
+                    ], 
+                    "x-mid": [
+                        "c00966bd7ec1bb7ecc05e0e814a3bf3a70fc9c08"
+                    ], 
+                    "x-frame-options": [
+                        "SAMEORIGIN"
+                    ], 
+                    "content-type": [
+                        "application/json; charset=utf-8"
+                    ]
+                }, 
+                "body": {
+                    "string": "{\"full_name\":\"@tweepytest\\/lists\\/test\",\"user\":{\"profile_sidebar_border_color\":\"87BC44\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"indices\":[0,22],\"display_url\":\"foo.com\",\"expanded_url\":\"http:\\/\\/foo.com\"}]},\"description\":{\"urls\":[]}},\"is_translator\":false,\"name\":\"Tweepy test 123\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"listed_count\":0,\"verified\":false,\"profile_background_tile\":false,\"location\":\"pytopia\",\"id\":82301637,\"profile_sidebar_fill_color\":\"E0FF92\",\"time_zone\":\"Central Time (US & Canada)\",\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"lang\":\"en\",\"id_str\":\"82301637\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"statuses_count\":539,\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"contributors_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"screen_name\":\"tweepytest\",\"utc_offset\":-21600,\"favourites_count\":1,\"follow_request_sent\":false,\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"followers_count\":10,\"profile_link_color\":\"0000FF\",\"notifications\":false,\"following\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"protected\":false,\"default_profile_image\":false,\"description\":\"A test account for testing stuff.\",\"profile_use_background_image\":false,\"profile_text_color\":\"000000\",\"friends_count\":11,\"default_profile\":false,\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"geo_enabled\":true},\"uri\":\"\\/tweepytest\\/lists\\/test\",\"subscriber_count\":1,\"created_at\":\"Sat Nov 14 04:48:53 +0000 2009\",\"id_str\":\"3021021\",\"id\":3021021,\"following\":false,\"mode\":\"public\",\"slug\":\"test\",\"member_count\":2,\"description\":\"This is a simple little test list\",\"name\":\"test\"}"
+                }
+            }
+        }, 
+        {
+            "request": {
+                "body": null, 
+                "headers": {
+                    "Host": [
+                        "api.twitter.com"
+                    ], 
+                    "Content-Length": [
+                        "0"
+                    ]
+                }, 
+                "method": "POST", 
+                "uri": "https://api.twitter.com:443/1.1/lists/members/destroy.json?owner_screen_name=tweepytest&slug=test&screen_name=twitter"
+            }, 
+            "response": {
+                "status": {
+                    "message": "OK", 
+                    "code": 200
+                }, 
+                "headers": {
+                    "content-length": [
+                        "1845"
+                    ], 
+                    "vary": [
+                        "Accept-Encoding"
+                    ], 
+                    "x-transaction-mask": [
+                        "a6183ffa5f8ca943ff1b53b5644ef114028ecc49"
+                    ], 
+                    "x-xss-protection": [
+                        "1; mode=block"
+                    ], 
+                    "x-content-type-options": [
+                        "nosniff"
+                    ], 
+                    "x-connection-hash": [
+                        "2dcadaa16c1d1f9b6819b16683cf161e"
+                    ], 
+                    "x-runtime": [
+                        "0.20137"
+                    ], 
+                    "etag": [
+                        "\"b7efea1af85633970f1a1c7b542f4586\""
+                    ], 
+                    "cache-control": [
+                        "no-cache, no-store, must-revalidate, pre-check=0, post-check=0"
+                    ], 
+                    "status": [
+                        "200 OK"
+                    ], 
+                    "set-cookie": [
+                        "dnt=1; domain=.twitter.com; path=/; expires=Sat, 30-Nov-2024 08:41:03 GMT", 
+                        "pid=; domain=.twitter.com; path=/; expires=Thu, 01-Jan-1970 00:00:00 GMT", 
+                        "lang=en; path=/", 
+                        "lang=en; path=/", 
+                        "lang=en; path=/", 
+                        "twid=u%3D82301637%7CC4vLyBO04ZTRgFoYdu8kf7cmRFU%3D; domain=.twitter.com; path=/; secure", 
+                        "_twitter_sess=BAh7CDoPY3JlYXRlZF9hdGwrCChobwJKAToHaWQiJWI1YTQwODFmOGY5NTI0%250AZjU2OGUxYmZiMDI0OGY1ZTMzOgxjc3JmX2lkIiUxNzAzNjBmODU3YjY3MmYy%250ANmM0ZDM5YTYyZTk2NzBkMA%253D%253D--6d1f0b4cdc71f86cd4a697ed0b0e7e089468fa94; domain=.twitter.com; path=/; secure; HttpOnly", 
+                        "guest_id=v1%3A141738006305468490; Domain=.twitter.com; Path=/; Expires=Tue, 29-Nov-2016 20:41:03 UTC"
+                    ], 
+                    "expires": [
+                        "Tue, 31 Mar 1981 05:00:00 GMT"
+                    ], 
+                    "x-access-level": [
+                        "read-write-directmessages"
+                    ], 
+                    "last-modified": [
+                        "Sun, 30 Nov 2014 20:41:03 GMT"
+                    ], 
+                    "pragma": [
+                        "no-cache"
+                    ], 
+                    "date": [
+                        "Sun, 30 Nov 2014 20:41:03 UTC"
+                    ], 
+                    "x-transaction": [
+                        "760b6b76852460f2"
+                    ], 
+                    "strict-transport-security": [
+                        "max-age=631138519"
+                    ], 
+                    "server": [
+                        "tsa_b"
+                    ], 
+                    "x-mid": [
+                        "c2e0f183a792c250a3aa8e9606375c1ab19541f5"
+                    ], 
+                    "x-frame-options": [
+                        "SAMEORIGIN"
+                    ], 
+                    "content-type": [
+                        "application/json; charset=utf-8"
+                    ]
+                }, 
+                "body": {
+                    "string": "{\"full_name\":\"@tweepytest\\/lists\\/test\",\"user\":{\"listed_count\":0,\"profile_sidebar_border_color\":\"87BC44\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"indices\":[0,22],\"display_url\":\"foo.com\",\"expanded_url\":\"http:\\/\\/foo.com\"}]},\"description\":{\"urls\":[]}},\"name\":\"Tweepy test 123\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"verified\":false,\"profile_background_tile\":false,\"location\":\"pytopia\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"statuses_count\":539,\"id\":82301637,\"profile_sidebar_fill_color\":\"E0FF92\",\"time_zone\":\"Central Time (US & Canada)\",\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"lang\":\"en\",\"id_str\":\"82301637\",\"contributors_enabled\":false,\"favourites_count\":1,\"profile_background_color\":\"FFFFFF\",\"screen_name\":\"tweepytest\",\"utc_offset\":-21600,\"follow_request_sent\":false,\"default_profile_image\":false,\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"followers_count\":10,\"profile_link_color\":\"0000FF\",\"notifications\":false,\"following\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"protected\":false,\"description\":\"A test account for testing stuff.\",\"friends_count\":11,\"default_profile\":false,\"profile_use_background_image\":false,\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_text_color\":\"000000\",\"is_translator\":false,\"geo_enabled\":true},\"uri\":\"\\/tweepytest\\/lists\\/test\",\"subscriber_count\":1,\"created_at\":\"Sat Nov 14 04:48:53 +0000 2009\",\"id_str\":\"3021021\",\"id\":3021021,\"following\":false,\"mode\":\"public\",\"slug\":\"test\",\"member_count\":1,\"description\":\"This is a simple little test list\",\"name\":\"test\"}"
+                }
+            }
+        }
+    ]
+}
\ No newline at end of file
diff --git a/cassettes/testaddremovelistmembers.json b/cassettes/testaddremovelistmembers.json
new file mode 100644 (file)
index 0000000..fc9c220
--- /dev/null
@@ -0,0 +1,203 @@
+{
+    "version": 1, 
+    "interactions": [
+        {
+            "request": {
+                "body": null, 
+                "headers": {
+                    "Host": [
+                        "api.twitter.com"
+                    ], 
+                    "Content-Length": [
+                        "0"
+                    ]
+                }, 
+                "method": "POST", 
+                "uri": "https://api.twitter.com:443/1.1/lists/members/create_all.json?slug=test&screen_name=twitterapi%2Ctwittermobile&owner_screen_name=tweepytest"
+            }, 
+            "response": {
+                "status": {
+                    "message": "OK", 
+                    "code": 200
+                }, 
+                "headers": {
+                    "content-length": [
+                        "1845"
+                    ], 
+                    "vary": [
+                        "Accept-Encoding"
+                    ], 
+                    "x-transaction-mask": [
+                        "a6183ffa5f8ca943ff1b53b5644ef114028ecc49"
+                    ], 
+                    "x-xss-protection": [
+                        "1; mode=block"
+                    ], 
+                    "x-content-type-options": [
+                        "nosniff"
+                    ], 
+                    "x-connection-hash": [
+                        "07e4029b1dce23a59ea06f31b338e720"
+                    ], 
+                    "x-runtime": [
+                        "0.40469"
+                    ], 
+                    "etag": [
+                        "\"eb361f4b80353a834a383523cece3a83\""
+                    ], 
+                    "cache-control": [
+                        "no-cache, no-store, must-revalidate, pre-check=0, post-check=0"
+                    ], 
+                    "status": [
+                        "200 OK"
+                    ], 
+                    "set-cookie": [
+                        "dnt=1; domain=.twitter.com; path=/; expires=Sat, 30-Nov-2024 08:41:04 GMT", 
+                        "pid=; domain=.twitter.com; path=/; expires=Thu, 01-Jan-1970 00:00:00 GMT", 
+                        "lang=en; path=/", 
+                        "lang=en; path=/", 
+                        "lang=en; path=/", 
+                        "twid=u%3D82301637%7CC4vLyBO04ZTRgFoYdu8kf7cmRFU%3D; domain=.twitter.com; path=/; secure", 
+                        "_twitter_sess=BAh7CDoPY3JlYXRlZF9hdGwrCEJsbwJKAToHaWQiJTMxNDI4ODM3MjM2YTI0%250ANDc4NWY5YmMxZDZmOGExMWNhOgxjc3JmX2lkIiU4NjA5ODQ3ODNjMDE2OTg1%250AYTA2MTFmNTk1MTA2YjQyYg%253D%253D--a29927e3eb3512de2681f5a246c0f26a084ac92e; domain=.twitter.com; path=/; secure; HttpOnly", 
+                        "guest_id=v1%3A141738006411449098; Domain=.twitter.com; Path=/; Expires=Tue, 29-Nov-2016 20:41:04 UTC"
+                    ], 
+                    "expires": [
+                        "Tue, 31 Mar 1981 05:00:00 GMT"
+                    ], 
+                    "x-access-level": [
+                        "read-write-directmessages"
+                    ], 
+                    "last-modified": [
+                        "Sun, 30 Nov 2014 20:41:04 GMT"
+                    ], 
+                    "pragma": [
+                        "no-cache"
+                    ], 
+                    "date": [
+                        "Sun, 30 Nov 2014 20:41:04 UTC"
+                    ], 
+                    "x-transaction": [
+                        "b0a88c156f647ba0"
+                    ], 
+                    "strict-transport-security": [
+                        "max-age=631138519"
+                    ], 
+                    "server": [
+                        "tsa_b"
+                    ], 
+                    "x-mid": [
+                        "f2e69409e88d8ecca1e69a710147e85d35ff96e1"
+                    ], 
+                    "x-frame-options": [
+                        "SAMEORIGIN"
+                    ], 
+                    "content-type": [
+                        "application/json; charset=utf-8"
+                    ]
+                }, 
+                "body": {
+                    "string": "{\"full_name\":\"@tweepytest\\/lists\\/test\",\"user\":{\"favourites_count\":1,\"profile_sidebar_border_color\":\"87BC44\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"indices\":[0,22],\"display_url\":\"foo.com\",\"expanded_url\":\"http:\\/\\/foo.com\"}]},\"description\":{\"urls\":[]}},\"name\":\"Tweepy test 123\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"default_profile_image\":false,\"verified\":false,\"profile_background_tile\":false,\"location\":\"pytopia\",\"id\":82301637,\"profile_sidebar_fill_color\":\"E0FF92\",\"time_zone\":\"Central Time (US & Canada)\",\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"lang\":\"en\",\"id_str\":\"82301637\",\"friends_count\":11,\"default_profile\":false,\"is_translator\":false,\"contributors_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"screen_name\":\"tweepytest\",\"utc_offset\":-21600,\"follow_request_sent\":false,\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"listed_count\":0,\"followers_count\":10,\"profile_link_color\":\"0000FF\",\"notifications\":false,\"following\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"protected\":false,\"description\":\"A test account for testing stuff.\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_use_background_image\":false,\"statuses_count\":539,\"profile_text_color\":\"000000\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"geo_enabled\":true},\"uri\":\"\\/tweepytest\\/lists\\/test\",\"subscriber_count\":1,\"created_at\":\"Sat Nov 14 04:48:53 +0000 2009\",\"id_str\":\"3021021\",\"id\":3021021,\"following\":false,\"mode\":\"public\",\"slug\":\"test\",\"member_count\":3,\"description\":\"This is a simple little test list\",\"name\":\"test\"}"
+                }
+            }
+        }, 
+        {
+            "request": {
+                "body": null, 
+                "headers": {
+                    "Host": [
+                        "api.twitter.com"
+                    ], 
+                    "Content-Length": [
+                        "0"
+                    ]
+                }, 
+                "method": "POST", 
+                "uri": "https://api.twitter.com:443/1.1/lists/members/destroy_all.json?slug=test&screen_name=twitterapi%2Ctwittermobile&owner_screen_name=tweepytest"
+            }, 
+            "response": {
+                "status": {
+                    "message": "OK", 
+                    "code": 200
+                }, 
+                "headers": {
+                    "content-length": [
+                        "1845"
+                    ], 
+                    "vary": [
+                        "Accept-Encoding"
+                    ], 
+                    "x-transaction-mask": [
+                        "a6183ffa5f8ca943ff1b53b5644ef114028ecc49"
+                    ], 
+                    "x-xss-protection": [
+                        "1; mode=block"
+                    ], 
+                    "x-content-type-options": [
+                        "nosniff"
+                    ], 
+                    "x-connection-hash": [
+                        "0cb2128dae37293d14a8eac726b13233"
+                    ], 
+                    "x-runtime": [
+                        "0.22243"
+                    ], 
+                    "etag": [
+                        "\"9fa599f1e7facadde171f6c64288e5ba\""
+                    ], 
+                    "cache-control": [
+                        "no-cache, no-store, must-revalidate, pre-check=0, post-check=0"
+                    ], 
+                    "status": [
+                        "200 OK"
+                    ], 
+                    "set-cookie": [
+                        "dnt=1; domain=.twitter.com; path=/; expires=Sat, 30-Nov-2024 08:41:05 GMT", 
+                        "pid=; domain=.twitter.com; path=/; expires=Thu, 01-Jan-1970 00:00:00 GMT", 
+                        "lang=en; path=/", 
+                        "lang=en; path=/", 
+                        "lang=en; path=/", 
+                        "twid=u%3D82301637%7CC4vLyBO04ZTRgFoYdu8kf7cmRFU%3D; domain=.twitter.com; path=/; secure", 
+                        "_twitter_sess=BAh7CDoPY3JlYXRlZF9hdGwrCFtxbwJKAToHaWQiJWU2MTc3M2M3YTJlNDQy%250AN2IzM2Q5Y2QwY2YyOTI2MmViOgxjc3JmX2lkIiUwNzdkODgxMGZhYWZhMDJk%250ANjJmYzIzY2M5OTc5MzU4YQ%253D%253D--d6bcda40e541628a91e1ebd751f01ccd46fc15da; domain=.twitter.com; path=/; secure; HttpOnly", 
+                        "guest_id=v1%3A141738006538966510; Domain=.twitter.com; Path=/; Expires=Tue, 29-Nov-2016 20:41:05 UTC"
+                    ], 
+                    "expires": [
+                        "Tue, 31 Mar 1981 05:00:00 GMT"
+                    ], 
+                    "x-access-level": [
+                        "read-write-directmessages"
+                    ], 
+                    "last-modified": [
+                        "Sun, 30 Nov 2014 20:41:05 GMT"
+                    ], 
+                    "pragma": [
+                        "no-cache"
+                    ], 
+                    "date": [
+                        "Sun, 30 Nov 2014 20:41:05 UTC"
+                    ], 
+                    "x-transaction": [
+                        "743924ed7150968f"
+                    ], 
+                    "strict-transport-security": [
+                        "max-age=631138519"
+                    ], 
+                    "server": [
+                        "tsa_b"
+                    ], 
+                    "x-mid": [
+                        "0fff4d9cf49ccb5a863674803a6fc8a7b1ad4ef1"
+                    ], 
+                    "x-frame-options": [
+                        "SAMEORIGIN"
+                    ], 
+                    "content-type": [
+                        "application/json; charset=utf-8"
+                    ]
+                }, 
+                "body": {
+                    "string": "{\"full_name\":\"@tweepytest\\/lists\\/test\",\"user\":{\"profile_sidebar_border_color\":\"87BC44\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"indices\":[0,22],\"display_url\":\"foo.com\",\"expanded_url\":\"http:\\/\\/foo.com\"}]},\"description\":{\"urls\":[]}},\"name\":\"Tweepy test 123\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"listed_count\":0,\"verified\":false,\"profile_background_tile\":false,\"location\":\"pytopia\",\"id\":82301637,\"profile_sidebar_fill_color\":\"E0FF92\",\"time_zone\":\"Central Time (US & Canada)\",\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"lang\":\"en\",\"id_str\":\"82301637\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"statuses_count\":539,\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"contributors_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"screen_name\":\"tweepytest\",\"is_translator\":false,\"utc_offset\":-21600,\"favourites_count\":1,\"follow_request_sent\":false,\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"followers_count\":10,\"profile_link_color\":\"0000FF\",\"notifications\":false,\"following\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"protected\":false,\"default_profile_image\":false,\"description\":\"A test account for testing stuff.\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_use_background_image\":false,\"profile_text_color\":\"000000\",\"friends_count\":11,\"default_profile\":false,\"geo_enabled\":true},\"uri\":\"\\/tweepytest\\/lists\\/test\",\"subscriber_count\":1,\"created_at\":\"Sat Nov 14 04:48:53 +0000 2009\",\"id_str\":\"3021021\",\"id\":3021021,\"following\":false,\"mode\":\"public\",\"slug\":\"test\",\"member_count\":2,\"description\":\"This is a simple little test list\",\"name\":\"test\"}"
+                }
+            }
+        }
+    ]
+}
\ No newline at end of file
diff --git a/cassettes/testblocks.json b/cassettes/testblocks.json
new file mode 100644 (file)
index 0000000..0a61127
--- /dev/null
@@ -0,0 +1,89 @@
+{
+    "version": 1, 
+    "interactions": [
+        {
+            "request": {
+                "body": null, 
+                "headers": {
+                    "Host": [
+                        "api.twitter.com"
+                    ]
+                }, 
+                "method": "GET", 
+                "uri": "https://api.twitter.com:443/1.1/blocks/list.json"
+            }, 
+            "response": {
+                "status": {
+                    "message": "OK", 
+                    "code": 200
+                }, 
+                "headers": {
+                    "status": [
+                        "200 OK"
+                    ], 
+                    "x-rate-limit-remaining": [
+                        "14"
+                    ], 
+                    "content-length": [
+                        "4635"
+                    ], 
+                    "expires": [
+                        "Tue, 31 Mar 1981 05:00:00 GMT"
+                    ], 
+                    "x-transaction": [
+                        "3a0221edc29d466e"
+                    ], 
+                    "x-content-type-options": [
+                        "nosniff"
+                    ], 
+                    "x-connection-hash": [
+                        "1d5b777ebf7aacf182c14f9ecd554535"
+                    ], 
+                    "set-cookie": [
+                        "lang=en", 
+                        "guest_id=v1%3A141738006610469294; Domain=.twitter.com; Path=/; Expires=Tue, 29-Nov-2016 20:41:06 UTC"
+                    ], 
+                    "strict-transport-security": [
+                        "max-age=631138519"
+                    ], 
+                    "x-access-level": [
+                        "read-write-directmessages"
+                    ], 
+                    "server": [
+                        "tsa_b"
+                    ], 
+                    "last-modified": [
+                        "Sun, 30 Nov 2014 20:41:06 GMT"
+                    ], 
+                    "x-xss-protection": [
+                        "1; mode=block"
+                    ], 
+                    "x-rate-limit-reset": [
+                        "1417380966"
+                    ], 
+                    "pragma": [
+                        "no-cache"
+                    ], 
+                    "cache-control": [
+                        "no-cache, no-store, must-revalidate, pre-check=0, post-check=0"
+                    ], 
+                    "date": [
+                        "Sun, 30 Nov 2014 20:41:06 UTC"
+                    ], 
+                    "x-rate-limit-limit": [
+                        "15"
+                    ], 
+                    "x-frame-options": [
+                        "SAMEORIGIN"
+                    ], 
+                    "content-type": [
+                        "application/json;charset=utf-8"
+                    ]
+                }, 
+                "body": {
+                    "string": "{\"users\":[{\"id\":81928310,\"id_str\":\"81928310\",\"name\":\"asaf\",\"screen_name\":\"locksmithvista\",\"location\":\"\",\"profile_location\":null,\"description\":\"\",\"url\":null,\"entities\":{\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":298,\"friends_count\":1674,\"listed_count\":1,\"created_at\":\"Mon Oct 12 21:04:45 +0000 2009\",\"favourites_count\":0,\"utc_offset\":null,\"time_zone\":null,\"geo_enabled\":false,\"verified\":false,\"statuses_count\":34,\"lang\":\"en\",\"status\":{\"created_at\":\"Tue Oct 27 18:06:52 +0000 2009\",\"id\":5206788265,\"id_str\":\"5206788265\",\"text\":\"---------------------   http:\\/\\/www.lockersmith.com\\/      ------------              dont get stuck out of yore car\\/appartment\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":1,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[]},\"favorited\":false,\"retweeted\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"C0DEED\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/44574448\\/2.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/44574448\\/2.jpg\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/467120707\\/8318_101780806506521_100000238068041_50269_8288754_n_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/467120707\\/8318_101780806506521_100000238068041_50269_8288754_n_normal.jpg\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"C0DEED\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false,\"muting\":false},{\"id\":52573909,\"id_str\":\"52573909\",\"name\":\"ISABEL CITRINY\",\"screen_name\":\"isacauzadera\",\"location\":\"Rio de Janeiro - RJ\",\"profile_location\":null,\"description\":\"Brasil. 15 anos. Comer. Dormir. Zoeira. Potaria\",\"url\":\"http:\\/\\/t.co\\/ZaZoq73bre\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/ZaZoq73bre\",\"expanded_url\":\"http:\\/\\/ask.fm\\/icitriny\",\"display_url\":\"ask.fm\\/icitriny\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":2073,\"friends_count\":1467,\"listed_count\":346,\"created_at\":\"Wed Jul 01 00:26:55 +0000 2009\",\"favourites_count\":304,\"utc_offset\":-39600,\"time_zone\":\"International Date Line West\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":20523,\"lang\":\"pt\",\"status\":{\"created_at\":\"Thu May 02 16:12:29 +0000 2013\",\"id\":329991796329431042,\"id_str\":\"329991796329431042\",\"text\":\"krl esqueci a senha do meu tt to fudidaaaaaaaa\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":1,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[]},\"favorited\":false,\"retweeted\":false,\"lang\":\"pt\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/858212120\\/6b2080ca641e6c0d1fa06fa9fb4ca5aa.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/858212120\\/6b2080ca641e6c0d1fa06fa9fb4ca5aa.jpeg\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/3603154671\\/2720d557a78a2c358a365de48cacd987_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/3603154671\\/2720d557a78a2c358a365de48cacd987_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/52573909\\/1367468630\",\"profile_link_color\":\"42BD2A\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"FFFFFF\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false,\"muting\":false}],\"next_cursor\":0,\"next_cursor_str\":\"0\",\"previous_cursor\":0,\"previous_cursor_str\":\"0\"}"
+                }
+            }
+        }
+    ]
+}
\ No newline at end of file
diff --git a/cassettes/testblocksids.json b/cassettes/testblocksids.json
new file mode 100644 (file)
index 0000000..4687bd7
--- /dev/null
@@ -0,0 +1,89 @@
+{
+    "version": 1, 
+    "interactions": [
+        {
+            "request": {
+                "body": null, 
+                "headers": {
+                    "Host": [
+                        "api.twitter.com"
+                    ]
+                }, 
+                "method": "GET", 
+                "uri": "https://api.twitter.com:443/1.1/blocks/ids.json"
+            }, 
+            "response": {
+                "status": {
+                    "message": "OK", 
+                    "code": 200
+                }, 
+                "headers": {
+                    "status": [
+                        "200 OK"
+                    ], 
+                    "x-rate-limit-remaining": [
+                        "14"
+                    ], 
+                    "content-length": [
+                        "111"
+                    ], 
+                    "expires": [
+                        "Tue, 31 Mar 1981 05:00:00 GMT"
+                    ], 
+                    "x-transaction": [
+                        "5f5fc7bd50f07933"
+                    ], 
+                    "x-content-type-options": [
+                        "nosniff"
+                    ], 
+                    "x-connection-hash": [
+                        "9efbf2eda97efe7239bd62b99d01e47d"
+                    ], 
+                    "set-cookie": [
+                        "lang=en", 
+                        "guest_id=v1%3A141738006645977787; Domain=.twitter.com; Path=/; Expires=Tue, 29-Nov-2016 20:41:06 UTC"
+                    ], 
+                    "strict-transport-security": [
+                        "max-age=631138519"
+                    ], 
+                    "x-access-level": [
+                        "read-write-directmessages"
+                    ], 
+                    "server": [
+                        "tsa_b"
+                    ], 
+                    "last-modified": [
+                        "Sun, 30 Nov 2014 20:41:06 GMT"
+                    ], 
+                    "x-xss-protection": [
+                        "1; mode=block"
+                    ], 
+                    "x-rate-limit-reset": [
+                        "1417380966"
+                    ], 
+                    "pragma": [
+                        "no-cache"
+                    ], 
+                    "cache-control": [
+                        "no-cache, no-store, must-revalidate, pre-check=0, post-check=0"
+                    ], 
+                    "date": [
+                        "Sun, 30 Nov 2014 20:41:06 UTC"
+                    ], 
+                    "x-rate-limit-limit": [
+                        "15"
+                    ], 
+                    "x-frame-options": [
+                        "SAMEORIGIN"
+                    ], 
+                    "content-type": [
+                        "application/json;charset=utf-8"
+                    ]
+                }, 
+                "body": {
+                    "string": "{\"ids\":[81928310,52573909],\"next_cursor\":0,\"next_cursor_str\":\"0\",\"previous_cursor\":0,\"previous_cursor_str\":\"0\"}"
+                }
+            }
+        }
+    ]
+}
\ No newline at end of file
diff --git a/cassettes/testcachedresult.json b/cassettes/testcachedresult.json
new file mode 100644 (file)
index 0000000..594f141
--- /dev/null
@@ -0,0 +1,89 @@
+{
+    "version": 1, 
+    "interactions": [
+        {
+            "request": {
+                "body": null, 
+                "headers": {
+                    "Host": [
+                        "api.twitter.com"
+                    ]
+                }, 
+                "method": "GET", 
+                "uri": "https://api.twitter.com:443/1.1/statuses/home_timeline.json"
+            }, 
+            "response": {
+                "status": {
+                    "message": "OK", 
+                    "code": 200
+                }, 
+                "headers": {
+                    "status": [
+                        "200 OK"
+                    ], 
+                    "x-rate-limit-remaining": [
+                        "14"
+                    ], 
+                    "content-length": [
+                        "83844"
+                    ], 
+                    "expires": [
+                        "Tue, 31 Mar 1981 05:00:00 GMT"
+                    ], 
+                    "x-transaction": [
+                        "51cadc6a5aeddc2b"
+                    ], 
+                    "x-content-type-options": [
+                        "nosniff"
+                    ], 
+                    "x-connection-hash": [
+                        "910ab784c86e8bf4d3fdd343fde61274"
+                    ], 
+                    "set-cookie": [
+                        "lang=en", 
+                        "guest_id=v1%3A141738006670853994; Domain=.twitter.com; Path=/; Expires=Tue, 29-Nov-2016 20:41:06 UTC"
+                    ], 
+                    "strict-transport-security": [
+                        "max-age=631138519"
+                    ], 
+                    "x-access-level": [
+                        "read-write-directmessages"
+                    ], 
+                    "server": [
+                        "tsa_b"
+                    ], 
+                    "last-modified": [
+                        "Sun, 30 Nov 2014 20:41:06 GMT"
+                    ], 
+                    "x-xss-protection": [
+                        "1; mode=block"
+                    ], 
+                    "x-rate-limit-reset": [
+                        "1417380966"
+                    ], 
+                    "pragma": [
+                        "no-cache"
+                    ], 
+                    "cache-control": [
+                        "no-cache, no-store, must-revalidate, pre-check=0, post-check=0"
+                    ], 
+                    "date": [
+                        "Sun, 30 Nov 2014 20:41:06 UTC"
+                    ], 
+                    "x-rate-limit-limit": [
+                        "15"
+                    ], 
+                    "x-frame-options": [
+                        "SAMEORIGIN"
+                    ], 
+                    "content-type": [
+                        "application/json;charset=utf-8"
+                    ]
+                }, 
+                "body": {
+                    "string": "[{\"created_at\":\"Sun Nov 30 20:00:07 +0000 2014\",\"id\":539146877577748480,\"id_str\":\"539146877577748480\",\"text\":\"A solid case for napping at work tomorrow. http:\\/\\/t.co\\/YgMWdT85Uh http:\\/\\/t.co\\/4G4vLeyWEw\",\"source\":\"\\u003ca href=\\\"http:\\/\\/srm.vitrue.com\\\" rel=\\\"nofollow\\\"\\u003eSocial Publisher\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":10228272,\"id_str\":\"10228272\",\"name\":\"YouTube\",\"screen_name\":\"YouTube\",\"location\":\"San Bruno, CA\",\"profile_location\":null,\"description\":\"Tweets on news, music and trends from all your favorite channels.\",\"url\":\"http:\\/\\/t.co\\/F3fLcfnBVf\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/F3fLcfnBVf\",\"expanded_url\":\"http:\\/\\/youtube.com\",\"display_url\":\"youtube.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":46777246,\"friends_count\":833,\"listed_count\":75376,\"created_at\":\"Tue Nov 13 21:43:46 +0000 2007\",\"favourites_count\":660,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":11947,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"AF0000\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/451389902429491200\\/Rrlh09IC.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/451389902429491200\\/Rrlh09IC.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/514243000063373312\\/zSPlu0vY_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/514243000063373312\\/zSPlu0vY_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/10228272\\/1410614774\",\"profile_link_color\":\"C9191D\",\"profile_sidebar_border_color\":\"000000\",\"profile_sidebar_fill_color\":\"EFEFEF\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":72,\"favorite_count\":240,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/YgMWdT85Uh\",\"expanded_url\":\"http:\\/\\/goo.gl\\/VKiJEZ\",\"display_url\":\"goo.gl\\/VKiJEZ\",\"indices\":[43,65]}],\"media\":[{\"id\":539146877393174528,\"id_str\":\"539146877393174528\",\"indices\":[66,88],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3tvOnzIAAAkqhf.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3tvOnzIAAAkqhf.png\",\"url\":\"http:\\/\\/t.co\\/4G4vLeyWEw\",\"display_url\":\"pic.twitter.com\\/4G4vLeyWEw\",\"expanded_url\":\"http:\\/\\/twitter.com\\/YouTube\\/status\\/539146877577748480\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"small\":{\"w\":340,\"h\":184,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"medium\":{\"w\":600,\"h\":325,\"resize\":\"fit\"},\"large\":{\"w\":842,\"h\":457,\"resize\":\"fit\"}}}]},\"extended_entities\":{\"media\":[{\"id\":539146877393174528,\"id_str\":\"539146877393174528\",\"indices\":[66,88],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3tvOnzIAAAkqhf.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3tvOnzIAAAkqhf.png\",\"url\":\"http:\\/\\/t.co\\/4G4vLeyWEw\",\"display_url\":\"pic.twitter.com\\/4G4vLeyWEw\",\"expanded_url\":\"http:\\/\\/twitter.com\\/YouTube\\/status\\/539146877577748480\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"small\":{\"w\":340,\"h\":184,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"medium\":{\"w\":600,\"h\":325,\"resize\":\"fit\"},\"large\":{\"w\":842,\"h\":457,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Sun Nov 30 19:24:54 +0000 2014\",\"id\":539138015181160448,\"id_str\":\"539138015181160448\",\"text\":\"testing 1000 http:\\/\\/t.co\\/AYksz2oIC5\",\"source\":\"\\u003ca href=\\\"http:\\/\\/tweepy.github.com\\/\\\" rel=\\\"nofollow\\\"\\u003eTweepyTravis\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":0,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[],\"media\":[{\"id\":539138015076290560,\"id_str\":\"539138015076290560\",\"indices\":[13,35],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3tnKxGIEAAkMeT.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3tnKxGIEAAkMeT.png\",\"url\":\"http:\\/\\/t.co\\/AYksz2oIC5\",\"display_url\":\"pic.twitter.com\\/AYksz2oIC5\",\"expanded_url\":\"http:\\/\\/twitter.com\\/tweepytest\\/status\\/539138015181160448\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":170,\"resize\":\"fit\"},\"large\":{\"w\":1024,\"h\":512,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":300,\"resize\":\"fit\"}}}]},\"extended_entities\":{\"media\":[{\"id\":539138015076290560,\"id_str\":\"539138015076290560\",\"indices\":[13,35],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3tnKxGIEAAkMeT.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3tnKxGIEAAkMeT.png\",\"url\":\"http:\\/\\/t.co\\/AYksz2oIC5\",\"display_url\":\"pic.twitter.com\\/AYksz2oIC5\",\"expanded_url\":\"http:\\/\\/twitter.com\\/tweepytest\\/status\\/539138015181160448\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":170,\"resize\":\"fit\"},\"large\":{\"w\":1024,\"h\":512,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":300,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Sun Nov 30 18:15:13 +0000 2014\",\"id\":539120481270378497,\"id_str\":\"539120481270378497\",\"text\":\"Enter @VisaCheckout.com for chance at @SuperBowl XLIX. NoPurcNec 18+USRes Ends1\\/04 Rules http:\\/\\/t.co\\/ftiMq6CvFi https:\\/\\/t.co\\/EsMKS33M1Q\",\"source\":\"\\u003ca href=\\\"https:\\/\\/ads.twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Ads\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":551373363,\"id_str\":\"551373363\",\"name\":\"Visa\",\"screen_name\":\"Visa\",\"location\":\"USA\",\"profile_location\":null,\"description\":\"#everywhere isn\\u2019t just a place. It can be the journey. It could be the destination. But it\\u2019s always a new state of mind.\",\"url\":\"https:\\/\\/t.co\\/VWpEVdNbzo\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"https:\\/\\/t.co\\/VWpEVdNbzo\",\"expanded_url\":\"https:\\/\\/www.facebook.com\\/VisaUnitedStates\",\"display_url\":\"facebook.com\\/VisaUnitedStat\\u2026\",\"indices\":[0,23]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":239356,\"friends_count\":1185,\"listed_count\":746,\"created_at\":\"Wed Apr 11 20:22:05 +0000 2012\",\"favourites_count\":463,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":13024,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/431926116211638273\\/tO9ovF7U.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/431926116211638273\\/tO9ovF7U.jpeg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/431926282322866176\\/2a-H3Slp_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/431926282322866176\\/2a-H3Slp_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/551373363\\/1405461475\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":6,\"favorite_count\":8,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"VisaCheckout\",\"name\":\"Checkout with Visa\",\"id\":2460280304,\"id_str\":\"2460280304\",\"indices\":[6,19]},{\"screen_name\":\"SuperBowl\",\"name\":\"Super Bowl\",\"id\":19425947,\"id_str\":\"19425947\",\"indices\":[38,48]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/ftiMq6CvFi\",\"expanded_url\":\"http:\\/\\/vi.sa\\/1A4lPz9\",\"display_url\":\"vi.sa\\/1A4lPz9\",\"indices\":[89,111]},{\"url\":\"https:\\/\\/t.co\\/EsMKS33M1Q\",\"expanded_url\":\"https:\\/\\/cards.twitter.com\\/cards\\/949uer\\/8mb0\",\"display_url\":\"cards.twitter.com\\/cards\\/949uer\\/8\\u2026\",\"indices\":[112,135]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"da\"},{\"created_at\":\"Sun Nov 30 17:15:14 +0000 2014\",\"id\":539105384380633088,\"id_str\":\"539105384380633088\",\"text\":\"RT @GooglePlay: Give them a gift they\\u2019ll actually wear. The #BlackFriday wearables sale is on now. http:\\/\\/t.co\\/5Fh70VGeGw http:\\/\\/t.co\\/AnkZx\\u2026\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003eTwitter for iPhone\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":382267114,\"id_str\":\"382267114\",\"name\":\"Android\",\"screen_name\":\"Android\",\"location\":\"Mountain View, CA\",\"profile_location\":null,\"description\":\"News, tips, and tricks direct from the Android team.\",\"url\":\"http:\\/\\/t.co\\/WHg9n3cypK\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/WHg9n3cypK\",\"expanded_url\":\"http:\\/\\/android.com\",\"display_url\":\"android.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":6602826,\"friends_count\":32,\"listed_count\":19229,\"created_at\":\"Thu Sep 29 19:34:47 +0000 2011\",\"favourites_count\":0,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":526,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"A5C639\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/436087884\\/TwitterX4.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/436087884\\/TwitterX4.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/522418773723074561\\/AyreX9yf_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/522418773723074561\\/AyreX9yf_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/382267114\\/1413389307\",\"profile_link_color\":\"A5C639\",\"profile_sidebar_border_color\":\"EEEEEE\",\"profile_sidebar_fill_color\":\"FFFFFF\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweeted_status\":{\"created_at\":\"Sun Nov 30 15:00:58 +0000 2014\",\"id\":539071594698899456,\"id_str\":\"539071594698899456\",\"text\":\"Give them a gift they\\u2019ll actually wear. The #BlackFriday wearables sale is on now. http:\\/\\/t.co\\/5Fh70VGeGw http:\\/\\/t.co\\/AnkZxUUQaY\",\"source\":\"\\u003ca href=\\\"http:\\/\\/www.hootsuite.com\\\" rel=\\\"nofollow\\\"\\u003eHootsuite\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":243381107,\"id_str\":\"243381107\",\"name\":\"Google Play\",\"screen_name\":\"GooglePlay\",\"location\":\"Play Your Heart Out\",\"profile_location\":null,\"description\":\"Discover music, movies & tv, apps, books, newsstand and games on Google Play.\",\"url\":\"http:\\/\\/t.co\\/655Gl498Xy\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/655Gl498Xy\",\"expanded_url\":\"http:\\/\\/play.google.com\",\"display_url\":\"play.google.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":4052930,\"friends_count\":561,\"listed_count\":8390,\"created_at\":\"Wed Jan 26 22:44:39 +0000 2011\",\"favourites_count\":313,\"utc_offset\":-25200,\"time_zone\":\"Arizona\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":5004,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/820413611\\/07d2c719da83b444279c0e93d2329e1a.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/820413611\\/07d2c719da83b444279c0e93d2329e1a.png\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/529308402661339136\\/Yb0c2yz8_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/529308402661339136\\/Yb0c2yz8_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/243381107\\/1415031944\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":118,\"favorite_count\":198,\"entities\":{\"hashtags\":[{\"text\":\"BlackFriday\",\"indices\":[44,56]}],\"symbols\":[],\"user_mentions\":[],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/5Fh70VGeGw\",\"expanded_url\":\"http:\\/\\/goo.gl\\/ItqBnt\",\"display_url\":\"goo.gl\\/ItqBnt\",\"indices\":[83,105]}],\"media\":[{\"id\":539071594006446080,\"id_str\":\"539071594006446080\",\"indices\":[106,128],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3sqwjVCAAA1hq3.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3sqwjVCAAA1hq3.png\",\"url\":\"http:\\/\\/t.co\\/AnkZxUUQaY\",\"display_url\":\"pic.twitter.com\\/AnkZxUUQaY\",\"expanded_url\":\"http:\\/\\/twitter.com\\/GooglePlay\\/status\\/539071594698899456\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"large\":{\"w\":640,\"h\":360,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":337,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":191,\"resize\":\"fit\"}}}]},\"extended_entities\":{\"media\":[{\"id\":539071594006446080,\"id_str\":\"539071594006446080\",\"indices\":[106,128],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3sqwjVCAAA1hq3.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3sqwjVCAAA1hq3.png\",\"url\":\"http:\\/\\/t.co\\/AnkZxUUQaY\",\"display_url\":\"pic.twitter.com\\/AnkZxUUQaY\",\"expanded_url\":\"http:\\/\\/twitter.com\\/GooglePlay\\/status\\/539071594698899456\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"large\":{\"w\":640,\"h\":360,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":337,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":191,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"scopes\":{\"place_ids\":[\"96683cc9126741d1\"]},\"lang\":\"en\"},\"retweet_count\":118,\"favorite_count\":0,\"entities\":{\"hashtags\":[{\"text\":\"BlackFriday\",\"indices\":[60,72]}],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"GooglePlay\",\"name\":\"Google Play\",\"id\":243381107,\"id_str\":\"243381107\",\"indices\":[3,14]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/5Fh70VGeGw\",\"expanded_url\":\"http:\\/\\/goo.gl\\/ItqBnt\",\"display_url\":\"goo.gl\\/ItqBnt\",\"indices\":[99,121]}],\"media\":[{\"id\":539071594006446080,\"id_str\":\"539071594006446080\",\"indices\":[139,140],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3sqwjVCAAA1hq3.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3sqwjVCAAA1hq3.png\",\"url\":\"http:\\/\\/t.co\\/AnkZxUUQaY\",\"display_url\":\"pic.twitter.com\\/AnkZxUUQaY\",\"expanded_url\":\"http:\\/\\/twitter.com\\/GooglePlay\\/status\\/539071594698899456\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"large\":{\"w\":640,\"h\":360,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":337,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":191,\"resize\":\"fit\"}},\"source_status_id\":539071594698899456,\"source_status_id_str\":\"539071594698899456\"}]},\"extended_entities\":{\"media\":[{\"id\":539071594006446080,\"id_str\":\"539071594006446080\",\"indices\":[139,140],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3sqwjVCAAA1hq3.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3sqwjVCAAA1hq3.png\",\"url\":\"http:\\/\\/t.co\\/AnkZxUUQaY\",\"display_url\":\"pic.twitter.com\\/AnkZxUUQaY\",\"expanded_url\":\"http:\\/\\/twitter.com\\/GooglePlay\\/status\\/539071594698899456\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"large\":{\"w\":640,\"h\":360,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":337,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":191,\"resize\":\"fit\"}},\"source_status_id\":539071594698899456,\"source_status_id_str\":\"539071594698899456\"}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Sun Nov 30 17:00:06 +0000 2014\",\"id\":539101575424524289,\"id_str\":\"539101575424524289\",\"text\":\"You can totally see our house from here! http:\\/\\/t.co\\/pxc82gCnq2 http:\\/\\/t.co\\/BZ4FrfJ9L2\",\"source\":\"\\u003ca href=\\\"http:\\/\\/srm.vitrue.com\\\" rel=\\\"nofollow\\\"\\u003eSocial Publisher\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":10228272,\"id_str\":\"10228272\",\"name\":\"YouTube\",\"screen_name\":\"YouTube\",\"location\":\"San Bruno, CA\",\"profile_location\":null,\"description\":\"Tweets on news, music and trends from all your favorite channels.\",\"url\":\"http:\\/\\/t.co\\/F3fLcfnBVf\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/F3fLcfnBVf\",\"expanded_url\":\"http:\\/\\/youtube.com\",\"display_url\":\"youtube.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":46777246,\"friends_count\":833,\"listed_count\":75376,\"created_at\":\"Tue Nov 13 21:43:46 +0000 2007\",\"favourites_count\":660,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":11947,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"AF0000\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/451389902429491200\\/Rrlh09IC.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/451389902429491200\\/Rrlh09IC.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/514243000063373312\\/zSPlu0vY_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/514243000063373312\\/zSPlu0vY_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/10228272\\/1410614774\",\"profile_link_color\":\"C9191D\",\"profile_sidebar_border_color\":\"000000\",\"profile_sidebar_fill_color\":\"EFEFEF\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":307,\"favorite_count\":675,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/pxc82gCnq2\",\"expanded_url\":\"http:\\/\\/goo.gl\\/lyFZ8C\",\"display_url\":\"goo.gl\\/lyFZ8C\",\"indices\":[41,63]}],\"media\":[{\"id\":539101575168671745,\"id_str\":\"539101575168671745\",\"indices\":[64,86],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3tGBr3IQAExjx9.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3tGBr3IQAExjx9.png\",\"url\":\"http:\\/\\/t.co\\/BZ4FrfJ9L2\",\"display_url\":\"pic.twitter.com\\/BZ4FrfJ9L2\",\"expanded_url\":\"http:\\/\\/twitter.com\\/YouTube\\/status\\/539101575424524289\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"small\":{\"w\":340,\"h\":183,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"large\":{\"w\":834,\"h\":449,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":323,\"resize\":\"fit\"}}}]},\"extended_entities\":{\"media\":[{\"id\":539101575168671745,\"id_str\":\"539101575168671745\",\"indices\":[64,86],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3tGBr3IQAExjx9.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3tGBr3IQAExjx9.png\",\"url\":\"http:\\/\\/t.co\\/BZ4FrfJ9L2\",\"display_url\":\"pic.twitter.com\\/BZ4FrfJ9L2\",\"expanded_url\":\"http:\\/\\/twitter.com\\/YouTube\\/status\\/539101575424524289\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"small\":{\"w\":340,\"h\":183,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"large\":{\"w\":834,\"h\":449,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":323,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Sun Nov 30 01:43:00 +0000 2014\",\"id\":538870779103158272,\"id_str\":\"538870779103158272\",\"text\":\"RT @USCBookstore: Wake up, Trojans, it's game day! Get your No Shamrocks T now! #FightOn #USC https:\\/\\/t.co\\/MgSI9Aa95B\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003eTwitter for iPhone\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":300392950,\"id_str\":\"300392950\",\"name\":\"Twitter Sports\",\"screen_name\":\"TwitterSports\",\"location\":\"TwitterHQ\",\"profile_location\":null,\"description\":\"Sports related tweets from around the world.\",\"url\":\"https:\\/\\/t.co\\/J9jRbknG4l\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"https:\\/\\/t.co\\/J9jRbknG4l\",\"expanded_url\":\"https:\\/\\/blog.twitter.com\\/media\",\"display_url\":\"blog.twitter.com\\/media\",\"indices\":[0,23]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":4248276,\"friends_count\":263,\"listed_count\":6486,\"created_at\":\"Tue May 17 17:54:29 +0000 2011\",\"favourites_count\":62,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":2138,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"C0DEED\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/656936359\\/pjmryisi4g22te2awpxb.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/656936359\\/pjmryisi4g22te2awpxb.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/3752498247\\/a26b3f2a944f600b8bc990d02cd96928_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/3752498247\\/a26b3f2a944f600b8bc990d02cd96928_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/300392950\\/1396972348\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"C0DEED\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweeted_status\":{\"created_at\":\"Sat Nov 29 17:00:07 +0000 2014\",\"id\":538739192843350021,\"id_str\":\"538739192843350021\",\"text\":\"Wake up, Trojans, it's game day! Get your No Shamrocks T now! #FightOn #USC https:\\/\\/t.co\\/MgSI9Aa95B\",\"source\":\"\\u003ca href=\\\"https:\\/\\/ads.twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Ads\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":39372927,\"id_str\":\"39372927\",\"name\":\"USC Bookstore\",\"screen_name\":\"USCBookstore\",\"location\":\"Los Angeles, CA\",\"profile_location\":null,\"description\":\"Serving the academic and spirit needs of USC community.\",\"url\":\"http:\\/\\/t.co\\/Kbk7iO7lAk\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/Kbk7iO7lAk\",\"expanded_url\":\"http:\\/\\/www.uscbookstore.com\",\"display_url\":\"uscbookstore.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":2559,\"friends_count\":247,\"listed_count\":133,\"created_at\":\"Mon May 11 23:26:33 +0000 2009\",\"favourites_count\":52,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":false,\"verified\":false,\"statuses_count\":882,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"A80B10\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/13644699\\/bookstore.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/13644699\\/bookstore.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/207776406\\/logo_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/207776406\\/logo_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/39372927\\/1405548397\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"ED315B\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":40,\"favorite_count\":17,\"entities\":{\"hashtags\":[{\"text\":\"FightOn\",\"indices\":[62,70]},{\"text\":\"USC\",\"indices\":[71,75]}],\"symbols\":[],\"user_mentions\":[],\"urls\":[{\"url\":\"https:\\/\\/t.co\\/MgSI9Aa95B\",\"expanded_url\":\"https:\\/\\/api.flightly.com\\/commerce\\/merchants\\/873ff7e0-687b-11e4-9803-0800200c9a66\\/cards\\/911d7d50-7442-11e4-a775-2d430f5899c6\",\"display_url\":\"api.flightly.com\\/commerce\\/merch\\u2026\",\"indices\":[76,99]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"retweet_count\":40,\"favorite_count\":0,\"entities\":{\"hashtags\":[{\"text\":\"FightOn\",\"indices\":[80,88]},{\"text\":\"USC\",\"indices\":[89,93]}],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"USCBookstore\",\"name\":\"USC Bookstore\",\"id\":39372927,\"id_str\":\"39372927\",\"indices\":[3,16]}],\"urls\":[{\"url\":\"https:\\/\\/t.co\\/MgSI9Aa95B\",\"expanded_url\":\"https:\\/\\/api.flightly.com\\/commerce\\/merchants\\/873ff7e0-687b-11e4-9803-0800200c9a66\\/cards\\/911d7d50-7442-11e4-a775-2d430f5899c6\",\"display_url\":\"api.flightly.com\\/commerce\\/merch\\u2026\",\"indices\":[94,117]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Sat Nov 29 23:00:07 +0000 2014\",\"id\":538829791345246209,\"id_str\":\"538829791345246209\",\"text\":\"Do 8-bit turtles dream of pixelated pizza? http:\\/\\/t.co\\/BdzDyEn4a9 http:\\/\\/t.co\\/OUDE3wUgVb\",\"source\":\"\\u003ca href=\\\"http:\\/\\/srm.vitrue.com\\\" rel=\\\"nofollow\\\"\\u003eSocial Publisher\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":10228272,\"id_str\":\"10228272\",\"name\":\"YouTube\",\"screen_name\":\"YouTube\",\"location\":\"San Bruno, CA\",\"profile_location\":null,\"description\":\"Tweets on news, music and trends from all your favorite channels.\",\"url\":\"http:\\/\\/t.co\\/F3fLcfnBVf\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/F3fLcfnBVf\",\"expanded_url\":\"http:\\/\\/youtube.com\",\"display_url\":\"youtube.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":46777246,\"friends_count\":833,\"listed_count\":75376,\"created_at\":\"Tue Nov 13 21:43:46 +0000 2007\",\"favourites_count\":660,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":11947,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"AF0000\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/451389902429491200\\/Rrlh09IC.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/451389902429491200\\/Rrlh09IC.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/514243000063373312\\/zSPlu0vY_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/514243000063373312\\/zSPlu0vY_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/10228272\\/1410614774\",\"profile_link_color\":\"C9191D\",\"profile_sidebar_border_color\":\"000000\",\"profile_sidebar_fill_color\":\"EFEFEF\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":254,\"favorite_count\":536,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/BdzDyEn4a9\",\"expanded_url\":\"http:\\/\\/goo.gl\\/BSF2Mv\",\"display_url\":\"goo.gl\\/BSF2Mv\",\"indices\":[43,65]}],\"media\":[{\"id\":538829791265554434,\"id_str\":\"538829791265554434\",\"indices\":[66,88],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3pO1x7IAAI81MA.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3pO1x7IAAI81MA.png\",\"url\":\"http:\\/\\/t.co\\/OUDE3wUgVb\",\"display_url\":\"pic.twitter.com\\/OUDE3wUgVb\",\"expanded_url\":\"http:\\/\\/twitter.com\\/YouTube\\/status\\/538829791345246209\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"medium\":{\"w\":600,\"h\":318,\"resize\":\"fit\"},\"large\":{\"w\":710,\"h\":377,\"resize\":\"fit\"},\"small\":{\"w\":340,\"h\":180,\"resize\":\"fit\"}}}]},\"extended_entities\":{\"media\":[{\"id\":538829791265554434,\"id_str\":\"538829791265554434\",\"indices\":[66,88],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3pO1x7IAAI81MA.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3pO1x7IAAI81MA.png\",\"url\":\"http:\\/\\/t.co\\/OUDE3wUgVb\",\"display_url\":\"pic.twitter.com\\/OUDE3wUgVb\",\"expanded_url\":\"http:\\/\\/twitter.com\\/YouTube\\/status\\/538829791345246209\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"medium\":{\"w\":600,\"h\":318,\"resize\":\"fit\"},\"large\":{\"w\":710,\"h\":377,\"resize\":\"fit\"},\"small\":{\"w\":340,\"h\":180,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Sat Nov 29 20:00:07 +0000 2014\",\"id\":538784489510813696,\"id_str\":\"538784489510813696\",\"text\":\"We\\u2019ll take one #LoveMeHarder cover \\u2013 shaken, not stirred. http:\\/\\/t.co\\/Cdkc5x3K5L http:\\/\\/t.co\\/Pksbi9KPVi\",\"source\":\"\\u003ca href=\\\"http:\\/\\/srm.vitrue.com\\\" rel=\\\"nofollow\\\"\\u003eSocial Publisher\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":10228272,\"id_str\":\"10228272\",\"name\":\"YouTube\",\"screen_name\":\"YouTube\",\"location\":\"San Bruno, CA\",\"profile_location\":null,\"description\":\"Tweets on news, music and trends from all your favorite channels.\",\"url\":\"http:\\/\\/t.co\\/F3fLcfnBVf\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/F3fLcfnBVf\",\"expanded_url\":\"http:\\/\\/youtube.com\",\"display_url\":\"youtube.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":46777246,\"friends_count\":833,\"listed_count\":75376,\"created_at\":\"Tue Nov 13 21:43:46 +0000 2007\",\"favourites_count\":660,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":11947,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"AF0000\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/451389902429491200\\/Rrlh09IC.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/451389902429491200\\/Rrlh09IC.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/514243000063373312\\/zSPlu0vY_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/514243000063373312\\/zSPlu0vY_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/10228272\\/1410614774\",\"profile_link_color\":\"C9191D\",\"profile_sidebar_border_color\":\"000000\",\"profile_sidebar_fill_color\":\"EFEFEF\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":167,\"favorite_count\":580,\"entities\":{\"hashtags\":[{\"text\":\"LoveMeHarder\",\"indices\":[15,28]}],\"symbols\":[],\"user_mentions\":[],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/Cdkc5x3K5L\",\"expanded_url\":\"http:\\/\\/goo.gl\\/vYL4nn\",\"display_url\":\"goo.gl\\/vYL4nn\",\"indices\":[58,80]}],\"media\":[{\"id\":538784489288519680,\"id_str\":\"538784489288519680\",\"indices\":[81,103],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3olo26IUAA2V46.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3olo26IUAA2V46.png\",\"url\":\"http:\\/\\/t.co\\/Pksbi9KPVi\",\"display_url\":\"pic.twitter.com\\/Pksbi9KPVi\",\"expanded_url\":\"http:\\/\\/twitter.com\\/YouTube\\/status\\/538784489510813696\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"large\":{\"w\":818,\"h\":459,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":336,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":190,\"resize\":\"fit\"}}}]},\"extended_entities\":{\"media\":[{\"id\":538784489288519680,\"id_str\":\"538784489288519680\",\"indices\":[81,103],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3olo26IUAA2V46.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3olo26IUAA2V46.png\",\"url\":\"http:\\/\\/t.co\\/Pksbi9KPVi\",\"display_url\":\"pic.twitter.com\\/Pksbi9KPVi\",\"expanded_url\":\"http:\\/\\/twitter.com\\/YouTube\\/status\\/538784489510813696\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"large\":{\"w\":818,\"h\":459,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":336,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":190,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Sat Nov 29 17:00:15 +0000 2014\",\"id\":538739227178315776,\"id_str\":\"538739227178315776\",\"text\":\".@devinsupertramp travels to Nepal to give the gift of selfies. http:\\/\\/t.co\\/Eqds8Pg6ul http:\\/\\/t.co\\/7lbU35x7Wo\",\"source\":\"\\u003ca href=\\\"http:\\/\\/srm.vitrue.com\\\" rel=\\\"nofollow\\\"\\u003eSocial Publisher\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":10228272,\"id_str\":\"10228272\",\"name\":\"YouTube\",\"screen_name\":\"YouTube\",\"location\":\"San Bruno, CA\",\"profile_location\":null,\"description\":\"Tweets on news, music and trends from all your favorite channels.\",\"url\":\"http:\\/\\/t.co\\/F3fLcfnBVf\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/F3fLcfnBVf\",\"expanded_url\":\"http:\\/\\/youtube.com\",\"display_url\":\"youtube.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":46777246,\"friends_count\":833,\"listed_count\":75376,\"created_at\":\"Tue Nov 13 21:43:46 +0000 2007\",\"favourites_count\":660,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":11947,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"AF0000\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/451389902429491200\\/Rrlh09IC.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/451389902429491200\\/Rrlh09IC.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/514243000063373312\\/zSPlu0vY_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/514243000063373312\\/zSPlu0vY_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/10228272\\/1410614774\",\"profile_link_color\":\"C9191D\",\"profile_sidebar_border_color\":\"000000\",\"profile_sidebar_fill_color\":\"EFEFEF\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":228,\"favorite_count\":678,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"devinsupertramp\",\"name\":\"Devin Graham\",\"id\":56030318,\"id_str\":\"56030318\",\"indices\":[1,17]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/Eqds8Pg6ul\",\"expanded_url\":\"http:\\/\\/goo.gl\\/WhqPmI\",\"display_url\":\"goo.gl\\/WhqPmI\",\"indices\":[64,86]}],\"media\":[{\"id\":538739226989572096,\"id_str\":\"538739226989572096\",\"indices\":[87,109],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3n8ePtIMAAW0Ud.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3n8ePtIMAAW0Ud.png\",\"url\":\"http:\\/\\/t.co\\/7lbU35x7Wo\",\"display_url\":\"pic.twitter.com\\/7lbU35x7Wo\",\"expanded_url\":\"http:\\/\\/twitter.com\\/YouTube\\/status\\/538739227178315776\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"small\":{\"w\":340,\"h\":183,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"medium\":{\"w\":600,\"h\":324,\"resize\":\"fit\"},\"large\":{\"w\":834,\"h\":451,\"resize\":\"fit\"}}}]},\"extended_entities\":{\"media\":[{\"id\":538739226989572096,\"id_str\":\"538739226989572096\",\"indices\":[87,109],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3n8ePtIMAAW0Ud.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3n8ePtIMAAW0Ud.png\",\"url\":\"http:\\/\\/t.co\\/7lbU35x7Wo\",\"display_url\":\"pic.twitter.com\\/7lbU35x7Wo\",\"expanded_url\":\"http:\\/\\/twitter.com\\/YouTube\\/status\\/538739227178315776\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"small\":{\"w\":340,\"h\":183,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"medium\":{\"w\":600,\"h\":324,\"resize\":\"fit\"},\"large\":{\"w\":834,\"h\":451,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Sat Nov 29 12:24:19 +0000 2014\",\"id\":538669787388596225,\"id_str\":\"538669787388596225\",\"text\":\"testing 1000 http:\\/\\/t.co\\/VRnep3xgr4\",\"source\":\"\\u003ca href=\\\"http:\\/\\/tweepy.github.com\\/\\\" rel=\\\"nofollow\\\"\\u003eTweepyTravis\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":0,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[],\"media\":[{\"id\":538669787350851584,\"id_str\":\"538669787350851584\",\"indices\":[13,35],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3m9UU5IYAAU5e7.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3m9UU5IYAAU5e7.png\",\"url\":\"http:\\/\\/t.co\\/VRnep3xgr4\",\"display_url\":\"pic.twitter.com\\/VRnep3xgr4\",\"expanded_url\":\"http:\\/\\/twitter.com\\/tweepytest\\/status\\/538669787388596225\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":170,\"resize\":\"fit\"},\"large\":{\"w\":1024,\"h\":512,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":300,\"resize\":\"fit\"}}}]},\"extended_entities\":{\"media\":[{\"id\":538669787350851584,\"id_str\":\"538669787350851584\",\"indices\":[13,35],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3m9UU5IYAAU5e7.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3m9UU5IYAAU5e7.png\",\"url\":\"http:\\/\\/t.co\\/VRnep3xgr4\",\"display_url\":\"pic.twitter.com\\/VRnep3xgr4\",\"expanded_url\":\"http:\\/\\/twitter.com\\/tweepytest\\/status\\/538669787388596225\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":170,\"resize\":\"fit\"},\"large\":{\"w\":1024,\"h\":512,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":300,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Sat Nov 29 02:00:11 +0000 2014\",\"id\":538512718089969664,\"id_str\":\"538512718089969664\",\"text\":\"Can you rap without rhyming? http:\\/\\/t.co\\/LXc2g92eZW http:\\/\\/t.co\\/gUyOQdmAEZ\",\"source\":\"\\u003ca href=\\\"http:\\/\\/srm.vitrue.com\\\" rel=\\\"nofollow\\\"\\u003eSocial Publisher\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":10228272,\"id_str\":\"10228272\",\"name\":\"YouTube\",\"screen_name\":\"YouTube\",\"location\":\"San Bruno, CA\",\"profile_location\":null,\"description\":\"Tweets on news, music and trends from all your favorite channels.\",\"url\":\"http:\\/\\/t.co\\/F3fLcfnBVf\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/F3fLcfnBVf\",\"expanded_url\":\"http:\\/\\/youtube.com\",\"display_url\":\"youtube.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":46777246,\"friends_count\":833,\"listed_count\":75376,\"created_at\":\"Tue Nov 13 21:43:46 +0000 2007\",\"favourites_count\":660,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":11947,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"AF0000\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/451389902429491200\\/Rrlh09IC.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/451389902429491200\\/Rrlh09IC.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/514243000063373312\\/zSPlu0vY_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/514243000063373312\\/zSPlu0vY_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/10228272\\/1410614774\",\"profile_link_color\":\"C9191D\",\"profile_sidebar_border_color\":\"000000\",\"profile_sidebar_fill_color\":\"EFEFEF\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":241,\"favorite_count\":696,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/LXc2g92eZW\",\"expanded_url\":\"http:\\/\\/goo.gl\\/0PAQnX\",\"display_url\":\"goo.gl\\/0PAQnX\",\"indices\":[29,51]}],\"media\":[{\"id\":538512717913812993,\"id_str\":\"538512717913812993\",\"indices\":[52,74],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3kudrpIcAEq1zx.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3kudrpIcAEq1zx.png\",\"url\":\"http:\\/\\/t.co\\/gUyOQdmAEZ\",\"display_url\":\"pic.twitter.com\\/gUyOQdmAEZ\",\"expanded_url\":\"http:\\/\\/twitter.com\\/YouTube\\/status\\/538512718089969664\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":157,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":277,\"resize\":\"fit\"},\"large\":{\"w\":1024,\"h\":472,\"resize\":\"fit\"}}}]},\"extended_entities\":{\"media\":[{\"id\":538512717913812993,\"id_str\":\"538512717913812993\",\"indices\":[52,74],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3kudrpIcAEq1zx.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3kudrpIcAEq1zx.png\",\"url\":\"http:\\/\\/t.co\\/gUyOQdmAEZ\",\"display_url\":\"pic.twitter.com\\/gUyOQdmAEZ\",\"expanded_url\":\"http:\\/\\/twitter.com\\/YouTube\\/status\\/538512718089969664\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":157,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":277,\"resize\":\"fit\"},\"large\":{\"w\":1024,\"h\":472,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Fri Nov 28 23:00:18 +0000 2014\",\"id\":538467448430022656,\"id_str\":\"538467448430022656\",\"text\":\".@FifthHarmony makes our heart beat like a #Sledgehammer. http:\\/\\/t.co\\/d39bI9XCCV http:\\/\\/t.co\\/yowHYN5BwA\",\"source\":\"\\u003ca href=\\\"http:\\/\\/srm.vitrue.com\\\" rel=\\\"nofollow\\\"\\u003eSocial Publisher\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":10228272,\"id_str\":\"10228272\",\"name\":\"YouTube\",\"screen_name\":\"YouTube\",\"location\":\"San Bruno, CA\",\"profile_location\":null,\"description\":\"Tweets on news, music and trends from all your favorite channels.\",\"url\":\"http:\\/\\/t.co\\/F3fLcfnBVf\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/F3fLcfnBVf\",\"expanded_url\":\"http:\\/\\/youtube.com\",\"display_url\":\"youtube.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":46777246,\"friends_count\":833,\"listed_count\":75376,\"created_at\":\"Tue Nov 13 21:43:46 +0000 2007\",\"favourites_count\":660,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":11947,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"AF0000\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/451389902429491200\\/Rrlh09IC.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/451389902429491200\\/Rrlh09IC.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/514243000063373312\\/zSPlu0vY_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/514243000063373312\\/zSPlu0vY_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/10228272\\/1410614774\",\"profile_link_color\":\"C9191D\",\"profile_sidebar_border_color\":\"000000\",\"profile_sidebar_fill_color\":\"EFEFEF\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":2856,\"favorite_count\":3598,\"entities\":{\"hashtags\":[{\"text\":\"Sledgehammer\",\"indices\":[43,56]}],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"FifthHarmony\",\"name\":\"Fifth Harmony\",\"id\":872374136,\"id_str\":\"872374136\",\"indices\":[1,14]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/d39bI9XCCV\",\"expanded_url\":\"http:\\/\\/goo.gl\\/bJRiYD\",\"display_url\":\"goo.gl\\/bJRiYD\",\"indices\":[58,80]}],\"media\":[{\"id\":538467448350339072,\"id_str\":\"538467448350339072\",\"indices\":[81,103],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3kFSpYIcAAVKMu.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3kFSpYIcAAVKMu.png\",\"url\":\"http:\\/\\/t.co\\/yowHYN5BwA\",\"display_url\":\"pic.twitter.com\\/yowHYN5BwA\",\"expanded_url\":\"http:\\/\\/twitter.com\\/YouTube\\/status\\/538467448430022656\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"large\":{\"w\":838,\"h\":413,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"medium\":{\"w\":600,\"h\":295,\"resize\":\"fit\"},\"small\":{\"w\":340,\"h\":167,\"resize\":\"fit\"}}}]},\"extended_entities\":{\"media\":[{\"id\":538467448350339072,\"id_str\":\"538467448350339072\",\"indices\":[81,103],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3kFSpYIcAAVKMu.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3kFSpYIcAAVKMu.png\",\"url\":\"http:\\/\\/t.co\\/yowHYN5BwA\",\"display_url\":\"pic.twitter.com\\/yowHYN5BwA\",\"expanded_url\":\"http:\\/\\/twitter.com\\/YouTube\\/status\\/538467448430022656\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"large\":{\"w\":838,\"h\":413,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"medium\":{\"w\":600,\"h\":295,\"resize\":\"fit\"},\"small\":{\"w\":340,\"h\":167,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Fri Nov 28 20:00:08 +0000 2014\",\"id\":538422107659853825,\"id_str\":\"538422107659853825\",\"text\":\"For those on the fence about rocking, AC\\/DC busts you. http:\\/\\/t.co\\/qRMoBNApG0 http:\\/\\/t.co\\/C6fnqE4Ksg\",\"source\":\"\\u003ca href=\\\"http:\\/\\/srm.vitrue.com\\\" rel=\\\"nofollow\\\"\\u003eSocial Publisher\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":10228272,\"id_str\":\"10228272\",\"name\":\"YouTube\",\"screen_name\":\"YouTube\",\"location\":\"San Bruno, CA\",\"profile_location\":null,\"description\":\"Tweets on news, music and trends from all your favorite channels.\",\"url\":\"http:\\/\\/t.co\\/F3fLcfnBVf\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/F3fLcfnBVf\",\"expanded_url\":\"http:\\/\\/youtube.com\",\"display_url\":\"youtube.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":46777246,\"friends_count\":833,\"listed_count\":75376,\"created_at\":\"Tue Nov 13 21:43:46 +0000 2007\",\"favourites_count\":660,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":11947,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"AF0000\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/451389902429491200\\/Rrlh09IC.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/451389902429491200\\/Rrlh09IC.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/514243000063373312\\/zSPlu0vY_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/514243000063373312\\/zSPlu0vY_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/10228272\\/1410614774\",\"profile_link_color\":\"C9191D\",\"profile_sidebar_border_color\":\"000000\",\"profile_sidebar_fill_color\":\"EFEFEF\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":313,\"favorite_count\":642,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/qRMoBNApG0\",\"expanded_url\":\"http:\\/\\/goo.gl\\/0aPg5v\",\"display_url\":\"goo.gl\\/0aPg5v\",\"indices\":[55,77]}],\"media\":[{\"id\":538422107508842497,\"id_str\":\"538422107508842497\",\"indices\":[78,100],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3jcDdlIIAEbM_0.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3jcDdlIIAEbM_0.png\",\"url\":\"http:\\/\\/t.co\\/C6fnqE4Ksg\",\"display_url\":\"pic.twitter.com\\/C6fnqE4Ksg\",\"expanded_url\":\"http:\\/\\/twitter.com\\/YouTube\\/status\\/538422107659853825\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"large\":{\"w\":780,\"h\":358,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":156,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":275,\"resize\":\"fit\"}}}]},\"extended_entities\":{\"media\":[{\"id\":538422107508842497,\"id_str\":\"538422107508842497\",\"indices\":[78,100],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3jcDdlIIAEbM_0.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3jcDdlIIAEbM_0.png\",\"url\":\"http:\\/\\/t.co\\/C6fnqE4Ksg\",\"display_url\":\"pic.twitter.com\\/C6fnqE4Ksg\",\"expanded_url\":\"http:\\/\\/twitter.com\\/YouTube\\/status\\/538422107659853825\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"large\":{\"w\":780,\"h\":358,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":156,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":275,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Fri Nov 28 19:15:36 +0000 2014\",\"id\":538410899405828096,\"id_str\":\"538410899405828096\",\"text\":\"RT @GooglePlay: Post-turkey presents, anyone? Google Play #BlackFriday device  sale is on. http:\\/\\/t.co\\/SlkyyWxzXv http:\\/\\/t.co\\/H5x8EsJzhE\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":382267114,\"id_str\":\"382267114\",\"name\":\"Android\",\"screen_name\":\"Android\",\"location\":\"Mountain View, CA\",\"profile_location\":null,\"description\":\"News, tips, and tricks direct from the Android team.\",\"url\":\"http:\\/\\/t.co\\/WHg9n3cypK\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/WHg9n3cypK\",\"expanded_url\":\"http:\\/\\/android.com\",\"display_url\":\"android.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":6602826,\"friends_count\":32,\"listed_count\":19229,\"created_at\":\"Thu Sep 29 19:34:47 +0000 2011\",\"favourites_count\":0,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":526,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"A5C639\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/436087884\\/TwitterX4.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/436087884\\/TwitterX4.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/522418773723074561\\/AyreX9yf_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/522418773723074561\\/AyreX9yf_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/382267114\\/1413389307\",\"profile_link_color\":\"A5C639\",\"profile_sidebar_border_color\":\"EEEEEE\",\"profile_sidebar_fill_color\":\"FFFFFF\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweeted_status\":{\"created_at\":\"Fri Nov 28 14:30:33 +0000 2014\",\"id\":538339165675720704,\"id_str\":\"538339165675720704\",\"text\":\"Post-turkey presents, anyone? Google Play #BlackFriday device  sale is on. http:\\/\\/t.co\\/SlkyyWxzXv http:\\/\\/t.co\\/H5x8EsJzhE\",\"source\":\"\\u003ca href=\\\"http:\\/\\/www.hootsuite.com\\\" rel=\\\"nofollow\\\"\\u003eHootsuite\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":243381107,\"id_str\":\"243381107\",\"name\":\"Google Play\",\"screen_name\":\"GooglePlay\",\"location\":\"Play Your Heart Out\",\"profile_location\":null,\"description\":\"Discover music, movies & tv, apps, books, newsstand and games on Google Play.\",\"url\":\"http:\\/\\/t.co\\/655Gl498Xy\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/655Gl498Xy\",\"expanded_url\":\"http:\\/\\/play.google.com\",\"display_url\":\"play.google.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":4052930,\"friends_count\":561,\"listed_count\":8390,\"created_at\":\"Wed Jan 26 22:44:39 +0000 2011\",\"favourites_count\":313,\"utc_offset\":-25200,\"time_zone\":\"Arizona\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":5004,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/820413611\\/07d2c719da83b444279c0e93d2329e1a.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/820413611\\/07d2c719da83b444279c0e93d2329e1a.png\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/529308402661339136\\/Yb0c2yz8_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/529308402661339136\\/Yb0c2yz8_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/243381107\\/1415031944\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":101,\"favorite_count\":209,\"entities\":{\"hashtags\":[{\"text\":\"BlackFriday\",\"indices\":[42,54]}],\"symbols\":[],\"user_mentions\":[],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/SlkyyWxzXv\",\"expanded_url\":\"http:\\/\\/goo.gl\\/8vNKis\",\"display_url\":\"goo.gl\\/8vNKis\",\"indices\":[75,97]}],\"media\":[{\"id\":538339165038211072,\"id_str\":\"538339165038211072\",\"indices\":[98,120],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3iQnkzIcAAEfVS.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3iQnkzIcAAEfVS.png\",\"url\":\"http:\\/\\/t.co\\/H5x8EsJzhE\",\"display_url\":\"pic.twitter.com\\/H5x8EsJzhE\",\"expanded_url\":\"http:\\/\\/twitter.com\\/GooglePlay\\/status\\/538339165675720704\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"large\":{\"w\":640,\"h\":360,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":337,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":191,\"resize\":\"fit\"}}}]},\"extended_entities\":{\"media\":[{\"id\":538339165038211072,\"id_str\":\"538339165038211072\",\"indices\":[98,120],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3iQnkzIcAAEfVS.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3iQnkzIcAAEfVS.png\",\"url\":\"http:\\/\\/t.co\\/H5x8EsJzhE\",\"display_url\":\"pic.twitter.com\\/H5x8EsJzhE\",\"expanded_url\":\"http:\\/\\/twitter.com\\/GooglePlay\\/status\\/538339165675720704\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"large\":{\"w\":640,\"h\":360,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":337,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":191,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"scopes\":{\"place_ids\":[\"3376992a082d67c7\",\"96683cc9126741d1\"]},\"lang\":\"en\"},\"retweet_count\":101,\"favorite_count\":0,\"entities\":{\"hashtags\":[{\"text\":\"BlackFriday\",\"indices\":[58,70]}],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"GooglePlay\",\"name\":\"Google Play\",\"id\":243381107,\"id_str\":\"243381107\",\"indices\":[3,14]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/SlkyyWxzXv\",\"expanded_url\":\"http:\\/\\/goo.gl\\/8vNKis\",\"display_url\":\"goo.gl\\/8vNKis\",\"indices\":[91,113]}],\"media\":[{\"id\":538339165038211072,\"id_str\":\"538339165038211072\",\"indices\":[114,136],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3iQnkzIcAAEfVS.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3iQnkzIcAAEfVS.png\",\"url\":\"http:\\/\\/t.co\\/H5x8EsJzhE\",\"display_url\":\"pic.twitter.com\\/H5x8EsJzhE\",\"expanded_url\":\"http:\\/\\/twitter.com\\/GooglePlay\\/status\\/538339165675720704\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"large\":{\"w\":640,\"h\":360,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":337,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":191,\"resize\":\"fit\"}},\"source_status_id\":538339165675720704,\"source_status_id_str\":\"538339165675720704\"}]},\"extended_entities\":{\"media\":[{\"id\":538339165038211072,\"id_str\":\"538339165038211072\",\"indices\":[114,136],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3iQnkzIcAAEfVS.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3iQnkzIcAAEfVS.png\",\"url\":\"http:\\/\\/t.co\\/H5x8EsJzhE\",\"display_url\":\"pic.twitter.com\\/H5x8EsJzhE\",\"expanded_url\":\"http:\\/\\/twitter.com\\/GooglePlay\\/status\\/538339165675720704\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"large\":{\"w\":640,\"h\":360,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":337,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":191,\"resize\":\"fit\"}},\"source_status_id\":538339165675720704,\"source_status_id_str\":\"538339165675720704\"}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Fri Nov 28 18:00:05 +0000 2014\",\"id\":538391897698738177,\"id_str\":\"538391897698738177\",\"text\":\"In #TimesSquare? Entertain yourself using http:\\/\\/t.co\\/tTokS6S6bg. Not in NYC? Entertain these guys. #NotTheSame http:\\/\\/t.co\\/nzPI6KxtoG\",\"source\":\"\\u003ca href=\\\"http:\\/\\/www.wildfireapp.com\\/?utm_source=Twitter&utm_medium=Tweet&utm_campaign=via%2BWildfire%2BSuite\\\" rel=\\\"nofollow\\\"\\u003eWildfire Suite\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":382267114,\"id_str\":\"382267114\",\"name\":\"Android\",\"screen_name\":\"Android\",\"location\":\"Mountain View, CA\",\"profile_location\":null,\"description\":\"News, tips, and tricks direct from the Android team.\",\"url\":\"http:\\/\\/t.co\\/WHg9n3cypK\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/WHg9n3cypK\",\"expanded_url\":\"http:\\/\\/android.com\",\"display_url\":\"android.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":6602826,\"friends_count\":32,\"listed_count\":19229,\"created_at\":\"Thu Sep 29 19:34:47 +0000 2011\",\"favourites_count\":0,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":526,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"A5C639\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/436087884\\/TwitterX4.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/436087884\\/TwitterX4.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/522418773723074561\\/AyreX9yf_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/522418773723074561\\/AyreX9yf_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/382267114\\/1413389307\",\"profile_link_color\":\"A5C639\",\"profile_sidebar_border_color\":\"EEEEEE\",\"profile_sidebar_fill_color\":\"FFFFFF\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":95,\"favorite_count\":170,\"entities\":{\"hashtags\":[{\"text\":\"TimesSquare\",\"indices\":[3,15]},{\"text\":\"NotTheSame\",\"indices\":[100,111]}],\"symbols\":[],\"user_mentions\":[],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/tTokS6S6bg\",\"expanded_url\":\"http:\\/\\/androidify.com\",\"display_url\":\"androidify.com\",\"indices\":[42,64]}],\"media\":[{\"id\":538391897367400448,\"id_str\":\"538391897367400448\",\"indices\":[112,134],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3jAlACIUAAdo-F.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3jAlACIUAAdo-F.png\",\"url\":\"http:\\/\\/t.co\\/nzPI6KxtoG\",\"display_url\":\"pic.twitter.com\\/nzPI6KxtoG\",\"expanded_url\":\"http:\\/\\/twitter.com\\/Android\\/status\\/538391897698738177\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"medium\":{\"w\":600,\"h\":337,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"large\":{\"w\":1024,\"h\":575,\"resize\":\"fit\"},\"small\":{\"w\":340,\"h\":191,\"resize\":\"fit\"}}}]},\"extended_entities\":{\"media\":[{\"id\":538391897367400448,\"id_str\":\"538391897367400448\",\"indices\":[112,134],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3jAlACIUAAdo-F.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3jAlACIUAAdo-F.png\",\"url\":\"http:\\/\\/t.co\\/nzPI6KxtoG\",\"display_url\":\"pic.twitter.com\\/nzPI6KxtoG\",\"expanded_url\":\"http:\\/\\/twitter.com\\/Android\\/status\\/538391897698738177\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"medium\":{\"w\":600,\"h\":337,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"large\":{\"w\":1024,\"h\":575,\"resize\":\"fit\"},\"small\":{\"w\":340,\"h\":191,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Fri Nov 28 17:17:33 +0000 2014\",\"id\":538381192794767360,\"id_str\":\"538381192794767360\",\"text\":\"RT @google: Gadgets from Google for everyone on your list \\u2192 http:\\/\\/t.co\\/O8vVQr0lAU http:\\/\\/t.co\\/aFHnlVl7DF\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":382267114,\"id_str\":\"382267114\",\"name\":\"Android\",\"screen_name\":\"Android\",\"location\":\"Mountain View, CA\",\"profile_location\":null,\"description\":\"News, tips, and tricks direct from the Android team.\",\"url\":\"http:\\/\\/t.co\\/WHg9n3cypK\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/WHg9n3cypK\",\"expanded_url\":\"http:\\/\\/android.com\",\"display_url\":\"android.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":6602826,\"friends_count\":32,\"listed_count\":19229,\"created_at\":\"Thu Sep 29 19:34:47 +0000 2011\",\"favourites_count\":0,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":526,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"A5C639\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/436087884\\/TwitterX4.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/436087884\\/TwitterX4.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/522418773723074561\\/AyreX9yf_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/522418773723074561\\/AyreX9yf_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/382267114\\/1413389307\",\"profile_link_color\":\"A5C639\",\"profile_sidebar_border_color\":\"EEEEEE\",\"profile_sidebar_fill_color\":\"FFFFFF\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweeted_status\":{\"created_at\":\"Fri Nov 28 15:37:25 +0000 2014\",\"id\":538355993126522880,\"id_str\":\"538355993126522880\",\"text\":\"Gadgets from Google for everyone on your list \\u2192 http:\\/\\/t.co\\/O8vVQr0lAU http:\\/\\/t.co\\/aFHnlVl7DF\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":20536157,\"id_str\":\"20536157\",\"name\":\"Google\",\"screen_name\":\"google\",\"location\":\"Mountain View, CA\",\"profile_location\":null,\"description\":\"News and updates from Google\",\"url\":\"http:\\/\\/t.co\\/twxHxOtTvy\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/twxHxOtTvy\",\"expanded_url\":\"http:\\/\\/www.google.com\",\"display_url\":\"google.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":9426298,\"friends_count\":414,\"listed_count\":88350,\"created_at\":\"Tue Feb 10 19:14:39 +0000 2009\",\"favourites_count\":316,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":5582,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/378800000163714586\\/yY9JMq3S.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/378800000163714586\\/yY9JMq3S.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/522909800191901697\\/FHCGSQg0_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/522909800191901697\\/FHCGSQg0_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/20536157\\/1405528161\",\"profile_link_color\":\"0000CC\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"EBEFF9\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":192,\"favorite_count\":325,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/O8vVQr0lAU\",\"expanded_url\":\"http:\\/\\/goo.gl\\/dEOTzQ\",\"display_url\":\"goo.gl\\/dEOTzQ\",\"indices\":[48,70]}],\"media\":[{\"id\":538355991838867456,\"id_str\":\"538355991838867456\",\"indices\":[71,93],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3if7BhCQAAR-2b.jpg\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3if7BhCQAAR-2b.jpg\",\"url\":\"http:\\/\\/t.co\\/aFHnlVl7DF\",\"display_url\":\"pic.twitter.com\\/aFHnlVl7DF\",\"expanded_url\":\"http:\\/\\/twitter.com\\/google\\/status\\/538355993126522880\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"large\":{\"w\":1024,\"h\":375,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":219,\"resize\":\"fit\"},\"small\":{\"w\":340,\"h\":124,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"}}}]},\"extended_entities\":{\"media\":[{\"id\":538355991838867456,\"id_str\":\"538355991838867456\",\"indices\":[71,93],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3if7BhCQAAR-2b.jpg\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3if7BhCQAAR-2b.jpg\",\"url\":\"http:\\/\\/t.co\\/aFHnlVl7DF\",\"display_url\":\"pic.twitter.com\\/aFHnlVl7DF\",\"expanded_url\":\"http:\\/\\/twitter.com\\/google\\/status\\/538355993126522880\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"large\":{\"w\":1024,\"h\":375,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":219,\"resize\":\"fit\"},\"small\":{\"w\":340,\"h\":124,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"retweet_count\":192,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"google\",\"name\":\"Google\",\"id\":20536157,\"id_str\":\"20536157\",\"indices\":[3,10]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/O8vVQr0lAU\",\"expanded_url\":\"http:\\/\\/goo.gl\\/dEOTzQ\",\"display_url\":\"goo.gl\\/dEOTzQ\",\"indices\":[60,82]}],\"media\":[{\"id\":538355991838867456,\"id_str\":\"538355991838867456\",\"indices\":[83,105],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3if7BhCQAAR-2b.jpg\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3if7BhCQAAR-2b.jpg\",\"url\":\"http:\\/\\/t.co\\/aFHnlVl7DF\",\"display_url\":\"pic.twitter.com\\/aFHnlVl7DF\",\"expanded_url\":\"http:\\/\\/twitter.com\\/google\\/status\\/538355993126522880\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"large\":{\"w\":1024,\"h\":375,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":219,\"resize\":\"fit\"},\"small\":{\"w\":340,\"h\":124,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"}},\"source_status_id\":538355993126522880,\"source_status_id_str\":\"538355993126522880\"}]},\"extended_entities\":{\"media\":[{\"id\":538355991838867456,\"id_str\":\"538355991838867456\",\"indices\":[83,105],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3if7BhCQAAR-2b.jpg\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3if7BhCQAAR-2b.jpg\",\"url\":\"http:\\/\\/t.co\\/aFHnlVl7DF\",\"display_url\":\"pic.twitter.com\\/aFHnlVl7DF\",\"expanded_url\":\"http:\\/\\/twitter.com\\/google\\/status\\/538355993126522880\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"large\":{\"w\":1024,\"h\":375,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":219,\"resize\":\"fit\"},\"small\":{\"w\":340,\"h\":124,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"}},\"source_status_id\":538355993126522880,\"source_status_id_str\":\"538355993126522880\"}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Fri Nov 28 17:00:17 +0000 2014\",\"id\":538376845239255041,\"id_str\":\"538376845239255041\",\"text\":\"Follow us on Poof before it\\u2019s too \\u2026 http:\\/\\/t.co\\/N2KI64T3DK http:\\/\\/t.co\\/Ul0HnFeguS\",\"source\":\"\\u003ca href=\\\"http:\\/\\/srm.vitrue.com\\\" rel=\\\"nofollow\\\"\\u003eSocial Publisher\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":10228272,\"id_str\":\"10228272\",\"name\":\"YouTube\",\"screen_name\":\"YouTube\",\"location\":\"San Bruno, CA\",\"profile_location\":null,\"description\":\"Tweets on news, music and trends from all your favorite channels.\",\"url\":\"http:\\/\\/t.co\\/F3fLcfnBVf\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/F3fLcfnBVf\",\"expanded_url\":\"http:\\/\\/youtube.com\",\"display_url\":\"youtube.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":46777246,\"friends_count\":833,\"listed_count\":75376,\"created_at\":\"Tue Nov 13 21:43:46 +0000 2007\",\"favourites_count\":660,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":11947,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"AF0000\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/451389902429491200\\/Rrlh09IC.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/451389902429491200\\/Rrlh09IC.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/514243000063373312\\/zSPlu0vY_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/514243000063373312\\/zSPlu0vY_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/10228272\\/1410614774\",\"profile_link_color\":\"C9191D\",\"profile_sidebar_border_color\":\"000000\",\"profile_sidebar_fill_color\":\"EFEFEF\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":121,\"favorite_count\":473,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/N2KI64T3DK\",\"expanded_url\":\"http:\\/\\/goo.gl\\/sHJ3AF\",\"display_url\":\"goo.gl\\/sHJ3AF\",\"indices\":[36,58]}],\"media\":[{\"id\":538376845117648896,\"id_str\":\"538376845117648896\",\"indices\":[59,81],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3iy42CIcAAwm7m.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3iy42CIcAAwm7m.png\",\"url\":\"http:\\/\\/t.co\\/Ul0HnFeguS\",\"display_url\":\"pic.twitter.com\\/Ul0HnFeguS\",\"expanded_url\":\"http:\\/\\/twitter.com\\/YouTube\\/status\\/538376845239255041\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"large\":{\"w\":831,\"h\":465,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"medium\":{\"w\":600,\"h\":335,\"resize\":\"fit\"},\"small\":{\"w\":340,\"h\":190,\"resize\":\"fit\"}}}]},\"extended_entities\":{\"media\":[{\"id\":538376845117648896,\"id_str\":\"538376845117648896\",\"indices\":[59,81],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3iy42CIcAAwm7m.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3iy42CIcAAwm7m.png\",\"url\":\"http:\\/\\/t.co\\/Ul0HnFeguS\",\"display_url\":\"pic.twitter.com\\/Ul0HnFeguS\",\"expanded_url\":\"http:\\/\\/twitter.com\\/YouTube\\/status\\/538376845239255041\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"large\":{\"w\":831,\"h\":465,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"medium\":{\"w\":600,\"h\":335,\"resize\":\"fit\"},\"small\":{\"w\":340,\"h\":190,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Fri Nov 28 16:30:05 +0000 2014\",\"id\":538369247316299776,\"id_str\":\"538369247316299776\",\"text\":\"Snag the #LGGWatch until Monday for over 50% off on @GooglePlay in US, CAN &amp; UK. #BlackFriday http:\\/\\/t.co\\/3lieaWsvNE http:\\/\\/t.co\\/nWTk8R2EXR\",\"source\":\"\\u003ca href=\\\"http:\\/\\/www.wildfireapp.com\\/?utm_source=Twitter&utm_medium=Tweet&utm_campaign=via%2BWildfire%2BSuite\\\" rel=\\\"nofollow\\\"\\u003eWildfire Suite\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":382267114,\"id_str\":\"382267114\",\"name\":\"Android\",\"screen_name\":\"Android\",\"location\":\"Mountain View, CA\",\"profile_location\":null,\"description\":\"News, tips, and tricks direct from the Android team.\",\"url\":\"http:\\/\\/t.co\\/WHg9n3cypK\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/WHg9n3cypK\",\"expanded_url\":\"http:\\/\\/android.com\",\"display_url\":\"android.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":6602826,\"friends_count\":32,\"listed_count\":19229,\"created_at\":\"Thu Sep 29 19:34:47 +0000 2011\",\"favourites_count\":0,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":526,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"A5C639\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/436087884\\/TwitterX4.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/436087884\\/TwitterX4.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/522418773723074561\\/AyreX9yf_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/522418773723074561\\/AyreX9yf_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/382267114\\/1413389307\",\"profile_link_color\":\"A5C639\",\"profile_sidebar_border_color\":\"EEEEEE\",\"profile_sidebar_fill_color\":\"FFFFFF\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":128,\"favorite_count\":175,\"entities\":{\"hashtags\":[{\"text\":\"LGGWatch\",\"indices\":[9,18]},{\"text\":\"BlackFriday\",\"indices\":[85,97]}],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"GooglePlay\",\"name\":\"Google Play\",\"id\":243381107,\"id_str\":\"243381107\",\"indices\":[52,63]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3lieaWsvNE\",\"expanded_url\":\"http:\\/\\/goo.gl\\/C3UyQn\",\"display_url\":\"goo.gl\\/C3UyQn\",\"indices\":[98,120]}],\"media\":[{\"id\":538369247182094336,\"id_str\":\"538369247182094336\",\"indices\":[121,143],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3ir-lhIgAALN-b.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3ir-lhIgAALN-b.png\",\"url\":\"http:\\/\\/t.co\\/nWTk8R2EXR\",\"display_url\":\"pic.twitter.com\\/nWTk8R2EXR\",\"expanded_url\":\"http:\\/\\/twitter.com\\/Android\\/status\\/538369247316299776\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":170,\"resize\":\"fit\"},\"large\":{\"w\":1024,\"h\":512,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":300,\"resize\":\"fit\"}}}]},\"extended_entities\":{\"media\":[{\"id\":538369247182094336,\"id_str\":\"538369247182094336\",\"indices\":[121,143],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3ir-lhIgAALN-b.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3ir-lhIgAALN-b.png\",\"url\":\"http:\\/\\/t.co\\/nWTk8R2EXR\",\"display_url\":\"pic.twitter.com\\/nWTk8R2EXR\",\"expanded_url\":\"http:\\/\\/twitter.com\\/Android\\/status\\/538369247316299776\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":170,\"resize\":\"fit\"},\"large\":{\"w\":1024,\"h\":512,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":300,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Fri Nov 28 16:08:35 +0000 2014\",\"id\":538363834637885440,\"id_str\":\"538363834637885440\",\"text\":\"Get your casting queue ready for #BlackFriday: #Chromecast now $25 at select retailers, includes free @HuluPlus trial http:\\/\\/t.co\\/MNJlS3JQyt\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":56505125,\"id_str\":\"56505125\",\"name\":\"Google Chrome\",\"screen_name\":\"googlechrome\",\"location\":\"Mountain View, California\",\"profile_location\":null,\"description\":\"The official Twitter account for the Google Chrome browser, OS, Chromebooks, Chromecast, and Web Store\",\"url\":\"http:\\/\\/t.co\\/oQ8wOFCb4x\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/oQ8wOFCb4x\",\"expanded_url\":\"http:\\/\\/google.com\\/chrome\",\"display_url\":\"google.com\\/chrome\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":4652751,\"friends_count\":84,\"listed_count\":14162,\"created_at\":\"Mon Jul 13 21:51:56 +0000 2009\",\"favourites_count\":0,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":863,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"C0DEED\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/179133269\\/white.gif\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/179133269\\/white.gif\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1281767185\\/product_logo_256_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1281767185\\/product_logo_256_normal.png\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"C0DEED\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":52,\"favorite_count\":64,\"entities\":{\"hashtags\":[{\"text\":\"BlackFriday\",\"indices\":[33,45]},{\"text\":\"Chromecast\",\"indices\":[47,58]}],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"HuluPlus\",\"name\":\"HuluPlus\",\"id\":478843932,\"id_str\":\"478843932\",\"indices\":[102,111]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/MNJlS3JQyt\",\"expanded_url\":\"http:\\/\\/goo.gl\\/RoPLaF\",\"display_url\":\"goo.gl\\/RoPLaF\",\"indices\":[118,140]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"}]"
+                }
+            }
+        }
+    ]
+}
\ No newline at end of file
diff --git a/cassettes/testcreatedestroyblock.json b/cassettes/testcreatedestroyblock.json
new file mode 100644 (file)
index 0000000..6cdb2f2
--- /dev/null
@@ -0,0 +1,239 @@
+{
+    "version": 1, 
+    "interactions": [
+        {
+            "request": {
+                "body": null, 
+                "headers": {
+                    "Host": [
+                        "api.twitter.com"
+                    ], 
+                    "Content-Length": [
+                        "0"
+                    ]
+                }, 
+                "method": "POST", 
+                "uri": "https://api.twitter.com:443/1.1/blocks/create.json?id=twitter"
+            }, 
+            "response": {
+                "status": {
+                    "message": "OK", 
+                    "code": 200
+                }, 
+                "headers": {
+                    "status": [
+                        "200 OK"
+                    ], 
+                    "content-length": [
+                        "2806"
+                    ], 
+                    "expires": [
+                        "Tue, 31 Mar 1981 05:00:00 GMT"
+                    ], 
+                    "x-transaction": [
+                        "a8e64fa59290fec9"
+                    ], 
+                    "x-content-type-options": [
+                        "nosniff"
+                    ], 
+                    "x-connection-hash": [
+                        "bffbe4a351ccc0f63d3253f36aa15362"
+                    ], 
+                    "set-cookie": [
+                        "lang=en", 
+                        "guest_id=v1%3A141738006737105957; Domain=.twitter.com; Path=/; Expires=Tue, 29-Nov-2016 20:41:07 UTC"
+                    ], 
+                    "strict-transport-security": [
+                        "max-age=631138519"
+                    ], 
+                    "x-access-level": [
+                        "read-write-directmessages"
+                    ], 
+                    "server": [
+                        "tsa_b"
+                    ], 
+                    "last-modified": [
+                        "Sun, 30 Nov 2014 20:41:07 GMT"
+                    ], 
+                    "x-xss-protection": [
+                        "1; mode=block"
+                    ], 
+                    "pragma": [
+                        "no-cache"
+                    ], 
+                    "cache-control": [
+                        "no-cache, no-store, must-revalidate, pre-check=0, post-check=0"
+                    ], 
+                    "date": [
+                        "Sun, 30 Nov 2014 20:41:07 UTC"
+                    ], 
+                    "x-frame-options": [
+                        "SAMEORIGIN"
+                    ], 
+                    "content-type": [
+                        "application/json;charset=utf-8"
+                    ]
+                }, 
+                "body": {
+                    "string": "{\"id\":783214,\"id_str\":\"783214\",\"name\":\"Twitter\",\"screen_name\":\"twitter\",\"location\":\"San Francisco, CA\",\"profile_location\":null,\"description\":\"Your official source for news, updates and tips from Twitter, Inc.\",\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"expanded_url\":\"http:\\/\\/blog.twitter.com\\/\",\"display_url\":\"blog.twitter.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":33620546,\"friends_count\":101,\"listed_count\":86770,\"created_at\":\"Tue Feb 20 14:35:54 +0000 2007\",\"favourites_count\":21,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":1845,\"lang\":\"en\",\"status\":{\"created_at\":\"Wed Nov 26 16:29:15 +0000 2014\",\"id\":537644262628663296,\"id_str\":\"537644262628663296\",\"text\":\"We love a good bird reference. Cast your vote to help the @WhiteHouse select the National Thanksgiving Turkey: https:\\/\\/t.co\\/wMP98fpiEw\",\"source\":\"\\u003ca href=\\\"https:\\/\\/about.twitter.com\\/products\\/tweetdeck\\\" rel=\\\"nofollow\\\"\\u003eTweetDeck\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":289,\"favorite_count\":392,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"WhiteHouse\",\"name\":\"The White House\",\"id\":30313925,\"id_str\":\"30313925\",\"indices\":[58,69]}],\"urls\":[{\"url\":\"https:\\/\\/t.co\\/wMP98fpiEw\",\"expanded_url\":\"https:\\/\\/twitter.com\\/WhiteHouse\\/status\\/537617841928015872\",\"display_url\":\"twitter.com\\/WhiteHouse\\/sta\\u2026\",\"indices\":[111,134]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"ACDED6\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/783214\\/1347405327\",\"profile_link_color\":\"226699\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false,\"muting\":false}"
+                }
+            }
+        }, 
+        {
+            "request": {
+                "body": null, 
+                "headers": {
+                    "Host": [
+                        "api.twitter.com"
+                    ], 
+                    "Content-Length": [
+                        "0"
+                    ]
+                }, 
+                "method": "POST", 
+                "uri": "https://api.twitter.com:443/1.1/blocks/destroy.json?id=twitter"
+            }, 
+            "response": {
+                "status": {
+                    "message": "OK", 
+                    "code": 200
+                }, 
+                "headers": {
+                    "status": [
+                        "200 OK"
+                    ], 
+                    "content-length": [
+                        "2807"
+                    ], 
+                    "expires": [
+                        "Tue, 31 Mar 1981 05:00:00 GMT"
+                    ], 
+                    "x-transaction": [
+                        "d178d31390cb5723"
+                    ], 
+                    "x-content-type-options": [
+                        "nosniff"
+                    ], 
+                    "x-connection-hash": [
+                        "2ddb645433ca7e7a9105ccac0c5b9393"
+                    ], 
+                    "set-cookie": [
+                        "lang=en", 
+                        "guest_id=v1%3A141738006777195684; Domain=.twitter.com; Path=/; Expires=Tue, 29-Nov-2016 20:41:07 UTC"
+                    ], 
+                    "strict-transport-security": [
+                        "max-age=631138519"
+                    ], 
+                    "x-access-level": [
+                        "read-write-directmessages"
+                    ], 
+                    "server": [
+                        "tsa_b"
+                    ], 
+                    "last-modified": [
+                        "Sun, 30 Nov 2014 20:41:07 GMT"
+                    ], 
+                    "x-xss-protection": [
+                        "1; mode=block"
+                    ], 
+                    "pragma": [
+                        "no-cache"
+                    ], 
+                    "cache-control": [
+                        "no-cache, no-store, must-revalidate, pre-check=0, post-check=0"
+                    ], 
+                    "date": [
+                        "Sun, 30 Nov 2014 20:41:07 UTC"
+                    ], 
+                    "x-frame-options": [
+                        "SAMEORIGIN"
+                    ], 
+                    "content-type": [
+                        "application/json;charset=utf-8"
+                    ]
+                }, 
+                "body": {
+                    "string": "{\"id\":783214,\"id_str\":\"783214\",\"name\":\"Twitter\",\"screen_name\":\"twitter\",\"location\":\"San Francisco, CA\",\"profile_location\":null,\"description\":\"Your official source for news, updates and tips from Twitter, Inc.\",\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"expanded_url\":\"http:\\/\\/blog.twitter.com\\/\",\"display_url\":\"blog.twitter.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":33620546,\"friends_count\":101,\"listed_count\":86770,\"created_at\":\"Tue Feb 20 14:35:54 +0000 2007\",\"favourites_count\":21,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":1845,\"lang\":\"en\",\"status\":{\"created_at\":\"Wed Nov 26 16:29:15 +0000 2014\",\"id\":537644262628663296,\"id_str\":\"537644262628663296\",\"text\":\"We love a good bird reference. Cast your vote to help the @WhiteHouse select the National Thanksgiving Turkey: https:\\/\\/t.co\\/wMP98fpiEw\",\"source\":\"\\u003ca href=\\\"https:\\/\\/about.twitter.com\\/products\\/tweetdeck\\\" rel=\\\"nofollow\\\"\\u003eTweetDeck\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":289,\"favorite_count\":392,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"WhiteHouse\",\"name\":\"The White House\",\"id\":30313925,\"id_str\":\"30313925\",\"indices\":[58,69]}],\"urls\":[{\"url\":\"https:\\/\\/t.co\\/wMP98fpiEw\",\"expanded_url\":\"https:\\/\\/twitter.com\\/WhiteHouse\\/status\\/537617841928015872\",\"display_url\":\"twitter.com\\/WhiteHouse\\/sta\\u2026\",\"indices\":[111,134]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"ACDED6\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/783214\\/1347405327\",\"profile_link_color\":\"226699\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false,\"muting\":false}"
+                }
+            }
+        }, 
+        {
+            "request": {
+                "body": null, 
+                "headers": {
+                    "Host": [
+                        "api.twitter.com"
+                    ], 
+                    "Content-Length": [
+                        "0"
+                    ]
+                }, 
+                "method": "POST", 
+                "uri": "https://api.twitter.com:443/1.1/friendships/create.json?id=twitter"
+            }, 
+            "response": {
+                "status": {
+                    "message": "OK", 
+                    "code": 200
+                }, 
+                "headers": {
+                    "status": [
+                        "200 OK"
+                    ], 
+                    "content-length": [
+                        "2807"
+                    ], 
+                    "expires": [
+                        "Tue, 31 Mar 1981 05:00:00 GMT"
+                    ], 
+                    "x-transaction": [
+                        "b593c38a6120acf5"
+                    ], 
+                    "x-content-type-options": [
+                        "nosniff"
+                    ], 
+                    "x-connection-hash": [
+                        "6b127b45ec6fd34e22834daabdb282e2"
+                    ], 
+                    "set-cookie": [
+                        "lang=en", 
+                        "guest_id=v1%3A141738006819437410; Domain=.twitter.com; Path=/; Expires=Tue, 29-Nov-2016 20:41:08 UTC"
+                    ], 
+                    "strict-transport-security": [
+                        "max-age=631138519"
+                    ], 
+                    "x-access-level": [
+                        "read-write-directmessages"
+                    ], 
+                    "server": [
+                        "tsa_b"
+                    ], 
+                    "last-modified": [
+                        "Sun, 30 Nov 2014 20:41:08 GMT"
+                    ], 
+                    "x-xss-protection": [
+                        "1; mode=block"
+                    ], 
+                    "pragma": [
+                        "no-cache"
+                    ], 
+                    "cache-control": [
+                        "no-cache, no-store, must-revalidate, pre-check=0, post-check=0"
+                    ], 
+                    "date": [
+                        "Sun, 30 Nov 2014 20:41:08 UTC"
+                    ], 
+                    "x-frame-options": [
+                        "SAMEORIGIN"
+                    ], 
+                    "content-type": [
+                        "application/json;charset=utf-8"
+                    ]
+                }, 
+                "body": {
+                    "string": "{\"id\":783214,\"id_str\":\"783214\",\"name\":\"Twitter\",\"screen_name\":\"twitter\",\"location\":\"San Francisco, CA\",\"profile_location\":null,\"description\":\"Your official source for news, updates and tips from Twitter, Inc.\",\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"expanded_url\":\"http:\\/\\/blog.twitter.com\\/\",\"display_url\":\"blog.twitter.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":33620546,\"friends_count\":101,\"listed_count\":86770,\"created_at\":\"Tue Feb 20 14:35:54 +0000 2007\",\"favourites_count\":21,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":1845,\"lang\":\"en\",\"status\":{\"created_at\":\"Wed Nov 26 16:29:15 +0000 2014\",\"id\":537644262628663296,\"id_str\":\"537644262628663296\",\"text\":\"We love a good bird reference. Cast your vote to help the @WhiteHouse select the National Thanksgiving Turkey: https:\\/\\/t.co\\/wMP98fpiEw\",\"source\":\"\\u003ca href=\\\"https:\\/\\/about.twitter.com\\/products\\/tweetdeck\\\" rel=\\\"nofollow\\\"\\u003eTweetDeck\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":289,\"favorite_count\":392,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"WhiteHouse\",\"name\":\"The White House\",\"id\":30313925,\"id_str\":\"30313925\",\"indices\":[58,69]}],\"urls\":[{\"url\":\"https:\\/\\/t.co\\/wMP98fpiEw\",\"expanded_url\":\"https:\\/\\/twitter.com\\/WhiteHouse\\/status\\/537617841928015872\",\"display_url\":\"twitter.com\\/WhiteHouse\\/sta\\u2026\",\"indices\":[111,134]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"ACDED6\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/783214\\/1347405327\",\"profile_link_color\":\"226699\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false,\"muting\":false}"
+                }
+            }
+        }
+    ]
+}
\ No newline at end of file
diff --git a/cassettes/testcreatedestroyfavorite.json b/cassettes/testcreatedestroyfavorite.json
new file mode 100644 (file)
index 0000000..40409c0
--- /dev/null
@@ -0,0 +1,161 @@
+{
+    "version": 1, 
+    "interactions": [
+        {
+            "request": {
+                "body": null, 
+                "headers": {
+                    "Host": [
+                        "api.twitter.com"
+                    ], 
+                    "Content-Length": [
+                        "0"
+                    ]
+                }, 
+                "method": "POST", 
+                "uri": "https://api.twitter.com:443/1.1/favorites/create.json?id=4901062372"
+            }, 
+            "response": {
+                "status": {
+                    "message": "OK", 
+                    "code": 200
+                }, 
+                "headers": {
+                    "status": [
+                        "200 OK"
+                    ], 
+                    "content-length": [
+                        "2195"
+                    ], 
+                    "expires": [
+                        "Tue, 31 Mar 1981 05:00:00 GMT"
+                    ], 
+                    "x-transaction": [
+                        "0bded11bcafd89bd"
+                    ], 
+                    "x-content-type-options": [
+                        "nosniff"
+                    ], 
+                    "x-connection-hash": [
+                        "84e8a82c1622a78f76341156367f69d3"
+                    ], 
+                    "set-cookie": [
+                        "lang=en", 
+                        "guest_id=v1%3A141738006963261795; Domain=.twitter.com; Path=/; Expires=Tue, 29-Nov-2016 20:41:09 UTC"
+                    ], 
+                    "strict-transport-security": [
+                        "max-age=631138519"
+                    ], 
+                    "x-access-level": [
+                        "read-write-directmessages"
+                    ], 
+                    "server": [
+                        "tsa_b"
+                    ], 
+                    "last-modified": [
+                        "Sun, 30 Nov 2014 20:41:09 GMT"
+                    ], 
+                    "x-xss-protection": [
+                        "1; mode=block"
+                    ], 
+                    "pragma": [
+                        "no-cache"
+                    ], 
+                    "cache-control": [
+                        "no-cache, no-store, must-revalidate, pre-check=0, post-check=0"
+                    ], 
+                    "date": [
+                        "Sun, 30 Nov 2014 20:41:09 UTC"
+                    ], 
+                    "x-frame-options": [
+                        "SAMEORIGIN"
+                    ], 
+                    "content-type": [
+                        "application/json;charset=utf-8"
+                    ]
+                }, 
+                "body": {
+                    "string": "{\"created_at\":\"Thu Oct 15 23:08:56 +0000 2009\",\"id\":4901062372,\"id_str\":\"4901062372\",\"text\":\"hello world!\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":2,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":0,\"favorite_count\":6,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[]},\"favorited\":true,\"retweeted\":false,\"lang\":\"en\"}"
+                }
+            }
+        }, 
+        {
+            "request": {
+                "body": null, 
+                "headers": {
+                    "Host": [
+                        "api.twitter.com"
+                    ], 
+                    "Content-Length": [
+                        "0"
+                    ]
+                }, 
+                "method": "POST", 
+                "uri": "https://api.twitter.com:443/1.1/favorites/destroy.json?id=4901062372"
+            }, 
+            "response": {
+                "status": {
+                    "message": "OK", 
+                    "code": 200
+                }, 
+                "headers": {
+                    "status": [
+                        "200 OK"
+                    ], 
+                    "content-length": [
+                        "2196"
+                    ], 
+                    "expires": [
+                        "Tue, 31 Mar 1981 05:00:00 GMT"
+                    ], 
+                    "x-transaction": [
+                        "ac5cba9adcb9eb3c"
+                    ], 
+                    "x-content-type-options": [
+                        "nosniff"
+                    ], 
+                    "x-connection-hash": [
+                        "24d34d3f5d818c8fb95740ba23f63031"
+                    ], 
+                    "set-cookie": [
+                        "lang=en", 
+                        "guest_id=v1%3A141738007001842741; Domain=.twitter.com; Path=/; Expires=Tue, 29-Nov-2016 20:41:10 UTC"
+                    ], 
+                    "strict-transport-security": [
+                        "max-age=631138519"
+                    ], 
+                    "x-access-level": [
+                        "read-write-directmessages"
+                    ], 
+                    "server": [
+                        "tsa_b"
+                    ], 
+                    "last-modified": [
+                        "Sun, 30 Nov 2014 20:41:10 GMT"
+                    ], 
+                    "x-xss-protection": [
+                        "1; mode=block"
+                    ], 
+                    "pragma": [
+                        "no-cache"
+                    ], 
+                    "cache-control": [
+                        "no-cache, no-store, must-revalidate, pre-check=0, post-check=0"
+                    ], 
+                    "date": [
+                        "Sun, 30 Nov 2014 20:41:10 UTC"
+                    ], 
+                    "x-frame-options": [
+                        "SAMEORIGIN"
+                    ], 
+                    "content-type": [
+                        "application/json;charset=utf-8"
+                    ]
+                }, 
+                "body": {
+                    "string": "{\"created_at\":\"Thu Oct 15 23:08:56 +0000 2009\",\"id\":4901062372,\"id_str\":\"4901062372\",\"text\":\"hello world!\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":0,\"favorite_count\":5,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[]},\"favorited\":false,\"retweeted\":false,\"lang\":\"en\"}"
+                }
+            }
+        }
+    ]
+}
\ No newline at end of file
diff --git a/cassettes/testcreatedestroyfriendship.json b/cassettes/testcreatedestroyfriendship.json
new file mode 100644 (file)
index 0000000..a7e0a3c
--- /dev/null
@@ -0,0 +1,161 @@
+{
+    "version": 1, 
+    "interactions": [
+        {
+            "request": {
+                "body": null, 
+                "headers": {
+                    "Host": [
+                        "api.twitter.com"
+                    ], 
+                    "Content-Length": [
+                        "0"
+                    ]
+                }, 
+                "method": "POST", 
+                "uri": "https://api.twitter.com:443/1.1/friendships/destroy.json?id=twitter"
+            }, 
+            "response": {
+                "status": {
+                    "message": "OK", 
+                    "code": 200
+                }, 
+                "headers": {
+                    "status": [
+                        "200 OK"
+                    ], 
+                    "content-length": [
+                        "2806"
+                    ], 
+                    "expires": [
+                        "Tue, 31 Mar 1981 05:00:00 GMT"
+                    ], 
+                    "x-transaction": [
+                        "e6c5277856ef65b7"
+                    ], 
+                    "x-content-type-options": [
+                        "nosniff"
+                    ], 
+                    "x-connection-hash": [
+                        "15894b6e50c56b57f6858c6f20241b10"
+                    ], 
+                    "set-cookie": [
+                        "lang=en", 
+                        "guest_id=v1%3A141738007049493082; Domain=.twitter.com; Path=/; Expires=Tue, 29-Nov-2016 20:41:10 UTC"
+                    ], 
+                    "strict-transport-security": [
+                        "max-age=631138519"
+                    ], 
+                    "x-access-level": [
+                        "read-write-directmessages"
+                    ], 
+                    "server": [
+                        "tsa_b"
+                    ], 
+                    "last-modified": [
+                        "Sun, 30 Nov 2014 20:41:10 GMT"
+                    ], 
+                    "x-xss-protection": [
+                        "1; mode=block"
+                    ], 
+                    "pragma": [
+                        "no-cache"
+                    ], 
+                    "cache-control": [
+                        "no-cache, no-store, must-revalidate, pre-check=0, post-check=0"
+                    ], 
+                    "date": [
+                        "Sun, 30 Nov 2014 20:41:10 UTC"
+                    ], 
+                    "x-frame-options": [
+                        "SAMEORIGIN"
+                    ], 
+                    "content-type": [
+                        "application/json;charset=utf-8"
+                    ]
+                }, 
+                "body": {
+                    "string": "{\"id\":783214,\"id_str\":\"783214\",\"name\":\"Twitter\",\"screen_name\":\"twitter\",\"location\":\"San Francisco, CA\",\"profile_location\":null,\"description\":\"Your official source for news, updates and tips from Twitter, Inc.\",\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"expanded_url\":\"http:\\/\\/blog.twitter.com\\/\",\"display_url\":\"blog.twitter.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":33620547,\"friends_count\":101,\"listed_count\":86770,\"created_at\":\"Tue Feb 20 14:35:54 +0000 2007\",\"favourites_count\":21,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":1845,\"lang\":\"en\",\"status\":{\"created_at\":\"Wed Nov 26 16:29:15 +0000 2014\",\"id\":537644262628663296,\"id_str\":\"537644262628663296\",\"text\":\"We love a good bird reference. Cast your vote to help the @WhiteHouse select the National Thanksgiving Turkey: https:\\/\\/t.co\\/wMP98fpiEw\",\"source\":\"\\u003ca href=\\\"https:\\/\\/about.twitter.com\\/products\\/tweetdeck\\\" rel=\\\"nofollow\\\"\\u003eTweetDeck\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":289,\"favorite_count\":392,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"WhiteHouse\",\"name\":\"The White House\",\"id\":30313925,\"id_str\":\"30313925\",\"indices\":[58,69]}],\"urls\":[{\"url\":\"https:\\/\\/t.co\\/wMP98fpiEw\",\"expanded_url\":\"https:\\/\\/twitter.com\\/WhiteHouse\\/status\\/537617841928015872\",\"display_url\":\"twitter.com\\/WhiteHouse\\/sta\\u2026\",\"indices\":[111,134]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"ACDED6\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/783214\\/1347405327\",\"profile_link_color\":\"226699\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false,\"muting\":false}"
+                }
+            }
+        }, 
+        {
+            "request": {
+                "body": null, 
+                "headers": {
+                    "Host": [
+                        "api.twitter.com"
+                    ], 
+                    "Content-Length": [
+                        "0"
+                    ]
+                }, 
+                "method": "POST", 
+                "uri": "https://api.twitter.com:443/1.1/friendships/create.json?id=twitter"
+            }, 
+            "response": {
+                "status": {
+                    "message": "OK", 
+                    "code": 200
+                }, 
+                "headers": {
+                    "status": [
+                        "200 OK"
+                    ], 
+                    "content-length": [
+                        "2807"
+                    ], 
+                    "expires": [
+                        "Tue, 31 Mar 1981 05:00:00 GMT"
+                    ], 
+                    "x-transaction": [
+                        "42e0f4614edc7057"
+                    ], 
+                    "x-content-type-options": [
+                        "nosniff"
+                    ], 
+                    "x-connection-hash": [
+                        "dedec37cf1907ea42e892423df26eeb9"
+                    ], 
+                    "set-cookie": [
+                        "lang=en", 
+                        "guest_id=v1%3A141738007601069520; Domain=.twitter.com; Path=/; Expires=Tue, 29-Nov-2016 20:41:16 UTC"
+                    ], 
+                    "strict-transport-security": [
+                        "max-age=631138519"
+                    ], 
+                    "x-access-level": [
+                        "read-write-directmessages"
+                    ], 
+                    "server": [
+                        "tsa_b"
+                    ], 
+                    "last-modified": [
+                        "Sun, 30 Nov 2014 20:41:16 GMT"
+                    ], 
+                    "x-xss-protection": [
+                        "1; mode=block"
+                    ], 
+                    "pragma": [
+                        "no-cache"
+                    ], 
+                    "cache-control": [
+                        "no-cache, no-store, must-revalidate, pre-check=0, post-check=0"
+                    ], 
+                    "date": [
+                        "Sun, 30 Nov 2014 20:41:16 UTC"
+                    ], 
+                    "x-frame-options": [
+                        "SAMEORIGIN"
+                    ], 
+                    "content-type": [
+                        "application/json;charset=utf-8"
+                    ]
+                }, 
+                "body": {
+                    "string": "{\"id\":783214,\"id_str\":\"783214\",\"name\":\"Twitter\",\"screen_name\":\"twitter\",\"location\":\"San Francisco, CA\",\"profile_location\":null,\"description\":\"Your official source for news, updates and tips from Twitter, Inc.\",\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"expanded_url\":\"http:\\/\\/blog.twitter.com\\/\",\"display_url\":\"blog.twitter.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":33620548,\"friends_count\":101,\"listed_count\":86770,\"created_at\":\"Tue Feb 20 14:35:54 +0000 2007\",\"favourites_count\":21,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":1845,\"lang\":\"en\",\"status\":{\"created_at\":\"Wed Nov 26 16:29:15 +0000 2014\",\"id\":537644262628663296,\"id_str\":\"537644262628663296\",\"text\":\"We love a good bird reference. Cast your vote to help the @WhiteHouse select the National Thanksgiving Turkey: https:\\/\\/t.co\\/wMP98fpiEw\",\"source\":\"\\u003ca href=\\\"https:\\/\\/about.twitter.com\\/products\\/tweetdeck\\\" rel=\\\"nofollow\\\"\\u003eTweetDeck\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":289,\"favorite_count\":392,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"WhiteHouse\",\"name\":\"The White House\",\"id\":30313925,\"id_str\":\"30313925\",\"indices\":[58,69]}],\"urls\":[{\"url\":\"https:\\/\\/t.co\\/wMP98fpiEw\",\"expanded_url\":\"https:\\/\\/twitter.com\\/WhiteHouse\\/status\\/537617841928015872\",\"display_url\":\"twitter.com\\/WhiteHouse\\/sta\\u2026\",\"indices\":[111,134]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"ACDED6\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/783214\\/1347405327\",\"profile_link_color\":\"226699\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false,\"muting\":false}"
+                }
+            }
+        }
+    ]
+}
\ No newline at end of file
diff --git a/cassettes/testdirectmessages.json b/cassettes/testdirectmessages.json
new file mode 100644 (file)
index 0000000..105f20c
--- /dev/null
@@ -0,0 +1,89 @@
+{
+    "version": 1, 
+    "interactions": [
+        {
+            "request": {
+                "body": null, 
+                "headers": {
+                    "Host": [
+                        "api.twitter.com"
+                    ]
+                }, 
+                "method": "GET", 
+                "uri": "https://api.twitter.com:443/1.1/direct_messages.json"
+            }, 
+            "response": {
+                "status": {
+                    "message": "OK", 
+                    "code": 200
+                }, 
+                "headers": {
+                    "status": [
+                        "200 OK"
+                    ], 
+                    "x-rate-limit-remaining": [
+                        "14"
+                    ], 
+                    "content-length": [
+                        "10590"
+                    ], 
+                    "expires": [
+                        "Tue, 31 Mar 1981 05:00:00 GMT"
+                    ], 
+                    "x-transaction": [
+                        "6cbcb97536134c20"
+                    ], 
+                    "x-content-type-options": [
+                        "nosniff"
+                    ], 
+                    "x-connection-hash": [
+                        "c256fe3c8de3883fd255c7a98e1cd50d"
+                    ], 
+                    "set-cookie": [
+                        "guest_id=v1%3A141738007643851362; Domain=.twitter.com; Path=/; Expires=Tue, 29-Nov-2016 20:41:16 UTC"
+                    ], 
+                    "strict-transport-security": [
+                        "max-age=631138519"
+                    ], 
+                    "x-access-level": [
+                        "read-write-directmessages", 
+                        "read-write-directmessages"
+                    ], 
+                    "server": [
+                        "tsa_b"
+                    ], 
+                    "last-modified": [
+                        "Sun, 30 Nov 2014 20:41:16 GMT"
+                    ], 
+                    "x-xss-protection": [
+                        "1; mode=block"
+                    ], 
+                    "x-rate-limit-reset": [
+                        "1417380976"
+                    ], 
+                    "pragma": [
+                        "no-cache"
+                    ], 
+                    "cache-control": [
+                        "no-cache, no-store, must-revalidate, pre-check=0, post-check=0"
+                    ], 
+                    "date": [
+                        "Sun, 30 Nov 2014 20:41:16 UTC"
+                    ], 
+                    "x-rate-limit-limit": [
+                        "15"
+                    ], 
+                    "x-frame-options": [
+                        "SAMEORIGIN"
+                    ], 
+                    "content-type": [
+                        "application/json;charset=utf-8"
+                    ]
+                }, 
+                "body": {
+                    "string": "[{\"id\":460271179152883712,\"id_str\":\"460271179152883712\",\"text\":\"test message\",\"sender\":{\"id\":9302282,\"id_str\":\"9302282\",\"name\":\"Josh Roesslein\",\"screen_name\":\"applepie\",\"location\":\"San Francisco Bay Area\",\"profile_location\":null,\"description\":\"pro\\u00b7gram\\u00b7mer (n) An organism capable of converting caffeine into code.\",\"url\":null,\"entities\":{\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":485,\"friends_count\":307,\"listed_count\":26,\"created_at\":\"Mon Oct 08 03:00:34 +0000 2007\",\"favourites_count\":8,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":7649,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"000000\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/8076084\\/200911032903-12395.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/8076084\\/200911032903-12395.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/2813279506\\/f0addfcfa062b23a94c00931ff35f03a_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/2813279506\\/f0addfcfa062b23a94c00931ff35f03a_normal.jpeg\",\"profile_link_color\":\"000000\",\"profile_sidebar_border_color\":\"000000\",\"profile_sidebar_fill_color\":\"000000\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false},\"sender_id\":9302282,\"sender_id_str\":\"9302282\",\"sender_screen_name\":\"applepie\",\"recipient\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"recipient_id\":82301637,\"recipient_id_str\":\"82301637\",\"recipient_screen_name\":\"tweepytest\",\"created_at\":\"Sun Apr 27 04:16:15 +0000 2014\",\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[]}},{\"id\":266403740574167040,\"id_str\":\"266403740574167040\",\"text\":\"test message\",\"sender\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"sender_id\":82301637,\"sender_id_str\":\"82301637\",\"sender_screen_name\":\"tweepytest\",\"recipient\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"recipient_id\":82301637,\"recipient_id_str\":\"82301637\",\"recipient_screen_name\":\"tweepytest\",\"created_at\":\"Thu Nov 08 04:56:15 +0000 2012\",\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[]}},{\"id\":460163613,\"id_str\":\"460163613\",\"text\":\"test message\",\"sender\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"sender_id\":82301637,\"sender_id_str\":\"82301637\",\"sender_screen_name\":\"tweepytest\",\"recipient\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"recipient_id\":82301637,\"recipient_id_str\":\"82301637\",\"recipient_screen_name\":\"tweepytest\",\"created_at\":\"Thu Oct 15 23:47:36 +0000 2009\",\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[]}}]"
+                }
+            }
+        }
+    ]
+}
\ No newline at end of file
diff --git a/cassettes/testfavorites.json b/cassettes/testfavorites.json
new file mode 100644 (file)
index 0000000..81de3ad
--- /dev/null
@@ -0,0 +1,89 @@
+{
+    "version": 1, 
+    "interactions": [
+        {
+            "request": {
+                "body": null, 
+                "headers": {
+                    "Host": [
+                        "api.twitter.com"
+                    ]
+                }, 
+                "method": "GET", 
+                "uri": "https://api.twitter.com:443/1.1/favorites/list.json"
+            }, 
+            "response": {
+                "status": {
+                    "message": "OK", 
+                    "code": 200
+                }, 
+                "headers": {
+                    "status": [
+                        "200 OK"
+                    ], 
+                    "x-rate-limit-remaining": [
+                        "14"
+                    ], 
+                    "content-length": [
+                        "2198"
+                    ], 
+                    "expires": [
+                        "Tue, 31 Mar 1981 05:00:00 GMT"
+                    ], 
+                    "x-transaction": [
+                        "34cd2dc18d88d89e"
+                    ], 
+                    "x-content-type-options": [
+                        "nosniff"
+                    ], 
+                    "x-connection-hash": [
+                        "85c22396ead43927f8de4acd4e76b03b"
+                    ], 
+                    "set-cookie": [
+                        "lang=en", 
+                        "guest_id=v1%3A141738007680872028; Domain=.twitter.com; Path=/; Expires=Tue, 29-Nov-2016 20:41:16 UTC"
+                    ], 
+                    "strict-transport-security": [
+                        "max-age=631138519"
+                    ], 
+                    "x-access-level": [
+                        "read-write-directmessages"
+                    ], 
+                    "server": [
+                        "tsa_b"
+                    ], 
+                    "last-modified": [
+                        "Sun, 30 Nov 2014 20:41:16 GMT"
+                    ], 
+                    "x-xss-protection": [
+                        "1; mode=block"
+                    ], 
+                    "x-rate-limit-reset": [
+                        "1417380976"
+                    ], 
+                    "pragma": [
+                        "no-cache"
+                    ], 
+                    "cache-control": [
+                        "no-cache, no-store, must-revalidate, pre-check=0, post-check=0"
+                    ], 
+                    "date": [
+                        "Sun, 30 Nov 2014 20:41:16 UTC"
+                    ], 
+                    "x-rate-limit-limit": [
+                        "15"
+                    ], 
+                    "x-frame-options": [
+                        "SAMEORIGIN"
+                    ], 
+                    "content-type": [
+                        "application/json;charset=utf-8"
+                    ]
+                }, 
+                "body": {
+                    "string": "[{\"created_at\":\"Thu Oct 15 23:09:06 +0000 2009\",\"id\":4901065281,\"id_str\":\"4901065281\",\"text\":\"another test!\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":0,\"favorite_count\":1,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[]},\"favorited\":true,\"retweeted\":false,\"lang\":\"en\"}]"
+                }
+            }
+        }
+    ]
+}
\ No newline at end of file
diff --git a/cassettes/testfollowers.json b/cassettes/testfollowers.json
new file mode 100644 (file)
index 0000000..eeaac52
--- /dev/null
@@ -0,0 +1,89 @@
+{
+    "version": 1, 
+    "interactions": [
+        {
+            "request": {
+                "body": null, 
+                "headers": {
+                    "Host": [
+                        "api.twitter.com"
+                    ]
+                }, 
+                "method": "GET", 
+                "uri": "https://api.twitter.com:443/1.1/followers/list.json?id=tweepytest"
+            }, 
+            "response": {
+                "status": {
+                    "message": "OK", 
+                    "code": 200
+                }, 
+                "headers": {
+                    "status": [
+                        "200 OK"
+                    ], 
+                    "x-rate-limit-remaining": [
+                        "14"
+                    ], 
+                    "content-length": [
+                        "26078"
+                    ], 
+                    "expires": [
+                        "Tue, 31 Mar 1981 05:00:00 GMT"
+                    ], 
+                    "x-transaction": [
+                        "e58a55dfe7946c92"
+                    ], 
+                    "x-content-type-options": [
+                        "nosniff"
+                    ], 
+                    "x-connection-hash": [
+                        "eed083a032865bf8ce646340ebd725d9"
+                    ], 
+                    "set-cookie": [
+                        "lang=en", 
+                        "guest_id=v1%3A141738007709282568; Domain=.twitter.com; Path=/; Expires=Tue, 29-Nov-2016 20:41:17 UTC"
+                    ], 
+                    "strict-transport-security": [
+                        "max-age=631138519"
+                    ], 
+                    "x-access-level": [
+                        "read-write-directmessages"
+                    ], 
+                    "server": [
+                        "tsa_b"
+                    ], 
+                    "last-modified": [
+                        "Sun, 30 Nov 2014 20:41:17 GMT"
+                    ], 
+                    "x-xss-protection": [
+                        "1; mode=block"
+                    ], 
+                    "x-rate-limit-reset": [
+                        "1417380977"
+                    ], 
+                    "pragma": [
+                        "no-cache"
+                    ], 
+                    "cache-control": [
+                        "no-cache, no-store, must-revalidate, pre-check=0, post-check=0"
+                    ], 
+                    "date": [
+                        "Sun, 30 Nov 2014 20:41:17 UTC"
+                    ], 
+                    "x-rate-limit-limit": [
+                        "15"
+                    ], 
+                    "x-frame-options": [
+                        "SAMEORIGIN"
+                    ], 
+                    "content-type": [
+                        "application/json;charset=utf-8"
+                    ]
+                }, 
+                "body": {
+                    "string": "{\"users\":[{\"id\":2786453988,\"id_str\":\"2786453988\",\"name\":\"Drew  August\",\"screen_name\":\"aaugust247\",\"location\":\"Planet Hollywood VTheater \",\"profile_location\":null,\"description\":\"50% OFF show tickets messages me for promo code\",\"url\":\"http:\\/\\/t.co\\/3zDMJ6e56p\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3zDMJ6e56p\",\"expanded_url\":\"http:\\/\\/www.vtheaterboxoffice.com\",\"display_url\":\"vtheaterboxoffice.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":53,\"friends_count\":266,\"listed_count\":1,\"created_at\":\"Tue Sep 02 18:53:21 +0000 2014\",\"favourites_count\":246,\"utc_offset\":null,\"time_zone\":null,\"geo_enabled\":false,\"verified\":false,\"statuses_count\":55,\"lang\":\"en\",\"status\":{\"created_at\":\"Tue Sep 09 22:21:38 +0000 2014\",\"id\":509466686722813952,\"id_str\":\"509466686722813952\",\"text\":\"RT @2for1shows: Zombies Do Have.. Heart\\u2764 @zburlesque 1\\/2 off tix: http:\\/\\/t.co\\/vhIgiX1YDI http:\\/\\/t.co\\/YXEw12Rf9O\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweeted_status\":{\"created_at\":\"Wed Aug 13 23:01:27 +0000 2014\",\"id\":499692234472558593,\"id_str\":\"499692234472558593\",\"text\":\"Zombies Do Have.. Heart\\u2764 @zburlesque 1\\/2 off tix: http:\\/\\/t.co\\/vhIgiX1YDI http:\\/\\/t.co\\/YXEw12Rf9O\",\"source\":\"\\u003ca href=\\\"http:\\/\\/social.davidsaxe.com\\\" rel=\\\"nofollow\\\"\\u003eDavid Saxe\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":1,\"favorite_count\":3,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"ZBurlesque\",\"name\":\"Zombie Burlesque\",\"id\":2359923678,\"id_str\":\"2359923678\",\"indices\":[25,36]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/vhIgiX1YDI\",\"expanded_url\":\"http:\\/\\/www.2for1shows.com\",\"display_url\":\"2for1shows.com\",\"indices\":[50,72]}],\"media\":[{\"id\":499692234157985792,\"id_str\":\"499692234157985792\",\"indices\":[73,95],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/Bu9DcIICEAAOEIN.jpg\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/Bu9DcIICEAAOEIN.jpg\",\"url\":\"http:\\/\\/t.co\\/YXEw12Rf9O\",\"display_url\":\"pic.twitter.com\\/YXEw12Rf9O\",\"expanded_url\":\"http:\\/\\/twitter.com\\/2for1shows\\/status\\/499692234472558593\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"large\":{\"w\":817,\"h\":564,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"medium\":{\"w\":600,\"h\":414,\"resize\":\"fit\"},\"small\":{\"w\":340,\"h\":234,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"retweet_count\":1,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"2for1shows\",\"name\":\"2for1shows.com\",\"id\":275695866,\"id_str\":\"275695866\",\"indices\":[3,14]},{\"screen_name\":\"ZBurlesque\",\"name\":\"Zombie Burlesque\",\"id\":2359923678,\"id_str\":\"2359923678\",\"indices\":[41,52]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/vhIgiX1YDI\",\"expanded_url\":\"http:\\/\\/www.2for1shows.com\",\"display_url\":\"2for1shows.com\",\"indices\":[66,88]}],\"media\":[{\"id\":499692234157985792,\"id_str\":\"499692234157985792\",\"indices\":[89,111],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/Bu9DcIICEAAOEIN.jpg\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/Bu9DcIICEAAOEIN.jpg\",\"url\":\"http:\\/\\/t.co\\/YXEw12Rf9O\",\"display_url\":\"pic.twitter.com\\/YXEw12Rf9O\",\"expanded_url\":\"http:\\/\\/twitter.com\\/2for1shows\\/status\\/499692234472558593\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"large\":{\"w\":817,\"h\":564,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"medium\":{\"w\":600,\"h\":414,\"resize\":\"fit\"},\"small\":{\"w\":340,\"h\":234,\"resize\":\"fit\"}},\"source_status_id\":499692234472558593,\"source_status_id_str\":\"499692234472558593\"}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"C0DEED\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/507244068217163776\\/5MjMzp-I_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/507244068217163776\\/5MjMzp-I_normal.jpeg\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"C0DEED\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":true,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false,\"muting\":false},{\"id\":2300963106,\"id_str\":\"2300963106\",\"name\":\"Farhan Ahmed Khan\",\"screen_name\":\"faksubhan123\",\"location\":\"Pakistan\",\"profile_location\":null,\"description\":\"Hey, This is Farhan Ahmed Khan from Pakistan. I do Affiliate Marketing on the internet....\",\"url\":\"http:\\/\\/t.co\\/96mHAqbf3d\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/96mHAqbf3d\",\"expanded_url\":\"http:\\/\\/chickencoopideas.net78.net\\/\",\"display_url\":\"chickencoopideas.net78.net\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":44,\"friends_count\":112,\"listed_count\":2,\"created_at\":\"Mon Jan 20 07:43:22 +0000 2014\",\"favourites_count\":0,\"utc_offset\":null,\"time_zone\":null,\"geo_enabled\":false,\"verified\":false,\"statuses_count\":7,\"lang\":\"en\",\"status\":{\"created_at\":\"Thu Jul 24 01:01:55 +0000 2014\",\"id\":492112408677072896,\"id_str\":\"492112408677072896\",\"text\":\"I'm ready to work on @oDesk #oDesk http:\\/\\/t.co\\/K1cxyOehkn\",\"source\":\"\\u003ca href=\\\"https:\\/\\/dev.twitter.com\\/docs\\/tfw\\\" rel=\\\"nofollow\\\"\\u003eTwitter for Websites\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":0,\"favorite_count\":0,\"entities\":{\"hashtags\":[{\"text\":\"oDesk\",\"indices\":[28,34]}],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"odesk\",\"name\":\"oDesk\",\"id\":15225375,\"id_str\":\"15225375\",\"indices\":[21,27]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/K1cxyOehkn\",\"expanded_url\":\"http:\\/\\/bit.ly\\/1qB6hCe\",\"display_url\":\"bit.ly\\/1qB6hCe\",\"indices\":[35,57]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"131516\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/487739580422967296\\/D7kJ3wSg_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/487739580422967296\\/D7kJ3wSg_normal.jpeg\",\"profile_link_color\":\"009999\",\"profile_sidebar_border_color\":\"EEEEEE\",\"profile_sidebar_fill_color\":\"EFEFEF\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false,\"muting\":false},{\"id\":1936745119,\"id_str\":\"1936745119\",\"name\":\"John Medeiros\",\"screen_name\":\"BULLYJOHNRAY\",\"location\":\"SOME WHERE IN N.H.\",\"profile_location\":null,\"description\":\"LOVE WATCHING BOTH T.N.A. & W.W.E. WRESTLING & READING . DO YOU KNOW YOU I AM ?    FOLLOW ME I FOLLOW YOU!!\",\"url\":null,\"entities\":{\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":330,\"friends_count\":1216,\"listed_count\":2,\"created_at\":\"Sat Oct 05 06:50:56 +0000 2013\",\"favourites_count\":272,\"utc_offset\":null,\"time_zone\":null,\"geo_enabled\":true,\"verified\":false,\"statuses_count\":1103,\"lang\":\"en\",\"status\":{\"created_at\":\"Mon Nov 03 22:08:13 +0000 2014\",\"id\":529394643406839808,\"id_str\":\"529394643406839808\",\"text\":\"The ( UnderTaker) in the 15 plus yearz of Kicking azz an Taking Name's. http:\\/\\/t.co\\/P18kmWBWAf\",\"source\":\"\\u003ca href=\\\"http:\\/\\/www.facebook.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003eFacebook\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":0,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/P18kmWBWAf\",\"expanded_url\":\"http:\\/\\/fb.me\\/1XNSoCIqO\",\"display_url\":\"fb.me\\/1XNSoCIqO\",\"indices\":[72,94]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"C0DEED\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/378800000777545934\\/d2bbe05bd604442910f90096d01213fd_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/378800000777545934\\/d2bbe05bd604442910f90096d01213fd_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/1936745119\\/1387214759\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"C0DEED\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":true,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false,\"muting\":false},{\"id\":305754588,\"id_str\":\"305754588\",\"name\":\"penny fink\",\"screen_name\":\"pennyefink\",\"location\":\"Campton city, KY, USA\",\"profile_location\":null,\"description\":\"Leadership - He who has learned how to obey will know how to command. #quote\",\"url\":null,\"entities\":{\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":999,\"friends_count\":1425,\"listed_count\":5,\"created_at\":\"Thu May 26 19:02:26 +0000 2011\",\"favourites_count\":0,\"utc_offset\":null,\"time_zone\":null,\"geo_enabled\":false,\"verified\":false,\"statuses_count\":469,\"lang\":\"en\",\"status\":{\"created_at\":\"Sat Jul 28 23:48:35 +0000 2012\",\"id\":229362749862473728,\"id_str\":\"229362749862473728\",\"text\":\"RT @BrianTracy: Summer is a great time to plan vacations &amp; make memories. Watch my @youtube vid to learn my favorite memory of summe ...\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweeted_status\":{\"created_at\":\"Sat Jul 28 21:35:04 +0000 2012\",\"id\":229329147405676544,\"id_str\":\"229329147405676544\",\"text\":\"Summer is a great time to plan vacations &amp; make memories. Watch my @youtube vid to learn my favorite memory of summer: http:\\/\\/t.co\\/tFgojT86\",\"source\":\"\\u003ca href=\\\"http:\\/\\/www.hootsuite.com\\\" rel=\\\"nofollow\\\"\\u003eHootsuite\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":68,\"favorite_count\":5,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"YouTube\",\"name\":\"YouTube\",\"id\":10228272,\"id_str\":\"10228272\",\"indices\":[71,79]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/tFgojT86\",\"expanded_url\":\"http:\\/\\/ow.ly\\/cypD4\",\"display_url\":\"ow.ly\\/cypD4\",\"indices\":[123,143]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"retweet_count\":68,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"BrianTracy\",\"name\":\"BrianTracy\",\"id\":16534711,\"id_str\":\"16534711\",\"indices\":[3,14]},{\"screen_name\":\"YouTube\",\"name\":\"YouTube\",\"id\":10228272,\"id_str\":\"10228272\",\"indices\":[87,95]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/tFgojT86\",\"expanded_url\":\"http:\\/\\/ow.ly\\/cypD4\",\"display_url\":\"ow.ly\\/cypD4\",\"indices\":[139,140]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"EDECE9\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/442231848\\/58320226287hkiwllg.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/442231848\\/58320226287hkiwllg.jpg\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1875720419\\/951745158tyuj6a837089_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1875720419\\/951745158tyuj6a837089_normal.jpg\",\"profile_link_color\":\"088253\",\"profile_sidebar_border_color\":\"D3D2CF\",\"profile_sidebar_fill_color\":\"E3E2DE\",\"profile_text_color\":\"634047\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false,\"muting\":false},{\"id\":933938155,\"id_str\":\"933938155\",\"name\":\"soraya tifani\",\"screen_name\":\"padlikere\",\"location\":\"padlikeren@ymail.com\",\"profile_location\":null,\"description\":\"hhha msy a\",\"url\":null,\"entities\":{\"description\":{\"urls\":[]}},\"protected\":true,\"followers_count\":0,\"friends_count\":20,\"listed_count\":0,\"created_at\":\"Thu Nov 08 07:52:40 +0000 2012\",\"favourites_count\":2,\"utc_offset\":-36000,\"time_zone\":\"Hawaii\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":11,\"lang\":\"cs\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"B2DFDA\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/2821984764\\/fb71e6b97b674b883f4373ddf48fec36_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/2821984764\\/fb71e6b97b674b883f4373ddf48fec36_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/933938155\\/1352620755\",\"profile_link_color\":\"93A644\",\"profile_sidebar_border_color\":\"EEEEEE\",\"profile_sidebar_fill_color\":\"FFFFFF\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false,\"muting\":false},{\"id\":896350026,\"id_str\":\"896350026\",\"name\":\"Didn't you know?\",\"screen_name\":\"NoThatQuote\",\"location\":\"\",\"profile_location\":null,\"description\":\"Didn't you know is mostly tweets that will help you be informed on a number of topics. Also I do can you guess which is mostly highly magnified images.\",\"url\":null,\"entities\":{\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":221,\"friends_count\":476,\"listed_count\":1,\"created_at\":\"Sun Oct 21 23:32:21 +0000 2012\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":false,\"verified\":false,\"statuses_count\":247,\"lang\":\"en\",\"status\":{\"created_at\":\"Sun Feb 16 21:46:29 +0000 2014\",\"id\":435168331461439488,\"id_str\":\"435168331461439488\",\"text\":\"We can't believe these pictures are real! Especially #1! http:\\/\\/t.co\\/6kGsLt7js3\",\"source\":\"\\u003ca href=\\\"http:\\/\\/mylikes.com\\\" rel=\\\"nofollow\\\"\\u003eMyLikes Network\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":0,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/6kGsLt7js3\",\"expanded_url\":\"http:\\/\\/nothatquote.tinybytes.me\\/crazy-images-that-are-actually-real\",\"display_url\":\"nothatquote.tinybytes.me\\/crazy-images-t\\u2026\",\"indices\":[57,79]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"030103\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/378800000176955739\\/j3mlXRZi.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/378800000176955739\\/j3mlXRZi.jpeg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/429271842835013632\\/fm3lxKk7_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/429271842835013632\\/fm3lxKk7_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/896350026\\/1390894746\",\"profile_link_color\":\"0A38AD\",\"profile_sidebar_border_color\":\"000000\",\"profile_sidebar_fill_color\":\"000000\",\"profile_text_color\":\"FA8459\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false,\"muting\":false},{\"id\":325253963,\"id_str\":\"325253963\",\"name\":\"Majid Rana\",\"screen_name\":\"MajidRana76\",\"location\":\"United Kingdom\",\"profile_location\":null,\"description\":\"\",\"url\":null,\"entities\":{\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":156,\"friends_count\":1279,\"listed_count\":0,\"created_at\":\"Tue Jun 28 00:27:12 +0000 2011\",\"favourites_count\":2,\"utc_offset\":0,\"time_zone\":\"London\",\"geo_enabled\":false,\"verified\":false,\"statuses_count\":98,\"lang\":\"en\",\"status\":{\"created_at\":\"Sun Sep 14 06:56:57 +0000 2014\",\"id\":511045922919178241,\"id_str\":\"511045922919178241\",\"text\":\"@LahoreLions \\nAsslamo Alieykum\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003eTwitter for Android\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":511045771974561792,\"in_reply_to_status_id_str\":\"511045771974561792\",\"in_reply_to_user_id\":267702009,\"in_reply_to_user_id_str\":\"267702009\",\"in_reply_to_screen_name\":\"iplhome\",\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":0,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"LahoreLions\",\"name\":\"LahoreLions Official\",\"id\":210816446,\"id_str\":\"210816446\",\"indices\":[0,12]}],\"urls\":[]},\"favorited\":false,\"retweeted\":false,\"lang\":\"tr\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"0099B9\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/3464162808\\/9ccbe234cd8fe711c2522ca481588832_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/3464162808\\/9ccbe234cd8fe711c2522ca481588832_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/325253963\\/1364860936\",\"profile_link_color\":\"0099B9\",\"profile_sidebar_border_color\":\"5ED4DC\",\"profile_sidebar_fill_color\":\"95E8EC\",\"profile_text_color\":\"3C3940\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false,\"muting\":false},{\"id\":176506425,\"id_str\":\"176506425\",\"name\":\"Claudia Asaeli\",\"screen_name\":\"xok_itc_hen_12\",\"location\":\"\",\"profile_location\":null,\"description\":\"\",\"url\":null,\"entities\":{\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":7,\"friends_count\":40,\"listed_count\":0,\"created_at\":\"Mon Aug 09 18:37:11 +0000 2010\",\"favourites_count\":0,\"utc_offset\":null,\"time_zone\":null,\"geo_enabled\":false,\"verified\":false,\"statuses_count\":29,\"lang\":\"en\",\"status\":{\"created_at\":\"Fri Sep 10 08:11:22 +0000 2010\",\"id\":24087208718,\"id_str\":\"24087208718\",\"text\":\"Het is tijd om wat serieuzer te worden, te beginnen met solliciteren!\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":0,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[]},\"favorited\":false,\"retweeted\":false,\"lang\":\"nl\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"C0DEED\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/abs.twimg.com\\/sticky\\/default_profile_images\\/default_profile_4_normal.png\",\"profile_image_url_https\":\"https:\\/\\/abs.twimg.com\\/sticky\\/default_profile_images\\/default_profile_4_normal.png\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"C0DEED\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":true,\"default_profile_image\":true,\"following\":false,\"follow_request_sent\":false,\"notifications\":false,\"muting\":false},{\"id\":82407351,\"id_str\":\"82407351\",\"name\":\"test\",\"screen_name\":\"tweepytest2\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"just testing things out\",\"url\":\"http:\\/\\/t.co\\/CWro7mP5QY\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/CWro7mP5QY\",\"expanded_url\":\"http:\\/\\/www.example.com\",\"display_url\":\"example.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":5,\"friends_count\":3,\"listed_count\":0,\"created_at\":\"Wed Oct 14 17:13:03 +0000 2009\",\"favourites_count\":1,\"utc_offset\":null,\"time_zone\":null,\"geo_enabled\":false,\"verified\":false,\"statuses_count\":9,\"lang\":\"en\",\"status\":{\"created_at\":\"Sat Nov 14 05:45:33 +0000 2009\",\"id\":5702713723,\"id_str\":\"5702713723\",\"text\":\"test 142\",\"source\":\"\\u003ca href=\\\"http:\\/\\/gitorious.org\\/tweepy\\\" rel=\\\"nofollow\\\"\\u003etweepy\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":0,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[]},\"favorited\":false,\"retweeted\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"9AE4E8\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/45695551\\/bg.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/45695551\\/bg.png\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/473437156\\/profile_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/473437156\\/profile_normal.png\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false,\"muting\":false},{\"id\":9302282,\"id_str\":\"9302282\",\"name\":\"Josh Roesslein\",\"screen_name\":\"applepie\",\"location\":\"San Francisco Bay Area\",\"profile_location\":null,\"description\":\"pro\\u00b7gram\\u00b7mer (n) An organism capable of converting caffeine into code.\",\"url\":null,\"entities\":{\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":485,\"friends_count\":307,\"listed_count\":26,\"created_at\":\"Mon Oct 08 03:00:34 +0000 2007\",\"favourites_count\":8,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":7649,\"lang\":\"en\",\"status\":{\"created_at\":\"Tue Nov 25 22:08:13 +0000 2014\",\"id\":537367178241409025,\"id_str\":\"537367178241409025\",\"text\":\"Two dots just got a dollar from me to get more moves. Sneaky in app purchases.\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003eTwitter for Android\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":0,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[]},\"favorited\":false,\"retweeted\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"000000\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/8076084\\/200911032903-12395.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/8076084\\/200911032903-12395.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/2813279506\\/f0addfcfa062b23a94c00931ff35f03a_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/2813279506\\/f0addfcfa062b23a94c00931ff35f03a_normal.jpeg\",\"profile_link_color\":\"000000\",\"profile_sidebar_border_color\":\"000000\",\"profile_sidebar_fill_color\":\"000000\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false,\"muting\":false}],\"next_cursor\":0,\"next_cursor_str\":\"0\",\"previous_cursor\":0,\"previous_cursor_str\":\"0\"}"
+                }
+            }
+        }
+    ]
+}
\ No newline at end of file
diff --git a/cassettes/testfollowersids.json b/cassettes/testfollowersids.json
new file mode 100644 (file)
index 0000000..f236a88
--- /dev/null
@@ -0,0 +1,89 @@
+{
+    "version": 1, 
+    "interactions": [
+        {
+            "request": {
+                "body": null, 
+                "headers": {
+                    "Host": [
+                        "api.twitter.com"
+                    ]
+                }, 
+                "method": "GET", 
+                "uri": "https://api.twitter.com:443/1.1/followers/ids.json?id=tweepytest"
+            }, 
+            "response": {
+                "status": {
+                    "message": "OK", 
+                    "code": 200
+                }, 
+                "headers": {
+                    "status": [
+                        "200 OK"
+                    ], 
+                    "x-rate-limit-remaining": [
+                        "14"
+                    ], 
+                    "content-length": [
+                        "193"
+                    ], 
+                    "expires": [
+                        "Tue, 31 Mar 1981 05:00:00 GMT"
+                    ], 
+                    "x-transaction": [
+                        "577338e09bb4a407"
+                    ], 
+                    "x-content-type-options": [
+                        "nosniff"
+                    ], 
+                    "x-connection-hash": [
+                        "1947ed29402bb4051f14ef3aa3244067"
+                    ], 
+                    "set-cookie": [
+                        "lang=en", 
+                        "guest_id=v1%3A141738007789094878; Domain=.twitter.com; Path=/; Expires=Tue, 29-Nov-2016 20:41:17 UTC"
+                    ], 
+                    "strict-transport-security": [
+                        "max-age=631138519"
+                    ], 
+                    "x-access-level": [
+                        "read-write-directmessages"
+                    ], 
+                    "server": [
+                        "tsa_b"
+                    ], 
+                    "last-modified": [
+                        "Sun, 30 Nov 2014 20:41:17 GMT"
+                    ], 
+                    "x-xss-protection": [
+                        "1; mode=block"
+                    ], 
+                    "x-rate-limit-reset": [
+                        "1417380977"
+                    ], 
+                    "pragma": [
+                        "no-cache"
+                    ], 
+                    "cache-control": [
+                        "no-cache, no-store, must-revalidate, pre-check=0, post-check=0"
+                    ], 
+                    "date": [
+                        "Sun, 30 Nov 2014 20:41:17 UTC"
+                    ], 
+                    "x-rate-limit-limit": [
+                        "15"
+                    ], 
+                    "x-frame-options": [
+                        "SAMEORIGIN"
+                    ], 
+                    "content-type": [
+                        "application/json;charset=utf-8"
+                    ]
+                }, 
+                "body": {
+                    "string": "{\"ids\":[2786453988,2300963106,1936745119,305754588,933938155,896350026,325253963,176506425,82407351,9302282],\"next_cursor\":0,\"next_cursor_str\":\"0\",\"previous_cursor\":0,\"previous_cursor_str\":\"0\"}"
+                }
+            }
+        }
+    ]
+}
\ No newline at end of file
diff --git a/cassettes/testfriends.json b/cassettes/testfriends.json
new file mode 100644 (file)
index 0000000..b2b1be2
--- /dev/null
@@ -0,0 +1,89 @@
+{
+    "version": 1, 
+    "interactions": [
+        {
+            "request": {
+                "body": null, 
+                "headers": {
+                    "Host": [
+                        "api.twitter.com"
+                    ]
+                }, 
+                "method": "GET", 
+                "uri": "https://api.twitter.com:443/1.1/friends/list.json?id=tweepytest"
+            }, 
+            "response": {
+                "status": {
+                    "message": "OK", 
+                    "code": 200
+                }, 
+                "headers": {
+                    "status": [
+                        "200 OK"
+                    ], 
+                    "x-rate-limit-remaining": [
+                        "14"
+                    ], 
+                    "content-length": [
+                        "35821"
+                    ], 
+                    "expires": [
+                        "Tue, 31 Mar 1981 05:00:00 GMT"
+                    ], 
+                    "x-transaction": [
+                        "cc917fed9e877270"
+                    ], 
+                    "x-content-type-options": [
+                        "nosniff"
+                    ], 
+                    "x-connection-hash": [
+                        "4e587ae0f96bd962cc7680d09193e54f"
+                    ], 
+                    "set-cookie": [
+                        "lang=en", 
+                        "guest_id=v1%3A141738007824728226; Domain=.twitter.com; Path=/; Expires=Tue, 29-Nov-2016 20:41:18 UTC"
+                    ], 
+                    "strict-transport-security": [
+                        "max-age=631138519"
+                    ], 
+                    "x-access-level": [
+                        "read-write-directmessages"
+                    ], 
+                    "server": [
+                        "tsa_b"
+                    ], 
+                    "last-modified": [
+                        "Sun, 30 Nov 2014 20:41:18 GMT"
+                    ], 
+                    "x-xss-protection": [
+                        "1; mode=block"
+                    ], 
+                    "x-rate-limit-reset": [
+                        "1417380978"
+                    ], 
+                    "pragma": [
+                        "no-cache"
+                    ], 
+                    "cache-control": [
+                        "no-cache, no-store, must-revalidate, pre-check=0, post-check=0"
+                    ], 
+                    "date": [
+                        "Sun, 30 Nov 2014 20:41:18 UTC"
+                    ], 
+                    "x-rate-limit-limit": [
+                        "15"
+                    ], 
+                    "x-frame-options": [
+                        "SAMEORIGIN"
+                    ], 
+                    "content-type": [
+                        "application/json;charset=utf-8"
+                    ]
+                }, 
+                "body": {
+                    "string": "{\"users\":[{\"id\":783214,\"id_str\":\"783214\",\"name\":\"Twitter\",\"screen_name\":\"twitter\",\"location\":\"San Francisco, CA\",\"profile_location\":null,\"description\":\"Your official source for news, updates and tips from Twitter, Inc.\",\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"expanded_url\":\"http:\\/\\/blog.twitter.com\\/\",\"display_url\":\"blog.twitter.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":33620550,\"friends_count\":101,\"listed_count\":86770,\"created_at\":\"Tue Feb 20 14:35:54 +0000 2007\",\"favourites_count\":21,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":1845,\"lang\":\"en\",\"status\":{\"created_at\":\"Wed Nov 26 16:29:15 +0000 2014\",\"id\":537644262628663296,\"id_str\":\"537644262628663296\",\"text\":\"We love a good bird reference. Cast your vote to help the @WhiteHouse select the National Thanksgiving Turkey: https:\\/\\/t.co\\/wMP98fpiEw\",\"source\":\"\\u003ca href=\\\"https:\\/\\/about.twitter.com\\/products\\/tweetdeck\\\" rel=\\\"nofollow\\\"\\u003eTweetDeck\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":289,\"favorite_count\":392,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"WhiteHouse\",\"name\":\"The White House\",\"id\":30313925,\"id_str\":\"30313925\",\"indices\":[58,69]}],\"urls\":[{\"url\":\"https:\\/\\/t.co\\/wMP98fpiEw\",\"expanded_url\":\"https:\\/\\/twitter.com\\/WhiteHouse\\/status\\/537617841928015872\",\"display_url\":\"twitter.com\\/WhiteHouse\\/sta\\u2026\",\"indices\":[111,134]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"ACDED6\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/783214\\/1347405327\",\"profile_link_color\":\"226699\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false,\"muting\":false},{\"id\":382267114,\"id_str\":\"382267114\",\"name\":\"Android\",\"screen_name\":\"Android\",\"location\":\"Mountain View, CA\",\"profile_location\":null,\"description\":\"News, tips, and tricks direct from the Android team.\",\"url\":\"http:\\/\\/t.co\\/WHg9n3cypK\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/WHg9n3cypK\",\"expanded_url\":\"http:\\/\\/android.com\",\"display_url\":\"android.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":6602828,\"friends_count\":32,\"listed_count\":19229,\"created_at\":\"Thu Sep 29 19:34:47 +0000 2011\",\"favourites_count\":0,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":526,\"lang\":\"en\",\"status\":{\"created_at\":\"Sun Nov 30 17:15:14 +0000 2014\",\"id\":539105384380633088,\"id_str\":\"539105384380633088\",\"text\":\"RT @GooglePlay: Give them a gift they\\u2019ll actually wear. The #BlackFriday wearables sale is on now. http:\\/\\/t.co\\/5Fh70VGeGw http:\\/\\/t.co\\/AnkZx\\u2026\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003eTwitter for iPhone\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweeted_status\":{\"created_at\":\"Sun Nov 30 15:00:58 +0000 2014\",\"id\":539071594698899456,\"id_str\":\"539071594698899456\",\"text\":\"Give them a gift they\\u2019ll actually wear. The #BlackFriday wearables sale is on now. http:\\/\\/t.co\\/5Fh70VGeGw http:\\/\\/t.co\\/AnkZxUUQaY\",\"source\":\"\\u003ca href=\\\"http:\\/\\/www.hootsuite.com\\\" rel=\\\"nofollow\\\"\\u003eHootsuite\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":118,\"favorite_count\":198,\"entities\":{\"hashtags\":[{\"text\":\"BlackFriday\",\"indices\":[44,56]}],\"symbols\":[],\"user_mentions\":[],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/5Fh70VGeGw\",\"expanded_url\":\"http:\\/\\/goo.gl\\/ItqBnt\",\"display_url\":\"goo.gl\\/ItqBnt\",\"indices\":[83,105]}],\"media\":[{\"id\":539071594006446080,\"id_str\":\"539071594006446080\",\"indices\":[106,128],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3sqwjVCAAA1hq3.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3sqwjVCAAA1hq3.png\",\"url\":\"http:\\/\\/t.co\\/AnkZxUUQaY\",\"display_url\":\"pic.twitter.com\\/AnkZxUUQaY\",\"expanded_url\":\"http:\\/\\/twitter.com\\/GooglePlay\\/status\\/539071594698899456\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"large\":{\"w\":640,\"h\":360,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":337,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":191,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"scopes\":{\"place_ids\":[\"96683cc9126741d1\"]},\"lang\":\"en\"},\"retweet_count\":118,\"favorite_count\":0,\"entities\":{\"hashtags\":[{\"text\":\"BlackFriday\",\"indices\":[60,72]}],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"GooglePlay\",\"name\":\"Google Play\",\"id\":243381107,\"id_str\":\"243381107\",\"indices\":[3,14]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/5Fh70VGeGw\",\"expanded_url\":\"http:\\/\\/goo.gl\\/ItqBnt\",\"display_url\":\"goo.gl\\/ItqBnt\",\"indices\":[99,121]}],\"media\":[{\"id\":539071594006446080,\"id_str\":\"539071594006446080\",\"indices\":[139,140],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3sqwjVCAAA1hq3.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3sqwjVCAAA1hq3.png\",\"url\":\"http:\\/\\/t.co\\/AnkZxUUQaY\",\"display_url\":\"pic.twitter.com\\/AnkZxUUQaY\",\"expanded_url\":\"http:\\/\\/twitter.com\\/GooglePlay\\/status\\/539071594698899456\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"large\":{\"w\":640,\"h\":360,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":337,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":191,\"resize\":\"fit\"}},\"source_status_id\":539071594698899456,\"source_status_id_str\":\"539071594698899456\"}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"A5C639\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/436087884\\/TwitterX4.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/436087884\\/TwitterX4.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/522418773723074561\\/AyreX9yf_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/522418773723074561\\/AyreX9yf_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/382267114\\/1413389307\",\"profile_link_color\":\"A5C639\",\"profile_sidebar_border_color\":\"EEEEEE\",\"profile_sidebar_fill_color\":\"FFFFFF\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false,\"muting\":false},{\"id\":56505125,\"id_str\":\"56505125\",\"name\":\"Google Chrome\",\"screen_name\":\"googlechrome\",\"location\":\"Mountain View, California\",\"profile_location\":null,\"description\":\"The official Twitter account for the Google Chrome browser, OS, Chromebooks, Chromecast, and Web Store\",\"url\":\"http:\\/\\/t.co\\/oQ8wOFCb4x\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/oQ8wOFCb4x\",\"expanded_url\":\"http:\\/\\/google.com\\/chrome\",\"display_url\":\"google.com\\/chrome\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":4652752,\"friends_count\":84,\"listed_count\":14162,\"created_at\":\"Mon Jul 13 21:51:56 +0000 2009\",\"favourites_count\":0,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":863,\"lang\":\"en\",\"status\":{\"created_at\":\"Fri Nov 28 16:08:35 +0000 2014\",\"id\":538363834637885440,\"id_str\":\"538363834637885440\",\"text\":\"Get your casting queue ready for #BlackFriday: #Chromecast now $25 at select retailers, includes free @HuluPlus trial http:\\/\\/t.co\\/MNJlS3JQyt\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":52,\"favorite_count\":64,\"entities\":{\"hashtags\":[{\"text\":\"BlackFriday\",\"indices\":[33,45]},{\"text\":\"Chromecast\",\"indices\":[47,58]}],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"HuluPlus\",\"name\":\"HuluPlus\",\"id\":478843932,\"id_str\":\"478843932\",\"indices\":[102,111]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/MNJlS3JQyt\",\"expanded_url\":\"http:\\/\\/goo.gl\\/RoPLaF\",\"display_url\":\"goo.gl\\/RoPLaF\",\"indices\":[118,140]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"C0DEED\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/179133269\\/white.gif\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/179133269\\/white.gif\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1281767185\\/product_logo_256_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1281767185\\/product_logo_256_normal.png\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"C0DEED\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false,\"muting\":false},{\"id\":6844292,\"id_str\":\"6844292\",\"name\":\"Twitter Engineering\",\"screen_name\":\"TwitterEng\",\"location\":\"San Francisco, CA\",\"profile_location\":null,\"description\":\"The official account for Twitter Engineering.\",\"url\":\"http:\\/\\/t.co\\/gJvsjUZJ3O\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/gJvsjUZJ3O\",\"expanded_url\":\"http:\\/\\/engineering.twitter.com\",\"display_url\":\"engineering.twitter.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":641775,\"friends_count\":0,\"listed_count\":3474,\"created_at\":\"Sat Jun 16 00:14:36 +0000 2007\",\"favourites_count\":0,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":248,\"lang\":\"en\",\"status\":{\"created_at\":\"Fri Nov 21 17:56:07 +0000 2014\",\"id\":535854182360576001,\"id_str\":\"535854182360576001\",\"text\":\"RT @ApacheMesos: Announcing the release of #Mesos 0.21.0, featuring state reconciliation, modules, and new container isolators http:\\/\\/t.co\\/\\u2026\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweeted_status\":{\"created_at\":\"Thu Nov 20 23:57:53 +0000 2014\",\"id\":535582834585776129,\"id_str\":\"535582834585776129\",\"text\":\"Announcing the release of #Mesos 0.21.0, featuring state reconciliation, modules, and new container isolators http:\\/\\/t.co\\/PC1FaxEiR2\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":80,\"favorite_count\":41,\"entities\":{\"hashtags\":[{\"text\":\"Mesos\",\"indices\":[26,32]}],\"symbols\":[],\"user_mentions\":[],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/PC1FaxEiR2\",\"expanded_url\":\"http:\\/\\/mesos.apache.org\\/blog\\/mesos-0-21-0-released\\/\",\"display_url\":\"mesos.apache.org\\/blog\\/mesos-0-2\\u2026\",\"indices\":[110,132]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"retweet_count\":80,\"favorite_count\":0,\"entities\":{\"hashtags\":[{\"text\":\"Mesos\",\"indices\":[43,49]}],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"ApacheMesos\",\"name\":\"Apache Mesos\",\"id\":519262288,\"id_str\":\"519262288\",\"indices\":[3,15]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/PC1FaxEiR2\",\"expanded_url\":\"http:\\/\\/mesos.apache.org\\/blog\\/mesos-0-21-0-released\\/\",\"display_url\":\"mesos.apache.org\\/blog\\/mesos-0-2\\u2026\",\"indices\":[139,140]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"C6E2EE\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme2\\/bg.gif\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme2\\/bg.gif\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/2284174594\\/apcu4c9tu2zkefnev0jt_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/2284174594\\/apcu4c9tu2zkefnev0jt_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/6844292\\/1396958504\",\"profile_link_color\":\"1F98C7\",\"profile_sidebar_border_color\":\"C6E2EE\",\"profile_sidebar_fill_color\":\"DAECF4\",\"profile_text_color\":\"663B12\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false,\"muting\":false},{\"id\":222953824,\"id_str\":\"222953824\",\"name\":\"Twitter Government\",\"screen_name\":\"gov\",\"location\":\"Washington, DC\",\"profile_location\":null,\"description\":\"Updates from the Twitter Government & Politics team, tracking creative & effective uses of Twitter for civic engagement. RTs & examples\\u2260political endorsements.\",\"url\":\"http:\\/\\/t.co\\/gsq7JK76IN\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/gsq7JK76IN\",\"expanded_url\":\"http:\\/\\/gov.twitter.com\",\"display_url\":\"gov.twitter.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":748853,\"friends_count\":3,\"listed_count\":3343,\"created_at\":\"Sat Dec 04 23:27:01 +0000 2010\",\"favourites_count\":19,\"utc_offset\":-18000,\"time_zone\":\"Eastern Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":1178,\"lang\":\"en\",\"status\":{\"created_at\":\"Wed Nov 26 16:30:04 +0000 2014\",\"id\":537644465092304898,\"id_str\":\"537644465092304898\",\"text\":\"RT @twitter: We love a good bird reference. Cast your vote to help the @WhiteHouse select the National Thanksgiving Turkey: https:\\/\\/t.co\\/wM\\u2026\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweeted_status\":{\"created_at\":\"Wed Nov 26 16:29:15 +0000 2014\",\"id\":537644262628663296,\"id_str\":\"537644262628663296\",\"text\":\"We love a good bird reference. Cast your vote to help the @WhiteHouse select the National Thanksgiving Turkey: https:\\/\\/t.co\\/wMP98fpiEw\",\"source\":\"\\u003ca href=\\\"https:\\/\\/about.twitter.com\\/products\\/tweetdeck\\\" rel=\\\"nofollow\\\"\\u003eTweetDeck\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":289,\"favorite_count\":392,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"WhiteHouse\",\"name\":\"The White House\",\"id\":30313925,\"id_str\":\"30313925\",\"indices\":[58,69]}],\"urls\":[{\"url\":\"https:\\/\\/t.co\\/wMP98fpiEw\",\"expanded_url\":\"https:\\/\\/twitter.com\\/WhiteHouse\\/status\\/537617841928015872\",\"display_url\":\"twitter.com\\/WhiteHouse\\/sta\\u2026\",\"indices\":[111,134]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"retweet_count\":289,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"twitter\",\"name\":\"Twitter\",\"id\":783214,\"id_str\":\"783214\",\"indices\":[3,11]},{\"screen_name\":\"WhiteHouse\",\"name\":\"The White House\",\"id\":30313925,\"id_str\":\"30313925\",\"indices\":[71,82]}],\"urls\":[{\"url\":\"https:\\/\\/t.co\\/wMP98fpiEw\",\"expanded_url\":\"https:\\/\\/twitter.com\\/WhiteHouse\\/status\\/537617841928015872\",\"display_url\":\"twitter.com\\/WhiteHouse\\/sta\\u2026\",\"indices\":[124,140]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"C0DEED\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/378138859\\/townhallbg.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/378138859\\/townhallbg.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/531872382793707520\\/renUd2dR_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/531872382793707520\\/renUd2dR_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/222953824\\/1408990539\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"C0DEED\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false,\"muting\":false},{\"id\":130649891,\"id_str\":\"130649891\",\"name\":\"Twitter Media\",\"screen_name\":\"twittermedia\",\"location\":\"San Francisco\",\"profile_location\":null,\"description\":\"Tracking cool, meaningful uses of Tweets in media, tv, sports, entertainment and journalism. Send us tips! https:\\/\\/t.co\\/KM5HvDzxl1\",\"url\":\"https:\\/\\/t.co\\/bSpm1OsJO2\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"https:\\/\\/t.co\\/bSpm1OsJO2\",\"expanded_url\":\"https:\\/\\/blog.twitter.com\\/media\",\"display_url\":\"blog.twitter.com\\/media\",\"indices\":[0,23]}]},\"description\":{\"urls\":[{\"url\":\"https:\\/\\/t.co\\/KM5HvDzxl1\",\"expanded_url\":\"https:\\/\\/media.twitter.com\\/\",\"display_url\":\"media.twitter.com\",\"indices\":[107,130]}]}},\"protected\":false,\"followers_count\":4171333,\"friends_count\":295,\"listed_count\":10068,\"created_at\":\"Wed Apr 07 22:41:40 +0000 2010\",\"favourites_count\":125,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":1280,\"lang\":\"en\",\"status\":{\"created_at\":\"Wed Nov 19 01:53:31 +0000 2014\",\"id\":534887161640677377,\"id_str\":\"534887161640677377\",\"text\":\"#TheInterviewMovie co-directors @Sethrogen and @evandgoldberg visited Twitter HQ today for a Q&amp;A. Check it out:  https:\\/\\/t.co\\/kxYjT4WF7K\",\"source\":\"\\u003ca href=\\\"https:\\/\\/about.twitter.com\\/products\\/tweetdeck\\\" rel=\\\"nofollow\\\"\\u003eTweetDeck\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":51,\"favorite_count\":38,\"entities\":{\"hashtags\":[{\"text\":\"TheInterviewMovie\",\"indices\":[0,18]}],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"Sethrogen\",\"name\":\"Seth Rogen\",\"id\":443215941,\"id_str\":\"443215941\",\"indices\":[32,42]},{\"screen_name\":\"evandgoldberg\",\"name\":\"Evan Goldberg\",\"id\":158639291,\"id_str\":\"158639291\",\"indices\":[47,61]}],\"urls\":[{\"url\":\"https:\\/\\/t.co\\/kxYjT4WF7K\",\"expanded_url\":\"https:\\/\\/twitter.com\\/TwitterMovies\\/timelines\\/534884919961329664\",\"display_url\":\"twitter.com\\/TwitterMovies\\/\\u2026\",\"indices\":[117,140]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"131516\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/3752514126\\/0a78819053b9451d8e201de2950197ab_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/3752514126\\/0a78819053b9451d8e201de2950197ab_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/130649891\\/1396978668\",\"profile_link_color\":\"009999\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"EFEFEF\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false,\"muting\":false},{\"id\":300392950,\"id_str\":\"300392950\",\"name\":\"Twitter Sports\",\"screen_name\":\"TwitterSports\",\"location\":\"TwitterHQ\",\"profile_location\":null,\"description\":\"Sports related tweets from around the world.\",\"url\":\"https:\\/\\/t.co\\/J9jRbknG4l\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"https:\\/\\/t.co\\/J9jRbknG4l\",\"expanded_url\":\"https:\\/\\/blog.twitter.com\\/media\",\"display_url\":\"blog.twitter.com\\/media\",\"indices\":[0,23]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":4248277,\"friends_count\":263,\"listed_count\":6486,\"created_at\":\"Tue May 17 17:54:29 +0000 2011\",\"favourites_count\":62,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":2138,\"lang\":\"en\",\"status\":{\"created_at\":\"Sun Nov 30 01:43:00 +0000 2014\",\"id\":538870779103158272,\"id_str\":\"538870779103158272\",\"text\":\"RT @USCBookstore: Wake up, Trojans, it's game day! Get your No Shamrocks T now! #FightOn #USC https:\\/\\/t.co\\/MgSI9Aa95B\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003eTwitter for iPhone\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweeted_status\":{\"created_at\":\"Sat Nov 29 17:00:07 +0000 2014\",\"id\":538739192843350021,\"id_str\":\"538739192843350021\",\"text\":\"Wake up, Trojans, it's game day! Get your No Shamrocks T now! #FightOn #USC https:\\/\\/t.co\\/MgSI9Aa95B\",\"source\":\"\\u003ca href=\\\"https:\\/\\/ads.twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Ads\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":40,\"favorite_count\":17,\"entities\":{\"hashtags\":[{\"text\":\"FightOn\",\"indices\":[62,70]},{\"text\":\"USC\",\"indices\":[71,75]}],\"symbols\":[],\"user_mentions\":[],\"urls\":[{\"url\":\"https:\\/\\/t.co\\/MgSI9Aa95B\",\"expanded_url\":\"https:\\/\\/api.flightly.com\\/commerce\\/merchants\\/873ff7e0-687b-11e4-9803-0800200c9a66\\/cards\\/911d7d50-7442-11e4-a775-2d430f5899c6\",\"display_url\":\"api.flightly.com\\/commerce\\/merch\\u2026\",\"indices\":[76,99]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"retweet_count\":40,\"favorite_count\":0,\"entities\":{\"hashtags\":[{\"text\":\"FightOn\",\"indices\":[80,88]},{\"text\":\"USC\",\"indices\":[89,93]}],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"USCBookstore\",\"name\":\"USC Bookstore\",\"id\":39372927,\"id_str\":\"39372927\",\"indices\":[3,16]}],\"urls\":[{\"url\":\"https:\\/\\/t.co\\/MgSI9Aa95B\",\"expanded_url\":\"https:\\/\\/api.flightly.com\\/commerce\\/merchants\\/873ff7e0-687b-11e4-9803-0800200c9a66\\/cards\\/911d7d50-7442-11e4-a775-2d430f5899c6\",\"display_url\":\"api.flightly.com\\/commerce\\/merch\\u2026\",\"indices\":[94,117]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"C0DEED\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/656936359\\/pjmryisi4g22te2awpxb.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/656936359\\/pjmryisi4g22te2awpxb.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/3752498247\\/a26b3f2a944f600b8bc990d02cd96928_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/3752498247\\/a26b3f2a944f600b8bc990d02cd96928_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/300392950\\/1396972348\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"C0DEED\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false,\"muting\":false},{\"id\":551373363,\"id_str\":\"551373363\",\"name\":\"Visa\",\"screen_name\":\"Visa\",\"location\":\"USA\",\"profile_location\":null,\"description\":\"#everywhere isn\\u2019t just a place. It can be the journey. It could be the destination. But it\\u2019s always a new state of mind.\",\"url\":\"https:\\/\\/t.co\\/VWpEVdNbzo\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"https:\\/\\/t.co\\/VWpEVdNbzo\",\"expanded_url\":\"https:\\/\\/www.facebook.com\\/VisaUnitedStates\",\"display_url\":\"facebook.com\\/VisaUnitedStat\\u2026\",\"indices\":[0,23]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":239356,\"friends_count\":1185,\"listed_count\":746,\"created_at\":\"Wed Apr 11 20:22:05 +0000 2012\",\"favourites_count\":463,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":13024,\"lang\":\"en\",\"status\":{\"created_at\":\"Sun Nov 30 19:56:53 +0000 2014\",\"id\":539146065992503297,\"id_str\":\"539146065992503297\",\"text\":\"@marleenvkammen Thanks for sharing. You could win $500!\",\"source\":\"\\u003ca href=\\\"https:\\/\\/about.twitter.com\\/products\\/tweetdeck\\\" rel=\\\"nofollow\\\"\\u003eTweetDeck\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":539145217597652992,\"in_reply_to_status_id_str\":\"539145217597652992\",\"in_reply_to_user_id\":799347870,\"in_reply_to_user_id_str\":\"799347870\",\"in_reply_to_screen_name\":\"marleenvkammen\",\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":0,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"marleenvkammen\",\"name\":\"Marleen van Kammen\",\"id\":799347870,\"id_str\":\"799347870\",\"indices\":[0,15]}],\"urls\":[]},\"favorited\":false,\"retweeted\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/431926116211638273\\/tO9ovF7U.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/431926116211638273\\/tO9ovF7U.jpeg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/431926282322866176\\/2a-H3Slp_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/431926282322866176\\/2a-H3Slp_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/551373363\\/1405461475\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false,\"muting\":false},{\"id\":10228272,\"id_str\":\"10228272\",\"name\":\"YouTube\",\"screen_name\":\"YouTube\",\"location\":\"San Bruno, CA\",\"profile_location\":null,\"description\":\"Tweets on news, music and trends from all your favorite channels.\",\"url\":\"http:\\/\\/t.co\\/F3fLcfnBVf\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/F3fLcfnBVf\",\"expanded_url\":\"http:\\/\\/youtube.com\",\"display_url\":\"youtube.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":46777264,\"friends_count\":833,\"listed_count\":75376,\"created_at\":\"Tue Nov 13 21:43:46 +0000 2007\",\"favourites_count\":660,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":11947,\"lang\":\"en\",\"status\":{\"created_at\":\"Sun Nov 30 20:00:07 +0000 2014\",\"id\":539146877577748480,\"id_str\":\"539146877577748480\",\"text\":\"A solid case for napping at work tomorrow. http:\\/\\/t.co\\/YgMWdT85Uh http:\\/\\/t.co\\/4G4vLeyWEw\",\"source\":\"\\u003ca href=\\\"http:\\/\\/srm.vitrue.com\\\" rel=\\\"nofollow\\\"\\u003eSocial Publisher\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":72,\"favorite_count\":240,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/YgMWdT85Uh\",\"expanded_url\":\"http:\\/\\/goo.gl\\/VKiJEZ\",\"display_url\":\"goo.gl\\/VKiJEZ\",\"indices\":[43,65]}],\"media\":[{\"id\":539146877393174528,\"id_str\":\"539146877393174528\",\"indices\":[66,88],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3tvOnzIAAAkqhf.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3tvOnzIAAAkqhf.png\",\"url\":\"http:\\/\\/t.co\\/4G4vLeyWEw\",\"display_url\":\"pic.twitter.com\\/4G4vLeyWEw\",\"expanded_url\":\"http:\\/\\/twitter.com\\/YouTube\\/status\\/539146877577748480\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"small\":{\"w\":340,\"h\":184,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"medium\":{\"w\":600,\"h\":325,\"resize\":\"fit\"},\"large\":{\"w\":842,\"h\":457,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"AF0000\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/451389902429491200\\/Rrlh09IC.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/451389902429491200\\/Rrlh09IC.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/514243000063373312\\/zSPlu0vY_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/514243000063373312\\/zSPlu0vY_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/10228272\\/1410614774\",\"profile_link_color\":\"C9191D\",\"profile_sidebar_border_color\":\"000000\",\"profile_sidebar_fill_color\":\"EFEFEF\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false,\"muting\":false},{\"id\":82407351,\"id_str\":\"82407351\",\"name\":\"test\",\"screen_name\":\"tweepytest2\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"just testing things out\",\"url\":\"http:\\/\\/t.co\\/CWro7mP5QY\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/CWro7mP5QY\",\"expanded_url\":\"http:\\/\\/www.example.com\",\"display_url\":\"example.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":5,\"friends_count\":3,\"listed_count\":0,\"created_at\":\"Wed Oct 14 17:13:03 +0000 2009\",\"favourites_count\":1,\"utc_offset\":null,\"time_zone\":null,\"geo_enabled\":false,\"verified\":false,\"statuses_count\":9,\"lang\":\"en\",\"status\":{\"created_at\":\"Sat Nov 14 05:45:33 +0000 2009\",\"id\":5702713723,\"id_str\":\"5702713723\",\"text\":\"test 142\",\"source\":\"\\u003ca href=\\\"http:\\/\\/gitorious.org\\/tweepy\\\" rel=\\\"nofollow\\\"\\u003etweepy\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":0,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[]},\"favorited\":false,\"retweeted\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"9AE4E8\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/45695551\\/bg.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/45695551\\/bg.png\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/473437156\\/profile_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/473437156\\/profile_normal.png\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false,\"muting\":false},{\"id\":9302282,\"id_str\":\"9302282\",\"name\":\"Josh Roesslein\",\"screen_name\":\"applepie\",\"location\":\"San Francisco Bay Area\",\"profile_location\":null,\"description\":\"pro\\u00b7gram\\u00b7mer (n) An organism capable of converting caffeine into code.\",\"url\":null,\"entities\":{\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":485,\"friends_count\":307,\"listed_count\":26,\"created_at\":\"Mon Oct 08 03:00:34 +0000 2007\",\"favourites_count\":8,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":7649,\"lang\":\"en\",\"status\":{\"created_at\":\"Tue Nov 25 22:08:13 +0000 2014\",\"id\":537367178241409025,\"id_str\":\"537367178241409025\",\"text\":\"Two dots just got a dollar from me to get more moves. Sneaky in app purchases.\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003eTwitter for Android\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":0,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[]},\"favorited\":false,\"retweeted\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"000000\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/8076084\\/200911032903-12395.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/8076084\\/200911032903-12395.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/2813279506\\/f0addfcfa062b23a94c00931ff35f03a_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/2813279506\\/f0addfcfa062b23a94c00931ff35f03a_normal.jpeg\",\"profile_link_color\":\"000000\",\"profile_sidebar_border_color\":\"000000\",\"profile_sidebar_fill_color\":\"000000\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false,\"muting\":false}],\"next_cursor\":0,\"next_cursor_str\":\"0\",\"previous_cursor\":0,\"previous_cursor_str\":\"0\"}"
+                }
+            }
+        }
+    ]
+}
\ No newline at end of file
diff --git a/cassettes/testfriendsids.json b/cassettes/testfriendsids.json
new file mode 100644 (file)
index 0000000..b478eec
--- /dev/null
@@ -0,0 +1,89 @@
+{
+    "version": 1, 
+    "interactions": [
+        {
+            "request": {
+                "body": null, 
+                "headers": {
+                    "Host": [
+                        "api.twitter.com"
+                    ]
+                }, 
+                "method": "GET", 
+                "uri": "https://api.twitter.com:443/1.1/friends/ids.json?id=tweepytest"
+            }, 
+            "response": {
+                "status": {
+                    "message": "OK", 
+                    "code": 200
+                }, 
+                "headers": {
+                    "status": [
+                        "200 OK"
+                    ], 
+                    "x-rate-limit-remaining": [
+                        "14"
+                    ], 
+                    "content-length": [
+                        "193"
+                    ], 
+                    "expires": [
+                        "Tue, 31 Mar 1981 05:00:00 GMT"
+                    ], 
+                    "x-transaction": [
+                        "7fa8a5c902916b6d"
+                    ], 
+                    "x-content-type-options": [
+                        "nosniff"
+                    ], 
+                    "x-connection-hash": [
+                        "852ea506051c5d57a2a68f64b7ae119b"
+                    ], 
+                    "set-cookie": [
+                        "lang=en", 
+                        "guest_id=v1%3A141738007879183090; Domain=.twitter.com; Path=/; Expires=Tue, 29-Nov-2016 20:41:18 UTC"
+                    ], 
+                    "strict-transport-security": [
+                        "max-age=631138519"
+                    ], 
+                    "x-access-level": [
+                        "read-write-directmessages"
+                    ], 
+                    "server": [
+                        "tsa_b"
+                    ], 
+                    "last-modified": [
+                        "Sun, 30 Nov 2014 20:41:18 GMT"
+                    ], 
+                    "x-xss-protection": [
+                        "1; mode=block"
+                    ], 
+                    "x-rate-limit-reset": [
+                        "1417380978"
+                    ], 
+                    "pragma": [
+                        "no-cache"
+                    ], 
+                    "cache-control": [
+                        "no-cache, no-store, must-revalidate, pre-check=0, post-check=0"
+                    ], 
+                    "date": [
+                        "Sun, 30 Nov 2014 20:41:18 UTC"
+                    ], 
+                    "x-rate-limit-limit": [
+                        "15"
+                    ], 
+                    "x-frame-options": [
+                        "SAMEORIGIN"
+                    ], 
+                    "content-type": [
+                        "application/json;charset=utf-8"
+                    ]
+                }, 
+                "body": {
+                    "string": "{\"ids\":[783214,382267114,56505125,6844292,222953824,130649891,300392950,551373363,10228272,82407351,9302282],\"next_cursor\":0,\"next_cursor_str\":\"0\",\"previous_cursor\":0,\"previous_cursor_str\":\"0\"}"
+                }
+            }
+        }
+    ]
+}
\ No newline at end of file
diff --git a/cassettes/testgeoapis.json b/cassettes/testgeoapis.json
new file mode 100644 (file)
index 0000000..6faa79b
--- /dev/null
@@ -0,0 +1,254 @@
+{
+    "version": 1, 
+    "interactions": [
+        {
+            "request": {
+                "body": null, 
+                "headers": {
+                    "Host": [
+                        "api.twitter.com"
+                    ]
+                }, 
+                "method": "GET", 
+                "uri": "https://api.twitter.com:443/1.1/geo/similar_places.json?lat=37.7821120599&name=South+of+Market+Child+Care&long=-122.400612831"
+            }, 
+            "response": {
+                "status": {
+                    "message": "OK", 
+                    "code": 200
+                }, 
+                "headers": {
+                    "status": [
+                        "200 OK"
+                    ], 
+                    "x-rate-limit-remaining": [
+                        "14"
+                    ], 
+                    "content-length": [
+                        "19925"
+                    ], 
+                    "expires": [
+                        "Tue, 31 Mar 1981 05:00:00 GMT"
+                    ], 
+                    "x-transaction": [
+                        "856b0ab4c497ebc9"
+                    ], 
+                    "x-content-type-options": [
+                        "nosniff"
+                    ], 
+                    "x-connection-hash": [
+                        "9719a72383c3198a9e6bc7c803941454"
+                    ], 
+                    "set-cookie": [
+                        "guest_id=v1%3A141738007906456441; Domain=.twitter.com; Path=/; Expires=Tue, 29-Nov-2016 20:41:19 UTC"
+                    ], 
+                    "strict-transport-security": [
+                        "max-age=631138519"
+                    ], 
+                    "x-access-level": [
+                        "read-write-directmessages"
+                    ], 
+                    "server": [
+                        "tsa_b"
+                    ], 
+                    "last-modified": [
+                        "Sun, 30 Nov 2014 20:41:19 GMT"
+                    ], 
+                    "x-xss-protection": [
+                        "1; mode=block"
+                    ], 
+                    "x-rate-limit-reset": [
+                        "1417380979"
+                    ], 
+                    "pragma": [
+                        "no-cache"
+                    ], 
+                    "cache-control": [
+                        "no-cache, no-store, must-revalidate, pre-check=0, post-check=0"
+                    ], 
+                    "date": [
+                        "Sun, 30 Nov 2014 20:41:19 UTC"
+                    ], 
+                    "x-rate-limit-limit": [
+                        "15"
+                    ], 
+                    "x-frame-options": [
+                        "SAMEORIGIN"
+                    ], 
+                    "content-type": [
+                        "application/json;charset=utf-8"
+                    ]
+                }, 
+                "body": {
+                    "string": "{\"result\":{\"places\":[{\"id\":\"1d019624e6b4dcff\",\"url\":\"https:\\/\\/api.twitter.com\\/1.1\\/geo\\/id\\/1d019624e6b4dcff.json\",\"place_type\":\"neighborhood\",\"name\":\"South of Market\",\"full_name\":\"South of Market, San Francisco\",\"country_code\":\"US\",\"country\":\"United States\",\"contained_within\":[{\"id\":\"5a110d312052166f\",\"url\":\"https:\\/\\/api.twitter.com\\/1.1\\/geo\\/id\\/5a110d312052166f.json\",\"place_type\":\"city\",\"name\":\"San Francisco\",\"full_name\":\"San Francisco, CA\",\"country_code\":\"US\",\"country\":\"United States\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[-122.514926,37.708075],[-122.514926,37.833238],[-122.357031,37.833238],[-122.357031,37.708075],[-122.514926,37.708075]]]},\"attributes\":{}}],\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[-122.418714,37.764094],[-122.418714,37.789283],[-122.379692,37.789283],[-122.379692,37.764094],[-122.418714,37.764094]]]},\"attributes\":{}},{\"id\":\"5c92ab5379de3839\",\"url\":\"https:\\/\\/api.twitter.com\\/1.1\\/geo\\/id\\/5c92ab5379de3839.json\",\"place_type\":\"neighborhood\",\"name\":\"South Beach\",\"full_name\":\"South Beach, San Francisco\",\"country_code\":\"US\",\"country\":\"United States\",\"contained_within\":[{\"id\":\"5a110d312052166f\",\"url\":\"https:\\/\\/api.twitter.com\\/1.1\\/geo\\/id\\/5a110d312052166f.json\",\"place_type\":\"city\",\"name\":\"San Francisco\",\"full_name\":\"San Francisco, CA\",\"country_code\":\"US\",\"country\":\"United States\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[-122.514926,37.708075],[-122.514926,37.833238],[-122.357031,37.833238],[-122.357031,37.708075],[-122.514926,37.708075]]]},\"attributes\":{}}],\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[-122.401378,37.7776245],[-122.401378,37.798014],[-122.3809835,37.798014],[-122.3809835,37.7776245],[-122.401378,37.7776245]]]},\"attributes\":{}},{\"id\":\"640e4689c80fb4c5\",\"url\":\"https:\\/\\/api.twitter.com\\/1.1\\/geo\\/id\\/640e4689c80fb4c5.json\",\"place_type\":\"neighborhood\",\"name\":\"Upper Market\",\"full_name\":\"Upper Market, San Francisco\",\"country_code\":\"US\",\"country\":\"United States\",\"contained_within\":[{\"id\":\"5a110d312052166f\",\"url\":\"https:\\/\\/api.twitter.com\\/1.1\\/geo\\/id\\/5a110d312052166f.json\",\"place_type\":\"city\",\"name\":\"San Francisco\",\"full_name\":\"San Francisco, CA\",\"country_code\":\"US\",\"country\":\"United States\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[-122.514926,37.708075],[-122.514926,37.833238],[-122.357031,37.833238],[-122.357031,37.708075],[-122.514926,37.708075]]]},\"attributes\":{}}],\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[-122.446503,37.7617761],[-122.446503,37.769655],[-122.426242,37.769655],[-122.426242,37.7617761],[-122.446503,37.7617761]]]},\"attributes\":{}},{\"id\":\"746cc5651750e057\",\"url\":\"https:\\/\\/api.twitter.com\\/1.1\\/geo\\/id\\/746cc5651750e057.json\",\"place_type\":\"city\",\"name\":\"South San Francisco\",\"full_name\":\"South San Francisco, CA\",\"country_code\":\"US\",\"country\":\"United States\",\"contained_within\":[{\"id\":\"fbd6d2f5a4e4a15e\",\"url\":\"https:\\/\\/api.twitter.com\\/1.1\\/geo\\/id\\/fbd6d2f5a4e4a15e.json\",\"place_type\":\"admin\",\"name\":\"California\",\"full_name\":\"California, US\",\"country_code\":\"US\",\"country\":\"United States\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[-124.482003,32.528832],[-124.482003,42.009519],[-114.131212,42.009519],[-114.131212,32.528832],[-124.482003,32.528832]]]},\"attributes\":{}}],\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[-122.471871,37.6345111],[-122.471871,37.683086],[-122.374366,37.683086],[-122.374366,37.6345111],[-122.471871,37.6345111]]]},\"attributes\":{}},{\"id\":\"78f29e0fbc3e5c3b\",\"url\":\"https:\\/\\/api.twitter.com\\/1.1\\/geo\\/id\\/78f29e0fbc3e5c3b.json\",\"place_type\":\"neighborhood\",\"name\":\"South of Midtown\",\"full_name\":\"South of Midtown, Palo Alto\",\"country_code\":\"US\",\"country\":\"United States\",\"contained_within\":[{\"id\":\"3ad0f706b3fa62a8\",\"url\":\"https:\\/\\/api.twitter.com\\/1.1\\/geo\\/id\\/3ad0f706b3fa62a8.json\",\"place_type\":\"city\",\"name\":\"Palo Alto\",\"full_name\":\"Palo Alto, CA\",\"country_code\":\"US\",\"country\":\"United States\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[-122.190523,37.362824],[-122.190523,37.465918],[-122.097537,37.465918],[-122.097537,37.362824],[-122.190523,37.362824]]]},\"attributes\":{}}],\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[-122.131468,37.417566],[-122.131468,37.429148],[-122.114745,37.429148],[-122.114745,37.417566],[-122.131468,37.417566]]]},\"attributes\":{}},{\"id\":\"3412e9dd2250b64d\",\"url\":\"https:\\/\\/api.twitter.com\\/1.1\\/geo\\/id\\/3412e9dd2250b64d.json\",\"place_type\":\"neighborhood\",\"name\":\"University South\",\"full_name\":\"University South, Palo Alto\",\"country_code\":\"US\",\"country\":\"United States\",\"contained_within\":[{\"id\":\"3ad0f706b3fa62a8\",\"url\":\"https:\\/\\/api.twitter.com\\/1.1\\/geo\\/id\\/3ad0f706b3fa62a8.json\",\"place_type\":\"city\",\"name\":\"Palo Alto\",\"full_name\":\"Palo Alto, CA\",\"country_code\":\"US\",\"country\":\"United States\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[-122.190523,37.362824],[-122.190523,37.465918],[-122.097537,37.465918],[-122.097537,37.362824],[-122.190523,37.362824]]]},\"attributes\":{}}],\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[-122.164271,37.438302],[-122.164271,37.45074],[-122.143171,37.45074],[-122.143171,37.438302],[-122.164271,37.438302]]]},\"attributes\":{}},{\"id\":\"18cccad2227da65c\",\"url\":\"https:\\/\\/api.twitter.com\\/1.1\\/geo\\/id\\/18cccad2227da65c.json\",\"place_type\":\"neighborhood\",\"name\":\"Market Almaden\",\"full_name\":\"Market Almaden, San Jose\",\"country_code\":\"US\",\"country\":\"United States\",\"contained_within\":[{\"id\":\"7d62cffe6f98f349\",\"url\":\"https:\\/\\/api.twitter.com\\/1.1\\/geo\\/id\\/7d62cffe6f98f349.json\",\"place_type\":\"city\",\"name\":\"San Jose\",\"full_name\":\"San Jose, CA\",\"country_code\":\"US\",\"country\":\"United States\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[-122.035311,37.193164],[-122.035311,37.469154],[-121.71215,37.469154],[-121.71215,37.193164],[-122.035311,37.193164]]]},\"attributes\":{}}],\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[-121.890935,37.3243217],[-121.890935,37.330009],[-121.883041,37.330009],[-121.883041,37.3243217],[-121.890935,37.3243217]]]},\"attributes\":{}},{\"id\":\"2a240dbd5e3d0d60\",\"url\":\"https:\\/\\/api.twitter.com\\/1.1\\/geo\\/id\\/2a240dbd5e3d0d60.json\",\"place_type\":\"neighborhood\",\"name\":\"Cumberland South\",\"full_name\":\"Cumberland South, Sunnyvale\",\"country_code\":\"US\",\"country\":\"United States\",\"contained_within\":[{\"id\":\"45cadd6ef118ec9f\",\"url\":\"https:\\/\\/api.twitter.com\\/1.1\\/geo\\/id\\/45cadd6ef118ec9f.json\",\"place_type\":\"city\",\"name\":\"Sunnyvale\",\"full_name\":\"Sunnyvale, CA\",\"country_code\":\"US\",\"country\":\"United States\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[-122.065206,37.3300682],[-122.065206,37.4267257],[-121.982475,37.4267257],[-121.982475,37.3300682],[-122.065206,37.3300682]]]},\"attributes\":{}}],\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[-122.050352,37.3594382],[-122.050352,37.3654137],[-122.0414998,37.3654137],[-122.0414998,37.3594382],[-122.050352,37.3594382]]]},\"attributes\":{}},{\"id\":\"2fa88dca68b9df96\",\"url\":\"https:\\/\\/api.twitter.com\\/1.1\\/geo\\/id\\/2fa88dca68b9df96.json\",\"place_type\":\"neighborhood\",\"name\":\"South Los Altos\",\"full_name\":\"South Los Altos, Los Altos\",\"country_code\":\"US\",\"country\":\"United States\",\"contained_within\":[{\"id\":\"6a4364ea6f987c10\",\"url\":\"https:\\/\\/api.twitter.com\\/1.1\\/geo\\/id\\/6a4364ea6f987c10.json\",\"place_type\":\"city\",\"name\":\"Los Altos\",\"full_name\":\"Los Altos, CA\",\"country_code\":\"US\",\"country\":\"United States\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[-122.129474,37.329932],[-122.129474,37.406473],[-122.060782,37.406473],[-122.060782,37.329932],[-122.129474,37.329932]]]},\"attributes\":{}}],\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[-122.078002,37.337478],[-122.078002,37.3592652],[-122.05969,37.3592652],[-122.05969,37.337478],[-122.078002,37.337478]]]},\"attributes\":{}},{\"id\":\"18b634927abdd39d\",\"url\":\"https:\\/\\/api.twitter.com\\/1.1\\/geo\\/id\\/18b634927abdd39d.json\",\"place_type\":\"neighborhood\",\"name\":\"Calabazas South\",\"full_name\":\"Calabazas South, San Jose\",\"country_code\":\"US\",\"country\":\"United States\",\"contained_within\":[{\"id\":\"7d62cffe6f98f349\",\"url\":\"https:\\/\\/api.twitter.com\\/1.1\\/geo\\/id\\/7d62cffe6f98f349.json\",\"place_type\":\"city\",\"name\":\"San Jose\",\"full_name\":\"San Jose, CA\",\"country_code\":\"US\",\"country\":\"United States\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[-122.035311,37.193164],[-122.035311,37.469154],[-121.71215,37.469154],[-121.71215,37.193164],[-122.035311,37.193164]]]},\"attributes\":{}}],\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[-122.03155,37.2939709],[-122.03155,37.3011451],[-122.0236949,37.3011451],[-122.0236949,37.2939709],[-122.03155,37.2939709]]]},\"attributes\":{}},{\"id\":\"05eacbd8d1aa01cd\",\"url\":\"https:\\/\\/api.twitter.com\\/1.1\\/geo\\/id\\/05eacbd8d1aa01cd.json\",\"place_type\":\"neighborhood\",\"name\":\"Flickinger South\",\"full_name\":\"Flickinger South, San Jose\",\"country_code\":\"US\",\"country\":\"United States\",\"contained_within\":[{\"id\":\"7d62cffe6f98f349\",\"url\":\"https:\\/\\/api.twitter.com\\/1.1\\/geo\\/id\\/7d62cffe6f98f349.json\",\"place_type\":\"city\",\"name\":\"San Jose\",\"full_name\":\"San Jose, CA\",\"country_code\":\"US\",\"country\":\"United States\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[-122.035311,37.193164],[-122.035311,37.469154],[-121.71215,37.469154],[-121.71215,37.193164],[-122.035311,37.193164]]]},\"attributes\":{}}],\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[-121.873283,37.379857],[-121.873283,37.3895353],[-121.862908,37.3895353],[-121.862908,37.379857],[-121.873283,37.379857]]]},\"attributes\":{}},{\"id\":\"7262a1ac091221f6\",\"url\":\"https:\\/\\/api.twitter.com\\/1.1\\/geo\\/id\\/7262a1ac091221f6.json\",\"place_type\":\"neighborhood\",\"name\":\"Vinci South\",\"full_name\":\"Vinci South, San Jose\",\"country_code\":\"US\",\"country\":\"United States\",\"contained_within\":[{\"id\":\"7d62cffe6f98f349\",\"url\":\"https:\\/\\/api.twitter.com\\/1.1\\/geo\\/id\\/7d62cffe6f98f349.json\",\"place_type\":\"city\",\"name\":\"San Jose\",\"full_name\":\"San Jose, CA\",\"country_code\":\"US\",\"country\":\"United States\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[-122.035311,37.193164],[-122.035311,37.469154],[-121.71215,37.469154],[-121.71215,37.193164],[-122.035311,37.193164]]]},\"attributes\":{}}],\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[-121.8786112,37.371757],[-121.8786112,37.385461],[-121.867352,37.385461],[-121.867352,37.371757],[-121.8786112,37.371757]]]},\"attributes\":{}},{\"id\":\"02d7ed9dda1ec670\",\"url\":\"https:\\/\\/api.twitter.com\\/1.1\\/geo\\/id\\/02d7ed9dda1ec670.json\",\"place_type\":\"neighborhood\",\"name\":\"South Campus\",\"full_name\":\"South Campus, San Jose\",\"country_code\":\"US\",\"country\":\"United States\",\"contained_within\":[{\"id\":\"7d62cffe6f98f349\",\"url\":\"https:\\/\\/api.twitter.com\\/1.1\\/geo\\/id\\/7d62cffe6f98f349.json\",\"place_type\":\"city\",\"name\":\"San Jose\",\"full_name\":\"San Jose, CA\",\"country_code\":\"US\",\"country\":\"United States\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[-122.035311,37.193164],[-122.035311,37.469154],[-121.71215,37.469154],[-121.71215,37.193164],[-122.035311,37.193164]]]},\"attributes\":{}}],\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[-121.885042,37.326856],[-121.885042,37.335993],[-121.871896,37.335993],[-121.871896,37.326856],[-121.885042,37.326856]]]},\"attributes\":{}},{\"id\":\"4b0d4e092c2bbf38\",\"url\":\"https:\\/\\/api.twitter.com\\/1.1\\/geo\\/id\\/4b0d4e092c2bbf38.json\",\"place_type\":\"neighborhood\",\"name\":\"Brookwood South\",\"full_name\":\"Brookwood South, San Jose\",\"country_code\":\"US\",\"country\":\"United States\",\"contained_within\":[{\"id\":\"7d62cffe6f98f349\",\"url\":\"https:\\/\\/api.twitter.com\\/1.1\\/geo\\/id\\/7d62cffe6f98f349.json\",\"place_type\":\"city\",\"name\":\"San Jose\",\"full_name\":\"San Jose, CA\",\"country_code\":\"US\",\"country\":\"United States\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[-122.035311,37.193164],[-122.035311,37.469154],[-121.71215,37.469154],[-121.71215,37.193164],[-122.035311,37.193164]]]},\"attributes\":{}}],\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[-121.866968,37.331588],[-121.866968,37.340828],[-121.8615862,37.340828],[-121.8615862,37.331588],[-121.866968,37.331588]]]},\"attributes\":{}},{\"id\":\"6a2cd44438fa430a\",\"url\":\"https:\\/\\/api.twitter.com\\/1.1\\/geo\\/id\\/6a2cd44438fa430a.json\",\"place_type\":\"neighborhood\",\"name\":\"Clayton South\",\"full_name\":\"Clayton South, San Jose\",\"country_code\":\"US\",\"country\":\"United States\",\"contained_within\":[{\"id\":\"7d62cffe6f98f349\",\"url\":\"https:\\/\\/api.twitter.com\\/1.1\\/geo\\/id\\/7d62cffe6f98f349.json\",\"place_type\":\"city\",\"name\":\"San Jose\",\"full_name\":\"San Jose, CA\",\"country_code\":\"US\",\"country\":\"United States\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[-122.035311,37.193164],[-122.035311,37.469154],[-121.71215,37.469154],[-121.71215,37.193164],[-122.035311,37.193164]]]},\"attributes\":{}}],\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[-121.80151,37.3506109],[-121.80151,37.3556331],[-121.7948906,37.3556331],[-121.7948906,37.3506109],[-121.80151,37.3506109]]]},\"attributes\":{}},{\"id\":\"3f690c039272386c\",\"url\":\"https:\\/\\/api.twitter.com\\/1.1\\/geo\\/id\\/3f690c039272386c.json\",\"place_type\":\"neighborhood\",\"name\":\"Little Portugal South\",\"full_name\":\"Little Portugal South, San Jose\",\"country_code\":\"US\",\"country\":\"United States\",\"contained_within\":[{\"id\":\"7d62cffe6f98f349\",\"url\":\"https:\\/\\/api.twitter.com\\/1.1\\/geo\\/id\\/7d62cffe6f98f349.json\",\"place_type\":\"city\",\"name\":\"San Jose\",\"full_name\":\"San Jose, CA\",\"country_code\":\"US\",\"country\":\"United States\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[-122.035311,37.193164],[-122.035311,37.469154],[-121.71215,37.469154],[-121.71215,37.193164],[-122.035311,37.193164]]]},\"attributes\":{}}],\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[-121.861838,37.3463615],[-121.861838,37.3528054],[-121.8526191,37.3528054],[-121.8526191,37.3463615],[-121.861838,37.3463615]]]},\"attributes\":{}},{\"id\":\"5dfcb35d4822804e\",\"url\":\"https:\\/\\/api.twitter.com\\/1.1\\/geo\\/id\\/5dfcb35d4822804e.json\",\"place_type\":\"neighborhood\",\"name\":\"Hillview South\",\"full_name\":\"Hillview South, San Jose\",\"country_code\":\"US\",\"country\":\"United States\",\"contained_within\":[{\"id\":\"7d62cffe6f98f349\",\"url\":\"https:\\/\\/api.twitter.com\\/1.1\\/geo\\/id\\/7d62cffe6f98f349.json\",\"place_type\":\"city\",\"name\":\"San Jose\",\"full_name\":\"San Jose, CA\",\"country_code\":\"US\",\"country\":\"United States\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[-122.035311,37.193164],[-122.035311,37.469154],[-121.71215,37.469154],[-121.71215,37.193164],[-122.035311,37.193164]]]},\"attributes\":{}}],\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[-121.8650841,37.241598],[-121.8650841,37.244396],[-121.860323,37.244396],[-121.860323,37.241598],[-121.8650841,37.241598]]]},\"attributes\":{}},{\"id\":\"27ae3d61c0cae65b\",\"url\":\"https:\\/\\/api.twitter.com\\/1.1\\/geo\\/id\\/27ae3d61c0cae65b.json\",\"place_type\":\"neighborhood\",\"name\":\"Mt Pleasant South\",\"full_name\":\"Mt Pleasant South, San Jose\",\"country_code\":\"US\",\"country\":\"United States\",\"contained_within\":[{\"id\":\"7d62cffe6f98f349\",\"url\":\"https:\\/\\/api.twitter.com\\/1.1\\/geo\\/id\\/7d62cffe6f98f349.json\",\"place_type\":\"city\",\"name\":\"San Jose\",\"full_name\":\"San Jose, CA\",\"country_code\":\"US\",\"country\":\"United States\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[-122.035311,37.193164],[-122.035311,37.469154],[-121.71215,37.469154],[-121.71215,37.193164],[-122.035311,37.193164]]]},\"attributes\":{}}],\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[-121.814252,37.3446521],[-121.814252,37.35566],[-121.7999127,37.35566],[-121.7999127,37.3446521],[-121.814252,37.3446521]]]},\"attributes\":{}},{\"id\":\"6a138a4829d9e5e5\",\"url\":\"https:\\/\\/api.twitter.com\\/1.1\\/geo\\/id\\/6a138a4829d9e5e5.json\",\"place_type\":\"neighborhood\",\"name\":\"Woodside of Almaden\",\"full_name\":\"Woodside of Almaden, San Jose\",\"country_code\":\"US\",\"country\":\"United States\",\"contained_within\":[{\"id\":\"7d62cffe6f98f349\",\"url\":\"https:\\/\\/api.twitter.com\\/1.1\\/geo\\/id\\/7d62cffe6f98f349.json\",\"place_type\":\"city\",\"name\":\"San Jose\",\"full_name\":\"San Jose, CA\",\"country_code\":\"US\",\"country\":\"United States\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[-122.035311,37.193164],[-122.035311,37.469154],[-121.71215,37.469154],[-121.71215,37.193164],[-122.035311,37.193164]]]},\"attributes\":{}}],\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[-121.8338608,37.201186],[-121.8338608,37.2126851],[-121.8241277,37.2126851],[-121.8241277,37.201186],[-121.8338608,37.201186]]]},\"attributes\":{}},{\"id\":\"61582aaad5b1a0d1\",\"url\":\"https:\\/\\/api.twitter.com\\/1.1\\/geo\\/id\\/61582aaad5b1a0d1.json\",\"place_type\":\"neighborhood\",\"name\":\"Creekside South\",\"full_name\":\"Creekside South, CA\",\"country_code\":\"US\",\"country\":\"United States\",\"contained_within\":[{\"id\":\"fbd6d2f5a4e4a15e\",\"url\":\"https:\\/\\/api.twitter.com\\/1.1\\/geo\\/id\\/fbd6d2f5a4e4a15e.json\",\"place_type\":\"admin\",\"name\":\"California\",\"full_name\":\"California, US\",\"country_code\":\"US\",\"country\":\"United States\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[-124.482003,32.528832],[-124.482003,42.009519],[-114.131212,42.009519],[-114.131212,32.528832],[-124.482003,32.528832]]]},\"attributes\":{}}],\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[-121.833133,37.192618],[-121.833133,37.201186],[-121.823138,37.201186],[-121.823138,37.192618],[-121.833133,37.192618]]]},\"attributes\":{}},{\"id\":\"75daccb751921c62\",\"url\":\"https:\\/\\/api.twitter.com\\/1.1\\/geo\\/id\\/75daccb751921c62.json\",\"place_type\":\"neighborhood\",\"name\":\"Willow Glen South Lincoln Glen\",\"full_name\":\"Willow Glen South Lincoln Glen, San Jose\",\"country_code\":\"US\",\"country\":\"United States\",\"contained_within\":[{\"id\":\"7d62cffe6f98f349\",\"url\":\"https:\\/\\/api.twitter.com\\/1.1\\/geo\\/id\\/7d62cffe6f98f349.json\",\"place_type\":\"city\",\"name\":\"San Jose\",\"full_name\":\"San Jose, CA\",\"country_code\":\"US\",\"country\":\"United States\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[-122.035311,37.193164],[-122.035311,37.469154],[-121.71215,37.469154],[-121.71215,37.193164],[-122.035311,37.193164]]]},\"attributes\":{}}],\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[-121.912366,37.268005],[-121.912366,37.2863064],[-121.8769364,37.2863064],[-121.8769364,37.268005],[-121.912366,37.268005]]]},\"attributes\":{}},{\"id\":\"610b1535bed93356\",\"url\":\"https:\\/\\/api.twitter.com\\/1.1\\/geo\\/id\\/610b1535bed93356.json\",\"place_type\":\"neighborhood\",\"name\":\"Hidden Glen South\",\"full_name\":\"Hidden Glen South, San Jose\",\"country_code\":\"US\",\"country\":\"United States\",\"contained_within\":[{\"id\":\"7d62cffe6f98f349\",\"url\":\"https:\\/\\/api.twitter.com\\/1.1\\/geo\\/id\\/7d62cffe6f98f349.json\",\"place_type\":\"city\",\"name\":\"San Jose\",\"full_name\":\"San Jose, CA\",\"country_code\":\"US\",\"country\":\"United States\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[-122.035311,37.193164],[-122.035311,37.469154],[-121.71215,37.469154],[-121.71215,37.193164],[-122.035311,37.193164]]]},\"attributes\":{}}],\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[-121.8511872,37.2311979],[-121.8511872,37.238863],[-121.83949,37.238863],[-121.83949,37.2311979],[-121.8511872,37.2311979]]]},\"attributes\":{}},{\"id\":\"59f07a02656e458c\",\"url\":\"https:\\/\\/api.twitter.com\\/1.1\\/geo\\/id\\/59f07a02656e458c.json\",\"place_type\":\"city\",\"name\":\"South Woodbridge\",\"full_name\":\"South Woodbridge, CA\",\"country_code\":\"US\",\"country\":\"United States\",\"contained_within\":[{\"id\":\"fbd6d2f5a4e4a15e\",\"url\":\"https:\\/\\/api.twitter.com\\/1.1\\/geo\\/id\\/fbd6d2f5a4e4a15e.json\",\"place_type\":\"admin\",\"name\":\"California\",\"full_name\":\"California, US\",\"country_code\":\"US\",\"country\":\"United States\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[-124.482003,32.528832],[-124.482003,42.009519],[-114.131212,42.009519],[-114.131212,32.528832],[-124.482003,32.528832]]]},\"attributes\":{}}],\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[-121.318079,38.148486],[-121.318079,38.158738],[-121.298049,38.158738],[-121.298049,38.148486],[-121.318079,38.148486]]]},\"attributes\":{}}],\"token\":\"e70e5b2a1c04e2f38d507b4fab266ece\"},\"query\":{\"url\":\"https:\\/\\/api.twitter.com\\/1.1\\/geo\\/similar_places.json?lat=37.7821120599&name=South+of+Market+Child+Care&long=-122.400612831\",\"type\":\"similar_places\",\"params\":{\"coordinates\":{\"type\":\"Point\",\"coordinates\":[-122.400612831,37.7821120599]},\"name\":\"South of Market Child Care\",\"contained_within\":null,\"strict\":false,\"query\":null,\"autocomplete\":null,\"accuracy\":null,\"granularity\":\"\"}}}"
+                }
+            }
+        }, 
+        {
+            "request": {
+                "body": null, 
+                "headers": {
+                    "Host": [
+                        "api.twitter.com"
+                    ]
+                }, 
+                "method": "GET", 
+                "uri": "https://api.twitter.com:443/1.1/geo/id/1ffd3558f2e98349.json"
+            }, 
+            "response": {
+                "status": {
+                    "message": "OK", 
+                    "code": 200
+                }, 
+                "headers": {
+                    "status": [
+                        "200 OK"
+                    ], 
+                    "x-rate-limit-remaining": [
+                        "14"
+                    ], 
+                    "content-length": [
+                        "907"
+                    ], 
+                    "expires": [
+                        "Tue, 31 Mar 1981 05:00:00 GMT"
+                    ], 
+                    "x-transaction": [
+                        "4ec47c73c376fb8e"
+                    ], 
+                    "x-content-type-options": [
+                        "nosniff"
+                    ], 
+                    "x-connection-hash": [
+                        "4b1b0ead5be444bf16c6539baabb05ec"
+                    ], 
+                    "set-cookie": [
+                        "guest_id=v1%3A141738007945355862; Domain=.twitter.com; Path=/; Expires=Tue, 29-Nov-2016 20:41:19 UTC"
+                    ], 
+                    "strict-transport-security": [
+                        "max-age=631138519"
+                    ], 
+                    "x-access-level": [
+                        "read-write-directmessages"
+                    ], 
+                    "server": [
+                        "tsa_b"
+                    ], 
+                    "last-modified": [
+                        "Sun, 30 Nov 2014 20:41:19 GMT"
+                    ], 
+                    "x-xss-protection": [
+                        "1; mode=block"
+                    ], 
+                    "x-rate-limit-reset": [
+                        "1417380979"
+                    ], 
+                    "pragma": [
+                        "no-cache"
+                    ], 
+                    "cache-control": [
+                        "no-cache, no-store, must-revalidate, pre-check=0, post-check=0"
+                    ], 
+                    "date": [
+                        "Sun, 30 Nov 2014 20:41:19 UTC"
+                    ], 
+                    "x-rate-limit-limit": [
+                        "15"
+                    ], 
+                    "x-frame-options": [
+                        "SAMEORIGIN"
+                    ], 
+                    "content-type": [
+                        "application/json;charset=utf-8"
+                    ]
+                }, 
+                "body": {
+                    "string": "{\"id\":\"1ffd3558f2e98349\",\"url\":\"https:\\/\\/api.twitter.com\\/1.1\\/geo\\/id\\/1ffd3558f2e98349.json\",\"place_type\":\"neighborhood\",\"name\":\"Dogpatch\",\"full_name\":\"Dogpatch, San Francisco\",\"country_code\":\"US\",\"country\":\"United States\",\"contained_within\":[{\"id\":\"5a110d312052166f\",\"url\":\"https:\\/\\/api.twitter.com\\/1.1\\/geo\\/id\\/5a110d312052166f.json\",\"place_type\":\"city\",\"name\":\"San Francisco\",\"full_name\":\"San Francisco, CA\",\"country_code\":\"US\",\"country\":\"United States\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[-122.514926,37.708075],[-122.514926,37.833238],[-122.357031,37.833238],[-122.357031,37.708075],[-122.514926,37.708075]]]},\"attributes\":{}}],\"geometry\":null,\"polylines\":[],\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[-122.39307792,37.75613103],[-122.39307792,37.764396],[-122.38719588,37.764396],[-122.38719588,37.75613103],[-122.39307792,37.75613103]]]},\"attributes\":{\"162834:id\":\"73222\"}}"
+                }
+            }
+        }, 
+        {
+            "request": {
+                "body": null, 
+                "headers": {
+                    "Host": [
+                        "api.twitter.com"
+                    ]
+                }, 
+                "method": "GET", 
+                "uri": "https://api.twitter.com:443/1.1/geo/reverse_geocode.json?lat=30.2673701685&long=-97.7426147461"
+            }, 
+            "response": {
+                "status": {
+                    "message": "OK", 
+                    "code": 200
+                }, 
+                "headers": {
+                    "status": [
+                        "200 OK"
+                    ], 
+                    "x-rate-limit-remaining": [
+                        "14"
+                    ], 
+                    "content-length": [
+                        "3146"
+                    ], 
+                    "expires": [
+                        "Tue, 31 Mar 1981 05:00:00 GMT"
+                    ], 
+                    "x-transaction": [
+                        "fed511e426a6dc54"
+                    ], 
+                    "x-content-type-options": [
+                        "nosniff"
+                    ], 
+                    "x-connection-hash": [
+                        "15690e28bd5a9291daefa14b46f33fde"
+                    ], 
+                    "set-cookie": [
+                        "guest_id=v1%3A141738007978508933; Domain=.twitter.com; Path=/; Expires=Tue, 29-Nov-2016 20:41:19 UTC"
+                    ], 
+                    "strict-transport-security": [
+                        "max-age=631138519"
+                    ], 
+                    "x-access-level": [
+                        "read-write-directmessages"
+                    ], 
+                    "server": [
+                        "tsa_b"
+                    ], 
+                    "last-modified": [
+                        "Sun, 30 Nov 2014 20:41:19 GMT"
+                    ], 
+                    "x-xss-protection": [
+                        "1; mode=block"
+                    ], 
+                    "x-rate-limit-reset": [
+                        "1417380979"
+                    ], 
+                    "pragma": [
+                        "no-cache"
+                    ], 
+                    "cache-control": [
+                        "no-cache, no-store, must-revalidate, pre-check=0, post-check=0"
+                    ], 
+                    "date": [
+                        "Sun, 30 Nov 2014 20:41:19 UTC"
+                    ], 
+                    "x-rate-limit-limit": [
+                        "15"
+                    ], 
+                    "x-frame-options": [
+                        "SAMEORIGIN"
+                    ], 
+                    "content-type": [
+                        "application/json;charset=utf-8"
+                    ]
+                }, 
+                "body": {
+                    "string": "{\"result\":{\"places\":[{\"id\":\"c3f37afa9efcf94b\",\"url\":\"https:\\/\\/api.twitter.com\\/1.1\\/geo\\/id\\/c3f37afa9efcf94b.json\",\"place_type\":\"city\",\"name\":\"Austin\",\"full_name\":\"Austin, TX\",\"country_code\":\"US\",\"country\":\"United States\",\"contained_within\":[{\"id\":\"e0060cda70f5f341\",\"url\":\"https:\\/\\/api.twitter.com\\/1.1\\/geo\\/id\\/e0060cda70f5f341.json\",\"place_type\":\"admin\",\"name\":\"Texas\",\"full_name\":\"Texas, US\",\"country_code\":\"US\",\"country\":\"United States\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[-106.645646,25.837092],[-106.645646,36.500695],[-93.508131,36.500695],[-93.508131,25.837092],[-106.645646,25.837092]]]},\"attributes\":{}}],\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[-97.928935,30.127892],[-97.928935,30.5187994],[-97.5805133,30.5187994],[-97.5805133,30.127892],[-97.928935,30.127892]]]},\"attributes\":{}},{\"id\":\"1fa5d78e5cf5f072\",\"url\":\"https:\\/\\/api.twitter.com\\/1.1\\/geo\\/id\\/1fa5d78e5cf5f072.json\",\"place_type\":\"neighborhood\",\"name\":\"Downtown\",\"full_name\":\"Downtown, Austin\",\"country_code\":\"US\",\"country\":\"United States\",\"contained_within\":[{\"id\":\"c3f37afa9efcf94b\",\"url\":\"https:\\/\\/api.twitter.com\\/1.1\\/geo\\/id\\/c3f37afa9efcf94b.json\",\"place_type\":\"city\",\"name\":\"Austin\",\"full_name\":\"Austin, TX\",\"country_code\":\"US\",\"country\":\"United States\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[-97.928935,30.127892],[-97.928935,30.5187994],[-97.5805133,30.5187994],[-97.5805133,30.127892],[-97.928935,30.127892]]]},\"attributes\":{}}],\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[-97.7567,30.2505491],[-97.7567,30.283936],[-97.7314833,30.283936],[-97.7314833,30.2505491],[-97.7567,30.2505491]]]},\"attributes\":{}},{\"id\":\"e0060cda70f5f341\",\"url\":\"https:\\/\\/api.twitter.com\\/1.1\\/geo\\/id\\/e0060cda70f5f341.json\",\"place_type\":\"admin\",\"name\":\"Texas\",\"full_name\":\"Texas, US\",\"country_code\":\"US\",\"country\":\"United States\",\"contained_within\":[{\"id\":\"96683cc9126741d1\",\"url\":\"https:\\/\\/api.twitter.com\\/1.1\\/geo\\/id\\/96683cc9126741d1.json\",\"place_type\":\"country\",\"name\":\"United States\",\"full_name\":\"United States\",\"country_code\":\"US\",\"country\":\"United States\",\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[-179.231086,17.623468],[-179.231086,71.434357],[179.859685,71.434357],[179.859685,17.623468],[-179.231086,17.623468]]]},\"attributes\":{}}],\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[-106.645646,25.837092],[-106.645646,36.500695],[-93.508131,36.500695],[-93.508131,25.837092],[-106.645646,25.837092]]]},\"attributes\":{}},{\"id\":\"96683cc9126741d1\",\"url\":\"https:\\/\\/api.twitter.com\\/1.1\\/geo\\/id\\/96683cc9126741d1.json\",\"place_type\":\"country\",\"name\":\"United States\",\"full_name\":\"United States\",\"country_code\":\"US\",\"country\":\"United States\",\"contained_within\":[],\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[-179.231086,17.623468],[-179.231086,71.434357],[179.859685,71.434357],[179.859685,17.623468],[-179.231086,17.623468]]]},\"attributes\":{}}]},\"query\":{\"url\":\"https:\\/\\/api.twitter.com\\/1.1\\/geo\\/reverse_geocode.json?lat=30.2673701685&long=-97.7426147461\",\"type\":\"reverse_geocode\",\"params\":{\"accuracy\":0.0,\"coordinates\":{\"type\":\"Point\",\"coordinates\":[-97.7426147461,30.2673701685]},\"granularity\":\"neighborhood\"}}}"
+                }
+            }
+        }
+    ]
+}
\ No newline at end of file
diff --git a/cassettes/testgetlist.json b/cassettes/testgetlist.json
new file mode 100644 (file)
index 0000000..e3b18fe
--- /dev/null
@@ -0,0 +1,89 @@
+{
+    "version": 1, 
+    "interactions": [
+        {
+            "request": {
+                "body": null, 
+                "headers": {
+                    "Host": [
+                        "api.twitter.com"
+                    ]
+                }, 
+                "method": "GET", 
+                "uri": "https://api.twitter.com:443/1.1/lists/show.json?slug=stars&owner_screen_name=applepie"
+            }, 
+            "response": {
+                "status": {
+                    "message": "OK", 
+                    "code": 200
+                }, 
+                "headers": {
+                    "status": [
+                        "200 OK"
+                    ], 
+                    "x-rate-limit-remaining": [
+                        "14"
+                    ], 
+                    "content-length": [
+                        "1759"
+                    ], 
+                    "expires": [
+                        "Tue, 31 Mar 1981 05:00:00 GMT"
+                    ], 
+                    "x-transaction": [
+                        "9f32493943226051"
+                    ], 
+                    "x-content-type-options": [
+                        "nosniff"
+                    ], 
+                    "x-connection-hash": [
+                        "de4da20bcf292d1361f4ccf335d2f4a8"
+                    ], 
+                    "set-cookie": [
+                        "lang=en", 
+                        "guest_id=v1%3A141738008009843123; Domain=.twitter.com; Path=/; Expires=Tue, 29-Nov-2016 20:41:20 UTC"
+                    ], 
+                    "strict-transport-security": [
+                        "max-age=631138519"
+                    ], 
+                    "x-access-level": [
+                        "read-write-directmessages"
+                    ], 
+                    "server": [
+                        "tsa_b"
+                    ], 
+                    "last-modified": [
+                        "Sun, 30 Nov 2014 20:41:20 GMT"
+                    ], 
+                    "x-xss-protection": [
+                        "1; mode=block"
+                    ], 
+                    "x-rate-limit-reset": [
+                        "1417380980"
+                    ], 
+                    "pragma": [
+                        "no-cache"
+                    ], 
+                    "cache-control": [
+                        "no-cache, no-store, must-revalidate, pre-check=0, post-check=0"
+                    ], 
+                    "date": [
+                        "Sun, 30 Nov 2014 20:41:20 UTC"
+                    ], 
+                    "x-rate-limit-limit": [
+                        "15"
+                    ], 
+                    "x-frame-options": [
+                        "SAMEORIGIN"
+                    ], 
+                    "content-type": [
+                        "application/json;charset=utf-8"
+                    ]
+                }, 
+                "body": {
+                    "string": "{\"id\":8078,\"id_str\":\"8078\",\"name\":\"stars\",\"uri\":\"\\/applepie\\/lists\\/stars\",\"subscriber_count\":7,\"member_count\":55,\"mode\":\"public\",\"description\":\"\",\"slug\":\"stars\",\"full_name\":\"@applepie\\/stars\",\"created_at\":\"Fri Oct 16 00:25:42 +0000 2009\",\"following\":false,\"user\":{\"id\":9302282,\"id_str\":\"9302282\",\"name\":\"Josh Roesslein\",\"screen_name\":\"applepie\",\"location\":\"San Francisco Bay Area\",\"profile_location\":null,\"description\":\"pro\\u00b7gram\\u00b7mer (n) An organism capable of converting caffeine into code.\",\"url\":null,\"entities\":{\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":485,\"friends_count\":307,\"listed_count\":26,\"created_at\":\"Mon Oct 08 03:00:34 +0000 2007\",\"favourites_count\":8,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":7649,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"000000\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/8076084\\/200911032903-12395.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/8076084\\/200911032903-12395.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/2813279506\\/f0addfcfa062b23a94c00931ff35f03a_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/2813279506\\/f0addfcfa062b23a94c00931ff35f03a_normal.jpeg\",\"profile_link_color\":\"000000\",\"profile_sidebar_border_color\":\"000000\",\"profile_sidebar_fill_color\":\"000000\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false}}"
+                }
+            }
+        }
+    ]
+}
\ No newline at end of file
diff --git a/cassettes/testgetoembed.json b/cassettes/testgetoembed.json
new file mode 100644 (file)
index 0000000..21a9f28
--- /dev/null
@@ -0,0 +1,79 @@
+{
+    "version": 1, 
+    "interactions": [
+        {
+            "request": {
+                "body": null, 
+                "headers": {
+                    "Host": [
+                        "api.twitter.com"
+                    ]
+                }, 
+                "method": "GET", 
+                "uri": "https://api.twitter.com:443/1.1/statuses/oembed.json?id=266367358078169089"
+            }, 
+            "response": {
+                "status": {
+                    "message": "OK", 
+                    "code": 200
+                }, 
+                "headers": {
+                    "x-rate-limit-remaining": [
+                        "179"
+                    ], 
+                    "content-length": [
+                        "913"
+                    ], 
+                    "expires": [
+                        "Tue, 06 Nov 2114 20:41:20 GMT"
+                    ], 
+                    "x-transaction": [
+                        "50e88ccc7ca87c7d"
+                    ], 
+                    "x-content-type-options": [
+                        "nosniff"
+                    ], 
+                    "x-connection-hash": [
+                        "73dd25bc831a538b7208c4cab55a7339"
+                    ], 
+                    "set-cookie": [
+                        "guest_id=v1%3A141738008037832056; Domain=.twitter.com; Path=/; Expires=Tue, 29-Nov-2016 20:41:20 UTC"
+                    ], 
+                    "strict-transport-security": [
+                        "max-age=631138519"
+                    ], 
+                    "server": [
+                        "tsa_b"
+                    ], 
+                    "last-modified": [
+                        "Sun, 30 Nov 2014 20:41:20 GMT"
+                    ], 
+                    "x-xss-protection": [
+                        "1; mode=block"
+                    ], 
+                    "x-rate-limit-reset": [
+                        "1417380980"
+                    ], 
+                    "cache-control": [
+                        "must-revalidate, max-age=3153600000"
+                    ], 
+                    "date": [
+                        "Sun, 30 Nov 2014 20:41:20 UTC"
+                    ], 
+                    "x-rate-limit-limit": [
+                        "180"
+                    ], 
+                    "x-frame-options": [
+                        "SAMEORIGIN"
+                    ], 
+                    "content-type": [
+                        "application/json;charset=utf-8"
+                    ]
+                }, 
+                "body": {
+                    "string": "{\"cache_age\":\"3153600000\",\"url\":\"https:\\/\\/twitter.com\\/twitter\\/statuses\\/266367358078169089\",\"height\":null,\"provider_url\":\"https:\\/\\/twitter.com\",\"provider_name\":\"Twitter\",\"author_name\":\"Twitter\",\"version\":\"1.0\",\"author_url\":\"https:\\/\\/twitter.com\\/twitter\",\"type\":\"rich\",\"html\":\"\\u003Cblockquote class=\\\"twitter-tweet\\\"\\u003E\\u003Cp\\u003ERT \\u003Ca href=\\\"https:\\/\\/twitter.com\\/TwitterEng\\\"\\u003E@TwitterEng\\u003C\\/a\\u003E: Bolstering our infrastructure. &quot;As  usage patterns change, Twitter can remain resilient.&quot; \\u003Ca href=\\\"http:\\/\\/t.co\\/uML86B6s\\\"\\u003Ehttp:\\/\\/t.co\\/uML86B6s\\u003C\\/a\\u003E\\u003C\\/p\\u003E&mdash; Twitter (@twitter) \\u003Ca href=\\\"https:\\/\\/twitter.com\\/twitter\\/status\\/266367358078169089\\\"\\u003ENovember 8, 2012\\u003C\\/a\\u003E\\u003C\\/blockquote\\u003E\\n\\u003Cscript async src=\\\"\\/\\/platform.twitter.com\\/widgets.js\\\" charset=\\\"utf-8\\\"\\u003E\\u003C\\/script\\u003E\",\"width\":550}"
+                }
+            }
+        }
+    ]
+}
\ No newline at end of file
diff --git a/cassettes/testgetstatus.json b/cassettes/testgetstatus.json
new file mode 100644 (file)
index 0000000..4e458ea
--- /dev/null
@@ -0,0 +1,89 @@
+{
+    "version": 1, 
+    "interactions": [
+        {
+            "request": {
+                "body": null, 
+                "headers": {
+                    "Host": [
+                        "api.twitter.com"
+                    ]
+                }, 
+                "method": "GET", 
+                "uri": "https://api.twitter.com:443/1.1/statuses/show.json?id=266367358078169089"
+            }, 
+            "response": {
+                "status": {
+                    "message": "OK", 
+                    "code": 200
+                }, 
+                "headers": {
+                    "status": [
+                        "200 OK"
+                    ], 
+                    "x-rate-limit-remaining": [
+                        "179"
+                    ], 
+                    "content-length": [
+                        "2797"
+                    ], 
+                    "expires": [
+                        "Tue, 31 Mar 1981 05:00:00 GMT"
+                    ], 
+                    "x-transaction": [
+                        "de19863d2a2731eb"
+                    ], 
+                    "x-content-type-options": [
+                        "nosniff"
+                    ], 
+                    "x-connection-hash": [
+                        "855d810713f0a052b62dfc9b4f494fe0"
+                    ], 
+                    "set-cookie": [
+                        "lang=en", 
+                        "guest_id=v1%3A141738008063486896; Domain=.twitter.com; Path=/; Expires=Tue, 29-Nov-2016 20:41:20 UTC"
+                    ], 
+                    "strict-transport-security": [
+                        "max-age=631138519"
+                    ], 
+                    "x-access-level": [
+                        "read-write-directmessages"
+                    ], 
+                    "server": [
+                        "tsa_b"
+                    ], 
+                    "last-modified": [
+                        "Sun, 30 Nov 2014 20:41:20 GMT"
+                    ], 
+                    "x-xss-protection": [
+                        "1; mode=block"
+                    ], 
+                    "x-rate-limit-reset": [
+                        "1417380980"
+                    ], 
+                    "pragma": [
+                        "no-cache"
+                    ], 
+                    "cache-control": [
+                        "no-cache, no-store, must-revalidate, pre-check=0, post-check=0"
+                    ], 
+                    "date": [
+                        "Sun, 30 Nov 2014 20:41:20 UTC"
+                    ], 
+                    "x-rate-limit-limit": [
+                        "180"
+                    ], 
+                    "x-frame-options": [
+                        "SAMEORIGIN"
+                    ], 
+                    "content-type": [
+                        "application/json;charset=utf-8"
+                    ]
+                }, 
+                "body": {
+                    "string": "{\"created_at\":\"Thu Nov 08 02:31:41 +0000 2012\",\"id\":266367358078169089,\"id_str\":\"266367358078169089\",\"text\":\"RT @TwitterEng: Bolstering our infrastructure. \\\"As  usage patterns change, Twitter can remain resilient.\\\" http:\\/\\/t.co\\/uML86B6s\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":783214,\"id_str\":\"783214\",\"name\":\"Twitter\",\"screen_name\":\"twitter\",\"location\":\"San Francisco, CA\",\"profile_location\":null,\"description\":\"Your official source for news, updates and tips from Twitter, Inc.\",\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"expanded_url\":\"http:\\/\\/blog.twitter.com\\/\",\"display_url\":\"blog.twitter.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":33620551,\"friends_count\":101,\"listed_count\":86770,\"created_at\":\"Tue Feb 20 14:35:54 +0000 2007\",\"favourites_count\":21,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":1845,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"ACDED6\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/783214\\/1347405327\",\"profile_link_color\":\"226699\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":[14192329],\"retweet_count\":220,\"favorite_count\":153,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"TwitterEng\",\"name\":\"Twitter Engineering\",\"id\":6844292,\"id_str\":\"6844292\",\"indices\":[3,14]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/uML86B6s\",\"expanded_url\":\"http:\\/\\/engineering.twitter.com\\/2012\\/11\\/bolstering-our-infrastructure.html\",\"display_url\":\"engineering.twitter.com\\/2012\\/11\\/bolste\\u2026\",\"indices\":[106,126]}]},\"favorited\":false,\"retweeted\":true,\"possibly_sensitive\":false,\"lang\":\"en\"}"
+                }
+            }
+        }
+    ]
+}
\ No newline at end of file
diff --git a/cassettes/testgetuser.json b/cassettes/testgetuser.json
new file mode 100644 (file)
index 0000000..baebf32
--- /dev/null
@@ -0,0 +1,173 @@
+{
+    "version": 1, 
+    "interactions": [
+        {
+            "request": {
+                "body": null, 
+                "headers": {
+                    "Host": [
+                        "api.twitter.com"
+                    ]
+                }, 
+                "method": "GET", 
+                "uri": "https://api.twitter.com:443/1.1/users/show.json?id=twitter"
+            }, 
+            "response": {
+                "status": {
+                    "message": "OK", 
+                    "code": 200
+                }, 
+                "headers": {
+                    "status": [
+                        "200 OK"
+                    ], 
+                    "x-rate-limit-remaining": [
+                        "179"
+                    ], 
+                    "content-length": [
+                        "2791"
+                    ], 
+                    "expires": [
+                        "Tue, 31 Mar 1981 05:00:00 GMT"
+                    ], 
+                    "x-transaction": [
+                        "78b5a6891aeb0f34"
+                    ], 
+                    "x-content-type-options": [
+                        "nosniff"
+                    ], 
+                    "x-connection-hash": [
+                        "6c9337cbf1fc47893ae3c55b8e107217"
+                    ], 
+                    "set-cookie": [
+                        "lang=en", 
+                        "guest_id=v1%3A141738008093777146; Domain=.twitter.com; Path=/; Expires=Tue, 29-Nov-2016 20:41:20 UTC"
+                    ], 
+                    "strict-transport-security": [
+                        "max-age=631138519"
+                    ], 
+                    "x-access-level": [
+                        "read-write-directmessages"
+                    ], 
+                    "server": [
+                        "tsa_b"
+                    ], 
+                    "last-modified": [
+                        "Sun, 30 Nov 2014 20:41:20 GMT"
+                    ], 
+                    "x-xss-protection": [
+                        "1; mode=block"
+                    ], 
+                    "x-rate-limit-reset": [
+                        "1417380980"
+                    ], 
+                    "pragma": [
+                        "no-cache"
+                    ], 
+                    "cache-control": [
+                        "no-cache, no-store, must-revalidate, pre-check=0, post-check=0"
+                    ], 
+                    "date": [
+                        "Sun, 30 Nov 2014 20:41:20 UTC"
+                    ], 
+                    "x-rate-limit-limit": [
+                        "180"
+                    ], 
+                    "x-frame-options": [
+                        "SAMEORIGIN"
+                    ], 
+                    "content-type": [
+                        "application/json;charset=utf-8"
+                    ]
+                }, 
+                "body": {
+                    "string": "{\"id\":783214,\"id_str\":\"783214\",\"name\":\"Twitter\",\"screen_name\":\"twitter\",\"location\":\"San Francisco, CA\",\"profile_location\":null,\"description\":\"Your official source for news, updates and tips from Twitter, Inc.\",\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"expanded_url\":\"http:\\/\\/blog.twitter.com\\/\",\"display_url\":\"blog.twitter.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":33620551,\"friends_count\":101,\"listed_count\":86770,\"created_at\":\"Tue Feb 20 14:35:54 +0000 2007\",\"favourites_count\":21,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":1845,\"lang\":\"en\",\"status\":{\"created_at\":\"Wed Nov 26 16:29:15 +0000 2014\",\"id\":537644262628663296,\"id_str\":\"537644262628663296\",\"text\":\"We love a good bird reference. Cast your vote to help the @WhiteHouse select the National Thanksgiving Turkey: https:\\/\\/t.co\\/wMP98fpiEw\",\"source\":\"\\u003ca href=\\\"https:\\/\\/about.twitter.com\\/products\\/tweetdeck\\\" rel=\\\"nofollow\\\"\\u003eTweetDeck\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":289,\"favorite_count\":392,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"WhiteHouse\",\"name\":\"The White House\",\"id\":30313925,\"id_str\":\"30313925\",\"indices\":[58,69]}],\"urls\":[{\"url\":\"https:\\/\\/t.co\\/wMP98fpiEw\",\"expanded_url\":\"https:\\/\\/twitter.com\\/WhiteHouse\\/status\\/537617841928015872\",\"display_url\":\"twitter.com\\/WhiteHouse\\/sta\\u2026\",\"indices\":[111,134]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"ACDED6\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/783214\\/1347405327\",\"profile_link_color\":\"226699\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false}"
+                }
+            }
+        }, 
+        {
+            "request": {
+                "body": null, 
+                "headers": {
+                    "Host": [
+                        "api.twitter.com"
+                    ]
+                }, 
+                "method": "GET", 
+                "uri": "https://api.twitter.com:443/1.1/users/show.json?id=783214"
+            }, 
+            "response": {
+                "status": {
+                    "message": "OK", 
+                    "code": 200
+                }, 
+                "headers": {
+                    "status": [
+                        "200 OK"
+                    ], 
+                    "x-rate-limit-remaining": [
+                        "178"
+                    ], 
+                    "content-length": [
+                        "2791"
+                    ], 
+                    "expires": [
+                        "Tue, 31 Mar 1981 05:00:00 GMT"
+                    ], 
+                    "x-transaction": [
+                        "75646a7663124aa7"
+                    ], 
+                    "x-content-type-options": [
+                        "nosniff"
+                    ], 
+                    "x-connection-hash": [
+                        "d80b2ee96ccf18aae8e5c17d84c50043"
+                    ], 
+                    "set-cookie": [
+                        "lang=en", 
+                        "guest_id=v1%3A141738008121208143; Domain=.twitter.com; Path=/; Expires=Tue, 29-Nov-2016 20:41:21 UTC"
+                    ], 
+                    "strict-transport-security": [
+                        "max-age=631138519"
+                    ], 
+                    "x-access-level": [
+                        "read-write-directmessages"
+                    ], 
+                    "server": [
+                        "tsa_b"
+                    ], 
+                    "last-modified": [
+                        "Sun, 30 Nov 2014 20:41:21 GMT"
+                    ], 
+                    "x-xss-protection": [
+                        "1; mode=block"
+                    ], 
+                    "x-rate-limit-reset": [
+                        "1417380980"
+                    ], 
+                    "pragma": [
+                        "no-cache"
+                    ], 
+                    "cache-control": [
+                        "no-cache, no-store, must-revalidate, pre-check=0, post-check=0"
+                    ], 
+                    "date": [
+                        "Sun, 30 Nov 2014 20:41:21 UTC"
+                    ], 
+                    "x-rate-limit-limit": [
+                        "180"
+                    ], 
+                    "x-frame-options": [
+                        "SAMEORIGIN"
+                    ], 
+                    "content-type": [
+                        "application/json;charset=utf-8"
+                    ]
+                }, 
+                "body": {
+                    "string": "{\"id\":783214,\"id_str\":\"783214\",\"name\":\"Twitter\",\"screen_name\":\"twitter\",\"location\":\"San Francisco, CA\",\"profile_location\":null,\"description\":\"Your official source for news, updates and tips from Twitter, Inc.\",\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"expanded_url\":\"http:\\/\\/blog.twitter.com\\/\",\"display_url\":\"blog.twitter.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":33620551,\"friends_count\":101,\"listed_count\":86770,\"created_at\":\"Tue Feb 20 14:35:54 +0000 2007\",\"favourites_count\":21,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":1845,\"lang\":\"en\",\"status\":{\"created_at\":\"Wed Nov 26 16:29:15 +0000 2014\",\"id\":537644262628663296,\"id_str\":\"537644262628663296\",\"text\":\"We love a good bird reference. Cast your vote to help the @WhiteHouse select the National Thanksgiving Turkey: https:\\/\\/t.co\\/wMP98fpiEw\",\"source\":\"\\u003ca href=\\\"https:\\/\\/about.twitter.com\\/products\\/tweetdeck\\\" rel=\\\"nofollow\\\"\\u003eTweetDeck\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":289,\"favorite_count\":392,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"WhiteHouse\",\"name\":\"The White House\",\"id\":30313925,\"id_str\":\"30313925\",\"indices\":[58,69]}],\"urls\":[{\"url\":\"https:\\/\\/t.co\\/wMP98fpiEw\",\"expanded_url\":\"https:\\/\\/twitter.com\\/WhiteHouse\\/status\\/537617841928015872\",\"display_url\":\"twitter.com\\/WhiteHouse\\/sta\\u2026\",\"indices\":[111,134]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"ACDED6\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/783214\\/1347405327\",\"profile_link_color\":\"226699\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false}"
+                }
+            }
+        }
+    ]
+}
\ No newline at end of file
diff --git a/cassettes/testhometimeline.json b/cassettes/testhometimeline.json
new file mode 100644 (file)
index 0000000..8a235ac
--- /dev/null
@@ -0,0 +1,89 @@
+{
+    "version": 1, 
+    "interactions": [
+        {
+            "request": {
+                "body": null, 
+                "headers": {
+                    "Host": [
+                        "api.twitter.com"
+                    ]
+                }, 
+                "method": "GET", 
+                "uri": "https://api.twitter.com:443/1.1/statuses/home_timeline.json"
+            }, 
+            "response": {
+                "status": {
+                    "message": "OK", 
+                    "code": 200
+                }, 
+                "headers": {
+                    "status": [
+                        "200 OK"
+                    ], 
+                    "x-rate-limit-remaining": [
+                        "13"
+                    ], 
+                    "content-length": [
+                        "83844"
+                    ], 
+                    "expires": [
+                        "Tue, 31 Mar 1981 05:00:00 GMT"
+                    ], 
+                    "x-transaction": [
+                        "3ac8d4259bf3c683"
+                    ], 
+                    "x-content-type-options": [
+                        "nosniff"
+                    ], 
+                    "x-connection-hash": [
+                        "bf5bf0c942d3a95cf90534a464b70e72"
+                    ], 
+                    "set-cookie": [
+                        "lang=en", 
+                        "guest_id=v1%3A141738008147369654; Domain=.twitter.com; Path=/; Expires=Tue, 29-Nov-2016 20:41:21 UTC"
+                    ], 
+                    "strict-transport-security": [
+                        "max-age=631138519"
+                    ], 
+                    "x-access-level": [
+                        "read-write-directmessages"
+                    ], 
+                    "server": [
+                        "tsa_b"
+                    ], 
+                    "last-modified": [
+                        "Sun, 30 Nov 2014 20:41:21 GMT"
+                    ], 
+                    "x-xss-protection": [
+                        "1; mode=block"
+                    ], 
+                    "x-rate-limit-reset": [
+                        "1417380966"
+                    ], 
+                    "pragma": [
+                        "no-cache"
+                    ], 
+                    "cache-control": [
+                        "no-cache, no-store, must-revalidate, pre-check=0, post-check=0"
+                    ], 
+                    "date": [
+                        "Sun, 30 Nov 2014 20:41:21 UTC"
+                    ], 
+                    "x-rate-limit-limit": [
+                        "15"
+                    ], 
+                    "x-frame-options": [
+                        "SAMEORIGIN"
+                    ], 
+                    "content-type": [
+                        "application/json;charset=utf-8"
+                    ]
+                }, 
+                "body": {
+                    "string": "[{\"created_at\":\"Sun Nov 30 20:00:07 +0000 2014\",\"id\":539146877577748480,\"id_str\":\"539146877577748480\",\"text\":\"A solid case for napping at work tomorrow. http:\\/\\/t.co\\/YgMWdT85Uh http:\\/\\/t.co\\/4G4vLeyWEw\",\"source\":\"\\u003ca href=\\\"http:\\/\\/srm.vitrue.com\\\" rel=\\\"nofollow\\\"\\u003eSocial Publisher\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":10228272,\"id_str\":\"10228272\",\"name\":\"YouTube\",\"screen_name\":\"YouTube\",\"location\":\"San Bruno, CA\",\"profile_location\":null,\"description\":\"Tweets on news, music and trends from all your favorite channels.\",\"url\":\"http:\\/\\/t.co\\/F3fLcfnBVf\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/F3fLcfnBVf\",\"expanded_url\":\"http:\\/\\/youtube.com\",\"display_url\":\"youtube.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":46777258,\"friends_count\":833,\"listed_count\":75376,\"created_at\":\"Tue Nov 13 21:43:46 +0000 2007\",\"favourites_count\":660,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":11947,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"AF0000\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/451389902429491200\\/Rrlh09IC.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/451389902429491200\\/Rrlh09IC.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/514243000063373312\\/zSPlu0vY_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/514243000063373312\\/zSPlu0vY_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/10228272\\/1410614774\",\"profile_link_color\":\"C9191D\",\"profile_sidebar_border_color\":\"000000\",\"profile_sidebar_fill_color\":\"EFEFEF\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":72,\"favorite_count\":240,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/YgMWdT85Uh\",\"expanded_url\":\"http:\\/\\/goo.gl\\/VKiJEZ\",\"display_url\":\"goo.gl\\/VKiJEZ\",\"indices\":[43,65]}],\"media\":[{\"id\":539146877393174528,\"id_str\":\"539146877393174528\",\"indices\":[66,88],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3tvOnzIAAAkqhf.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3tvOnzIAAAkqhf.png\",\"url\":\"http:\\/\\/t.co\\/4G4vLeyWEw\",\"display_url\":\"pic.twitter.com\\/4G4vLeyWEw\",\"expanded_url\":\"http:\\/\\/twitter.com\\/YouTube\\/status\\/539146877577748480\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"small\":{\"w\":340,\"h\":184,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"medium\":{\"w\":600,\"h\":325,\"resize\":\"fit\"},\"large\":{\"w\":842,\"h\":457,\"resize\":\"fit\"}}}]},\"extended_entities\":{\"media\":[{\"id\":539146877393174528,\"id_str\":\"539146877393174528\",\"indices\":[66,88],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3tvOnzIAAAkqhf.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3tvOnzIAAAkqhf.png\",\"url\":\"http:\\/\\/t.co\\/4G4vLeyWEw\",\"display_url\":\"pic.twitter.com\\/4G4vLeyWEw\",\"expanded_url\":\"http:\\/\\/twitter.com\\/YouTube\\/status\\/539146877577748480\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"small\":{\"w\":340,\"h\":184,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"medium\":{\"w\":600,\"h\":325,\"resize\":\"fit\"},\"large\":{\"w\":842,\"h\":457,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Sun Nov 30 19:24:54 +0000 2014\",\"id\":539138015181160448,\"id_str\":\"539138015181160448\",\"text\":\"testing 1000 http:\\/\\/t.co\\/AYksz2oIC5\",\"source\":\"\\u003ca href=\\\"http:\\/\\/tweepy.github.com\\/\\\" rel=\\\"nofollow\\\"\\u003eTweepyTravis\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":0,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[],\"media\":[{\"id\":539138015076290560,\"id_str\":\"539138015076290560\",\"indices\":[13,35],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3tnKxGIEAAkMeT.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3tnKxGIEAAkMeT.png\",\"url\":\"http:\\/\\/t.co\\/AYksz2oIC5\",\"display_url\":\"pic.twitter.com\\/AYksz2oIC5\",\"expanded_url\":\"http:\\/\\/twitter.com\\/tweepytest\\/status\\/539138015181160448\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":170,\"resize\":\"fit\"},\"large\":{\"w\":1024,\"h\":512,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":300,\"resize\":\"fit\"}}}]},\"extended_entities\":{\"media\":[{\"id\":539138015076290560,\"id_str\":\"539138015076290560\",\"indices\":[13,35],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3tnKxGIEAAkMeT.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3tnKxGIEAAkMeT.png\",\"url\":\"http:\\/\\/t.co\\/AYksz2oIC5\",\"display_url\":\"pic.twitter.com\\/AYksz2oIC5\",\"expanded_url\":\"http:\\/\\/twitter.com\\/tweepytest\\/status\\/539138015181160448\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":170,\"resize\":\"fit\"},\"large\":{\"w\":1024,\"h\":512,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":300,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Sun Nov 30 18:15:13 +0000 2014\",\"id\":539120481270378497,\"id_str\":\"539120481270378497\",\"text\":\"Enter @VisaCheckout.com for chance at @SuperBowl XLIX. NoPurcNec 18+USRes Ends1\\/04 Rules http:\\/\\/t.co\\/ftiMq6CvFi https:\\/\\/t.co\\/EsMKS33M1Q\",\"source\":\"\\u003ca href=\\\"https:\\/\\/ads.twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Ads\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":551373363,\"id_str\":\"551373363\",\"name\":\"Visa\",\"screen_name\":\"Visa\",\"location\":\"USA\",\"profile_location\":null,\"description\":\"#everywhere isn\\u2019t just a place. It can be the journey. It could be the destination. But it\\u2019s always a new state of mind.\",\"url\":\"https:\\/\\/t.co\\/VWpEVdNbzo\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"https:\\/\\/t.co\\/VWpEVdNbzo\",\"expanded_url\":\"https:\\/\\/www.facebook.com\\/VisaUnitedStates\",\"display_url\":\"facebook.com\\/VisaUnitedStat\\u2026\",\"indices\":[0,23]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":239356,\"friends_count\":1185,\"listed_count\":746,\"created_at\":\"Wed Apr 11 20:22:05 +0000 2012\",\"favourites_count\":463,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":13024,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/431926116211638273\\/tO9ovF7U.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/431926116211638273\\/tO9ovF7U.jpeg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/431926282322866176\\/2a-H3Slp_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/431926282322866176\\/2a-H3Slp_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/551373363\\/1405461475\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":6,\"favorite_count\":8,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"VisaCheckout\",\"name\":\"Checkout with Visa\",\"id\":2460280304,\"id_str\":\"2460280304\",\"indices\":[6,19]},{\"screen_name\":\"SuperBowl\",\"name\":\"Super Bowl\",\"id\":19425947,\"id_str\":\"19425947\",\"indices\":[38,48]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/ftiMq6CvFi\",\"expanded_url\":\"http:\\/\\/vi.sa\\/1A4lPz9\",\"display_url\":\"vi.sa\\/1A4lPz9\",\"indices\":[89,111]},{\"url\":\"https:\\/\\/t.co\\/EsMKS33M1Q\",\"expanded_url\":\"https:\\/\\/cards.twitter.com\\/cards\\/949uer\\/8mb0\",\"display_url\":\"cards.twitter.com\\/cards\\/949uer\\/8\\u2026\",\"indices\":[112,135]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"da\"},{\"created_at\":\"Sun Nov 30 17:15:14 +0000 2014\",\"id\":539105384380633088,\"id_str\":\"539105384380633088\",\"text\":\"RT @GooglePlay: Give them a gift they\\u2019ll actually wear. The #BlackFriday wearables sale is on now. http:\\/\\/t.co\\/5Fh70VGeGw http:\\/\\/t.co\\/AnkZx\\u2026\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003eTwitter for iPhone\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":382267114,\"id_str\":\"382267114\",\"name\":\"Android\",\"screen_name\":\"Android\",\"location\":\"Mountain View, CA\",\"profile_location\":null,\"description\":\"News, tips, and tricks direct from the Android team.\",\"url\":\"http:\\/\\/t.co\\/WHg9n3cypK\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/WHg9n3cypK\",\"expanded_url\":\"http:\\/\\/android.com\",\"display_url\":\"android.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":6602828,\"friends_count\":32,\"listed_count\":19229,\"created_at\":\"Thu Sep 29 19:34:47 +0000 2011\",\"favourites_count\":0,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":526,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"A5C639\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/436087884\\/TwitterX4.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/436087884\\/TwitterX4.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/522418773723074561\\/AyreX9yf_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/522418773723074561\\/AyreX9yf_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/382267114\\/1413389307\",\"profile_link_color\":\"A5C639\",\"profile_sidebar_border_color\":\"EEEEEE\",\"profile_sidebar_fill_color\":\"FFFFFF\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweeted_status\":{\"created_at\":\"Sun Nov 30 15:00:58 +0000 2014\",\"id\":539071594698899456,\"id_str\":\"539071594698899456\",\"text\":\"Give them a gift they\\u2019ll actually wear. The #BlackFriday wearables sale is on now. http:\\/\\/t.co\\/5Fh70VGeGw http:\\/\\/t.co\\/AnkZxUUQaY\",\"source\":\"\\u003ca href=\\\"http:\\/\\/www.hootsuite.com\\\" rel=\\\"nofollow\\\"\\u003eHootsuite\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":243381107,\"id_str\":\"243381107\",\"name\":\"Google Play\",\"screen_name\":\"GooglePlay\",\"location\":\"Play Your Heart Out\",\"profile_location\":null,\"description\":\"Discover music, movies & tv, apps, books, newsstand and games on Google Play.\",\"url\":\"http:\\/\\/t.co\\/655Gl498Xy\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/655Gl498Xy\",\"expanded_url\":\"http:\\/\\/play.google.com\",\"display_url\":\"play.google.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":4052930,\"friends_count\":561,\"listed_count\":8390,\"created_at\":\"Wed Jan 26 22:44:39 +0000 2011\",\"favourites_count\":313,\"utc_offset\":-25200,\"time_zone\":\"Arizona\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":5004,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/820413611\\/07d2c719da83b444279c0e93d2329e1a.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/820413611\\/07d2c719da83b444279c0e93d2329e1a.png\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/529308402661339136\\/Yb0c2yz8_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/529308402661339136\\/Yb0c2yz8_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/243381107\\/1415031944\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":118,\"favorite_count\":198,\"entities\":{\"hashtags\":[{\"text\":\"BlackFriday\",\"indices\":[44,56]}],\"symbols\":[],\"user_mentions\":[],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/5Fh70VGeGw\",\"expanded_url\":\"http:\\/\\/goo.gl\\/ItqBnt\",\"display_url\":\"goo.gl\\/ItqBnt\",\"indices\":[83,105]}],\"media\":[{\"id\":539071594006446080,\"id_str\":\"539071594006446080\",\"indices\":[106,128],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3sqwjVCAAA1hq3.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3sqwjVCAAA1hq3.png\",\"url\":\"http:\\/\\/t.co\\/AnkZxUUQaY\",\"display_url\":\"pic.twitter.com\\/AnkZxUUQaY\",\"expanded_url\":\"http:\\/\\/twitter.com\\/GooglePlay\\/status\\/539071594698899456\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"large\":{\"w\":640,\"h\":360,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":337,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":191,\"resize\":\"fit\"}}}]},\"extended_entities\":{\"media\":[{\"id\":539071594006446080,\"id_str\":\"539071594006446080\",\"indices\":[106,128],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3sqwjVCAAA1hq3.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3sqwjVCAAA1hq3.png\",\"url\":\"http:\\/\\/t.co\\/AnkZxUUQaY\",\"display_url\":\"pic.twitter.com\\/AnkZxUUQaY\",\"expanded_url\":\"http:\\/\\/twitter.com\\/GooglePlay\\/status\\/539071594698899456\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"large\":{\"w\":640,\"h\":360,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":337,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":191,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"scopes\":{\"place_ids\":[\"96683cc9126741d1\"]},\"lang\":\"en\"},\"retweet_count\":118,\"favorite_count\":0,\"entities\":{\"hashtags\":[{\"text\":\"BlackFriday\",\"indices\":[60,72]}],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"GooglePlay\",\"name\":\"Google Play\",\"id\":243381107,\"id_str\":\"243381107\",\"indices\":[3,14]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/5Fh70VGeGw\",\"expanded_url\":\"http:\\/\\/goo.gl\\/ItqBnt\",\"display_url\":\"goo.gl\\/ItqBnt\",\"indices\":[99,121]}],\"media\":[{\"id\":539071594006446080,\"id_str\":\"539071594006446080\",\"indices\":[139,140],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3sqwjVCAAA1hq3.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3sqwjVCAAA1hq3.png\",\"url\":\"http:\\/\\/t.co\\/AnkZxUUQaY\",\"display_url\":\"pic.twitter.com\\/AnkZxUUQaY\",\"expanded_url\":\"http:\\/\\/twitter.com\\/GooglePlay\\/status\\/539071594698899456\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"large\":{\"w\":640,\"h\":360,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":337,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":191,\"resize\":\"fit\"}},\"source_status_id\":539071594698899456,\"source_status_id_str\":\"539071594698899456\"}]},\"extended_entities\":{\"media\":[{\"id\":539071594006446080,\"id_str\":\"539071594006446080\",\"indices\":[139,140],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3sqwjVCAAA1hq3.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3sqwjVCAAA1hq3.png\",\"url\":\"http:\\/\\/t.co\\/AnkZxUUQaY\",\"display_url\":\"pic.twitter.com\\/AnkZxUUQaY\",\"expanded_url\":\"http:\\/\\/twitter.com\\/GooglePlay\\/status\\/539071594698899456\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"large\":{\"w\":640,\"h\":360,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":337,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":191,\"resize\":\"fit\"}},\"source_status_id\":539071594698899456,\"source_status_id_str\":\"539071594698899456\"}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Sun Nov 30 17:00:06 +0000 2014\",\"id\":539101575424524289,\"id_str\":\"539101575424524289\",\"text\":\"You can totally see our house from here! http:\\/\\/t.co\\/pxc82gCnq2 http:\\/\\/t.co\\/BZ4FrfJ9L2\",\"source\":\"\\u003ca href=\\\"http:\\/\\/srm.vitrue.com\\\" rel=\\\"nofollow\\\"\\u003eSocial Publisher\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":10228272,\"id_str\":\"10228272\",\"name\":\"YouTube\",\"screen_name\":\"YouTube\",\"location\":\"San Bruno, CA\",\"profile_location\":null,\"description\":\"Tweets on news, music and trends from all your favorite channels.\",\"url\":\"http:\\/\\/t.co\\/F3fLcfnBVf\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/F3fLcfnBVf\",\"expanded_url\":\"http:\\/\\/youtube.com\",\"display_url\":\"youtube.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":46777258,\"friends_count\":833,\"listed_count\":75376,\"created_at\":\"Tue Nov 13 21:43:46 +0000 2007\",\"favourites_count\":660,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":11947,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"AF0000\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/451389902429491200\\/Rrlh09IC.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/451389902429491200\\/Rrlh09IC.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/514243000063373312\\/zSPlu0vY_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/514243000063373312\\/zSPlu0vY_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/10228272\\/1410614774\",\"profile_link_color\":\"C9191D\",\"profile_sidebar_border_color\":\"000000\",\"profile_sidebar_fill_color\":\"EFEFEF\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":307,\"favorite_count\":675,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/pxc82gCnq2\",\"expanded_url\":\"http:\\/\\/goo.gl\\/lyFZ8C\",\"display_url\":\"goo.gl\\/lyFZ8C\",\"indices\":[41,63]}],\"media\":[{\"id\":539101575168671745,\"id_str\":\"539101575168671745\",\"indices\":[64,86],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3tGBr3IQAExjx9.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3tGBr3IQAExjx9.png\",\"url\":\"http:\\/\\/t.co\\/BZ4FrfJ9L2\",\"display_url\":\"pic.twitter.com\\/BZ4FrfJ9L2\",\"expanded_url\":\"http:\\/\\/twitter.com\\/YouTube\\/status\\/539101575424524289\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"small\":{\"w\":340,\"h\":183,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"large\":{\"w\":834,\"h\":449,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":323,\"resize\":\"fit\"}}}]},\"extended_entities\":{\"media\":[{\"id\":539101575168671745,\"id_str\":\"539101575168671745\",\"indices\":[64,86],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3tGBr3IQAExjx9.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3tGBr3IQAExjx9.png\",\"url\":\"http:\\/\\/t.co\\/BZ4FrfJ9L2\",\"display_url\":\"pic.twitter.com\\/BZ4FrfJ9L2\",\"expanded_url\":\"http:\\/\\/twitter.com\\/YouTube\\/status\\/539101575424524289\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"small\":{\"w\":340,\"h\":183,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"large\":{\"w\":834,\"h\":449,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":323,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Sun Nov 30 01:43:00 +0000 2014\",\"id\":538870779103158272,\"id_str\":\"538870779103158272\",\"text\":\"RT @USCBookstore: Wake up, Trojans, it's game day! Get your No Shamrocks T now! #FightOn #USC https:\\/\\/t.co\\/MgSI9Aa95B\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003eTwitter for iPhone\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":300392950,\"id_str\":\"300392950\",\"name\":\"Twitter Sports\",\"screen_name\":\"TwitterSports\",\"location\":\"TwitterHQ\",\"profile_location\":null,\"description\":\"Sports related tweets from around the world.\",\"url\":\"https:\\/\\/t.co\\/J9jRbknG4l\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"https:\\/\\/t.co\\/J9jRbknG4l\",\"expanded_url\":\"https:\\/\\/blog.twitter.com\\/media\",\"display_url\":\"blog.twitter.com\\/media\",\"indices\":[0,23]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":4248276,\"friends_count\":263,\"listed_count\":6486,\"created_at\":\"Tue May 17 17:54:29 +0000 2011\",\"favourites_count\":62,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":2138,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"C0DEED\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/656936359\\/pjmryisi4g22te2awpxb.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/656936359\\/pjmryisi4g22te2awpxb.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/3752498247\\/a26b3f2a944f600b8bc990d02cd96928_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/3752498247\\/a26b3f2a944f600b8bc990d02cd96928_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/300392950\\/1396972348\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"C0DEED\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweeted_status\":{\"created_at\":\"Sat Nov 29 17:00:07 +0000 2014\",\"id\":538739192843350021,\"id_str\":\"538739192843350021\",\"text\":\"Wake up, Trojans, it's game day! Get your No Shamrocks T now! #FightOn #USC https:\\/\\/t.co\\/MgSI9Aa95B\",\"source\":\"\\u003ca href=\\\"https:\\/\\/ads.twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Ads\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":39372927,\"id_str\":\"39372927\",\"name\":\"USC Bookstore\",\"screen_name\":\"USCBookstore\",\"location\":\"Los Angeles, CA\",\"profile_location\":null,\"description\":\"Serving the academic and spirit needs of USC community.\",\"url\":\"http:\\/\\/t.co\\/Kbk7iO7lAk\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/Kbk7iO7lAk\",\"expanded_url\":\"http:\\/\\/www.uscbookstore.com\",\"display_url\":\"uscbookstore.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":2559,\"friends_count\":247,\"listed_count\":133,\"created_at\":\"Mon May 11 23:26:33 +0000 2009\",\"favourites_count\":52,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":false,\"verified\":false,\"statuses_count\":882,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"A80B10\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/13644699\\/bookstore.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/13644699\\/bookstore.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/207776406\\/logo_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/207776406\\/logo_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/39372927\\/1405548397\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"ED315B\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":40,\"favorite_count\":17,\"entities\":{\"hashtags\":[{\"text\":\"FightOn\",\"indices\":[62,70]},{\"text\":\"USC\",\"indices\":[71,75]}],\"symbols\":[],\"user_mentions\":[],\"urls\":[{\"url\":\"https:\\/\\/t.co\\/MgSI9Aa95B\",\"expanded_url\":\"https:\\/\\/api.flightly.com\\/commerce\\/merchants\\/873ff7e0-687b-11e4-9803-0800200c9a66\\/cards\\/911d7d50-7442-11e4-a775-2d430f5899c6\",\"display_url\":\"api.flightly.com\\/commerce\\/merch\\u2026\",\"indices\":[76,99]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"retweet_count\":40,\"favorite_count\":0,\"entities\":{\"hashtags\":[{\"text\":\"FightOn\",\"indices\":[80,88]},{\"text\":\"USC\",\"indices\":[89,93]}],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"USCBookstore\",\"name\":\"USC Bookstore\",\"id\":39372927,\"id_str\":\"39372927\",\"indices\":[3,16]}],\"urls\":[{\"url\":\"https:\\/\\/t.co\\/MgSI9Aa95B\",\"expanded_url\":\"https:\\/\\/api.flightly.com\\/commerce\\/merchants\\/873ff7e0-687b-11e4-9803-0800200c9a66\\/cards\\/911d7d50-7442-11e4-a775-2d430f5899c6\",\"display_url\":\"api.flightly.com\\/commerce\\/merch\\u2026\",\"indices\":[94,117]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Sat Nov 29 23:00:07 +0000 2014\",\"id\":538829791345246209,\"id_str\":\"538829791345246209\",\"text\":\"Do 8-bit turtles dream of pixelated pizza? http:\\/\\/t.co\\/BdzDyEn4a9 http:\\/\\/t.co\\/OUDE3wUgVb\",\"source\":\"\\u003ca href=\\\"http:\\/\\/srm.vitrue.com\\\" rel=\\\"nofollow\\\"\\u003eSocial Publisher\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":10228272,\"id_str\":\"10228272\",\"name\":\"YouTube\",\"screen_name\":\"YouTube\",\"location\":\"San Bruno, CA\",\"profile_location\":null,\"description\":\"Tweets on news, music and trends from all your favorite channels.\",\"url\":\"http:\\/\\/t.co\\/F3fLcfnBVf\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/F3fLcfnBVf\",\"expanded_url\":\"http:\\/\\/youtube.com\",\"display_url\":\"youtube.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":46777258,\"friends_count\":833,\"listed_count\":75376,\"created_at\":\"Tue Nov 13 21:43:46 +0000 2007\",\"favourites_count\":660,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":11947,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"AF0000\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/451389902429491200\\/Rrlh09IC.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/451389902429491200\\/Rrlh09IC.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/514243000063373312\\/zSPlu0vY_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/514243000063373312\\/zSPlu0vY_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/10228272\\/1410614774\",\"profile_link_color\":\"C9191D\",\"profile_sidebar_border_color\":\"000000\",\"profile_sidebar_fill_color\":\"EFEFEF\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":254,\"favorite_count\":536,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/BdzDyEn4a9\",\"expanded_url\":\"http:\\/\\/goo.gl\\/BSF2Mv\",\"display_url\":\"goo.gl\\/BSF2Mv\",\"indices\":[43,65]}],\"media\":[{\"id\":538829791265554434,\"id_str\":\"538829791265554434\",\"indices\":[66,88],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3pO1x7IAAI81MA.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3pO1x7IAAI81MA.png\",\"url\":\"http:\\/\\/t.co\\/OUDE3wUgVb\",\"display_url\":\"pic.twitter.com\\/OUDE3wUgVb\",\"expanded_url\":\"http:\\/\\/twitter.com\\/YouTube\\/status\\/538829791345246209\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"medium\":{\"w\":600,\"h\":318,\"resize\":\"fit\"},\"large\":{\"w\":710,\"h\":377,\"resize\":\"fit\"},\"small\":{\"w\":340,\"h\":180,\"resize\":\"fit\"}}}]},\"extended_entities\":{\"media\":[{\"id\":538829791265554434,\"id_str\":\"538829791265554434\",\"indices\":[66,88],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3pO1x7IAAI81MA.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3pO1x7IAAI81MA.png\",\"url\":\"http:\\/\\/t.co\\/OUDE3wUgVb\",\"display_url\":\"pic.twitter.com\\/OUDE3wUgVb\",\"expanded_url\":\"http:\\/\\/twitter.com\\/YouTube\\/status\\/538829791345246209\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"medium\":{\"w\":600,\"h\":318,\"resize\":\"fit\"},\"large\":{\"w\":710,\"h\":377,\"resize\":\"fit\"},\"small\":{\"w\":340,\"h\":180,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Sat Nov 29 20:00:07 +0000 2014\",\"id\":538784489510813696,\"id_str\":\"538784489510813696\",\"text\":\"We\\u2019ll take one #LoveMeHarder cover \\u2013 shaken, not stirred. http:\\/\\/t.co\\/Cdkc5x3K5L http:\\/\\/t.co\\/Pksbi9KPVi\",\"source\":\"\\u003ca href=\\\"http:\\/\\/srm.vitrue.com\\\" rel=\\\"nofollow\\\"\\u003eSocial Publisher\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":10228272,\"id_str\":\"10228272\",\"name\":\"YouTube\",\"screen_name\":\"YouTube\",\"location\":\"San Bruno, CA\",\"profile_location\":null,\"description\":\"Tweets on news, music and trends from all your favorite channels.\",\"url\":\"http:\\/\\/t.co\\/F3fLcfnBVf\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/F3fLcfnBVf\",\"expanded_url\":\"http:\\/\\/youtube.com\",\"display_url\":\"youtube.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":46777258,\"friends_count\":833,\"listed_count\":75376,\"created_at\":\"Tue Nov 13 21:43:46 +0000 2007\",\"favourites_count\":660,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":11947,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"AF0000\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/451389902429491200\\/Rrlh09IC.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/451389902429491200\\/Rrlh09IC.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/514243000063373312\\/zSPlu0vY_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/514243000063373312\\/zSPlu0vY_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/10228272\\/1410614774\",\"profile_link_color\":\"C9191D\",\"profile_sidebar_border_color\":\"000000\",\"profile_sidebar_fill_color\":\"EFEFEF\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":167,\"favorite_count\":580,\"entities\":{\"hashtags\":[{\"text\":\"LoveMeHarder\",\"indices\":[15,28]}],\"symbols\":[],\"user_mentions\":[],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/Cdkc5x3K5L\",\"expanded_url\":\"http:\\/\\/goo.gl\\/vYL4nn\",\"display_url\":\"goo.gl\\/vYL4nn\",\"indices\":[58,80]}],\"media\":[{\"id\":538784489288519680,\"id_str\":\"538784489288519680\",\"indices\":[81,103],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3olo26IUAA2V46.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3olo26IUAA2V46.png\",\"url\":\"http:\\/\\/t.co\\/Pksbi9KPVi\",\"display_url\":\"pic.twitter.com\\/Pksbi9KPVi\",\"expanded_url\":\"http:\\/\\/twitter.com\\/YouTube\\/status\\/538784489510813696\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"large\":{\"w\":818,\"h\":459,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":336,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":190,\"resize\":\"fit\"}}}]},\"extended_entities\":{\"media\":[{\"id\":538784489288519680,\"id_str\":\"538784489288519680\",\"indices\":[81,103],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3olo26IUAA2V46.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3olo26IUAA2V46.png\",\"url\":\"http:\\/\\/t.co\\/Pksbi9KPVi\",\"display_url\":\"pic.twitter.com\\/Pksbi9KPVi\",\"expanded_url\":\"http:\\/\\/twitter.com\\/YouTube\\/status\\/538784489510813696\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"large\":{\"w\":818,\"h\":459,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":336,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":190,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Sat Nov 29 17:00:15 +0000 2014\",\"id\":538739227178315776,\"id_str\":\"538739227178315776\",\"text\":\".@devinsupertramp travels to Nepal to give the gift of selfies. http:\\/\\/t.co\\/Eqds8Pg6ul http:\\/\\/t.co\\/7lbU35x7Wo\",\"source\":\"\\u003ca href=\\\"http:\\/\\/srm.vitrue.com\\\" rel=\\\"nofollow\\\"\\u003eSocial Publisher\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":10228272,\"id_str\":\"10228272\",\"name\":\"YouTube\",\"screen_name\":\"YouTube\",\"location\":\"San Bruno, CA\",\"profile_location\":null,\"description\":\"Tweets on news, music and trends from all your favorite channels.\",\"url\":\"http:\\/\\/t.co\\/F3fLcfnBVf\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/F3fLcfnBVf\",\"expanded_url\":\"http:\\/\\/youtube.com\",\"display_url\":\"youtube.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":46777258,\"friends_count\":833,\"listed_count\":75376,\"created_at\":\"Tue Nov 13 21:43:46 +0000 2007\",\"favourites_count\":660,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":11947,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"AF0000\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/451389902429491200\\/Rrlh09IC.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/451389902429491200\\/Rrlh09IC.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/514243000063373312\\/zSPlu0vY_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/514243000063373312\\/zSPlu0vY_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/10228272\\/1410614774\",\"profile_link_color\":\"C9191D\",\"profile_sidebar_border_color\":\"000000\",\"profile_sidebar_fill_color\":\"EFEFEF\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":228,\"favorite_count\":678,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"devinsupertramp\",\"name\":\"Devin Graham\",\"id\":56030318,\"id_str\":\"56030318\",\"indices\":[1,17]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/Eqds8Pg6ul\",\"expanded_url\":\"http:\\/\\/goo.gl\\/WhqPmI\",\"display_url\":\"goo.gl\\/WhqPmI\",\"indices\":[64,86]}],\"media\":[{\"id\":538739226989572096,\"id_str\":\"538739226989572096\",\"indices\":[87,109],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3n8ePtIMAAW0Ud.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3n8ePtIMAAW0Ud.png\",\"url\":\"http:\\/\\/t.co\\/7lbU35x7Wo\",\"display_url\":\"pic.twitter.com\\/7lbU35x7Wo\",\"expanded_url\":\"http:\\/\\/twitter.com\\/YouTube\\/status\\/538739227178315776\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"small\":{\"w\":340,\"h\":183,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"medium\":{\"w\":600,\"h\":324,\"resize\":\"fit\"},\"large\":{\"w\":834,\"h\":451,\"resize\":\"fit\"}}}]},\"extended_entities\":{\"media\":[{\"id\":538739226989572096,\"id_str\":\"538739226989572096\",\"indices\":[87,109],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3n8ePtIMAAW0Ud.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3n8ePtIMAAW0Ud.png\",\"url\":\"http:\\/\\/t.co\\/7lbU35x7Wo\",\"display_url\":\"pic.twitter.com\\/7lbU35x7Wo\",\"expanded_url\":\"http:\\/\\/twitter.com\\/YouTube\\/status\\/538739227178315776\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"small\":{\"w\":340,\"h\":183,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"medium\":{\"w\":600,\"h\":324,\"resize\":\"fit\"},\"large\":{\"w\":834,\"h\":451,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Sat Nov 29 12:24:19 +0000 2014\",\"id\":538669787388596225,\"id_str\":\"538669787388596225\",\"text\":\"testing 1000 http:\\/\\/t.co\\/VRnep3xgr4\",\"source\":\"\\u003ca href=\\\"http:\\/\\/tweepy.github.com\\/\\\" rel=\\\"nofollow\\\"\\u003eTweepyTravis\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":0,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[],\"media\":[{\"id\":538669787350851584,\"id_str\":\"538669787350851584\",\"indices\":[13,35],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3m9UU5IYAAU5e7.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3m9UU5IYAAU5e7.png\",\"url\":\"http:\\/\\/t.co\\/VRnep3xgr4\",\"display_url\":\"pic.twitter.com\\/VRnep3xgr4\",\"expanded_url\":\"http:\\/\\/twitter.com\\/tweepytest\\/status\\/538669787388596225\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":170,\"resize\":\"fit\"},\"large\":{\"w\":1024,\"h\":512,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":300,\"resize\":\"fit\"}}}]},\"extended_entities\":{\"media\":[{\"id\":538669787350851584,\"id_str\":\"538669787350851584\",\"indices\":[13,35],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3m9UU5IYAAU5e7.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3m9UU5IYAAU5e7.png\",\"url\":\"http:\\/\\/t.co\\/VRnep3xgr4\",\"display_url\":\"pic.twitter.com\\/VRnep3xgr4\",\"expanded_url\":\"http:\\/\\/twitter.com\\/tweepytest\\/status\\/538669787388596225\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":170,\"resize\":\"fit\"},\"large\":{\"w\":1024,\"h\":512,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":300,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Sat Nov 29 02:00:11 +0000 2014\",\"id\":538512718089969664,\"id_str\":\"538512718089969664\",\"text\":\"Can you rap without rhyming? http:\\/\\/t.co\\/LXc2g92eZW http:\\/\\/t.co\\/gUyOQdmAEZ\",\"source\":\"\\u003ca href=\\\"http:\\/\\/srm.vitrue.com\\\" rel=\\\"nofollow\\\"\\u003eSocial Publisher\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":10228272,\"id_str\":\"10228272\",\"name\":\"YouTube\",\"screen_name\":\"YouTube\",\"location\":\"San Bruno, CA\",\"profile_location\":null,\"description\":\"Tweets on news, music and trends from all your favorite channels.\",\"url\":\"http:\\/\\/t.co\\/F3fLcfnBVf\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/F3fLcfnBVf\",\"expanded_url\":\"http:\\/\\/youtube.com\",\"display_url\":\"youtube.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":46777258,\"friends_count\":833,\"listed_count\":75376,\"created_at\":\"Tue Nov 13 21:43:46 +0000 2007\",\"favourites_count\":660,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":11947,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"AF0000\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/451389902429491200\\/Rrlh09IC.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/451389902429491200\\/Rrlh09IC.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/514243000063373312\\/zSPlu0vY_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/514243000063373312\\/zSPlu0vY_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/10228272\\/1410614774\",\"profile_link_color\":\"C9191D\",\"profile_sidebar_border_color\":\"000000\",\"profile_sidebar_fill_color\":\"EFEFEF\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":241,\"favorite_count\":696,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/LXc2g92eZW\",\"expanded_url\":\"http:\\/\\/goo.gl\\/0PAQnX\",\"display_url\":\"goo.gl\\/0PAQnX\",\"indices\":[29,51]}],\"media\":[{\"id\":538512717913812993,\"id_str\":\"538512717913812993\",\"indices\":[52,74],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3kudrpIcAEq1zx.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3kudrpIcAEq1zx.png\",\"url\":\"http:\\/\\/t.co\\/gUyOQdmAEZ\",\"display_url\":\"pic.twitter.com\\/gUyOQdmAEZ\",\"expanded_url\":\"http:\\/\\/twitter.com\\/YouTube\\/status\\/538512718089969664\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":157,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":277,\"resize\":\"fit\"},\"large\":{\"w\":1024,\"h\":472,\"resize\":\"fit\"}}}]},\"extended_entities\":{\"media\":[{\"id\":538512717913812993,\"id_str\":\"538512717913812993\",\"indices\":[52,74],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3kudrpIcAEq1zx.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3kudrpIcAEq1zx.png\",\"url\":\"http:\\/\\/t.co\\/gUyOQdmAEZ\",\"display_url\":\"pic.twitter.com\\/gUyOQdmAEZ\",\"expanded_url\":\"http:\\/\\/twitter.com\\/YouTube\\/status\\/538512718089969664\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":157,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":277,\"resize\":\"fit\"},\"large\":{\"w\":1024,\"h\":472,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Fri Nov 28 23:00:18 +0000 2014\",\"id\":538467448430022656,\"id_str\":\"538467448430022656\",\"text\":\".@FifthHarmony makes our heart beat like a #Sledgehammer. http:\\/\\/t.co\\/d39bI9XCCV http:\\/\\/t.co\\/yowHYN5BwA\",\"source\":\"\\u003ca href=\\\"http:\\/\\/srm.vitrue.com\\\" rel=\\\"nofollow\\\"\\u003eSocial Publisher\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":10228272,\"id_str\":\"10228272\",\"name\":\"YouTube\",\"screen_name\":\"YouTube\",\"location\":\"San Bruno, CA\",\"profile_location\":null,\"description\":\"Tweets on news, music and trends from all your favorite channels.\",\"url\":\"http:\\/\\/t.co\\/F3fLcfnBVf\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/F3fLcfnBVf\",\"expanded_url\":\"http:\\/\\/youtube.com\",\"display_url\":\"youtube.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":46777258,\"friends_count\":833,\"listed_count\":75376,\"created_at\":\"Tue Nov 13 21:43:46 +0000 2007\",\"favourites_count\":660,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":11947,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"AF0000\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/451389902429491200\\/Rrlh09IC.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/451389902429491200\\/Rrlh09IC.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/514243000063373312\\/zSPlu0vY_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/514243000063373312\\/zSPlu0vY_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/10228272\\/1410614774\",\"profile_link_color\":\"C9191D\",\"profile_sidebar_border_color\":\"000000\",\"profile_sidebar_fill_color\":\"EFEFEF\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":2856,\"favorite_count\":3598,\"entities\":{\"hashtags\":[{\"text\":\"Sledgehammer\",\"indices\":[43,56]}],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"FifthHarmony\",\"name\":\"Fifth Harmony\",\"id\":872374136,\"id_str\":\"872374136\",\"indices\":[1,14]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/d39bI9XCCV\",\"expanded_url\":\"http:\\/\\/goo.gl\\/bJRiYD\",\"display_url\":\"goo.gl\\/bJRiYD\",\"indices\":[58,80]}],\"media\":[{\"id\":538467448350339072,\"id_str\":\"538467448350339072\",\"indices\":[81,103],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3kFSpYIcAAVKMu.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3kFSpYIcAAVKMu.png\",\"url\":\"http:\\/\\/t.co\\/yowHYN5BwA\",\"display_url\":\"pic.twitter.com\\/yowHYN5BwA\",\"expanded_url\":\"http:\\/\\/twitter.com\\/YouTube\\/status\\/538467448430022656\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"large\":{\"w\":838,\"h\":413,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"medium\":{\"w\":600,\"h\":295,\"resize\":\"fit\"},\"small\":{\"w\":340,\"h\":167,\"resize\":\"fit\"}}}]},\"extended_entities\":{\"media\":[{\"id\":538467448350339072,\"id_str\":\"538467448350339072\",\"indices\":[81,103],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3kFSpYIcAAVKMu.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3kFSpYIcAAVKMu.png\",\"url\":\"http:\\/\\/t.co\\/yowHYN5BwA\",\"display_url\":\"pic.twitter.com\\/yowHYN5BwA\",\"expanded_url\":\"http:\\/\\/twitter.com\\/YouTube\\/status\\/538467448430022656\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"large\":{\"w\":838,\"h\":413,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"medium\":{\"w\":600,\"h\":295,\"resize\":\"fit\"},\"small\":{\"w\":340,\"h\":167,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Fri Nov 28 20:00:08 +0000 2014\",\"id\":538422107659853825,\"id_str\":\"538422107659853825\",\"text\":\"For those on the fence about rocking, AC\\/DC busts you. http:\\/\\/t.co\\/qRMoBNApG0 http:\\/\\/t.co\\/C6fnqE4Ksg\",\"source\":\"\\u003ca href=\\\"http:\\/\\/srm.vitrue.com\\\" rel=\\\"nofollow\\\"\\u003eSocial Publisher\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":10228272,\"id_str\":\"10228272\",\"name\":\"YouTube\",\"screen_name\":\"YouTube\",\"location\":\"San Bruno, CA\",\"profile_location\":null,\"description\":\"Tweets on news, music and trends from all your favorite channels.\",\"url\":\"http:\\/\\/t.co\\/F3fLcfnBVf\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/F3fLcfnBVf\",\"expanded_url\":\"http:\\/\\/youtube.com\",\"display_url\":\"youtube.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":46777258,\"friends_count\":833,\"listed_count\":75376,\"created_at\":\"Tue Nov 13 21:43:46 +0000 2007\",\"favourites_count\":660,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":11947,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"AF0000\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/451389902429491200\\/Rrlh09IC.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/451389902429491200\\/Rrlh09IC.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/514243000063373312\\/zSPlu0vY_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/514243000063373312\\/zSPlu0vY_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/10228272\\/1410614774\",\"profile_link_color\":\"C9191D\",\"profile_sidebar_border_color\":\"000000\",\"profile_sidebar_fill_color\":\"EFEFEF\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":313,\"favorite_count\":642,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/qRMoBNApG0\",\"expanded_url\":\"http:\\/\\/goo.gl\\/0aPg5v\",\"display_url\":\"goo.gl\\/0aPg5v\",\"indices\":[55,77]}],\"media\":[{\"id\":538422107508842497,\"id_str\":\"538422107508842497\",\"indices\":[78,100],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3jcDdlIIAEbM_0.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3jcDdlIIAEbM_0.png\",\"url\":\"http:\\/\\/t.co\\/C6fnqE4Ksg\",\"display_url\":\"pic.twitter.com\\/C6fnqE4Ksg\",\"expanded_url\":\"http:\\/\\/twitter.com\\/YouTube\\/status\\/538422107659853825\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"large\":{\"w\":780,\"h\":358,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":156,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":275,\"resize\":\"fit\"}}}]},\"extended_entities\":{\"media\":[{\"id\":538422107508842497,\"id_str\":\"538422107508842497\",\"indices\":[78,100],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3jcDdlIIAEbM_0.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3jcDdlIIAEbM_0.png\",\"url\":\"http:\\/\\/t.co\\/C6fnqE4Ksg\",\"display_url\":\"pic.twitter.com\\/C6fnqE4Ksg\",\"expanded_url\":\"http:\\/\\/twitter.com\\/YouTube\\/status\\/538422107659853825\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"large\":{\"w\":780,\"h\":358,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":156,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":275,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Fri Nov 28 19:15:36 +0000 2014\",\"id\":538410899405828096,\"id_str\":\"538410899405828096\",\"text\":\"RT @GooglePlay: Post-turkey presents, anyone? Google Play #BlackFriday device  sale is on. http:\\/\\/t.co\\/SlkyyWxzXv http:\\/\\/t.co\\/H5x8EsJzhE\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":382267114,\"id_str\":\"382267114\",\"name\":\"Android\",\"screen_name\":\"Android\",\"location\":\"Mountain View, CA\",\"profile_location\":null,\"description\":\"News, tips, and tricks direct from the Android team.\",\"url\":\"http:\\/\\/t.co\\/WHg9n3cypK\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/WHg9n3cypK\",\"expanded_url\":\"http:\\/\\/android.com\",\"display_url\":\"android.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":6602828,\"friends_count\":32,\"listed_count\":19229,\"created_at\":\"Thu Sep 29 19:34:47 +0000 2011\",\"favourites_count\":0,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":526,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"A5C639\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/436087884\\/TwitterX4.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/436087884\\/TwitterX4.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/522418773723074561\\/AyreX9yf_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/522418773723074561\\/AyreX9yf_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/382267114\\/1413389307\",\"profile_link_color\":\"A5C639\",\"profile_sidebar_border_color\":\"EEEEEE\",\"profile_sidebar_fill_color\":\"FFFFFF\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweeted_status\":{\"created_at\":\"Fri Nov 28 14:30:33 +0000 2014\",\"id\":538339165675720704,\"id_str\":\"538339165675720704\",\"text\":\"Post-turkey presents, anyone? Google Play #BlackFriday device  sale is on. http:\\/\\/t.co\\/SlkyyWxzXv http:\\/\\/t.co\\/H5x8EsJzhE\",\"source\":\"\\u003ca href=\\\"http:\\/\\/www.hootsuite.com\\\" rel=\\\"nofollow\\\"\\u003eHootsuite\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":243381107,\"id_str\":\"243381107\",\"name\":\"Google Play\",\"screen_name\":\"GooglePlay\",\"location\":\"Play Your Heart Out\",\"profile_location\":null,\"description\":\"Discover music, movies & tv, apps, books, newsstand and games on Google Play.\",\"url\":\"http:\\/\\/t.co\\/655Gl498Xy\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/655Gl498Xy\",\"expanded_url\":\"http:\\/\\/play.google.com\",\"display_url\":\"play.google.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":4052930,\"friends_count\":561,\"listed_count\":8390,\"created_at\":\"Wed Jan 26 22:44:39 +0000 2011\",\"favourites_count\":313,\"utc_offset\":-25200,\"time_zone\":\"Arizona\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":5004,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/820413611\\/07d2c719da83b444279c0e93d2329e1a.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/820413611\\/07d2c719da83b444279c0e93d2329e1a.png\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/529308402661339136\\/Yb0c2yz8_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/529308402661339136\\/Yb0c2yz8_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/243381107\\/1415031944\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":101,\"favorite_count\":209,\"entities\":{\"hashtags\":[{\"text\":\"BlackFriday\",\"indices\":[42,54]}],\"symbols\":[],\"user_mentions\":[],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/SlkyyWxzXv\",\"expanded_url\":\"http:\\/\\/goo.gl\\/8vNKis\",\"display_url\":\"goo.gl\\/8vNKis\",\"indices\":[75,97]}],\"media\":[{\"id\":538339165038211072,\"id_str\":\"538339165038211072\",\"indices\":[98,120],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3iQnkzIcAAEfVS.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3iQnkzIcAAEfVS.png\",\"url\":\"http:\\/\\/t.co\\/H5x8EsJzhE\",\"display_url\":\"pic.twitter.com\\/H5x8EsJzhE\",\"expanded_url\":\"http:\\/\\/twitter.com\\/GooglePlay\\/status\\/538339165675720704\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"large\":{\"w\":640,\"h\":360,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":337,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":191,\"resize\":\"fit\"}}}]},\"extended_entities\":{\"media\":[{\"id\":538339165038211072,\"id_str\":\"538339165038211072\",\"indices\":[98,120],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3iQnkzIcAAEfVS.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3iQnkzIcAAEfVS.png\",\"url\":\"http:\\/\\/t.co\\/H5x8EsJzhE\",\"display_url\":\"pic.twitter.com\\/H5x8EsJzhE\",\"expanded_url\":\"http:\\/\\/twitter.com\\/GooglePlay\\/status\\/538339165675720704\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"large\":{\"w\":640,\"h\":360,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":337,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":191,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"scopes\":{\"place_ids\":[\"3376992a082d67c7\",\"96683cc9126741d1\"]},\"lang\":\"en\"},\"retweet_count\":101,\"favorite_count\":0,\"entities\":{\"hashtags\":[{\"text\":\"BlackFriday\",\"indices\":[58,70]}],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"GooglePlay\",\"name\":\"Google Play\",\"id\":243381107,\"id_str\":\"243381107\",\"indices\":[3,14]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/SlkyyWxzXv\",\"expanded_url\":\"http:\\/\\/goo.gl\\/8vNKis\",\"display_url\":\"goo.gl\\/8vNKis\",\"indices\":[91,113]}],\"media\":[{\"id\":538339165038211072,\"id_str\":\"538339165038211072\",\"indices\":[114,136],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3iQnkzIcAAEfVS.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3iQnkzIcAAEfVS.png\",\"url\":\"http:\\/\\/t.co\\/H5x8EsJzhE\",\"display_url\":\"pic.twitter.com\\/H5x8EsJzhE\",\"expanded_url\":\"http:\\/\\/twitter.com\\/GooglePlay\\/status\\/538339165675720704\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"large\":{\"w\":640,\"h\":360,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":337,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":191,\"resize\":\"fit\"}},\"source_status_id\":538339165675720704,\"source_status_id_str\":\"538339165675720704\"}]},\"extended_entities\":{\"media\":[{\"id\":538339165038211072,\"id_str\":\"538339165038211072\",\"indices\":[114,136],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3iQnkzIcAAEfVS.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3iQnkzIcAAEfVS.png\",\"url\":\"http:\\/\\/t.co\\/H5x8EsJzhE\",\"display_url\":\"pic.twitter.com\\/H5x8EsJzhE\",\"expanded_url\":\"http:\\/\\/twitter.com\\/GooglePlay\\/status\\/538339165675720704\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"large\":{\"w\":640,\"h\":360,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":337,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":191,\"resize\":\"fit\"}},\"source_status_id\":538339165675720704,\"source_status_id_str\":\"538339165675720704\"}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Fri Nov 28 18:00:05 +0000 2014\",\"id\":538391897698738177,\"id_str\":\"538391897698738177\",\"text\":\"In #TimesSquare? Entertain yourself using http:\\/\\/t.co\\/tTokS6S6bg. Not in NYC? Entertain these guys. #NotTheSame http:\\/\\/t.co\\/nzPI6KxtoG\",\"source\":\"\\u003ca href=\\\"http:\\/\\/www.wildfireapp.com\\/?utm_source=Twitter&utm_medium=Tweet&utm_campaign=via%2BWildfire%2BSuite\\\" rel=\\\"nofollow\\\"\\u003eWildfire Suite\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":382267114,\"id_str\":\"382267114\",\"name\":\"Android\",\"screen_name\":\"Android\",\"location\":\"Mountain View, CA\",\"profile_location\":null,\"description\":\"News, tips, and tricks direct from the Android team.\",\"url\":\"http:\\/\\/t.co\\/WHg9n3cypK\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/WHg9n3cypK\",\"expanded_url\":\"http:\\/\\/android.com\",\"display_url\":\"android.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":6602828,\"friends_count\":32,\"listed_count\":19229,\"created_at\":\"Thu Sep 29 19:34:47 +0000 2011\",\"favourites_count\":0,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":526,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"A5C639\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/436087884\\/TwitterX4.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/436087884\\/TwitterX4.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/522418773723074561\\/AyreX9yf_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/522418773723074561\\/AyreX9yf_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/382267114\\/1413389307\",\"profile_link_color\":\"A5C639\",\"profile_sidebar_border_color\":\"EEEEEE\",\"profile_sidebar_fill_color\":\"FFFFFF\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":95,\"favorite_count\":170,\"entities\":{\"hashtags\":[{\"text\":\"TimesSquare\",\"indices\":[3,15]},{\"text\":\"NotTheSame\",\"indices\":[100,111]}],\"symbols\":[],\"user_mentions\":[],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/tTokS6S6bg\",\"expanded_url\":\"http:\\/\\/androidify.com\",\"display_url\":\"androidify.com\",\"indices\":[42,64]}],\"media\":[{\"id\":538391897367400448,\"id_str\":\"538391897367400448\",\"indices\":[112,134],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3jAlACIUAAdo-F.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3jAlACIUAAdo-F.png\",\"url\":\"http:\\/\\/t.co\\/nzPI6KxtoG\",\"display_url\":\"pic.twitter.com\\/nzPI6KxtoG\",\"expanded_url\":\"http:\\/\\/twitter.com\\/Android\\/status\\/538391897698738177\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"medium\":{\"w\":600,\"h\":337,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"large\":{\"w\":1024,\"h\":575,\"resize\":\"fit\"},\"small\":{\"w\":340,\"h\":191,\"resize\":\"fit\"}}}]},\"extended_entities\":{\"media\":[{\"id\":538391897367400448,\"id_str\":\"538391897367400448\",\"indices\":[112,134],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3jAlACIUAAdo-F.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3jAlACIUAAdo-F.png\",\"url\":\"http:\\/\\/t.co\\/nzPI6KxtoG\",\"display_url\":\"pic.twitter.com\\/nzPI6KxtoG\",\"expanded_url\":\"http:\\/\\/twitter.com\\/Android\\/status\\/538391897698738177\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"medium\":{\"w\":600,\"h\":337,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"large\":{\"w\":1024,\"h\":575,\"resize\":\"fit\"},\"small\":{\"w\":340,\"h\":191,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Fri Nov 28 17:17:33 +0000 2014\",\"id\":538381192794767360,\"id_str\":\"538381192794767360\",\"text\":\"RT @google: Gadgets from Google for everyone on your list \\u2192 http:\\/\\/t.co\\/O8vVQr0lAU http:\\/\\/t.co\\/aFHnlVl7DF\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":382267114,\"id_str\":\"382267114\",\"name\":\"Android\",\"screen_name\":\"Android\",\"location\":\"Mountain View, CA\",\"profile_location\":null,\"description\":\"News, tips, and tricks direct from the Android team.\",\"url\":\"http:\\/\\/t.co\\/WHg9n3cypK\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/WHg9n3cypK\",\"expanded_url\":\"http:\\/\\/android.com\",\"display_url\":\"android.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":6602828,\"friends_count\":32,\"listed_count\":19229,\"created_at\":\"Thu Sep 29 19:34:47 +0000 2011\",\"favourites_count\":0,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":526,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"A5C639\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/436087884\\/TwitterX4.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/436087884\\/TwitterX4.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/522418773723074561\\/AyreX9yf_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/522418773723074561\\/AyreX9yf_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/382267114\\/1413389307\",\"profile_link_color\":\"A5C639\",\"profile_sidebar_border_color\":\"EEEEEE\",\"profile_sidebar_fill_color\":\"FFFFFF\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweeted_status\":{\"created_at\":\"Fri Nov 28 15:37:25 +0000 2014\",\"id\":538355993126522880,\"id_str\":\"538355993126522880\",\"text\":\"Gadgets from Google for everyone on your list \\u2192 http:\\/\\/t.co\\/O8vVQr0lAU http:\\/\\/t.co\\/aFHnlVl7DF\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":20536157,\"id_str\":\"20536157\",\"name\":\"Google\",\"screen_name\":\"google\",\"location\":\"Mountain View, CA\",\"profile_location\":null,\"description\":\"News and updates from Google\",\"url\":\"http:\\/\\/t.co\\/twxHxOtTvy\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/twxHxOtTvy\",\"expanded_url\":\"http:\\/\\/www.google.com\",\"display_url\":\"google.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":9426300,\"friends_count\":414,\"listed_count\":88350,\"created_at\":\"Tue Feb 10 19:14:39 +0000 2009\",\"favourites_count\":316,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":5582,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/378800000163714586\\/yY9JMq3S.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/378800000163714586\\/yY9JMq3S.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/522909800191901697\\/FHCGSQg0_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/522909800191901697\\/FHCGSQg0_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/20536157\\/1405528161\",\"profile_link_color\":\"0000CC\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"EBEFF9\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":192,\"favorite_count\":325,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/O8vVQr0lAU\",\"expanded_url\":\"http:\\/\\/goo.gl\\/dEOTzQ\",\"display_url\":\"goo.gl\\/dEOTzQ\",\"indices\":[48,70]}],\"media\":[{\"id\":538355991838867456,\"id_str\":\"538355991838867456\",\"indices\":[71,93],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3if7BhCQAAR-2b.jpg\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3if7BhCQAAR-2b.jpg\",\"url\":\"http:\\/\\/t.co\\/aFHnlVl7DF\",\"display_url\":\"pic.twitter.com\\/aFHnlVl7DF\",\"expanded_url\":\"http:\\/\\/twitter.com\\/google\\/status\\/538355993126522880\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"large\":{\"w\":1024,\"h\":375,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":219,\"resize\":\"fit\"},\"small\":{\"w\":340,\"h\":124,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"}}}]},\"extended_entities\":{\"media\":[{\"id\":538355991838867456,\"id_str\":\"538355991838867456\",\"indices\":[71,93],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3if7BhCQAAR-2b.jpg\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3if7BhCQAAR-2b.jpg\",\"url\":\"http:\\/\\/t.co\\/aFHnlVl7DF\",\"display_url\":\"pic.twitter.com\\/aFHnlVl7DF\",\"expanded_url\":\"http:\\/\\/twitter.com\\/google\\/status\\/538355993126522880\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"large\":{\"w\":1024,\"h\":375,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":219,\"resize\":\"fit\"},\"small\":{\"w\":340,\"h\":124,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"retweet_count\":192,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"google\",\"name\":\"Google\",\"id\":20536157,\"id_str\":\"20536157\",\"indices\":[3,10]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/O8vVQr0lAU\",\"expanded_url\":\"http:\\/\\/goo.gl\\/dEOTzQ\",\"display_url\":\"goo.gl\\/dEOTzQ\",\"indices\":[60,82]}],\"media\":[{\"id\":538355991838867456,\"id_str\":\"538355991838867456\",\"indices\":[83,105],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3if7BhCQAAR-2b.jpg\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3if7BhCQAAR-2b.jpg\",\"url\":\"http:\\/\\/t.co\\/aFHnlVl7DF\",\"display_url\":\"pic.twitter.com\\/aFHnlVl7DF\",\"expanded_url\":\"http:\\/\\/twitter.com\\/google\\/status\\/538355993126522880\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"large\":{\"w\":1024,\"h\":375,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":219,\"resize\":\"fit\"},\"small\":{\"w\":340,\"h\":124,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"}},\"source_status_id\":538355993126522880,\"source_status_id_str\":\"538355993126522880\"}]},\"extended_entities\":{\"media\":[{\"id\":538355991838867456,\"id_str\":\"538355991838867456\",\"indices\":[83,105],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3if7BhCQAAR-2b.jpg\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3if7BhCQAAR-2b.jpg\",\"url\":\"http:\\/\\/t.co\\/aFHnlVl7DF\",\"display_url\":\"pic.twitter.com\\/aFHnlVl7DF\",\"expanded_url\":\"http:\\/\\/twitter.com\\/google\\/status\\/538355993126522880\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"large\":{\"w\":1024,\"h\":375,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":219,\"resize\":\"fit\"},\"small\":{\"w\":340,\"h\":124,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"}},\"source_status_id\":538355993126522880,\"source_status_id_str\":\"538355993126522880\"}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Fri Nov 28 17:00:17 +0000 2014\",\"id\":538376845239255041,\"id_str\":\"538376845239255041\",\"text\":\"Follow us on Poof before it\\u2019s too \\u2026 http:\\/\\/t.co\\/N2KI64T3DK http:\\/\\/t.co\\/Ul0HnFeguS\",\"source\":\"\\u003ca href=\\\"http:\\/\\/srm.vitrue.com\\\" rel=\\\"nofollow\\\"\\u003eSocial Publisher\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":10228272,\"id_str\":\"10228272\",\"name\":\"YouTube\",\"screen_name\":\"YouTube\",\"location\":\"San Bruno, CA\",\"profile_location\":null,\"description\":\"Tweets on news, music and trends from all your favorite channels.\",\"url\":\"http:\\/\\/t.co\\/F3fLcfnBVf\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/F3fLcfnBVf\",\"expanded_url\":\"http:\\/\\/youtube.com\",\"display_url\":\"youtube.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":46777258,\"friends_count\":833,\"listed_count\":75376,\"created_at\":\"Tue Nov 13 21:43:46 +0000 2007\",\"favourites_count\":660,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":11947,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"AF0000\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/451389902429491200\\/Rrlh09IC.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/451389902429491200\\/Rrlh09IC.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/514243000063373312\\/zSPlu0vY_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/514243000063373312\\/zSPlu0vY_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/10228272\\/1410614774\",\"profile_link_color\":\"C9191D\",\"profile_sidebar_border_color\":\"000000\",\"profile_sidebar_fill_color\":\"EFEFEF\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":121,\"favorite_count\":473,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/N2KI64T3DK\",\"expanded_url\":\"http:\\/\\/goo.gl\\/sHJ3AF\",\"display_url\":\"goo.gl\\/sHJ3AF\",\"indices\":[36,58]}],\"media\":[{\"id\":538376845117648896,\"id_str\":\"538376845117648896\",\"indices\":[59,81],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3iy42CIcAAwm7m.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3iy42CIcAAwm7m.png\",\"url\":\"http:\\/\\/t.co\\/Ul0HnFeguS\",\"display_url\":\"pic.twitter.com\\/Ul0HnFeguS\",\"expanded_url\":\"http:\\/\\/twitter.com\\/YouTube\\/status\\/538376845239255041\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"large\":{\"w\":831,\"h\":465,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"medium\":{\"w\":600,\"h\":335,\"resize\":\"fit\"},\"small\":{\"w\":340,\"h\":190,\"resize\":\"fit\"}}}]},\"extended_entities\":{\"media\":[{\"id\":538376845117648896,\"id_str\":\"538376845117648896\",\"indices\":[59,81],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3iy42CIcAAwm7m.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3iy42CIcAAwm7m.png\",\"url\":\"http:\\/\\/t.co\\/Ul0HnFeguS\",\"display_url\":\"pic.twitter.com\\/Ul0HnFeguS\",\"expanded_url\":\"http:\\/\\/twitter.com\\/YouTube\\/status\\/538376845239255041\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"large\":{\"w\":831,\"h\":465,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"medium\":{\"w\":600,\"h\":335,\"resize\":\"fit\"},\"small\":{\"w\":340,\"h\":190,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Fri Nov 28 16:30:05 +0000 2014\",\"id\":538369247316299776,\"id_str\":\"538369247316299776\",\"text\":\"Snag the #LGGWatch until Monday for over 50% off on @GooglePlay in US, CAN &amp; UK. #BlackFriday http:\\/\\/t.co\\/3lieaWsvNE http:\\/\\/t.co\\/nWTk8R2EXR\",\"source\":\"\\u003ca href=\\\"http:\\/\\/www.wildfireapp.com\\/?utm_source=Twitter&utm_medium=Tweet&utm_campaign=via%2BWildfire%2BSuite\\\" rel=\\\"nofollow\\\"\\u003eWildfire Suite\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":382267114,\"id_str\":\"382267114\",\"name\":\"Android\",\"screen_name\":\"Android\",\"location\":\"Mountain View, CA\",\"profile_location\":null,\"description\":\"News, tips, and tricks direct from the Android team.\",\"url\":\"http:\\/\\/t.co\\/WHg9n3cypK\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/WHg9n3cypK\",\"expanded_url\":\"http:\\/\\/android.com\",\"display_url\":\"android.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":6602828,\"friends_count\":32,\"listed_count\":19229,\"created_at\":\"Thu Sep 29 19:34:47 +0000 2011\",\"favourites_count\":0,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":526,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"A5C639\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/436087884\\/TwitterX4.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/436087884\\/TwitterX4.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/522418773723074561\\/AyreX9yf_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/522418773723074561\\/AyreX9yf_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/382267114\\/1413389307\",\"profile_link_color\":\"A5C639\",\"profile_sidebar_border_color\":\"EEEEEE\",\"profile_sidebar_fill_color\":\"FFFFFF\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":128,\"favorite_count\":175,\"entities\":{\"hashtags\":[{\"text\":\"LGGWatch\",\"indices\":[9,18]},{\"text\":\"BlackFriday\",\"indices\":[85,97]}],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"GooglePlay\",\"name\":\"Google Play\",\"id\":243381107,\"id_str\":\"243381107\",\"indices\":[52,63]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3lieaWsvNE\",\"expanded_url\":\"http:\\/\\/goo.gl\\/C3UyQn\",\"display_url\":\"goo.gl\\/C3UyQn\",\"indices\":[98,120]}],\"media\":[{\"id\":538369247182094336,\"id_str\":\"538369247182094336\",\"indices\":[121,143],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3ir-lhIgAALN-b.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3ir-lhIgAALN-b.png\",\"url\":\"http:\\/\\/t.co\\/nWTk8R2EXR\",\"display_url\":\"pic.twitter.com\\/nWTk8R2EXR\",\"expanded_url\":\"http:\\/\\/twitter.com\\/Android\\/status\\/538369247316299776\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":170,\"resize\":\"fit\"},\"large\":{\"w\":1024,\"h\":512,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":300,\"resize\":\"fit\"}}}]},\"extended_entities\":{\"media\":[{\"id\":538369247182094336,\"id_str\":\"538369247182094336\",\"indices\":[121,143],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3ir-lhIgAALN-b.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3ir-lhIgAALN-b.png\",\"url\":\"http:\\/\\/t.co\\/nWTk8R2EXR\",\"display_url\":\"pic.twitter.com\\/nWTk8R2EXR\",\"expanded_url\":\"http:\\/\\/twitter.com\\/Android\\/status\\/538369247316299776\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":170,\"resize\":\"fit\"},\"large\":{\"w\":1024,\"h\":512,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":300,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Fri Nov 28 16:08:35 +0000 2014\",\"id\":538363834637885440,\"id_str\":\"538363834637885440\",\"text\":\"Get your casting queue ready for #BlackFriday: #Chromecast now $25 at select retailers, includes free @HuluPlus trial http:\\/\\/t.co\\/MNJlS3JQyt\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":56505125,\"id_str\":\"56505125\",\"name\":\"Google Chrome\",\"screen_name\":\"googlechrome\",\"location\":\"Mountain View, California\",\"profile_location\":null,\"description\":\"The official Twitter account for the Google Chrome browser, OS, Chromebooks, Chromecast, and Web Store\",\"url\":\"http:\\/\\/t.co\\/oQ8wOFCb4x\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/oQ8wOFCb4x\",\"expanded_url\":\"http:\\/\\/google.com\\/chrome\",\"display_url\":\"google.com\\/chrome\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":4652752,\"friends_count\":84,\"listed_count\":14162,\"created_at\":\"Mon Jul 13 21:51:56 +0000 2009\",\"favourites_count\":0,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":863,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"C0DEED\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/179133269\\/white.gif\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/179133269\\/white.gif\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1281767185\\/product_logo_256_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1281767185\\/product_logo_256_normal.png\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"C0DEED\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":52,\"favorite_count\":64,\"entities\":{\"hashtags\":[{\"text\":\"BlackFriday\",\"indices\":[33,45]},{\"text\":\"Chromecast\",\"indices\":[47,58]}],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"HuluPlus\",\"name\":\"HuluPlus\",\"id\":478843932,\"id_str\":\"478843932\",\"indices\":[102,111]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/MNJlS3JQyt\",\"expanded_url\":\"http:\\/\\/goo.gl\\/RoPLaF\",\"display_url\":\"goo.gl\\/RoPLaF\",\"indices\":[118,140]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"}]"
+                }
+            }
+        }
+    ]
+}
\ No newline at end of file
diff --git a/cassettes/testlistmembers.json b/cassettes/testlistmembers.json
new file mode 100644 (file)
index 0000000..fc0c115
--- /dev/null
@@ -0,0 +1,89 @@
+{
+    "version": 1, 
+    "interactions": [
+        {
+            "request": {
+                "body": null, 
+                "headers": {
+                    "Host": [
+                        "api.twitter.com"
+                    ]
+                }, 
+                "method": "GET", 
+                "uri": "https://api.twitter.com:443/1.1/lists/members.json?slug=stars&owner_screen_name=applepie"
+            }, 
+            "response": {
+                "status": {
+                    "message": "OK", 
+                    "code": 200
+                }, 
+                "headers": {
+                    "status": [
+                        "200 OK"
+                    ], 
+                    "x-rate-limit-remaining": [
+                        "179"
+                    ], 
+                    "content-length": [
+                        "56193"
+                    ], 
+                    "expires": [
+                        "Tue, 31 Mar 1981 05:00:00 GMT"
+                    ], 
+                    "x-transaction": [
+                        "176f9d9922f57510"
+                    ], 
+                    "x-content-type-options": [
+                        "nosniff"
+                    ], 
+                    "x-connection-hash": [
+                        "6a2ab4be1f0fa4f92be8ebbbfc32b665"
+                    ], 
+                    "set-cookie": [
+                        "lang=en", 
+                        "guest_id=v1%3A141738008211872832; Domain=.twitter.com; Path=/; Expires=Tue, 29-Nov-2016 20:41:22 UTC"
+                    ], 
+                    "strict-transport-security": [
+                        "max-age=631138519"
+                    ], 
+                    "x-access-level": [
+                        "read-write-directmessages"
+                    ], 
+                    "server": [
+                        "tsa_b"
+                    ], 
+                    "last-modified": [
+                        "Sun, 30 Nov 2014 20:41:22 GMT"
+                    ], 
+                    "x-xss-protection": [
+                        "1; mode=block"
+                    ], 
+                    "x-rate-limit-reset": [
+                        "1417380982"
+                    ], 
+                    "pragma": [
+                        "no-cache"
+                    ], 
+                    "cache-control": [
+                        "no-cache, no-store, must-revalidate, pre-check=0, post-check=0"
+                    ], 
+                    "date": [
+                        "Sun, 30 Nov 2014 20:41:22 UTC"
+                    ], 
+                    "x-rate-limit-limit": [
+                        "180"
+                    ], 
+                    "x-frame-options": [
+                        "SAMEORIGIN"
+                    ], 
+                    "content-type": [
+                        "application/json;charset=utf-8"
+                    ]
+                }, 
+                "body": {
+                    "string": "{\"users\":[{\"id\":1424700757,\"id_str\":\"1424700757\",\"name\":\"Joss Whedon\",\"screen_name\":\"josswhedon\",\"location\":\"\",\"profile_location\":null,\"description\":\"over and over and over till I get it right\",\"url\":null,\"entities\":{\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":984777,\"friends_count\":387,\"listed_count\":9194,\"created_at\":\"Mon May 13 05:31:58 +0000 2013\",\"favourites_count\":2174,\"utc_offset\":null,\"time_zone\":null,\"geo_enabled\":false,\"verified\":true,\"statuses_count\":862,\"lang\":\"en\",\"status\":{\"created_at\":\"Sat Nov 29 05:20:29 +0000 2014\",\"id\":538563124622675968,\"id_str\":\"538563124622675968\",\"text\":\"Attack the Block of the Clones!\\n\\nIm sorry that was terrible just trying to tweet about TFA without using \\\"gasm\\\" as a suffix\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003eTwitter for iPhone\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":413,\"favorite_count\":1243,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[]},\"favorited\":false,\"retweeted\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"C0DEED\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/474662671821074432\\/N2wjSlKc_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/474662671821074432\\/N2wjSlKc_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/1424700757\\/1401916882\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"C0DEED\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":true,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":1323187164,\"id_str\":\"1323187164\",\"name\":\"Marina Sirtis\",\"screen_name\":\"Marina_Sirtis\",\"location\":\"\",\"profile_location\":null,\"description\":\"Official Twitter Account For Actress Marina Sirtis. No name calling or disrespect to anyone please.\",\"url\":null,\"entities\":{\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":111778,\"friends_count\":90,\"listed_count\":1775,\"created_at\":\"Tue Apr 02 20:17:13 +0000 2013\",\"favourites_count\":17,\"utc_offset\":null,\"time_zone\":null,\"geo_enabled\":true,\"verified\":true,\"statuses_count\":5173,\"lang\":\"en\",\"status\":{\"created_at\":\"Sun Nov 30 18:38:38 +0000 2014\",\"id\":539126372006772736,\"id_str\":\"539126372006772736\",\"text\":\"\\\"@goMarinaSirtis: Gee, what's @reneauberjonois doing to our notifications lol, so many, great tho! Popular guy :)\\\" He's one of my fave ppl!\",\"source\":\"\\u003ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003eTwitter for BlackBerry\\u00ae\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":57,\"favorite_count\":158,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"goMarinaSirtis\",\"name\":\"goMarinaSirtis.com\",\"id\":471546667,\"id_str\":\"471546667\",\"indices\":[1,16]},{\"screen_name\":\"reneauberjonois\",\"name\":\"Rene Auberjonois\",\"id\":93465778,\"id_str\":\"93465778\",\"indices\":[30,46]}],\"urls\":[]},\"favorited\":false,\"retweeted\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"642D8B\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme10\\/bg.gif\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme10\\/bg.gif\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/3470170066\\/12630015f98fa0725b3188b829795e83_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/3470170066\\/12630015f98fa0725b3188b829795e83_normal.jpeg\",\"profile_link_color\":\"FF0000\",\"profile_sidebar_border_color\":\"65B0DA\",\"profile_sidebar_fill_color\":\"7AC3EE\",\"profile_text_color\":\"3D1957\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":334321077,\"id_str\":\"334321077\",\"name\":\"alan tudyk\",\"screen_name\":\"alan_tudyk\",\"location\":\"los angeles\",\"profile_location\":null,\"description\":\"i am an actor and shit\",\"url\":null,\"entities\":{\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":299121,\"friends_count\":118,\"listed_count\":5612,\"created_at\":\"Tue Jul 12 22:29:37 +0000 2011\",\"favourites_count\":27,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":1184,\"lang\":\"en\",\"status\":{\"created_at\":\"Sat Nov 29 00:25:01 +0000 2014\",\"id\":538488767103782912,\"id_str\":\"538488767103782912\",\"text\":\"http:\\/\\/t.co\\/Yn7qtQNT6j\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":46,\"favorite_count\":149,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[],\"media\":[{\"id\":538488756961939456,\"id_str\":\"538488756961939456\",\"indices\":[0,22],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3kYq-JCEAALWBB.jpg\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3kYq-JCEAALWBB.jpg\",\"url\":\"http:\\/\\/t.co\\/Yn7qtQNT6j\",\"display_url\":\"pic.twitter.com\\/Yn7qtQNT6j\",\"expanded_url\":\"http:\\/\\/twitter.com\\/alan_tudyk\\/status\\/538488767103782912\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"medium\":{\"w\":417,\"h\":417,\"resize\":\"fit\"},\"small\":{\"w\":340,\"h\":340,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"large\":{\"w\":417,\"h\":417,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"und\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"C6E2EE\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/577360971\\/qw7rpqjovo4whp0n6eqd.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/577360971\\/qw7rpqjovo4whp0n6eqd.jpeg\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/3635760119\\/ff0ce00b7b0cb984018e53ea5af4cb76_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/3635760119\\/ff0ce00b7b0cb984018e53ea5af4cb76_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/334321077\\/1353379084\",\"profile_link_color\":\"1F98C7\",\"profile_sidebar_border_color\":\"C6E2EE\",\"profile_sidebar_fill_color\":\"DAECF4\",\"profile_text_color\":\"663B12\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":325832193,\"id_str\":\"325832193\",\"name\":\"Jonathan Frakes\",\"screen_name\":\"jonathansfrakes\",\"location\":\"\",\"profile_location\":null,\"description\":\"father, husband, director, reformed actor\",\"url\":null,\"entities\":{\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":259173,\"friends_count\":96,\"listed_count\":4566,\"created_at\":\"Tue Jun 28 23:12:18 +0000 2011\",\"favourites_count\":11,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":645,\"lang\":\"en\",\"status\":{\"created_at\":\"Wed Nov 26 03:24:13 +0000 2014\",\"id\":537446700512583681,\"id_str\":\"537446700512583681\",\"text\":\"Guess who... http:\\/\\/t.co\\/ci8Tg05xc0\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003eTwitter for iPhone\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":56,\"favorite_count\":274,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[],\"media\":[{\"id\":537446686621052929,\"id_str\":\"537446686621052929\",\"indices\":[13,35],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3Vk6fnCMAEecEi.jpg\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3Vk6fnCMAEecEi.jpg\",\"url\":\"http:\\/\\/t.co\\/ci8Tg05xc0\",\"display_url\":\"pic.twitter.com\\/ci8Tg05xc0\",\"expanded_url\":\"http:\\/\\/twitter.com\\/jonathansfrakes\\/status\\/537446700512583681\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":262,\"resize\":\"fit\"},\"large\":{\"w\":1024,\"h\":790,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":462,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"C0DEED\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/426837377458241536\\/BCbR1mHh_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/426837377458241536\\/BCbR1mHh_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/325832193\\/1401315411\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"C0DEED\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":true,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":180509355,\"id_str\":\"180509355\",\"name\":\"Katee Sackhoff\",\"screen_name\":\"kateesackhoff\",\"location\":\"um....right here, Duh!\",\"profile_location\":null,\"description\":\"Professionally Over Dramatic\",\"url\":\"http:\\/\\/t.co\\/2KCrUTGwMr\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/2KCrUTGwMr\",\"expanded_url\":\"http:\\/\\/www.kateesackhoff.com\",\"display_url\":\"kateesackhoff.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":192642,\"friends_count\":281,\"listed_count\":3869,\"created_at\":\"Thu Aug 19 20:22:29 +0000 2010\",\"favourites_count\":10,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":7915,\"lang\":\"en\",\"status\":{\"created_at\":\"Sat Nov 29 21:42:12 +0000 2014\",\"id\":538810179916414976,\"id_str\":\"538810179916414976\",\"text\":\"RT @OneGreenPlanet: One man\\u2019s #plastic trash is definitely not another #animal\\u2019s treasure http:\\/\\/t.co\\/kvgvp4j8Gj  #PlasticKills http:\\/\\/t.co\\u2026\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003eTwitter for iPhone\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweeted_status\":{\"created_at\":\"Sat Nov 29 21:30:03 +0000 2014\",\"id\":538807124566867968,\"id_str\":\"538807124566867968\",\"text\":\"One man\\u2019s #plastic trash is definitely not another #animal\\u2019s treasure http:\\/\\/t.co\\/kvgvp4j8Gj  #PlasticKills http:\\/\\/t.co\\/FeyMB0wI7F\",\"source\":\"\\u003ca href=\\\"https:\\/\\/ads.twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Ads\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":96,\"favorite_count\":60,\"entities\":{\"hashtags\":[{\"text\":\"plastic\",\"indices\":[10,18]},{\"text\":\"animal\",\"indices\":[51,58]},{\"text\":\"PlasticKills\",\"indices\":[94,107]}],\"symbols\":[],\"user_mentions\":[],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/kvgvp4j8Gj\",\"expanded_url\":\"http:\\/\\/onegr.pl\\/1uAWk3o\",\"display_url\":\"onegr.pl\\/1uAWk3o\",\"indices\":[70,92]}],\"media\":[{\"id\":538733403147755521,\"id_str\":\"538733403147755521\",\"indices\":[108,130],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3n3LQNCYAEPNjR.jpg\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3n3LQNCYAEPNjR.jpg\",\"url\":\"http:\\/\\/t.co\\/FeyMB0wI7F\",\"display_url\":\"pic.twitter.com\\/FeyMB0wI7F\",\"expanded_url\":\"http:\\/\\/twitter.com\\/OneGreenPlanet\\/status\\/538807124566867968\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"large\":{\"w\":467,\"h\":286,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"medium\":{\"w\":467,\"h\":286,\"resize\":\"fit\"},\"small\":{\"w\":340,\"h\":207,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"retweet_count\":96,\"favorite_count\":0,\"entities\":{\"hashtags\":[{\"text\":\"plastic\",\"indices\":[30,38]},{\"text\":\"animal\",\"indices\":[71,78]},{\"text\":\"PlasticKills\",\"indices\":[114,127]}],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"OneGreenPlanet\",\"name\":\"one green planet\",\"id\":134555743,\"id_str\":\"134555743\",\"indices\":[3,18]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/kvgvp4j8Gj\",\"expanded_url\":\"http:\\/\\/onegr.pl\\/1uAWk3o\",\"display_url\":\"onegr.pl\\/1uAWk3o\",\"indices\":[90,112]}],\"media\":[{\"id\":538733403147755521,\"id_str\":\"538733403147755521\",\"indices\":[139,140],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3n3LQNCYAEPNjR.jpg\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3n3LQNCYAEPNjR.jpg\",\"url\":\"http:\\/\\/t.co\\/FeyMB0wI7F\",\"display_url\":\"pic.twitter.com\\/FeyMB0wI7F\",\"expanded_url\":\"http:\\/\\/twitter.com\\/OneGreenPlanet\\/status\\/538807124566867968\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"large\":{\"w\":467,\"h\":286,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"medium\":{\"w\":467,\"h\":286,\"resize\":\"fit\"},\"small\":{\"w\":340,\"h\":207,\"resize\":\"fit\"}},\"source_status_id\":538807124566867968,\"source_status_id_str\":\"538807124566867968\"}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/378800000061715032\\/88a8f9c14f121e6c2b5d900202337412.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/378800000061715032\\/88a8f9c14f121e6c2b5d900202337412.jpeg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/527962032306278400\\/2ojL3cRe_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/527962032306278400\\/2ojL3cRe_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/180509355\\/1411760916\",\"profile_link_color\":\"008F8D\",\"profile_sidebar_border_color\":\"000000\",\"profile_sidebar_fill_color\":\"FFFCCF\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":171676161,\"id_str\":\"171676161\",\"name\":\"Joe Flanigan\",\"screen_name\":\"JoeFlanigan\",\"location\":\"Los Angeles, CA\",\"profile_location\":null,\"description\":\"actor\\/writer\",\"url\":null,\"entities\":{\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":44094,\"friends_count\":24,\"listed_count\":1645,\"created_at\":\"Tue Jul 27 22:29:05 +0000 2010\",\"favourites_count\":9,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":false,\"verified\":false,\"statuses_count\":419,\"lang\":\"en\",\"status\":{\"created_at\":\"Sat Nov 22 18:47:59 +0000 2014\",\"id\":536229623676547072,\"id_str\":\"536229623676547072\",\"text\":\"Lovely day in the arctic air of Ottowa..eh? http:\\/\\/t.co\\/cQdojF0XuT\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003eTwitter for iPhone\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":31,\"favorite_count\":162,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[],\"media\":[{\"id\":536229617988689920,\"id_str\":\"536229617988689920\",\"indices\":[44,66],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3ER_xpCYAAptGJ.jpg\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3ER_xpCYAAptGJ.jpg\",\"url\":\"http:\\/\\/t.co\\/cQdojF0XuT\",\"display_url\":\"pic.twitter.com\\/cQdojF0XuT\",\"expanded_url\":\"http:\\/\\/twitter.com\\/JoeFlanigan\\/status\\/536229623676547072\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"small\":{\"w\":340,\"h\":255,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":450,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"large\":{\"w\":1024,\"h\":768,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"C0DEED\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/496704467568308226\\/p4C-NFw5_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/496704467568308226\\/p4C-NFw5_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/171676161\\/1407258699\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"C0DEED\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":true,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":154663165,\"id_str\":\"154663165\",\"name\":\"Chris Gauthier\",\"screen_name\":\"captaingauthier\",\"location\":\"\",\"profile_location\":null,\"description\":\"Rotund, jovial, half shark, alligator half man. Also acts in various film and T.V. shows. I belong to the city. I belong to the night.\",\"url\":\"http:\\/\\/t.co\\/uwjKzq14uT\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/uwjKzq14uT\",\"expanded_url\":\"http:\\/\\/www.imdb.com\\/name\\/nm0310240\\/\",\"display_url\":\"imdb.com\\/name\\/nm0310240\\/\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":4160,\"friends_count\":262,\"listed_count\":327,\"created_at\":\"Fri Jun 11 21:45:08 +0000 2010\",\"favourites_count\":985,\"utc_offset\":null,\"time_zone\":null,\"geo_enabled\":false,\"verified\":false,\"statuses_count\":4277,\"lang\":\"en\",\"status\":{\"created_at\":\"Sat Nov 29 18:10:52 +0000 2014\",\"id\":538756996111949825,\"id_str\":\"538756996111949825\",\"text\":\"RT @Vcrow: #gratitude for everyone working to stop earth from becoming a giant gas chamber. Big love to #BurnabyMountain Protectors!  #NoKi\\u2026\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003eTwitter for iPhone\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweeted_status\":{\"created_at\":\"Sat Nov 29 18:05:53 +0000 2014\",\"id\":538755744850788353,\"id_str\":\"538755744850788353\",\"text\":\"#gratitude for everyone working to stop earth from becoming a giant gas chamber. Big love to #BurnabyMountain Protectors!  #NoKinderMorgan\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":4,\"favorite_count\":2,\"entities\":{\"hashtags\":[{\"text\":\"gratitude\",\"indices\":[0,10]},{\"text\":\"BurnabyMountain\",\"indices\":[93,109]},{\"text\":\"NoKinderMorgan\",\"indices\":[123,138]}],\"symbols\":[],\"user_mentions\":[],\"urls\":[]},\"favorited\":false,\"retweeted\":false,\"lang\":\"en\"},\"retweet_count\":4,\"favorite_count\":0,\"entities\":{\"hashtags\":[{\"text\":\"gratitude\",\"indices\":[11,21]},{\"text\":\"BurnabyMountain\",\"indices\":[104,120]},{\"text\":\"NoKinderMorgan\",\"indices\":[134,140]}],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"Vcrow\",\"name\":\"Velcrow Ripper\",\"id\":16489200,\"id_str\":\"16489200\",\"indices\":[3,9]}],\"urls\":[]},\"favorited\":false,\"retweeted\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"8B542B\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/228280289\\/IMG_0842.JPG\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/228280289\\/IMG_0842.JPG\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/530059951503581184\\/WBKApPzn_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/530059951503581184\\/WBKApPzn_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/154663165\\/1411186734\",\"profile_link_color\":\"9D582E\",\"profile_sidebar_border_color\":\"D9B17E\",\"profile_sidebar_fill_color\":\"EADEAA\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":151232686,\"id_str\":\"151232686\",\"name\":\"Yvonne Strahovski\",\"screen_name\":\"Y_Strahovski\",\"location\":\"Los Angeles, CA\",\"profile_location\":null,\"description\":\"ACTRESS\",\"url\":\"http:\\/\\/t.co\\/AC0tvAmlDw\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/AC0tvAmlDw\",\"expanded_url\":\"http:\\/\\/twitter.com\\/Y_Strahovski\",\"display_url\":\"twitter.com\\/Y_Strahovski\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":393613,\"friends_count\":143,\"listed_count\":5328,\"created_at\":\"Wed Jun 02 23:08:05 +0000 2010\",\"favourites_count\":17,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":1680,\"lang\":\"en\",\"status\":{\"created_at\":\"Sun Nov 30 15:02:53 +0000 2014\",\"id\":539072077295517696,\"id_str\":\"539072077295517696\",\"text\":\"So long NOLA for a bit (I'll be back:) And hello NYC you old friend you. From #AstronautWivesClub to #ManhattanNocturne #timetoswitchgears\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003eTwitter for iPhone\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":60,\"favorite_count\":297,\"entities\":{\"hashtags\":[{\"text\":\"AstronautWivesClub\",\"indices\":[78,97]},{\"text\":\"ManhattanNocturne\",\"indices\":[101,119]},{\"text\":\"timetoswitchgears\",\"indices\":[120,138]}],\"symbols\":[],\"user_mentions\":[],\"urls\":[]},\"favorited\":false,\"retweeted\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"EDECE9\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/466502754\\/dirty.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/466502754\\/dirty.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/521504269695221761\\/qGPnNqrZ_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/521504269695221761\\/qGPnNqrZ_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/151232686\\/1390758326\",\"profile_link_color\":\"088253\",\"profile_sidebar_border_color\":\"D3D2CF\",\"profile_sidebar_fill_color\":\"E3E2DE\",\"profile_text_color\":\"634047\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":144003355,\"id_str\":\"144003355\",\"name\":\"Jeri Ryan\",\"screen_name\":\"JeriLRyan\",\"location\":\"Los Angeles\",\"profile_location\":null,\"description\":\"Actress, wife, mom, foodie, and gardener.  Not necessarily in that order. Occasional binge-tweeter. I can't reply to everybody, but I try!\",\"url\":\"http:\\/\\/t.co\\/tudK4Q6omV\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/tudK4Q6omV\",\"expanded_url\":\"http:\\/\\/google.com\\/+JeriRyan\",\"display_url\":\"google.com\\/+JeriRyan\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":227233,\"friends_count\":607,\"listed_count\":5887,\"created_at\":\"Sat May 15 01:29:48 +0000 2010\",\"favourites_count\":210,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":37128,\"lang\":\"en\",\"status\":{\"created_at\":\"Sun Nov 30 19:45:15 +0000 2014\",\"id\":539143137411620864,\"id_str\":\"539143137411620864\",\"text\":\"@johnecash1 @OscartheOrange @barben2 you guys are hilarious\",\"source\":\"\\u003ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003eTweetbot for i\\u039fS\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":539131934895775745,\"in_reply_to_status_id_str\":\"539131934895775745\",\"in_reply_to_user_id\":363417115,\"in_reply_to_user_id_str\":\"363417115\",\"in_reply_to_screen_name\":\"johnecash1\",\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":2,\"favorite_count\":3,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"johnecash1\",\"name\":\"CharlieBoswell Brown\",\"id\":363417115,\"id_str\":\"363417115\",\"indices\":[0,11]},{\"screen_name\":\"OscartheOrange\",\"name\":\"Oscar the Orange\",\"id\":185753114,\"id_str\":\"185753114\",\"indices\":[12,27]},{\"screen_name\":\"barben2\",\"name\":\"Philip Wildman\",\"id\":53440929,\"id_str\":\"53440929\",\"indices\":[28,36]}],\"urls\":[]},\"favorited\":false,\"retweeted\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"352726\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/734382248\\/c3ef32c0610f029e0d50b77fbf2169d1.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/734382248\\/c3ef32c0610f029e0d50b77fbf2169d1.jpeg\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/420360843469926400\\/D2EVT_QS_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/420360843469926400\\/D2EVT_QS_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/144003355\\/1355162869\",\"profile_link_color\":\"D02B55\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"99CC33\",\"profile_text_color\":\"3E4415\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":143988282,\"id_str\":\"143988282\",\"name\":\"Colin Ferguson\",\"screen_name\":\"colinferg\",\"location\":\"Los Angeles\",\"profile_location\":null,\"description\":\"Traveller. Hotel Liver. Emigrater. Actor. Director. Word Maker Upper.\",\"url\":\"http:\\/\\/t.co\\/qlEdGF39j0\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/qlEdGF39j0\",\"expanded_url\":\"http:\\/\\/www.imdb.com\\/name\\/nm0272399\\/\",\"display_url\":\"imdb.com\\/name\\/nm0272399\\/\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":71308,\"friends_count\":104,\"listed_count\":2376,\"created_at\":\"Sat May 15 00:27:20 +0000 2010\",\"favourites_count\":0,\"utc_offset\":-32400,\"time_zone\":\"Alaska\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":3129,\"lang\":\"en\",\"status\":{\"created_at\":\"Sat Nov 22 05:06:22 +0000 2014\",\"id\":536022857441374208,\"id_str\":\"536022857441374208\",\"text\":\"@Pjboudousque :)\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":535985389597896704,\"in_reply_to_status_id_str\":\"535985389597896704\",\"in_reply_to_user_id\":1425062599,\"in_reply_to_user_id_str\":\"1425062599\",\"in_reply_to_screen_name\":\"Pjboudousque\",\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":0,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"Pjboudousque\",\"name\":\"PJ Boudousque\",\"id\":1425062599,\"id_str\":\"1425062599\",\"indices\":[0,13]}],\"urls\":[]},\"favorited\":false,\"retweeted\":false,\"lang\":\"und\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1123430419\\/cropped_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1123430419\\/cropped_normal.jpg\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"C0DEED\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":140233086,\"id_str\":\"140233086\",\"name\":\"Tricia Helfer\",\"screen_name\":\"trutriciahelfer\",\"location\":\"California\",\"profile_location\":null,\"description\":\"Official Twitter account for actress Tricia Helfer.\",\"url\":\"http:\\/\\/t.co\\/sabOtx3UpB\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/sabOtx3UpB\",\"expanded_url\":\"http:\\/\\/www.triciahelfer.com\",\"display_url\":\"triciahelfer.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":88323,\"friends_count\":362,\"listed_count\":2531,\"created_at\":\"Tue May 04 23:56:01 +0000 2010\",\"favourites_count\":151,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":6134,\"lang\":\"en\",\"status\":{\"created_at\":\"Sat Nov 29 02:04:57 +0000 2014\",\"id\":538513915764682752,\"id_str\":\"538513915764682752\",\"text\":\"@mslaurenmackenz @LoganX2020 yes, if we took it literally, then Brian would have some kind of fancy goggles on too, haha.\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003eTwitter for iPhone\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":538513346882846721,\"in_reply_to_status_id_str\":\"538513346882846721\",\"in_reply_to_user_id\":206510636,\"in_reply_to_user_id_str\":\"206510636\",\"in_reply_to_screen_name\":\"mslaurenmackenz\",\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":0,\"favorite_count\":1,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"mslaurenmackenz\",\"name\":\"Lauren Mackenzie\",\"id\":206510636,\"id_str\":\"206510636\",\"indices\":[0,16]},{\"screen_name\":\"LoganX2020\",\"name\":\"LoganX\",\"id\":2441948024,\"id_str\":\"2441948024\",\"indices\":[17,28]}],\"urls\":[]},\"favorited\":false,\"retweeted\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/449637756679884800\\/i_wIG0-r.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/449637756679884800\\/i_wIG0-r.jpeg\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/2882677348\\/04a0d678aae2c3ebed58e083518931c3_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/2882677348\\/04a0d678aae2c3ebed58e083518931c3_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/140233086\\/1398358190\",\"profile_link_color\":\"FF0066\",\"profile_sidebar_border_color\":\"000000\",\"profile_sidebar_fill_color\":\"858585\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":134668186,\"id_str\":\"134668186\",\"name\":\"Amy Acker\",\"screen_name\":\"AmyAcker\",\"location\":\"LA\\/BK\",\"profile_location\":null,\"description\":\"Actress and Martha Stewart wanna be\",\"url\":null,\"entities\":{\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":147157,\"friends_count\":60,\"listed_count\":3962,\"created_at\":\"Mon Apr 19 03:28:05 +0000 2010\",\"favourites_count\":294,\"utc_offset\":null,\"time_zone\":null,\"geo_enabled\":false,\"verified\":true,\"statuses_count\":970,\"lang\":\"en\",\"status\":{\"created_at\":\"Fri Nov 28 02:53:14 +0000 2014\",\"id\":538163678676516867,\"id_str\":\"538163678676516867\",\"text\":\"Hope everyone had a wonderful Thanksgiving! http:\\/\\/t.co\\/cmkUDI7XqZ\",\"source\":\"\\u003ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003eTweetbot for i\\u039fS\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":25,\"favorite_count\":226,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[],\"media\":[{\"id\":538163678374547457,\"id_str\":\"538163678374547457\",\"indices\":[44,66],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3fxA6CIUAEPR-T.jpg\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3fxA6CIUAEPR-T.jpg\",\"url\":\"http:\\/\\/t.co\\/cmkUDI7XqZ\",\"display_url\":\"pic.twitter.com\\/cmkUDI7XqZ\",\"expanded_url\":\"http:\\/\\/twitter.com\\/AmyAcker\\/status\\/538163678676516867\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"large\":{\"w\":1024,\"h\":1365,\"resize\":\"fit\"},\"small\":{\"w\":340,\"h\":453,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":800,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"BADFCD\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme12\\/bg.gif\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme12\\/bg.gif\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/378800000667607120\\/2c629b4d5d567c58f2f707cb6523794a_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/378800000667607120\\/2c629b4d5d567c58f2f707cb6523794a_normal.jpeg\",\"profile_link_color\":\"FF0000\",\"profile_sidebar_border_color\":\"F2E195\",\"profile_sidebar_fill_color\":\"FFF7CC\",\"profile_text_color\":\"0C3E53\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":130600864,\"id_str\":\"130600864\",\"name\":\"Sean Maher\",\"screen_name\":\"Sean_M_Maher\",\"location\":\"Los Angeles\",\"profile_location\":null,\"description\":\"Partner. Father of two. Student of Spirituality. Actor. Lover of wine. Usually in that order. \\n\\nNew Yorker at heart, but calls LA home.\",\"url\":null,\"entities\":{\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":67992,\"friends_count\":121,\"listed_count\":3017,\"created_at\":\"Wed Apr 07 19:38:39 +0000 2010\",\"favourites_count\":6,\"utc_offset\":null,\"time_zone\":null,\"geo_enabled\":false,\"verified\":true,\"statuses_count\":2749,\"lang\":\"en\",\"status\":{\"created_at\":\"Sun Nov 16 03:18:22 +0000 2014\",\"id\":533821351358787585,\"id_str\":\"533821351358787585\",\"text\":\"@KathleenPerkins Happy Birthday you little vixen. I miss you somethin fierce.\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003eTwitter for iPhone\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":575560262,\"in_reply_to_user_id_str\":\"575560262\",\"in_reply_to_screen_name\":\"KathleenPerkins\",\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":0,\"favorite_count\":1,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"KathleenPerkins\",\"name\":\"Kathleen Perkins\",\"id\":575560262,\"id_str\":\"575560262\",\"indices\":[0,16]}],\"urls\":[]},\"favorited\":false,\"retweeted\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"ACDED6\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme18\\/bg.gif\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme18\\/bg.gif\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/452593094240661504\\/uyaF4RGb_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/452593094240661504\\/uyaF4RGb_normal.jpeg\",\"profile_link_color\":\"038543\",\"profile_sidebar_border_color\":\"EEEEEE\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":115485051,\"id_str\":\"115485051\",\"name\":\"Conan O'Brien\",\"screen_name\":\"ConanOBrien\",\"location\":\"Los Angeles\",\"profile_location\":null,\"description\":\"The voice of the people. Sorry, people.\",\"url\":\"http:\\/\\/t.co\\/2MenU2MTOS\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/2MenU2MTOS\",\"expanded_url\":\"http:\\/\\/teamcoco.com\",\"display_url\":\"teamcoco.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":13149201,\"friends_count\":1,\"listed_count\":90144,\"created_at\":\"Thu Feb 18 20:17:16 +0000 2010\",\"favourites_count\":1,\"utc_offset\":-32400,\"time_zone\":\"Alaska\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":1857,\"lang\":\"en\",\"status\":{\"created_at\":\"Sun Nov 30 17:58:53 +0000 2014\",\"id\":539116370626359297,\"id_str\":\"539116370626359297\",\"text\":\"You can tell Charles Manson really loves his fianc\\u00e9e by the way he hasn\\u2019t murdered her.\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":2621,\"favorite_count\":4578,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[]},\"favorited\":false,\"retweeted\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/875682230\\/6957e7d6efdd57c670277fce65043e40.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/875682230\\/6957e7d6efdd57c670277fce65043e40.jpeg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/728337241\\/conan_4cred_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/728337241\\/conan_4cred_normal.jpg\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":92352911,\"id_str\":\"92352911\",\"name\":\"Jon Huertas\",\"screen_name\":\"Jon_Huertas\",\"location\":\"Venice, California\",\"profile_location\":null,\"description\":\"...I've been known to make Nuns cry.\",\"url\":\"http:\\/\\/t.co\\/R6yHv4xPSR\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/R6yHv4xPSR\",\"expanded_url\":\"http:\\/\\/www.thejonhuertas.com\",\"display_url\":\"thejonhuertas.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":263354,\"friends_count\":380,\"listed_count\":3337,\"created_at\":\"Tue Nov 24 20:07:40 +0000 2009\",\"favourites_count\":6,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":6472,\"lang\":\"en\",\"status\":{\"created_at\":\"Tue Nov 25 21:55:23 +0000 2014\",\"id\":537363945552883712,\"id_str\":\"537363945552883712\",\"text\":\"\\u201c@proudofStana: @badasskbex @Jon_Huertas relationship at my home means \\\"friendship\\\" too.\\u201d \\n\\nYep mine too!\",\"source\":\"\\u003ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003eTweetbot for i\\u039fS\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":46,\"favorite_count\":122,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"proudofStana\",\"name\":\"love sucks !\",\"id\":147289685,\"id_str\":\"147289685\",\"indices\":[1,14]},{\"screen_name\":\"badasskbex\",\"name\":\"salacious\",\"id\":197757963,\"id_str\":\"197757963\",\"indices\":[16,27]},{\"screen_name\":\"Jon_Huertas\",\"name\":\"Jon Huertas\",\"id\":92352911,\"id_str\":\"92352911\",\"indices\":[28,40]}],\"urls\":[]},\"favorited\":false,\"retweeted\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"050505\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/426101593\\/20111106_-_Jon_Huertas_4_088.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/426101593\\/20111106_-_Jon_Huertas_4_088.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/3428988457\\/550f863093d329dbaec803b160d903f1_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/3428988457\\/550f863093d329dbaec803b160d903f1_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/92352911\\/1364227441\",\"profile_link_color\":\"CF5D10\",\"profile_sidebar_border_color\":\"181A1E\",\"profile_sidebar_fill_color\":\"252429\",\"profile_text_color\":\"666666\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":91279573,\"id_str\":\"91279573\",\"name\":\"Adam Baldwin\",\"screen_name\":\"AdamBaldwin\",\"location\":\"United States of America!\",\"profile_location\":null,\"description\":\"American Individual.\",\"url\":null,\"entities\":{\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":202137,\"friends_count\":1623,\"listed_count\":7661,\"created_at\":\"Fri Nov 20 05:46:16 +0000 2009\",\"favourites_count\":403,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":12299,\"lang\":\"en\",\"status\":{\"created_at\":\"Sun Nov 30 17:59:26 +0000 2014\",\"id\":539116509256114176,\"id_str\":\"539116509256114176\",\"text\":\".@NRO @RichLowry \\n\\nFun when they shout you down, isn't it?\\n\\n#DiamondFormation \\n\\n(ref: \\\"The Crusader,\\\" by Paul Kengor) http:\\/\\/t.co\\/zFv2bXWwPh\",\"source\":\"\\u003ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003eTweetbot for i\\u039fS\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":539112875886149632,\"in_reply_to_status_id_str\":\"539112875886149632\",\"in_reply_to_user_id\":19417492,\"in_reply_to_user_id_str\":\"19417492\",\"in_reply_to_screen_name\":\"NRO\",\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":10,\"favorite_count\":19,\"entities\":{\"hashtags\":[{\"text\":\"DiamondFormation\",\"indices\":[60,77]}],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"NRO\",\"name\":\"National Review\",\"id\":19417492,\"id_str\":\"19417492\",\"indices\":[1,5]},{\"screen_name\":\"RichLowry\",\"name\":\"Rich Lowry\",\"id\":40116885,\"id_str\":\"40116885\",\"indices\":[6,16]}],\"urls\":[],\"media\":[{\"id\":539116508962508800,\"id_str\":\"539116508962508800\",\"indices\":[118,140],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3tTm8lCUAAPPVA.jpg\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3tTm8lCUAAPPVA.jpg\",\"url\":\"http:\\/\\/t.co\\/zFv2bXWwPh\",\"display_url\":\"pic.twitter.com\\/zFv2bXWwPh\",\"expanded_url\":\"http:\\/\\/twitter.com\\/AdamBaldwin\\/status\\/539116509256114176\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"large\":{\"w\":1024,\"h\":1615,\"resize\":\"fit\"},\"small\":{\"w\":340,\"h\":536,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"medium\":{\"w\":600,\"h\":946,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"022330\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/378800000107558256\\/3f5de19ce74bb4824f1f12acc4ea2c4e.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/378800000107558256\\/3f5de19ce74bb4824f1f12acc4ea2c4e.jpeg\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/522334004100362240\\/2XXb0oWU_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/522334004100362240\\/2XXb0oWU_normal.jpeg\",\"profile_link_color\":\"FF1C1C\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":89604563,\"id_str\":\"89604563\",\"name\":\"Allison Scagliotti\",\"screen_name\":\"allisonscag\",\"location\":\"Space ghost, coast to coast.\",\"profile_location\":null,\"description\":\"A loose ankled carnie in a wide brimmed hat.\",\"url\":\"http:\\/\\/t.co\\/p9bh4lk9Gh\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/p9bh4lk9Gh\",\"expanded_url\":\"http:\\/\\/www.imdb.com\\/name\\/nm1270095\\/\",\"display_url\":\"imdb.com\\/name\\/nm1270095\\/\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":87807,\"friends_count\":826,\"listed_count\":2714,\"created_at\":\"Fri Nov 13 02:24:14 +0000 2009\",\"favourites_count\":536,\"utc_offset\":-32400,\"time_zone\":\"Alaska\",\"geo_enabled\":false,\"verified\":false,\"statuses_count\":4723,\"lang\":\"en\",\"status\":{\"created_at\":\"Thu Nov 27 20:52:27 +0000 2014\",\"id\":538072884069945345,\"id_str\":\"538072884069945345\",\"text\":\"\\\"You smell that shit? Fuuuuuck.\\\" @tommyleeba re: his apple pecan crisp. Happy Thanksgiving.\",\"source\":\"\\u003ca href=\\\"https:\\/\\/mobile.twitter.com\\\" rel=\\\"nofollow\\\"\\u003eMobile Web (M5)\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":8,\"favorite_count\":47,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"tommyleeba\",\"name\":\"Tom Lieber\",\"id\":55760408,\"id_str\":\"55760408\",\"indices\":[33,44]}],\"urls\":[]},\"favorited\":false,\"retweeted\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"C0DEED\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/378800000120409815\\/3da37b8e4688392251b97f0a1a9f5030.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/378800000120409815\\/3da37b8e4688392251b97f0a1a9f5030.jpeg\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/378800000764940188\\/b49d41928abd3d7320a258e492e21b57_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/378800000764940188\\/b49d41928abd3d7320a258e492e21b57_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/89604563\\/1384936327\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"000000\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":86422542,\"id_str\":\"86422542\",\"name\":\"Milla Jovovich\",\"screen_name\":\"MillaJovovich\",\"location\":\"Wuz up Vitch?\",\"profile_location\":null,\"description\":\"pronounced mee-luh yo-vo-vitch  \\u2026 http:\\/\\/t.co\\/NX7IV85QEK\\r\\nhttp:\\/\\/t.co\\/IXc6mCtq4H\",\"url\":\"http:\\/\\/t.co\\/1Qh4epbmOA\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/1Qh4epbmOA\",\"expanded_url\":\"http:\\/\\/www.MillaJ.com\",\"display_url\":\"MillaJ.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/NX7IV85QEK\",\"expanded_url\":\"http:\\/\\/www.facebook.com\\/MillaJovovich\",\"display_url\":\"facebook.com\\/MillaJovovich\",\"indices\":[34,56]},{\"url\":\"http:\\/\\/t.co\\/IXc6mCtq4H\",\"expanded_url\":\"http:\\/\\/www.instagram.com\\/MillaJovovich\",\"display_url\":\"instagram.com\\/MillaJovovich\",\"indices\":[58,80]}]}},\"protected\":false,\"followers_count\":1366417,\"friends_count\":3115,\"listed_count\":17172,\"created_at\":\"Fri Oct 30 23:46:02 +0000 2009\",\"favourites_count\":165,\"utc_offset\":-32400,\"time_zone\":\"Alaska\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":11810,\"lang\":\"en\",\"status\":{\"created_at\":\"Fri Nov 28 21:44:59 +0000 2014\",\"id\":538448492612845568,\"id_str\":\"538448492612845568\",\"text\":\"And one more pic courtesy of chrissbrenner on turkey day! Me and the two people I am most thankful\\u2026 http:\\/\\/t.co\\/45ZunNdxlp\",\"source\":\"\\u003ca href=\\\"http:\\/\\/instagram.com\\\" rel=\\\"nofollow\\\"\\u003eInstagram\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":106,\"favorite_count\":274,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/45ZunNdxlp\",\"expanded_url\":\"http:\\/\\/instagram.com\\/p\\/v9X4-LTMsJ\\/\",\"display_url\":\"instagram.com\\/p\\/v9X4-LTMsJ\\/\",\"indices\":[100,122]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"10A8A8\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/679946683\\/b7cbee631daf3dfcd6580905f90b2531.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/679946683\\/b7cbee631daf3dfcd6580905f90b2531.jpeg\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/3251448147\\/efef36887919568382cafca061ca4f0a_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/3251448147\\/efef36887919568382cafca061ca4f0a_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/86422542\\/1349638523\",\"profile_link_color\":\"B330BF\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"D1CFCF\",\"profile_text_color\":\"7E4E80\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":80468100,\"id_str\":\"80468100\",\"name\":\"Amanda Tapping\",\"screen_name\":\"amandatapping\",\"location\":\"Vangroovy, B.C.\",\"profile_location\":null,\"description\":\"mama, wife, actress, director, producer, activist, and general goofball. :D\",\"url\":\"http:\\/\\/t.co\\/5W59mbxzno\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/5W59mbxzno\",\"expanded_url\":\"http:\\/\\/www.amandatapping.com\",\"display_url\":\"amandatapping.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":128411,\"friends_count\":224,\"listed_count\":4361,\"created_at\":\"Wed Oct 07 02:18:05 +0000 2009\",\"favourites_count\":8,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":2219,\"lang\":\"en\",\"status\":{\"created_at\":\"Sun Nov 30 16:47:34 +0000 2014\",\"id\":539098422251634688,\"id_str\":\"539098422251634688\",\"text\":\"Thank you @TGSTOULOUSE for a fantastic weekend. Wonderful to meet everyone!! Xo\",\"source\":\"\\u003ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003eEchofon\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":33,\"favorite_count\":78,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"TGSTOULOUSE\",\"name\":\"Toulouse Game Show\",\"id\":89575352,\"id_str\":\"89575352\",\"indices\":[10,22]}],\"urls\":[]},\"favorited\":false,\"retweeted\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"C0DEED\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/425911126\\/Sanctuary.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/425911126\\/Sanctuary.jpg\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1608928806\\/nepal_with_mankumari_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1608928806\\/nepal_with_mankumari_normal.jpg\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":74817489,\"id_str\":\"74817489\",\"name\":\"sasha roiz\",\"screen_name\":\"sasharoiz\",\"location\":\"\",\"profile_location\":null,\"description\":\"Instagram: mrsasharoiz\",\"url\":\"http:\\/\\/t.co\\/MNOIpdWQvJ\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/MNOIpdWQvJ\",\"expanded_url\":\"http:\\/\\/m.imdb.com\\/name\\/nm1501388\\/\",\"display_url\":\"m.imdb.com\\/name\\/nm1501388\\/\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":58829,\"friends_count\":266,\"listed_count\":1081,\"created_at\":\"Wed Sep 16 19:40:11 +0000 2009\",\"favourites_count\":0,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":3682,\"lang\":\"en\",\"status\":{\"created_at\":\"Sat Nov 29 22:39:33 +0000 2014\",\"id\":538824614005469184,\"id_str\":\"538824614005469184\",\"text\":\"@LaceyBugg25 @HedwigOnBway you, my dear, just one that argument. Hell of a show.\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003eTwitter for iPhone\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":538823603576659968,\"in_reply_to_status_id_str\":\"538823603576659968\",\"in_reply_to_user_id\":278145303,\"in_reply_to_user_id_str\":\"278145303\",\"in_reply_to_screen_name\":\"LaceyBugg25\",\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":1,\"favorite_count\":1,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"LaceyBugg25\",\"name\":\"Lacey Hanner\",\"id\":278145303,\"id_str\":\"278145303\",\"indices\":[0,12]},{\"screen_name\":\"HedwigOnBway\",\"name\":\"Hedwig on Broadway\",\"id\":128277516,\"id_str\":\"128277516\",\"indices\":[13,26]}],\"urls\":[]},\"favorited\":false,\"retweeted\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"C0DEED\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/64614040\\/unicorns-rainbow.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/64614040\\/unicorns-rainbow.jpg\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/481848921560317953\\/o2LISl7l_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/481848921560317953\\/o2LISl7l_normal.jpeg\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"C0DEED\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}],\"next_cursor\":4611686018502205393,\"next_cursor_str\":\"4611686018502205393\",\"previous_cursor\":0,\"previous_cursor_str\":\"0\"}"
+                }
+            }
+        }
+    ]
+}
\ No newline at end of file
diff --git a/cassettes/testlistsall.json b/cassettes/testlistsall.json
new file mode 100644 (file)
index 0000000..71d652b
--- /dev/null
@@ -0,0 +1,89 @@
+{
+    "version": 1, 
+    "interactions": [
+        {
+            "request": {
+                "body": null, 
+                "headers": {
+                    "Host": [
+                        "api.twitter.com"
+                    ]
+                }, 
+                "method": "GET", 
+                "uri": "https://api.twitter.com:443/1.1/lists/list.json"
+            }, 
+            "response": {
+                "status": {
+                    "message": "OK", 
+                    "code": 200
+                }, 
+                "headers": {
+                    "status": [
+                        "200 OK"
+                    ], 
+                    "x-rate-limit-remaining": [
+                        "14"
+                    ], 
+                    "content-length": [
+                        "188890"
+                    ], 
+                    "expires": [
+                        "Tue, 31 Mar 1981 05:00:00 GMT"
+                    ], 
+                    "x-transaction": [
+                        "be0505048c7059a3"
+                    ], 
+                    "x-content-type-options": [
+                        "nosniff"
+                    ], 
+                    "x-connection-hash": [
+                        "2dbb61b14cca5e94f0f63f48b2d6fae1"
+                    ], 
+                    "set-cookie": [
+                        "lang=en", 
+                        "guest_id=v1%3A141738008281415587; Domain=.twitter.com; Path=/; Expires=Tue, 29-Nov-2016 20:41:22 UTC"
+                    ], 
+                    "strict-transport-security": [
+                        "max-age=631138519"
+                    ], 
+                    "x-access-level": [
+                        "read-write-directmessages"
+                    ], 
+                    "server": [
+                        "tsa_b"
+                    ], 
+                    "last-modified": [
+                        "Sun, 30 Nov 2014 20:41:22 GMT"
+                    ], 
+                    "x-xss-protection": [
+                        "1; mode=block"
+                    ], 
+                    "x-rate-limit-reset": [
+                        "1417380982"
+                    ], 
+                    "pragma": [
+                        "no-cache"
+                    ], 
+                    "cache-control": [
+                        "no-cache, no-store, must-revalidate, pre-check=0, post-check=0"
+                    ], 
+                    "date": [
+                        "Sun, 30 Nov 2014 20:41:22 UTC"
+                    ], 
+                    "x-rate-limit-limit": [
+                        "15"
+                    ], 
+                    "x-frame-options": [
+                        "SAMEORIGIN"
+                    ], 
+                    "content-type": [
+                        "application/json;charset=utf-8"
+                    ]
+                }, 
+                "body": {
+                    "string": "[{\"id\":108221687,\"id_str\":\"108221687\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-176\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"\",\"slug\":\"tweeps-176\",\"full_name\":\"@tweepytest\\/tweeps-176\",\"created_at\":\"Mon Mar 17 00:02:14 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":108221686,\"id_str\":\"108221686\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-176\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"\",\"slug\":\"tweeps-176\",\"full_name\":\"@tweepytest\\/tweeps-176\",\"created_at\":\"Mon Mar 17 00:02:13 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":108221685,\"id_str\":\"108221685\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-177\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"updated!\",\"slug\":\"tweeps-177\",\"full_name\":\"@tweepytest\\/tweeps-177\",\"created_at\":\"Mon Mar 17 00:02:13 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":108219910,\"id_str\":\"108219910\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-175\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"\",\"slug\":\"tweeps-175\",\"full_name\":\"@tweepytest\\/tweeps-175\",\"created_at\":\"Sun Mar 16 23:21:18 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":108219862,\"id_str\":\"108219862\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-173\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"\",\"slug\":\"tweeps-173\",\"full_name\":\"@tweepytest\\/tweeps-173\",\"created_at\":\"Sun Mar 16 23:20:17 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":108219861,\"id_str\":\"108219861\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-174\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"updated!\",\"slug\":\"tweeps-174\",\"full_name\":\"@tweepytest\\/tweeps-174\",\"created_at\":\"Sun Mar 16 23:20:16 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":108219824,\"id_str\":\"108219824\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-171\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"\",\"slug\":\"tweeps-171\",\"full_name\":\"@tweepytest\\/tweeps-171\",\"created_at\":\"Sun Mar 16 23:19:47 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":108219822,\"id_str\":\"108219822\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-172\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"updated!\",\"slug\":\"tweeps-172\",\"full_name\":\"@tweepytest\\/tweeps-172\",\"created_at\":\"Sun Mar 16 23:19:47 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":108212204,\"id_str\":\"108212204\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-170\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"updated!\",\"slug\":\"tweeps-170\",\"full_name\":\"@tweepytest\\/tweeps-170\",\"created_at\":\"Sun Mar 16 20:30:57 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":108212200,\"id_str\":\"108212200\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-169\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"\",\"slug\":\"tweeps-169\",\"full_name\":\"@tweepytest\\/tweeps-169\",\"created_at\":\"Sun Mar 16 20:30:51 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":108212199,\"id_str\":\"108212199\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-169\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"\",\"slug\":\"tweeps-169\",\"full_name\":\"@tweepytest\\/tweeps-169\",\"created_at\":\"Sun Mar 16 20:30:51 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":108212198,\"id_str\":\"108212198\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-169\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"\",\"slug\":\"tweeps-169\",\"full_name\":\"@tweepytest\\/tweeps-169\",\"created_at\":\"Sun Mar 16 20:30:50 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":108212188,\"id_str\":\"108212188\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-168\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"updated!\",\"slug\":\"tweeps-168\",\"full_name\":\"@tweepytest\\/tweeps-168\",\"created_at\":\"Sun Mar 16 20:30:31 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":108078239,\"id_str\":\"108078239\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-167\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"updated!\",\"slug\":\"tweeps-167\",\"full_name\":\"@tweepytest\\/tweeps-167\",\"created_at\":\"Fri Mar 14 22:26:59 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":108076676,\"id_str\":\"108076676\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-166\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"updated!\",\"slug\":\"tweeps-166\",\"full_name\":\"@tweepytest\\/tweeps-166\",\"created_at\":\"Fri Mar 14 21:50:18 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":108076666,\"id_str\":\"108076666\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-165\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"updated!\",\"slug\":\"tweeps-165\",\"full_name\":\"@tweepytest\\/tweeps-165\",\"created_at\":\"Fri Mar 14 21:50:08 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":108003229,\"id_str\":\"108003229\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-164\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"updated!\",\"slug\":\"tweeps-164\",\"full_name\":\"@tweepytest\\/tweeps-164\",\"created_at\":\"Thu Mar 13 22:24:24 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":108001143,\"id_str\":\"108001143\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-162\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"\",\"slug\":\"tweeps-162\",\"full_name\":\"@tweepytest\\/tweeps-162\",\"created_at\":\"Thu Mar 13 21:47:26 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":108001142,\"id_str\":\"108001142\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-162\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"\",\"slug\":\"tweeps-162\",\"full_name\":\"@tweepytest\\/tweeps-162\",\"created_at\":\"Thu Mar 13 21:47:26 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":108001141,\"id_str\":\"108001141\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-163\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"updated!\",\"slug\":\"tweeps-163\",\"full_name\":\"@tweepytest\\/tweeps-163\",\"created_at\":\"Thu Mar 13 21:47:25 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":107928409,\"id_str\":\"107928409\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-161\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"updated!\",\"slug\":\"tweeps-161\",\"full_name\":\"@tweepytest\\/tweeps-161\",\"created_at\":\"Wed Mar 12 22:43:46 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":107928402,\"id_str\":\"107928402\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-159\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"\",\"slug\":\"tweeps-159\",\"full_name\":\"@tweepytest\\/tweeps-159\",\"created_at\":\"Wed Mar 12 22:43:29 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":107928401,\"id_str\":\"107928401\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-160\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"updated!\",\"slug\":\"tweeps-160\",\"full_name\":\"@tweepytest\\/tweeps-160\",\"created_at\":\"Wed Mar 12 22:43:28 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":107922583,\"id_str\":\"107922583\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-157\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"\",\"slug\":\"tweeps-157\",\"full_name\":\"@tweepytest\\/tweeps-157\",\"created_at\":\"Wed Mar 12 21:02:10 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":107922582,\"id_str\":\"107922582\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-158\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"updated!\",\"slug\":\"tweeps-158\",\"full_name\":\"@tweepytest\\/tweeps-158\",\"created_at\":\"Wed Mar 12 21:02:10 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":107854833,\"id_str\":\"107854833\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-156\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"\",\"slug\":\"tweeps-156\",\"full_name\":\"@tweepytest\\/tweeps-156\",\"created_at\":\"Wed Mar 12 00:56:24 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":107854516,\"id_str\":\"107854516\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-155\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"updated!\",\"slug\":\"tweeps-155\",\"full_name\":\"@tweepytest\\/tweeps-155\",\"created_at\":\"Wed Mar 12 00:50:09 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":107852564,\"id_str\":\"107852564\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-154\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"updated!\",\"slug\":\"tweeps-154\",\"full_name\":\"@tweepytest\\/tweeps-154\",\"created_at\":\"Wed Mar 12 00:12:29 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":107840768,\"id_str\":\"107840768\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-152\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"\",\"slug\":\"tweeps-152\",\"full_name\":\"@tweepytest\\/tweeps-152\",\"created_at\":\"Tue Mar 11 20:25:38 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":107840767,\"id_str\":\"107840767\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-153\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"updated!\",\"slug\":\"tweeps-153\",\"full_name\":\"@tweepytest\\/tweeps-153\",\"created_at\":\"Tue Mar 11 20:25:37 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":107839558,\"id_str\":\"107839558\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-150\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"\",\"slug\":\"tweeps-150\",\"full_name\":\"@tweepytest\\/tweeps-150\",\"created_at\":\"Tue Mar 11 20:00:44 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":107839557,\"id_str\":\"107839557\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-151\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"updated!\",\"slug\":\"tweeps-151\",\"full_name\":\"@tweepytest\\/tweeps-151\",\"created_at\":\"Tue Mar 11 20:00:43 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":107825491,\"id_str\":\"107825491\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-149\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"updated!\",\"slug\":\"tweeps-149\",\"full_name\":\"@tweepytest\\/tweeps-149\",\"created_at\":\"Tue Mar 11 15:41:12 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":107783238,\"id_str\":\"107783238\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-148\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"\",\"slug\":\"tweeps-148\",\"full_name\":\"@tweepytest\\/tweeps-148\",\"created_at\":\"Tue Mar 11 01:46:00 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":107783237,\"id_str\":\"107783237\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-148\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"\",\"slug\":\"tweeps-148\",\"full_name\":\"@tweepytest\\/tweeps-148\",\"created_at\":\"Tue Mar 11 01:46:00 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":107780375,\"id_str\":\"107780375\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-147\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"updated!\",\"slug\":\"tweeps-147\",\"full_name\":\"@tweepytest\\/tweeps-147\",\"created_at\":\"Tue Mar 11 00:35:23 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":107774703,\"id_str\":\"107774703\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-146\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"updated!\",\"slug\":\"tweeps-146\",\"full_name\":\"@tweepytest\\/tweeps-146\",\"created_at\":\"Mon Mar 10 22:24:58 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":107770927,\"id_str\":\"107770927\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-145\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"updated!\",\"slug\":\"tweeps-145\",\"full_name\":\"@tweepytest\\/tweeps-145\",\"created_at\":\"Mon Mar 10 21:03:14 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":107770908,\"id_str\":\"107770908\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-144\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"updated!\",\"slug\":\"tweeps-144\",\"full_name\":\"@tweepytest\\/tweeps-144\",\"created_at\":\"Mon Mar 10 21:02:57 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":107770677,\"id_str\":\"107770677\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-143\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"\",\"slug\":\"tweeps-143\",\"full_name\":\"@tweepytest\\/tweeps-143\",\"created_at\":\"Mon Mar 10 20:57:22 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":107770636,\"id_str\":\"107770636\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-142\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"updated!\",\"slug\":\"tweeps-142\",\"full_name\":\"@tweepytest\\/tweeps-142\",\"created_at\":\"Mon Mar 10 20:56:23 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":107765717,\"id_str\":\"107765717\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-141\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"updated!\",\"slug\":\"tweeps-141\",\"full_name\":\"@tweepytest\\/tweeps-141\",\"created_at\":\"Mon Mar 10 19:15:54 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":107676457,\"id_str\":\"107676457\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-140\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"updated!\",\"slug\":\"tweeps-140\",\"full_name\":\"@tweepytest\\/tweeps-140\",\"created_at\":\"Sun Mar 09 21:40:40 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":107663501,\"id_str\":\"107663501\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-139\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"updated!\",\"slug\":\"tweeps-139\",\"full_name\":\"@tweepytest\\/tweeps-139\",\"created_at\":\"Sun Mar 09 16:59:48 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":107663164,\"id_str\":\"107663164\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-137\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"\",\"slug\":\"tweeps-137\",\"full_name\":\"@tweepytest\\/tweeps-137\",\"created_at\":\"Sun Mar 09 16:53:29 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":107663162,\"id_str\":\"107663162\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-138\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"updated!\",\"slug\":\"tweeps-138\",\"full_name\":\"@tweepytest\\/tweeps-138\",\"created_at\":\"Sun Mar 09 16:53:29 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":107662960,\"id_str\":\"107662960\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-135\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"\",\"slug\":\"tweeps-135\",\"full_name\":\"@tweepytest\\/tweeps-135\",\"created_at\":\"Sun Mar 09 16:49:51 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":107662959,\"id_str\":\"107662959\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-136\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"updated!\",\"slug\":\"tweeps-136\",\"full_name\":\"@tweepytest\\/tweeps-136\",\"created_at\":\"Sun Mar 09 16:49:51 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":107662087,\"id_str\":\"107662087\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-134\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"updated!\",\"slug\":\"tweeps-134\",\"full_name\":\"@tweepytest\\/tweeps-134\",\"created_at\":\"Sun Mar 09 16:32:11 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":107661852,\"id_str\":\"107661852\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-133\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"updated!\",\"slug\":\"tweeps-133\",\"full_name\":\"@tweepytest\\/tweeps-133\",\"created_at\":\"Sun Mar 09 16:28:37 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":107660219,\"id_str\":\"107660219\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-132\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"updated!\",\"slug\":\"tweeps-132\",\"full_name\":\"@tweepytest\\/tweeps-132\",\"created_at\":\"Sun Mar 09 15:58:23 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":107659095,\"id_str\":\"107659095\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-131\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"updated!\",\"slug\":\"tweeps-131\",\"full_name\":\"@tweepytest\\/tweeps-131\",\"created_at\":\"Sun Mar 09 15:40:19 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":107656327,\"id_str\":\"107656327\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-130\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"updated!\",\"slug\":\"tweeps-130\",\"full_name\":\"@tweepytest\\/tweeps-130\",\"created_at\":\"Sun Mar 09 15:00:14 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":107655699,\"id_str\":\"107655699\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-129\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"updated!\",\"slug\":\"tweeps-129\",\"full_name\":\"@tweepytest\\/tweeps-129\",\"created_at\":\"Sun Mar 09 14:51:55 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":107520218,\"id_str\":\"107520218\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-127\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"\",\"slug\":\"tweeps-127\",\"full_name\":\"@tweepytest\\/tweeps-127\",\"created_at\":\"Fri Mar 07 20:39:24 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":107520217,\"id_str\":\"107520217\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-127\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"\",\"slug\":\"tweeps-127\",\"full_name\":\"@tweepytest\\/tweeps-127\",\"created_at\":\"Fri Mar 07 20:39:24 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":107520216,\"id_str\":\"107520216\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-128\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"updated!\",\"slug\":\"tweeps-128\",\"full_name\":\"@tweepytest\\/tweeps-128\",\"created_at\":\"Fri Mar 07 20:39:23 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":107473738,\"id_str\":\"107473738\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-125\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"\",\"slug\":\"tweeps-125\",\"full_name\":\"@tweepytest\\/tweeps-125\",\"created_at\":\"Fri Mar 07 04:44:17 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":107473737,\"id_str\":\"107473737\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-126\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"updated!\",\"slug\":\"tweeps-126\",\"full_name\":\"@tweepytest\\/tweeps-126\",\"created_at\":\"Fri Mar 07 04:44:17 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":107471492,\"id_str\":\"107471492\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-124\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"\",\"slug\":\"tweeps-124\",\"full_name\":\"@tweepytest\\/tweeps-124\",\"created_at\":\"Fri Mar 07 03:47:30 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":107471491,\"id_str\":\"107471491\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-124\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"updated!\",\"slug\":\"tweeps-124\",\"full_name\":\"@tweepytest\\/tweeps-124\",\"created_at\":\"Fri Mar 07 03:47:29 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":107471276,\"id_str\":\"107471276\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-123\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"updated!\",\"slug\":\"tweeps-123\",\"full_name\":\"@tweepytest\\/tweeps-123\",\"created_at\":\"Fri Mar 07 03:41:51 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":107471265,\"id_str\":\"107471265\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-122\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"updated!\",\"slug\":\"tweeps-122\",\"full_name\":\"@tweepytest\\/tweeps-122\",\"created_at\":\"Fri Mar 07 03:41:33 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":106616306,\"id_str\":\"106616306\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-121\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"updated!\",\"slug\":\"tweeps-121\",\"full_name\":\"@tweepytest\\/tweeps-121\",\"created_at\":\"Tue Feb 25 18:40:04 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":106568215,\"id_str\":\"106568215\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-120\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"updated!\",\"slug\":\"tweeps-120\",\"full_name\":\"@tweepytest\\/tweeps-120\",\"created_at\":\"Tue Feb 25 02:36:41 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":106362025,\"id_str\":\"106362025\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-119\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"updated!\",\"slug\":\"tweeps-119\",\"full_name\":\"@tweepytest\\/tweeps-119\",\"created_at\":\"Sat Feb 22 04:18:32 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":106362011,\"id_str\":\"106362011\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-118\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"updated!\",\"slug\":\"tweeps-118\",\"full_name\":\"@tweepytest\\/tweeps-118\",\"created_at\":\"Sat Feb 22 04:18:14 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":106359581,\"id_str\":\"106359581\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-117\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"updated!\",\"slug\":\"tweeps-117\",\"full_name\":\"@tweepytest\\/tweeps-117\",\"created_at\":\"Sat Feb 22 03:19:17 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":106339376,\"id_str\":\"106339376\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-116\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"updated!\",\"slug\":\"tweeps-116\",\"full_name\":\"@tweepytest\\/tweeps-116\",\"created_at\":\"Fri Feb 21 19:53:43 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":106339363,\"id_str\":\"106339363\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-114\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"\",\"slug\":\"tweeps-114\",\"full_name\":\"@tweepytest\\/tweeps-114\",\"created_at\":\"Fri Feb 21 19:53:31 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":106339362,\"id_str\":\"106339362\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-115\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"updated!\",\"slug\":\"tweeps-115\",\"full_name\":\"@tweepytest\\/tweeps-115\",\"created_at\":\"Fri Feb 21 19:53:30 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":106312115,\"id_str\":\"106312115\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-113\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"updated!\",\"slug\":\"tweeps-113\",\"full_name\":\"@tweepytest\\/tweeps-113\",\"created_at\":\"Fri Feb 21 11:47:14 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":106312103,\"id_str\":\"106312103\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-112\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"updated!\",\"slug\":\"tweeps-112\",\"full_name\":\"@tweepytest\\/tweeps-112\",\"created_at\":\"Fri Feb 21 11:47:00 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":106283951,\"id_str\":\"106283951\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-111\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"updated!\",\"slug\":\"tweeps-111\",\"full_name\":\"@tweepytest\\/tweeps-111\",\"created_at\":\"Fri Feb 21 00:50:13 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":106283931,\"id_str\":\"106283931\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-110\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"updated!\",\"slug\":\"tweeps-110\",\"full_name\":\"@tweepytest\\/tweeps-110\",\"created_at\":\"Fri Feb 21 00:49:48 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":106283854,\"id_str\":\"106283854\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-109\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"updated!\",\"slug\":\"tweeps-109\",\"full_name\":\"@tweepytest\\/tweeps-109\",\"created_at\":\"Fri Feb 21 00:48:06 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":106281866,\"id_str\":\"106281866\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-108\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"\",\"slug\":\"tweeps-108\",\"full_name\":\"@tweepytest\\/tweeps-108\",\"created_at\":\"Fri Feb 21 00:00:41 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":106281663,\"id_str\":\"106281663\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-106\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"\",\"slug\":\"tweeps-106\",\"full_name\":\"@tweepytest\\/tweeps-106\",\"created_at\":\"Thu Feb 20 23:56:02 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":106281662,\"id_str\":\"106281662\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-107\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"updated!\",\"slug\":\"tweeps-107\",\"full_name\":\"@tweepytest\\/tweeps-107\",\"created_at\":\"Thu Feb 20 23:56:01 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":106281655,\"id_str\":\"106281655\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-105\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"updated!\",\"slug\":\"tweeps-105\",\"full_name\":\"@tweepytest\\/tweeps-105\",\"created_at\":\"Thu Feb 20 23:55:45 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":106281617,\"id_str\":\"106281617\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-103\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"\",\"slug\":\"tweeps-103\",\"full_name\":\"@tweepytest\\/tweeps-103\",\"created_at\":\"Thu Feb 20 23:54:56 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":106281615,\"id_str\":\"106281615\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-103\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"\",\"slug\":\"tweeps-103\",\"full_name\":\"@tweepytest\\/tweeps-103\",\"created_at\":\"Thu Feb 20 23:54:56 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":106281613,\"id_str\":\"106281613\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-103\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"\",\"slug\":\"tweeps-103\",\"full_name\":\"@tweepytest\\/tweeps-103\",\"created_at\":\"Thu Feb 20 23:54:56 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":106281611,\"id_str\":\"106281611\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-104\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"updated!\",\"slug\":\"tweeps-104\",\"full_name\":\"@tweepytest\\/tweeps-104\",\"created_at\":\"Thu Feb 20 23:54:56 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":106270137,\"id_str\":\"106270137\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-102\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"updated!\",\"slug\":\"tweeps-102\",\"full_name\":\"@tweepytest\\/tweeps-102\",\"created_at\":\"Thu Feb 20 19:57:12 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":106240830,\"id_str\":\"106240830\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-101\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"updated!\",\"slug\":\"tweeps-101\",\"full_name\":\"@tweepytest\\/tweeps-101\",\"created_at\":\"Thu Feb 20 11:24:14 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":106240688,\"id_str\":\"106240688\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-100\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"updated!\",\"slug\":\"tweeps-100\",\"full_name\":\"@tweepytest\\/tweeps-100\",\"created_at\":\"Thu Feb 20 11:21:24 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":106240655,\"id_str\":\"106240655\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-99\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"updated!\",\"slug\":\"tweeps-99\",\"full_name\":\"@tweepytest\\/tweeps-99\",\"created_at\":\"Thu Feb 20 11:20:37 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":106128014,\"id_str\":\"106128014\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-98\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"updated!\",\"slug\":\"tweeps-98\",\"full_name\":\"@tweepytest\\/tweeps-98\",\"created_at\":\"Tue Feb 18 20:15:25 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":106127994,\"id_str\":\"106127994\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-97\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"\",\"slug\":\"tweeps-97\",\"full_name\":\"@tweepytest\\/tweeps-97\",\"created_at\":\"Tue Feb 18 20:14:54 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":106127562,\"id_str\":\"106127562\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-96\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"updated!\",\"slug\":\"tweeps-96\",\"full_name\":\"@tweepytest\\/tweeps-96\",\"created_at\":\"Tue Feb 18 20:07:00 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":106127544,\"id_str\":\"106127544\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-95\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"updated!\",\"slug\":\"tweeps-95\",\"full_name\":\"@tweepytest\\/tweeps-95\",\"created_at\":\"Tue Feb 18 20:06:44 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":106127271,\"id_str\":\"106127271\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-93\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"\",\"slug\":\"tweeps-93\",\"full_name\":\"@tweepytest\\/tweeps-93\",\"created_at\":\"Tue Feb 18 20:01:21 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":106127270,\"id_str\":\"106127270\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-93\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"\",\"slug\":\"tweeps-93\",\"full_name\":\"@tweepytest\\/tweeps-93\",\"created_at\":\"Tue Feb 18 20:01:20 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":106127269,\"id_str\":\"106127269\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-94\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"updated!\",\"slug\":\"tweeps-94\",\"full_name\":\"@tweepytest\\/tweeps-94\",\"created_at\":\"Tue Feb 18 20:01:20 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":106125793,\"id_str\":\"106125793\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-91\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"\",\"slug\":\"tweeps-91\",\"full_name\":\"@tweepytest\\/tweeps-91\",\"created_at\":\"Tue Feb 18 19:33:21 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":106125792,\"id_str\":\"106125792\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-92\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"updated!\",\"slug\":\"tweeps-92\",\"full_name\":\"@tweepytest\\/tweeps-92\",\"created_at\":\"Tue Feb 18 19:33:21 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":104171220,\"id_str\":\"104171220\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-90\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"updated!\",\"slug\":\"tweeps-90\",\"full_name\":\"@tweepytest\\/tweeps-90\",\"created_at\":\"Tue Jan 21 21:18:30 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":104109651,\"id_str\":\"104109651\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-89\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"updated!\",\"slug\":\"tweeps-89\",\"full_name\":\"@tweepytest\\/tweeps-89\",\"created_at\":\"Tue Jan 21 00:45:06 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}},{\"id\":104092274,\"id_str\":\"104092274\",\"name\":\"tweeps\",\"uri\":\"\\/tweepytest\\/lists\\/tweeps-88\",\"subscriber_count\":0,\"member_count\":0,\"mode\":\"public\",\"description\":\"updated!\",\"slug\":\"tweeps-88\",\"full_name\":\"@tweepytest\\/tweeps-88\",\"created_at\":\"Mon Jan 20 18:54:59 +0000 2014\",\"following\":true,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}}]"
+                }
+            }
+        }
+    ]
+}
\ No newline at end of file
diff --git a/cassettes/testlistsmemberships.json b/cassettes/testlistsmemberships.json
new file mode 100644 (file)
index 0000000..837532f
--- /dev/null
@@ -0,0 +1,89 @@
+{
+    "version": 1, 
+    "interactions": [
+        {
+            "request": {
+                "body": null, 
+                "headers": {
+                    "Host": [
+                        "api.twitter.com"
+                    ]
+                }, 
+                "method": "GET", 
+                "uri": "https://api.twitter.com:443/1.1/lists/memberships.json"
+            }, 
+            "response": {
+                "status": {
+                    "message": "OK", 
+                    "code": 200
+                }, 
+                "headers": {
+                    "status": [
+                        "200 OK"
+                    ], 
+                    "x-rate-limit-remaining": [
+                        "14"
+                    ], 
+                    "content-length": [
+                        "96"
+                    ], 
+                    "expires": [
+                        "Tue, 31 Mar 1981 05:00:00 GMT"
+                    ], 
+                    "x-transaction": [
+                        "e67ab86579c43af0"
+                    ], 
+                    "x-content-type-options": [
+                        "nosniff"
+                    ], 
+                    "x-connection-hash": [
+                        "9691e60cbc207800b997dd1874db5b33"
+                    ], 
+                    "set-cookie": [
+                        "lang=en", 
+                        "guest_id=v1%3A141738008453774829; Domain=.twitter.com; Path=/; Expires=Tue, 29-Nov-2016 20:41:24 UTC"
+                    ], 
+                    "strict-transport-security": [
+                        "max-age=631138519"
+                    ], 
+                    "x-access-level": [
+                        "read-write-directmessages"
+                    ], 
+                    "server": [
+                        "tsa_b"
+                    ], 
+                    "last-modified": [
+                        "Sun, 30 Nov 2014 20:41:24 GMT"
+                    ], 
+                    "x-xss-protection": [
+                        "1; mode=block"
+                    ], 
+                    "x-rate-limit-reset": [
+                        "1417380984"
+                    ], 
+                    "pragma": [
+                        "no-cache"
+                    ], 
+                    "cache-control": [
+                        "no-cache, no-store, must-revalidate, pre-check=0, post-check=0"
+                    ], 
+                    "date": [
+                        "Sun, 30 Nov 2014 20:41:24 UTC"
+                    ], 
+                    "x-rate-limit-limit": [
+                        "15"
+                    ], 
+                    "x-frame-options": [
+                        "SAMEORIGIN"
+                    ], 
+                    "content-type": [
+                        "application/json;charset=utf-8"
+                    ]
+                }, 
+                "body": {
+                    "string": "{\"next_cursor\":0,\"next_cursor_str\":\"0\",\"previous_cursor\":0,\"previous_cursor_str\":\"0\",\"lists\":[]}"
+                }
+            }
+        }
+    ]
+}
\ No newline at end of file
diff --git a/cassettes/testlistssubscriptions.json b/cassettes/testlistssubscriptions.json
new file mode 100644 (file)
index 0000000..4bf5890
--- /dev/null
@@ -0,0 +1,89 @@
+{
+    "version": 1, 
+    "interactions": [
+        {
+            "request": {
+                "body": null, 
+                "headers": {
+                    "Host": [
+                        "api.twitter.com"
+                    ]
+                }, 
+                "method": "GET", 
+                "uri": "https://api.twitter.com:443/1.1/lists/subscriptions.json"
+            }, 
+            "response": {
+                "status": {
+                    "message": "OK", 
+                    "code": 200
+                }, 
+                "headers": {
+                    "status": [
+                        "200 OK"
+                    ], 
+                    "x-rate-limit-remaining": [
+                        "14"
+                    ], 
+                    "content-length": [
+                        "96"
+                    ], 
+                    "expires": [
+                        "Tue, 31 Mar 1981 05:00:00 GMT"
+                    ], 
+                    "x-transaction": [
+                        "aa8a6e96960d1c2d"
+                    ], 
+                    "x-content-type-options": [
+                        "nosniff"
+                    ], 
+                    "x-connection-hash": [
+                        "820363b46792cbf04e83a9b8db036134"
+                    ], 
+                    "set-cookie": [
+                        "lang=en", 
+                        "guest_id=v1%3A141738008516252142; Domain=.twitter.com; Path=/; Expires=Tue, 29-Nov-2016 20:41:25 UTC"
+                    ], 
+                    "strict-transport-security": [
+                        "max-age=631138519"
+                    ], 
+                    "x-access-level": [
+                        "read-write-directmessages"
+                    ], 
+                    "server": [
+                        "tsa_b"
+                    ], 
+                    "last-modified": [
+                        "Sun, 30 Nov 2014 20:41:25 GMT"
+                    ], 
+                    "x-xss-protection": [
+                        "1; mode=block"
+                    ], 
+                    "x-rate-limit-reset": [
+                        "1417380985"
+                    ], 
+                    "pragma": [
+                        "no-cache"
+                    ], 
+                    "cache-control": [
+                        "no-cache, no-store, must-revalidate, pre-check=0, post-check=0"
+                    ], 
+                    "date": [
+                        "Sun, 30 Nov 2014 20:41:25 UTC"
+                    ], 
+                    "x-rate-limit-limit": [
+                        "15"
+                    ], 
+                    "x-frame-options": [
+                        "SAMEORIGIN"
+                    ], 
+                    "content-type": [
+                        "application/json;charset=utf-8"
+                    ]
+                }, 
+                "body": {
+                    "string": "{\"next_cursor\":0,\"next_cursor_str\":\"0\",\"previous_cursor\":0,\"previous_cursor_str\":\"0\",\"lists\":[]}"
+                }
+            }
+        }
+    ]
+}
\ No newline at end of file
diff --git a/cassettes/testlistsubscribers.json b/cassettes/testlistsubscribers.json
new file mode 100644 (file)
index 0000000..b69da83
--- /dev/null
@@ -0,0 +1,89 @@
+{
+    "version": 1, 
+    "interactions": [
+        {
+            "request": {
+                "body": null, 
+                "headers": {
+                    "Host": [
+                        "api.twitter.com"
+                    ]
+                }, 
+                "method": "GET", 
+                "uri": "https://api.twitter.com:443/1.1/lists/subscribers.json?slug=stars&owner_screen_name=applepie"
+            }, 
+            "response": {
+                "status": {
+                    "message": "OK", 
+                    "code": 200
+                }, 
+                "headers": {
+                    "status": [
+                        "200 OK"
+                    ], 
+                    "x-rate-limit-remaining": [
+                        "179"
+                    ], 
+                    "content-length": [
+                        "14833"
+                    ], 
+                    "expires": [
+                        "Tue, 31 Mar 1981 05:00:00 GMT"
+                    ], 
+                    "x-transaction": [
+                        "b35030ee1850cdcb"
+                    ], 
+                    "x-content-type-options": [
+                        "nosniff"
+                    ], 
+                    "x-connection-hash": [
+                        "1634facff18d8b9e1042ad783aabe7f5"
+                    ], 
+                    "set-cookie": [
+                        "lang=en", 
+                        "guest_id=v1%3A141738008551640273; Domain=.twitter.com; Path=/; Expires=Tue, 29-Nov-2016 20:41:25 UTC"
+                    ], 
+                    "strict-transport-security": [
+                        "max-age=631138519"
+                    ], 
+                    "x-access-level": [
+                        "read-write-directmessages"
+                    ], 
+                    "server": [
+                        "tsa_b"
+                    ], 
+                    "last-modified": [
+                        "Sun, 30 Nov 2014 20:41:25 GMT"
+                    ], 
+                    "x-xss-protection": [
+                        "1; mode=block"
+                    ], 
+                    "x-rate-limit-reset": [
+                        "1417380985"
+                    ], 
+                    "pragma": [
+                        "no-cache"
+                    ], 
+                    "cache-control": [
+                        "no-cache, no-store, must-revalidate, pre-check=0, post-check=0"
+                    ], 
+                    "date": [
+                        "Sun, 30 Nov 2014 20:41:25 UTC"
+                    ], 
+                    "x-rate-limit-limit": [
+                        "180"
+                    ], 
+                    "x-frame-options": [
+                        "SAMEORIGIN"
+                    ], 
+                    "content-type": [
+                        "application/json;charset=utf-8"
+                    ]
+                }, 
+                "body": {
+                    "string": "{\"users\":[{\"id\":29342013,\"id_str\":\"29342013\",\"name\":\"Victor Youk\",\"screen_name\":\"RazorConcepts\",\"location\":\"\",\"profile_location\":null,\"description\":\"\",\"url\":null,\"entities\":{\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":16,\"friends_count\":18,\"listed_count\":0,\"created_at\":\"Tue Apr 07 00:43:46 +0000 2009\",\"favourites_count\":0,\"utc_offset\":null,\"time_zone\":null,\"geo_enabled\":false,\"verified\":false,\"statuses_count\":146,\"lang\":\"en\",\"status\":{\"created_at\":\"Sun Dec 18 17:58:45 +0000 2011\",\"id\":148462215962431489,\"id_str\":\"148462215962431489\",\"text\":\"10 Must Have Games of 2011: Holiday Buying Guide #TLDGiftGuide via @tldtoday http:\\/\\/t.co\\/PqIwXxgD\",\"source\":\"\\u003ca href=\\\"https:\\/\\/dev.twitter.com\\/docs\\/tfw\\\" rel=\\\"nofollow\\\"\\u003eTwitter for Websites\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":0,\"favorite_count\":0,\"entities\":{\"hashtags\":[{\"text\":\"TLDGiftGuide\",\"indices\":[49,62]}],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"tldtoday\",\"name\":\"Jonathan Morrison\",\"id\":126124275,\"id_str\":\"126124275\",\"indices\":[67,76]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/PqIwXxgD\",\"expanded_url\":\"http:\\/\\/bit.ly\\/tYobBH\",\"display_url\":\"bit.ly\\/tYobBH\",\"indices\":[77,97]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"C0DEED\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1453851247\\/untitled_normal.PNG\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1453851247\\/untitled_normal.PNG\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"C0DEED\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":true,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":198183079,\"id_str\":\"198183079\",\"name\":\"Keyur Parikh\",\"screen_name\":\"parikhkeyur\",\"location\":\"\",\"profile_location\":null,\"description\":\"\",\"url\":null,\"entities\":{\"description\":{\"urls\":[]}},\"protected\":true,\"followers_count\":1,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Sun Oct 03 15:52:04 +0000 2010\",\"favourites_count\":0,\"utc_offset\":-14400,\"time_zone\":\"Atlantic Time (Canada)\",\"geo_enabled\":false,\"verified\":false,\"statuses_count\":0,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"B2DFDA\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme13\\/bg.gif\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/378800000396001899\\/07c48dab2db75b9b10a15d912ecf87ca_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/378800000396001899\\/07c48dab2db75b9b10a15d912ecf87ca_normal.png\",\"profile_link_color\":\"93A644\",\"profile_sidebar_border_color\":\"EEEEEE\",\"profile_sidebar_fill_color\":\"FFFFFF\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":20568161,\"id_str\":\"20568161\",\"name\":\"user5idd\",\"screen_name\":\"user5idd\",\"location\":\"\",\"profile_location\":null,\"description\":\"\",\"url\":null,\"entities\":{\"description\":{\"urls\":[]}},\"protected\":true,\"followers_count\":1,\"friends_count\":1,\"listed_count\":0,\"created_at\":\"Wed Feb 11 03:20:12 +0000 2009\",\"favourites_count\":0,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":false,\"verified\":false,\"statuses_count\":698,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"C0DEED\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/77421005\\/PA210009_sm_crop_normal.JPG\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/77421005\\/PA210009_sm_crop_normal.JPG\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"C0DEED\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":true,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":95865857,\"id_str\":\"95865857\",\"name\":\"\\u30b7\\u30f3\",\"screen_name\":\"edoaru06\",\"location\":\"\",\"profile_location\":null,\"description\":\"\\u65e5\\u3005\\u306e\\u611f\\u3058\\u305f\\u4e8b\\u3001\\u601d\\u3063\\u305f\\u4e8b\\u3001\\u8003\\u3048\\u305f\\u4e8b\\u306a\\u3069\\u3092\\u545f\\u3044\\u3066\\u304a\\u308a\\u307e\\u3059\\uff3e\\uff3e\\n\\u8208\\u5473\\u95a2\\u5fc3 : Python\\/Ruby\\/Web\\u95a2\\u9023\\/\\u30cf\\u30ac\\u30ec\\u30f3\\/\\u30dd\\u30eb\\u30ce\\u30b0\\u30e9\\u30d5\\u30a3\\u30c6\\u30a3\\/\\u30a2\\u30f3\\u30c0\\u30fc\\u30b0\\u30e9\\u30d5\\/IT\\u60c5\\u5831\\/\\u30e9\\u30a4\\u30d5\\u30cf\\u30c3\\u30af\\/\\u30e9\\u30a4\\u30d5\\u30ed\\u30b0\\/Evernote\\/Toodledo\\/MBA\\/\\u30de\\u30a4\\u30f3\\u30c9\\u30de\\u30c3\\u30d7\\/\\u547c\\u5438\\u6cd5\",\"url\":null,\"entities\":{\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":196,\"friends_count\":401,\"listed_count\":7,\"created_at\":\"Thu Dec 10 09:35:49 +0000 2009\",\"favourites_count\":34,\"utc_offset\":32400,\"time_zone\":\"Tokyo\",\"geo_enabled\":false,\"verified\":false,\"statuses_count\":6919,\"lang\":\"ja\",\"status\":{\"created_at\":\"Sat Nov 29 21:22:56 +0000 2014\",\"id\":538805334438330370,\"id_str\":\"538805334438330370\",\"text\":\"\\u30c7\\u30a4\\u30ea\\u30fc YOK is out! http:\\/\\/t.co\\/EicFiySCe6 Stories via @grazia_fr @ken50106 @metakit\",\"source\":\"\\u003ca href=\\\"http:\\/\\/paper.li\\\" rel=\\\"nofollow\\\"\\u003ePaper.li\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":0,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"grazia_fr\",\"name\":\"Grazia France\",\"id\":60531346,\"id_str\":\"60531346\",\"indices\":[52,62]},{\"screen_name\":\"ken50106\",\"name\":\"ken50106\",\"id\":71487380,\"id_str\":\"71487380\",\"indices\":[63,72]},{\"screen_name\":\"metakit\",\"name\":\"\\u6a58\\u5ddd\\u5e78\\u592b(\\u304d\\u3064\\u304b\\u308f\\u3086\\u304d\\u304a)\",\"id\":31048937,\"id_str\":\"31048937\",\"indices\":[73,81]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/EicFiySCe6\",\"expanded_url\":\"http:\\/\\/paper.li\\/edoaru06\",\"display_url\":\"paper.li\\/edoaru06\",\"indices\":[17,39]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"ja\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"BADFCD\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme12\\/bg.gif\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme12\\/bg.gif\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/428917475967647745\\/k7QKWIlK_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/428917475967647745\\/k7QKWIlK_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/95865857\\/1399642440\",\"profile_link_color\":\"55FF00\",\"profile_sidebar_border_color\":\"F2E195\",\"profile_sidebar_fill_color\":\"FFF7CC\",\"profile_text_color\":\"0C3E53\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":126201471,\"id_str\":\"126201471\",\"name\":\"howawong_mother_app\",\"screen_name\":\"howawong_ma\",\"location\":\"\",\"profile_location\":null,\"description\":\"\",\"url\":\"http:\\/\\/t.co\\/fe1I0MsDyM\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/fe1I0MsDyM\",\"expanded_url\":\"http:\\/\\/www.motherapp.com\",\"display_url\":\"motherapp.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":3,\"friends_count\":3,\"listed_count\":0,\"created_at\":\"Thu Mar 25 03:43:56 +0000 2010\",\"favourites_count\":1,\"utc_offset\":null,\"time_zone\":null,\"geo_enabled\":false,\"verified\":false,\"statuses_count\":130,\"lang\":\"en\",\"status\":{\"created_at\":\"Tue Oct 18 04:34:03 +0000 2011\",\"id\":126154047609765888,\"id_str\":\"126154047609765888\",\"text\":\"Surface Mount Machine http:\\/\\/t.co\\/AiqAEu3L\",\"source\":\"\\u003ca href=\\\"https:\\/\\/dev.twitter.com\\/docs\\/tfw\\\" rel=\\\"nofollow\\\"\\u003eTwitter for Websites\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":0,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/AiqAEu3L\",\"expanded_url\":\"http:\\/\\/shar.es\\/bswpf\",\"display_url\":\"shar.es\\/bswpf\",\"indices\":[22,42]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"C0DEED\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/773733372\\/motherapp_twitter6_bigger_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/773733372\\/motherapp_twitter6_bigger_normal.png\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"C0DEED\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":true,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":16557165,\"id_str\":\"16557165\",\"name\":\"OyvindM\",\"screen_name\":\"OyvindM\",\"location\":\"\",\"profile_location\":null,\"description\":\"\",\"url\":null,\"entities\":{\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":2,\"friends_count\":2,\"listed_count\":0,\"created_at\":\"Thu Oct 02 09:14:15 +0000 2008\",\"favourites_count\":0,\"utc_offset\":null,\"time_zone\":null,\"geo_enabled\":false,\"verified\":false,\"statuses_count\":1,\"lang\":\"en\",\"status\":{\"created_at\":\"Thu Oct 02 09:18:06 +0000 2008\",\"id\":943051394,\"id_str\":\"943051394\",\"text\":\"test\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":0,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[]},\"favorited\":false,\"retweeted\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"C0DEED\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/abs.twimg.com\\/sticky\\/default_profile_images\\/default_profile_2_normal.png\",\"profile_image_url_https\":\"https:\\/\\/abs.twimg.com\\/sticky\\/default_profile_images\\/default_profile_2_normal.png\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"C0DEED\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":true,\"default_profile_image\":true,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":120203330,\"id_str\":\"120203330\",\"name\":\"Say No to Boredom!!\",\"screen_name\":\"sweetdeals4me\",\"location\":\"The World Wide Web\",\"profile_location\":null,\"description\":\"Take a little break from all your tweeting! Do something fun! Hope I can help!\",\"url\":\"http:\\/\\/t.co\\/ZTflwB3Uxk\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/ZTflwB3Uxk\",\"expanded_url\":\"http:\\/\\/saynotoboredom.wordpress.com\\/\",\"display_url\":\"saynotoboredom.wordpress.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":463,\"friends_count\":1427,\"listed_count\":5,\"created_at\":\"Fri Mar 05 19:43:54 +0000 2010\",\"favourites_count\":1,\"utc_offset\":null,\"time_zone\":null,\"geo_enabled\":false,\"verified\":false,\"statuses_count\":651,\"lang\":\"en\",\"status\":{\"created_at\":\"Fri Apr 26 20:06:43 +0000 2013\",\"id\":327876415213170688,\"id_str\":\"327876415213170688\",\"text\":\"Rage on with my referral code zyv57032 Apr 26 08:06:27 PM #rageofbahamut @rageofbahamut\",\"source\":\"\\u003ca href=\\\"https:\\/\\/dev.twitter.com\\/docs\\/tfw\\\" rel=\\\"nofollow\\\"\\u003eTwitter for Websites\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":0,\"favorite_count\":0,\"entities\":{\"hashtags\":[{\"text\":\"rageofbahamut\",\"indices\":[58,72]}],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"RageofBahamut\",\"name\":\"Rage of Bahamut\",\"id\":501578739,\"id_str\":\"501578739\",\"indices\":[73,87]}],\"urls\":[]},\"favorited\":false,\"retweeted\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/81010718\\/mqpro_fadedblocks.br.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/81010718\\/mqpro_fadedblocks.br.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/2325857545\\/cljkmz70khh0vqxyhqhy_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/2325857545\\/cljkmz70khh0vqxyhqhy_normal.jpeg\",\"profile_link_color\":\"888888\",\"profile_sidebar_border_color\":\"888888\",\"profile_sidebar_fill_color\":\"DDDDDD\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}],\"next_cursor\":0,\"next_cursor_str\":\"0\",\"previous_cursor\":0,\"previous_cursor_str\":\"0\"}"
+                }
+            }
+        }
+    ]
+}
\ No newline at end of file
diff --git a/cassettes/testlisttimeline.json b/cassettes/testlisttimeline.json
new file mode 100644 (file)
index 0000000..692cf7f
--- /dev/null
@@ -0,0 +1,89 @@
+{
+    "version": 1, 
+    "interactions": [
+        {
+            "request": {
+                "body": null, 
+                "headers": {
+                    "Host": [
+                        "api.twitter.com"
+                    ]
+                }, 
+                "method": "GET", 
+                "uri": "https://api.twitter.com:443/1.1/lists/statuses.json?slug=stars&owner_screen_name=applepie"
+            }, 
+            "response": {
+                "status": {
+                    "message": "OK", 
+                    "code": 200
+                }, 
+                "headers": {
+                    "status": [
+                        "200 OK"
+                    ], 
+                    "x-rate-limit-remaining": [
+                        "179"
+                    ], 
+                    "content-length": [
+                        "75505"
+                    ], 
+                    "expires": [
+                        "Tue, 31 Mar 1981 05:00:00 GMT"
+                    ], 
+                    "x-transaction": [
+                        "c23925ec04bff9e5"
+                    ], 
+                    "x-content-type-options": [
+                        "nosniff"
+                    ], 
+                    "x-connection-hash": [
+                        "9e17a07a65c07c760946447e06120244"
+                    ], 
+                    "set-cookie": [
+                        "lang=en", 
+                        "guest_id=v1%3A141738008620391671; Domain=.twitter.com; Path=/; Expires=Tue, 29-Nov-2016 20:41:26 UTC"
+                    ], 
+                    "strict-transport-security": [
+                        "max-age=631138519"
+                    ], 
+                    "x-access-level": [
+                        "read-write-directmessages"
+                    ], 
+                    "server": [
+                        "tsa_b"
+                    ], 
+                    "last-modified": [
+                        "Sun, 30 Nov 2014 20:41:26 GMT"
+                    ], 
+                    "x-xss-protection": [
+                        "1; mode=block"
+                    ], 
+                    "x-rate-limit-reset": [
+                        "1417380986"
+                    ], 
+                    "pragma": [
+                        "no-cache"
+                    ], 
+                    "cache-control": [
+                        "no-cache, no-store, must-revalidate, pre-check=0, post-check=0"
+                    ], 
+                    "date": [
+                        "Sun, 30 Nov 2014 20:41:26 UTC"
+                    ], 
+                    "x-rate-limit-limit": [
+                        "180"
+                    ], 
+                    "x-frame-options": [
+                        "SAMEORIGIN"
+                    ], 
+                    "content-type": [
+                        "application/json;charset=utf-8"
+                    ]
+                }, 
+                "body": {
+                    "string": "[{\"created_at\":\"Sun Nov 30 20:35:03 +0000 2014\",\"id\":539155671640326145,\"id_str\":\"539155671640326145\",\"text\":\"Quest complete, at the second place we looked. That was way too easy. #Parsnipwatch2014\",\"source\":\"\\u003ca href=\\\"https:\\/\\/play.google.com\\/store\\/apps\\/details?id=com.dwdesign.tweetings&hl=en\\\" rel=\\\"nofollow\\\"\\u003eTweetings for Android\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":1183041,\"id_str\":\"1183041\",\"name\":\"Wil Wheaton\",\"screen_name\":\"wilw\",\"location\":\"Los Angeles\",\"profile_location\":null,\"description\":\"I'm just this guy, you know?\",\"url\":\"http:\\/\\/t.co\\/UAYYOhbijM\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/UAYYOhbijM\",\"expanded_url\":\"http:\\/\\/wilwheaton.net\\/2009\\/02\\/what-to-expect-if-you-follow-me-on-twitter-or-how-im-going-to-disappoint-you-in-6-quick-steps\\/\",\"display_url\":\"wilwheaton.net\\/2009\\/02\\/what-t\\u2026\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":2738603,\"friends_count\":348,\"listed_count\":38022,\"created_at\":\"Wed Mar 14 21:25:33 +0000 2007\",\"favourites_count\":362,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":52310,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"022330\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/871683408\\/62c85b46792dfe6bfd16420b71646cdb.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/871683408\\/62c85b46792dfe6bfd16420b71646cdb.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/528600852756303872\\/tRlEoF3B_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/528600852756303872\\/tRlEoF3B_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/1183041\\/1368668860\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"000000\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":1,\"favorite_count\":16,\"entities\":{\"hashtags\":[{\"text\":\"Parsnipwatch2014\",\"indices\":[70,87]}],\"symbols\":[],\"user_mentions\":[],\"urls\":[]},\"favorited\":false,\"retweeted\":false,\"lang\":\"en\"},{\"created_at\":\"Sun Nov 30 20:24:18 +0000 2014\",\"id\":539152966138097665,\"id_str\":\"539152966138097665\",\"text\":\"We are on a quest for parsnips. #Parsnipwatch2014\",\"source\":\"\\u003ca href=\\\"https:\\/\\/play.google.com\\/store\\/apps\\/details?id=com.dwdesign.tweetings&hl=en\\\" rel=\\\"nofollow\\\"\\u003eTweetings for Android\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":1183041,\"id_str\":\"1183041\",\"name\":\"Wil Wheaton\",\"screen_name\":\"wilw\",\"location\":\"Los Angeles\",\"profile_location\":null,\"description\":\"I'm just this guy, you know?\",\"url\":\"http:\\/\\/t.co\\/UAYYOhbijM\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/UAYYOhbijM\",\"expanded_url\":\"http:\\/\\/wilwheaton.net\\/2009\\/02\\/what-to-expect-if-you-follow-me-on-twitter-or-how-im-going-to-disappoint-you-in-6-quick-steps\\/\",\"display_url\":\"wilwheaton.net\\/2009\\/02\\/what-t\\u2026\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":2738603,\"friends_count\":348,\"listed_count\":38022,\"created_at\":\"Wed Mar 14 21:25:33 +0000 2007\",\"favourites_count\":362,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":52310,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"022330\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/871683408\\/62c85b46792dfe6bfd16420b71646cdb.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/871683408\\/62c85b46792dfe6bfd16420b71646cdb.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/528600852756303872\\/tRlEoF3B_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/528600852756303872\\/tRlEoF3B_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/1183041\\/1368668860\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"000000\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":9,\"favorite_count\":60,\"entities\":{\"hashtags\":[{\"text\":\"Parsnipwatch2014\",\"indices\":[32,49]}],\"symbols\":[],\"user_mentions\":[],\"urls\":[]},\"favorited\":false,\"retweeted\":false,\"lang\":\"en\"},{\"created_at\":\"Sun Nov 30 20:16:29 +0000 2014\",\"id\":539150995901927424,\"id_str\":\"539150995901927424\",\"text\":\"RT @RikerGoogling: replicator accident treatment chocolate hand\",\"source\":\"\\u003ca href=\\\"https:\\/\\/play.google.com\\/store\\/apps\\/details?id=com.dwdesign.tweetings&hl=en\\\" rel=\\\"nofollow\\\"\\u003eTweetings for Android\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":1183041,\"id_str\":\"1183041\",\"name\":\"Wil Wheaton\",\"screen_name\":\"wilw\",\"location\":\"Los Angeles\",\"profile_location\":null,\"description\":\"I'm just this guy, you know?\",\"url\":\"http:\\/\\/t.co\\/UAYYOhbijM\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/UAYYOhbijM\",\"expanded_url\":\"http:\\/\\/wilwheaton.net\\/2009\\/02\\/what-to-expect-if-you-follow-me-on-twitter-or-how-im-going-to-disappoint-you-in-6-quick-steps\\/\",\"display_url\":\"wilwheaton.net\\/2009\\/02\\/what-t\\u2026\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":2738603,\"friends_count\":348,\"listed_count\":38022,\"created_at\":\"Wed Mar 14 21:25:33 +0000 2007\",\"favourites_count\":362,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":52310,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"022330\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/871683408\\/62c85b46792dfe6bfd16420b71646cdb.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/871683408\\/62c85b46792dfe6bfd16420b71646cdb.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/528600852756303872\\/tRlEoF3B_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/528600852756303872\\/tRlEoF3B_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/1183041\\/1368668860\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"000000\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweeted_status\":{\"created_at\":\"Sun Nov 30 20:15:52 +0000 2014\",\"id\":539150843769933825,\"id_str\":\"539150843769933825\",\"text\":\"replicator accident treatment chocolate hand\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":2341337263,\"id_str\":\"2341337263\",\"name\":\"Riker Googling\",\"screen_name\":\"RikerGoogling\",\"location\":\"Holodeck-4\",\"profile_location\":null,\"description\":\"It's okay, I'm in incognito mode. (By @JoeSondow) whatthehell@rikergoogling.net\",\"url\":\"http:\\/\\/t.co\\/uhlJpyGffu\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/uhlJpyGffu\",\"expanded_url\":\"http:\\/\\/rikergoogling.net\",\"display_url\":\"rikergoogling.net\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":43291,\"friends_count\":2,\"listed_count\":429,\"created_at\":\"Thu Feb 13 03:42:49 +0000 2014\",\"favourites_count\":27,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":false,\"verified\":false,\"statuses_count\":319,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"5D7895\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/433816379326595072\\/erB6obTD.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/433816379326595072\\/erB6obTD.png\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/499021253953347585\\/COG26p9r_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/499021253953347585\\/COG26p9r_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/2341337263\\/1392264189\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"000000\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":97,\"favorite_count\":147,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[]},\"favorited\":false,\"retweeted\":false,\"lang\":\"en\"},\"retweet_count\":97,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"RikerGoogling\",\"name\":\"Riker Googling\",\"id\":2341337263,\"id_str\":\"2341337263\",\"indices\":[3,17]}],\"urls\":[]},\"favorited\":false,\"retweeted\":false,\"lang\":\"en\"},{\"created_at\":\"Sun Nov 30 20:12:14 +0000 2014\",\"id\":539149928941899776,\"id_str\":\"539149928941899776\",\"text\":\"\\u201c@Nym146: @JewelStaite you come across as a little up yourself. Very disappointing.\\u201d\\n\\nThat's me.. disappointingly up myself. Take care!\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003eTwitter for iPhone\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":539130771970469889,\"in_reply_to_status_id_str\":\"539130771970469889\",\"in_reply_to_user_id\":2524277999,\"in_reply_to_user_id_str\":\"2524277999\",\"in_reply_to_screen_name\":\"Nym146\",\"user\":{\"id\":34175976,\"id_str\":\"34175976\",\"name\":\"Jewel Staite\",\"screen_name\":\"JewelStaite\",\"location\":\"\",\"profile_location\":null,\"description\":\"I play make-believe for a living. Stay in school\",\"url\":\"http:\\/\\/t.co\\/7BHHhn1DBX\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/7BHHhn1DBX\",\"expanded_url\":\"http:\\/\\/www.happyopu.net\",\"display_url\":\"happyopu.net\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":241938,\"friends_count\":237,\"listed_count\":9143,\"created_at\":\"Wed Apr 22 04:01:43 +0000 2009\",\"favourites_count\":1555,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":3090,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"B80093\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme4\\/bg.gif\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/512319693315932162\\/Y0y7ul-N_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/512319693315932162\\/Y0y7ul-N_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/34175976\\/1413075876\",\"profile_link_color\":\"009AB9\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"95E8EC\",\"profile_text_color\":\"3C3940\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":5,\"favorite_count\":109,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"Nym146\",\"name\":\"Nym\",\"id\":2524277999,\"id_str\":\"2524277999\",\"indices\":[1,8]},{\"screen_name\":\"JewelStaite\",\"name\":\"Jewel Staite\",\"id\":34175976,\"id_str\":\"34175976\",\"indices\":[10,22]}],\"urls\":[]},\"favorited\":false,\"retweeted\":false,\"lang\":\"en\"},{\"created_at\":\"Sun Nov 30 19:49:56 +0000 2014\",\"id\":539144316787380225,\"id_str\":\"539144316787380225\",\"text\":\"Time is running out - College Students! NOW is your chance to be inspired! http:\\/\\/t.co\\/1DLq20AdK3\\/s\\/w9G7 @ISFCollege\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003eTwitter for iPhone\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":58233603,\"id_str\":\"58233603\",\"name\":\"ian somerhalder\",\"screen_name\":\"iansomerhalder\",\"location\":\"Atlanta, NYC, Venice... \",\"profile_location\":null,\"description\":\"Dead guy on LOST now undead on The Vampire Diaries.Proud Co-Founder of The Ian Somerhalder Foundation. Still happily contemplating Man's existential dilemma...\",\"url\":\"http:\\/\\/t.co\\/buGrmns4hw\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/buGrmns4hw\",\"expanded_url\":\"http:\\/\\/www.twitter.com\\/iansomerhalder\",\"display_url\":\"twitter.com\\/iansomerhalder\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":5447944,\"friends_count\":604,\"listed_count\":38180,\"created_at\":\"Sun Jul 19 16:36:43 +0000 2009\",\"favourites_count\":12,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":8013,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"C0DEED\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/378800000598779913\\/343e53f9674410d786cab7c8fd8c4688_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/378800000598779913\\/343e53f9674410d786cab7c8fd8c4688_normal.jpeg\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"C0DEED\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":true,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":826,\"favorite_count\":1785,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"ISFCollege\",\"name\":\"ISF College #ISF\",\"id\":457855550,\"id_str\":\"457855550\",\"indices\":[105,116]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/1DLq20AdK3\",\"expanded_url\":\"http:\\/\\/tinyurl.com\\/pyytand\",\"display_url\":\"tinyurl.com\\/pyytand\",\"indices\":[75,97]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Sun Nov 30 19:10:50 +0000 2014\",\"id\":539134474886189057,\"id_str\":\"539134474886189057\",\"text\":\"RT @DevilsGateBrew: Catching up \\u2013 Porter, Pompey, and\\u00a0W00tstout http:\\/\\/t.co\\/4ZCaJGuweu\",\"source\":\"\\u003ca href=\\\"https:\\/\\/about.twitter.com\\/products\\/tweetdeck\\\" rel=\\\"nofollow\\\"\\u003eTweetDeck\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":1183041,\"id_str\":\"1183041\",\"name\":\"Wil Wheaton\",\"screen_name\":\"wilw\",\"location\":\"Los Angeles\",\"profile_location\":null,\"description\":\"I'm just this guy, you know?\",\"url\":\"http:\\/\\/t.co\\/UAYYOhbijM\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/UAYYOhbijM\",\"expanded_url\":\"http:\\/\\/wilwheaton.net\\/2009\\/02\\/what-to-expect-if-you-follow-me-on-twitter-or-how-im-going-to-disappoint-you-in-6-quick-steps\\/\",\"display_url\":\"wilwheaton.net\\/2009\\/02\\/what-t\\u2026\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":2738603,\"friends_count\":348,\"listed_count\":38022,\"created_at\":\"Wed Mar 14 21:25:33 +0000 2007\",\"favourites_count\":362,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":52310,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"022330\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/871683408\\/62c85b46792dfe6bfd16420b71646cdb.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/871683408\\/62c85b46792dfe6bfd16420b71646cdb.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/528600852756303872\\/tRlEoF3B_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/528600852756303872\\/tRlEoF3B_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/1183041\\/1368668860\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"000000\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweeted_status\":{\"created_at\":\"Sun Nov 30 19:08:42 +0000 2014\",\"id\":539133939210678273,\"id_str\":\"539133939210678273\",\"text\":\"Catching up \\u2013 Porter, Pompey, and\\u00a0W00tstout http:\\/\\/t.co\\/4ZCaJGuweu\",\"source\":\"\\u003ca href=\\\"http:\\/\\/publicize.wp.com\\/\\\" rel=\\\"nofollow\\\"\\u003eWordPress.com\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":801580663,\"id_str\":\"801580663\",\"name\":\"Devil's Gate\",\"screen_name\":\"DevilsGateBrew\",\"location\":\"The Internet\",\"profile_location\":null,\"description\":\"Homebrewing by Wil Wheaton.\",\"url\":\"http:\\/\\/t.co\\/iOPqXDHO\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/iOPqXDHO\",\"expanded_url\":\"http:\\/\\/devilsgatebrewing.com\",\"display_url\":\"devilsgatebrewing.com\",\"indices\":[0,20]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":4037,\"friends_count\":4,\"listed_count\":81,\"created_at\":\"Tue Sep 04 01:26:35 +0000 2012\",\"favourites_count\":0,\"utc_offset\":null,\"time_zone\":null,\"geo_enabled\":false,\"verified\":false,\"statuses_count\":454,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"C0DEED\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/2574716284\\/pjt9nyib389mjwn727yt_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/2574716284\\/pjt9nyib389mjwn727yt_normal.png\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"C0DEED\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":true,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":5,\"favorite_count\":12,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/4ZCaJGuweu\",\"expanded_url\":\"http:\\/\\/wp.me\\/p2Iwnt-3K\",\"display_url\":\"wp.me\\/p2Iwnt-3K\",\"indices\":[44,66]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"retweet_count\":5,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"DevilsGateBrew\",\"name\":\"Devil's Gate\",\"id\":801580663,\"id_str\":\"801580663\",\"indices\":[3,18]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/4ZCaJGuweu\",\"expanded_url\":\"http:\\/\\/wp.me\\/p2Iwnt-3K\",\"display_url\":\"wp.me\\/p2Iwnt-3K\",\"indices\":[64,86]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Sun Nov 30 18:43:36 +0000 2014\",\"id\":539127621632925696,\"id_str\":\"539127621632925696\",\"text\":\"3 hours of knee busting, elbow smacking awesomeness at Toronto's incredible CJ's Skatepark &amp; school...I still suck, but loving it even more!\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003eTwitter for iPhone\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":5802762,\"id_str\":\"5802762\",\"name\":\"David Hewlett\",\"screen_name\":\"dhewlett\",\"location\":\"Toronto, Canada\",\"profile_location\":null,\"description\":\"Daddy-Nerd, Actor-Nerd, Writer\\/Director-Nerd\\u2026and all round Geek! Yes, I'm also that irritating guy from Stargate Atlantis.\",\"url\":\"https:\\/\\/t.co\\/Z71ChbC3Re\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"https:\\/\\/t.co\\/Z71ChbC3Re\",\"expanded_url\":\"https:\\/\\/www.youtube.com\\/user\\/h0rrid\",\"display_url\":\"youtube.com\\/user\\/h0rrid\",\"indices\":[0,23]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":93149,\"friends_count\":485,\"listed_count\":3945,\"created_at\":\"Sun May 06 06:53:21 +0000 2007\",\"favourites_count\":9,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":6472,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"9AE4E8\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/644512199\\/wideye_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/644512199\\/wideye_normal.jpg\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":1,\"favorite_count\":17,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[]},\"favorited\":false,\"retweeted\":false,\"lang\":\"en\"},{\"created_at\":\"Sun Nov 30 18:40:10 +0000 2014\",\"id\":539126759736999937,\"id_str\":\"539126759736999937\",\"text\":\"\\u201c@NathanFillion: Thank you Nemo and Marion for an excellent evening at the @blackfrogeatery.\\u201d\\n\\nMARIAN! Curse you, autocorrect.\",\"source\":\"\\u003ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003eTweetbot for i\\u039fS\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":31353077,\"id_str\":\"31353077\",\"name\":\"Nathan Fillion\",\"screen_name\":\"NathanFillion\",\"location\":\"Los Angeles\",\"profile_location\":null,\"description\":\"It costs nothing to say something kind. Even less to shut up altogether.\",\"url\":null,\"entities\":{\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":2710354,\"friends_count\":526,\"listed_count\":37311,\"created_at\":\"Wed Apr 15 05:57:40 +0000 2009\",\"favourites_count\":193,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":7873,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"131516\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/504693293389586433\\/XYr9Dmzt_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/504693293389586433\\/XYr9Dmzt_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/31353077\\/1375475379\",\"profile_link_color\":\"009999\",\"profile_sidebar_border_color\":\"EEEEEE\",\"profile_sidebar_fill_color\":\"EFEFEF\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":113,\"favorite_count\":383,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"NathanFillion\",\"name\":\"Nathan Fillion\",\"id\":31353077,\"id_str\":\"31353077\",\"indices\":[1,15]},{\"screen_name\":\"blackfrogeatery\",\"name\":\"Black Frog\",\"id\":415921905,\"id_str\":\"415921905\",\"indices\":[75,91]}],\"urls\":[]},\"favorited\":false,\"retweeted\":false,\"lang\":\"en\"},{\"created_at\":\"Sun Nov 30 18:38:38 +0000 2014\",\"id\":539126372006772736,\"id_str\":\"539126372006772736\",\"text\":\"\\\"@goMarinaSirtis: Gee, what's @reneauberjonois doing to our notifications lol, so many, great tho! Popular guy :)\\\" He's one of my fave ppl!\",\"source\":\"\\u003ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003eTwitter for BlackBerry\\u00ae\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":1323187164,\"id_str\":\"1323187164\",\"name\":\"Marina Sirtis\",\"screen_name\":\"Marina_Sirtis\",\"location\":\"\",\"profile_location\":null,\"description\":\"Official Twitter Account For Actress Marina Sirtis. No name calling or disrespect to anyone please.\",\"url\":null,\"entities\":{\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":111778,\"friends_count\":90,\"listed_count\":1775,\"created_at\":\"Tue Apr 02 20:17:13 +0000 2013\",\"favourites_count\":17,\"utc_offset\":null,\"time_zone\":null,\"geo_enabled\":true,\"verified\":true,\"statuses_count\":5173,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"642D8B\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme10\\/bg.gif\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme10\\/bg.gif\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/3470170066\\/12630015f98fa0725b3188b829795e83_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/3470170066\\/12630015f98fa0725b3188b829795e83_normal.jpeg\",\"profile_link_color\":\"FF0000\",\"profile_sidebar_border_color\":\"65B0DA\",\"profile_sidebar_fill_color\":\"7AC3EE\",\"profile_text_color\":\"3D1957\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":57,\"favorite_count\":158,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"goMarinaSirtis\",\"name\":\"goMarinaSirtis.com\",\"id\":471546667,\"id_str\":\"471546667\",\"indices\":[1,16]},{\"screen_name\":\"reneauberjonois\",\"name\":\"Rene Auberjonois\",\"id\":93465778,\"id_str\":\"93465778\",\"indices\":[30,46]}],\"urls\":[]},\"favorited\":false,\"retweeted\":false,\"lang\":\"en\"},{\"created_at\":\"Sun Nov 30 18:35:59 +0000 2014\",\"id\":539125705813295104,\"id_str\":\"539125705813295104\",\"text\":\"RT @vibixa_weetabix: @ITVTonight #Weetabix axing 105 jobs @vibixa Weetabix owned carton company, vibixa very profitable but  just above min\\u2026\",\"source\":\"\\u003ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003eTwitter for BlackBerry\\u00ae\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":1323187164,\"id_str\":\"1323187164\",\"name\":\"Marina Sirtis\",\"screen_name\":\"Marina_Sirtis\",\"location\":\"\",\"profile_location\":null,\"description\":\"Official Twitter Account For Actress Marina Sirtis. No name calling or disrespect to anyone please.\",\"url\":null,\"entities\":{\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":111778,\"friends_count\":90,\"listed_count\":1775,\"created_at\":\"Tue Apr 02 20:17:13 +0000 2013\",\"favourites_count\":17,\"utc_offset\":null,\"time_zone\":null,\"geo_enabled\":true,\"verified\":true,\"statuses_count\":5173,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"642D8B\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme10\\/bg.gif\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme10\\/bg.gif\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/3470170066\\/12630015f98fa0725b3188b829795e83_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/3470170066\\/12630015f98fa0725b3188b829795e83_normal.jpeg\",\"profile_link_color\":\"FF0000\",\"profile_sidebar_border_color\":\"65B0DA\",\"profile_sidebar_fill_color\":\"7AC3EE\",\"profile_text_color\":\"3D1957\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweeted_status\":{\"created_at\":\"Thu Nov 27 20:32:45 +0000 2014\",\"id\":538067926872784897,\"id_str\":\"538067926872784897\",\"text\":\"@ITVTonight #Weetabix axing 105 jobs @vibixa Weetabix owned carton company, vibixa very profitable but  just above minimum redundancy\",\"source\":\"\\u003ca href=\\\"http:\\/\\/www.twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter for Windows Phone\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":351615284,\"in_reply_to_user_id_str\":\"351615284\",\"in_reply_to_screen_name\":\"ITVTonight\",\"user\":{\"id\":2874383651,\"id_str\":\"2874383651\",\"name\":\"Vibixa Worker\",\"screen_name\":\"vibixa_weetabix\",\"location\":\"Vibixa\",\"profile_location\":null,\"description\":\"105 vibixa employees seeking a fair redundancy package after parent company Weetabix announced it is to close its very profitable carton printing company\",\"url\":null,\"entities\":{\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":39,\"friends_count\":80,\"listed_count\":1,\"created_at\":\"Wed Nov 12 22:46:17 +0000 2014\",\"favourites_count\":16,\"utc_offset\":null,\"time_zone\":null,\"geo_enabled\":false,\"verified\":false,\"statuses_count\":167,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"C0DEED\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/532670772758986753\\/slrbTzuy_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/532670772758986753\\/slrbTzuy_normal.jpeg\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"C0DEED\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":true,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":3,\"favorite_count\":1,\"entities\":{\"hashtags\":[{\"text\":\"Weetabix\",\"indices\":[12,21]}],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"ITVTonight\",\"name\":\"Tonight\",\"id\":351615284,\"id_str\":\"351615284\",\"indices\":[0,11]},{\"screen_name\":\"vibixa\",\"name\":\"Tru\",\"id\":1522577395,\"id_str\":\"1522577395\",\"indices\":[37,44]}],\"urls\":[]},\"favorited\":false,\"retweeted\":false,\"lang\":\"en\"},\"retweet_count\":3,\"favorite_count\":0,\"entities\":{\"hashtags\":[{\"text\":\"Weetabix\",\"indices\":[33,42]}],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"vibixa_weetabix\",\"name\":\"Vibixa Worker\",\"id\":2874383651,\"id_str\":\"2874383651\",\"indices\":[3,19]},{\"screen_name\":\"ITVTonight\",\"name\":\"Tonight\",\"id\":351615284,\"id_str\":\"351615284\",\"indices\":[21,32]},{\"screen_name\":\"vibixa\",\"name\":\"Tru\",\"id\":1522577395,\"id_str\":\"1522577395\",\"indices\":[58,65]}],\"urls\":[]},\"favorited\":false,\"retweeted\":false,\"lang\":\"en\"},{\"created_at\":\"Sun Nov 30 18:31:49 +0000 2014\",\"id\":539124659514793984,\"id_str\":\"539124659514793984\",\"text\":\"Thank you Nemo and Marion for an excellent evening at the @blackfrogeatery. Always good to see old friends.\",\"source\":\"\\u003ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003eTweetbot for i\\u039fS\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":31353077,\"id_str\":\"31353077\",\"name\":\"Nathan Fillion\",\"screen_name\":\"NathanFillion\",\"location\":\"Los Angeles\",\"profile_location\":null,\"description\":\"It costs nothing to say something kind. Even less to shut up altogether.\",\"url\":null,\"entities\":{\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":2710354,\"friends_count\":526,\"listed_count\":37311,\"created_at\":\"Wed Apr 15 05:57:40 +0000 2009\",\"favourites_count\":193,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":7873,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"131516\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/504693293389586433\\/XYr9Dmzt_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/504693293389586433\\/XYr9Dmzt_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/31353077\\/1375475379\",\"profile_link_color\":\"009999\",\"profile_sidebar_border_color\":\"EEEEEE\",\"profile_sidebar_fill_color\":\"EFEFEF\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":99,\"favorite_count\":344,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"blackfrogeatery\",\"name\":\"Black Frog\",\"id\":415921905,\"id_str\":\"415921905\",\"indices\":[58,74]}],\"urls\":[]},\"favorited\":false,\"retweeted\":false,\"lang\":\"en\"},{\"created_at\":\"Sun Nov 30 18:28:03 +0000 2014\",\"id\":539123710691901440,\"id_str\":\"539123710691901440\",\"text\":\"Is it mean that I'm glad Costa can't play Wednesday? #anythinghelps.\",\"source\":\"\\u003ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003eTwitter for BlackBerry\\u00ae\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":1323187164,\"id_str\":\"1323187164\",\"name\":\"Marina Sirtis\",\"screen_name\":\"Marina_Sirtis\",\"location\":\"\",\"profile_location\":null,\"description\":\"Official Twitter Account For Actress Marina Sirtis. No name calling or disrespect to anyone please.\",\"url\":null,\"entities\":{\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":111778,\"friends_count\":90,\"listed_count\":1775,\"created_at\":\"Tue Apr 02 20:17:13 +0000 2013\",\"favourites_count\":17,\"utc_offset\":null,\"time_zone\":null,\"geo_enabled\":true,\"verified\":true,\"statuses_count\":5173,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"642D8B\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme10\\/bg.gif\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme10\\/bg.gif\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/3470170066\\/12630015f98fa0725b3188b829795e83_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/3470170066\\/12630015f98fa0725b3188b829795e83_normal.jpeg\",\"profile_link_color\":\"FF0000\",\"profile_sidebar_border_color\":\"65B0DA\",\"profile_sidebar_fill_color\":\"7AC3EE\",\"profile_text_color\":\"3D1957\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":3,\"favorite_count\":18,\"entities\":{\"hashtags\":[{\"text\":\"anythinghelps\",\"indices\":[53,67]}],\"symbols\":[],\"user_mentions\":[],\"urls\":[]},\"favorited\":false,\"retweeted\":false,\"lang\":\"en\"},{\"created_at\":\"Sun Nov 30 18:22:05 +0000 2014\",\"id\":539122206576766976,\"id_str\":\"539122206576766976\",\"text\":\"RT @TrivWorks: You're coming @hodgman's 12\\/7 @BellHouseNY trivia night to benefit @826NYC, right? http:\\/\\/t.co\\/kWAPjMTo1W http:\\/\\/t.co\\/Uk0J9K\\u2026\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003eTwitter for iPhone\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":14348594,\"id_str\":\"14348594\",\"name\":\"John Hodgman\",\"screen_name\":\"hodgman\",\"location\":\"Brooklyn\",\"profile_location\":null,\"description\":\"\",\"url\":\"http:\\/\\/t.co\\/M6Hd3A0Off\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/M6Hd3A0Off\",\"expanded_url\":\"http:\\/\\/www.johnhodgman.com\",\"display_url\":\"johnhodgman.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":1003943,\"friends_count\":1913,\"listed_count\":16854,\"created_at\":\"Thu Apr 10 04:55:57 +0000 2008\",\"favourites_count\":13685,\"utc_offset\":-18000,\"time_zone\":\"Eastern Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":29725,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"0B191A\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/337514795\\/ferret_at_the_chateau_small.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/337514795\\/ferret_at_the_chateau_small.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/423577280745439232\\/bg3_uk5V_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/423577280745439232\\/bg3_uk5V_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/14348594\\/1357219412\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"394FBF\",\"profile_sidebar_fill_color\":\"FFFFFF\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweeted_status\":{\"created_at\":\"Sun Nov 30 14:34:41 +0000 2014\",\"id\":539064982047293441,\"id_str\":\"539064982047293441\",\"text\":\"You're coming @hodgman's 12\\/7 @BellHouseNY trivia night to benefit @826NYC, right? http:\\/\\/t.co\\/kWAPjMTo1W http:\\/\\/t.co\\/Uk0J9K6YB5 #Brooklyn\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003eTwitter for iPhone\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":72627052,\"id_str\":\"72627052\",\"name\":\"TrivWorks\",\"screen_name\":\"TrivWorks\",\"location\":\"Brooklyn, NY\",\"profile_location\":null,\"description\":\"Creators of corporate trivia events | Producers of NYC's biggest trivia nights @BellHouseNY w\\/ @PatKiernan | Tweeters of trivia, cultural commentary & bad puns\",\"url\":\"http:\\/\\/t.co\\/ZIZMZfgwqN\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/ZIZMZfgwqN\",\"expanded_url\":\"http:\\/\\/www.TrivWorks.com\",\"display_url\":\"TrivWorks.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":5514,\"friends_count\":3192,\"listed_count\":138,\"created_at\":\"Tue Sep 08 18:30:42 +0000 2009\",\"favourites_count\":10471,\"utc_offset\":-18000,\"time_zone\":\"Eastern Time (US & Canada)\",\"geo_enabled\":false,\"verified\":false,\"statuses_count\":40289,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"000000\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/890326403\\/29f631e1b59197dbae91843320d70b4a.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/890326403\\/29f631e1b59197dbae91843320d70b4a.jpeg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/951191853\\/TrivWorks.Logo_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/951191853\\/TrivWorks.Logo_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/72627052\\/1353038925\",\"profile_link_color\":\"807E8F\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"000000\",\"profile_text_color\":\"3E8AE6\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":8,\"favorite_count\":7,\"entities\":{\"hashtags\":[{\"text\":\"Brooklyn\",\"indices\":[129,138]}],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"hodgman\",\"name\":\"John Hodgman\",\"id\":14348594,\"id_str\":\"14348594\",\"indices\":[14,22]},{\"screen_name\":\"BellHouseNY\",\"name\":\"The Bell House\",\"id\":17387997,\"id_str\":\"17387997\",\"indices\":[30,42]},{\"screen_name\":\"826NYC\",\"name\":\"826NYC\",\"id\":29224261,\"id_str\":\"29224261\",\"indices\":[67,74]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/kWAPjMTo1W\",\"expanded_url\":\"http:\\/\\/bit.ly\\/1t8wPeN\",\"display_url\":\"bit.ly\\/1t8wPeN\",\"indices\":[83,105]}],\"media\":[{\"id\":524582007855415296,\"id_str\":\"524582007855415296\",\"indices\":[106,128],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B0ewjonIgAAIauw.jpg\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B0ewjonIgAAIauw.jpg\",\"url\":\"http:\\/\\/t.co\\/Uk0J9K6YB5\",\"display_url\":\"pic.twitter.com\\/Uk0J9K6YB5\",\"expanded_url\":\"http:\\/\\/twitter.com\\/TrivWorks\\/status\\/524582008773943296\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"large\":{\"w\":1024,\"h\":581,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":340,\"resize\":\"fit\"},\"small\":{\"w\":340,\"h\":193,\"resize\":\"fit\"}},\"source_status_id\":524582008773943296,\"source_status_id_str\":\"524582008773943296\"}]},\"extended_entities\":{\"media\":[{\"id\":524582007855415296,\"id_str\":\"524582007855415296\",\"indices\":[106,128],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B0ewjonIgAAIauw.jpg\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B0ewjonIgAAIauw.jpg\",\"url\":\"http:\\/\\/t.co\\/Uk0J9K6YB5\",\"display_url\":\"pic.twitter.com\\/Uk0J9K6YB5\",\"expanded_url\":\"http:\\/\\/twitter.com\\/TrivWorks\\/status\\/524582008773943296\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"large\":{\"w\":1024,\"h\":581,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":340,\"resize\":\"fit\"},\"small\":{\"w\":340,\"h\":193,\"resize\":\"fit\"}},\"source_status_id\":524582008773943296,\"source_status_id_str\":\"524582008773943296\"}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"retweet_count\":8,\"favorite_count\":0,\"entities\":{\"hashtags\":[{\"text\":\"Brooklyn\",\"indices\":[139,140]}],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"TrivWorks\",\"name\":\"TrivWorks\",\"id\":72627052,\"id_str\":\"72627052\",\"indices\":[3,13]},{\"screen_name\":\"hodgman\",\"name\":\"John Hodgman\",\"id\":14348594,\"id_str\":\"14348594\",\"indices\":[29,37]},{\"screen_name\":\"BellHouseNY\",\"name\":\"The Bell House\",\"id\":17387997,\"id_str\":\"17387997\",\"indices\":[45,57]},{\"screen_name\":\"826NYC\",\"name\":\"826NYC\",\"id\":29224261,\"id_str\":\"29224261\",\"indices\":[82,89]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/kWAPjMTo1W\",\"expanded_url\":\"http:\\/\\/bit.ly\\/1t8wPeN\",\"display_url\":\"bit.ly\\/1t8wPeN\",\"indices\":[98,120]}],\"media\":[{\"id\":524582007855415296,\"id_str\":\"524582007855415296\",\"indices\":[139,140],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B0ewjonIgAAIauw.jpg\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B0ewjonIgAAIauw.jpg\",\"url\":\"http:\\/\\/t.co\\/Uk0J9K6YB5\",\"display_url\":\"pic.twitter.com\\/Uk0J9K6YB5\",\"expanded_url\":\"http:\\/\\/twitter.com\\/TrivWorks\\/status\\/524582008773943296\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"large\":{\"w\":1024,\"h\":581,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":340,\"resize\":\"fit\"},\"small\":{\"w\":340,\"h\":193,\"resize\":\"fit\"}},\"source_status_id\":524582008773943296,\"source_status_id_str\":\"524582008773943296\"}]},\"extended_entities\":{\"media\":[{\"id\":524582007855415296,\"id_str\":\"524582007855415296\",\"indices\":[139,140],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B0ewjonIgAAIauw.jpg\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B0ewjonIgAAIauw.jpg\",\"url\":\"http:\\/\\/t.co\\/Uk0J9K6YB5\",\"display_url\":\"pic.twitter.com\\/Uk0J9K6YB5\",\"expanded_url\":\"http:\\/\\/twitter.com\\/TrivWorks\\/status\\/524582008773943296\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"large\":{\"w\":1024,\"h\":581,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":340,\"resize\":\"fit\"},\"small\":{\"w\":340,\"h\":193,\"resize\":\"fit\"}},\"source_status_id\":524582008773943296,\"source_status_id_str\":\"524582008773943296\"}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Sun Nov 30 18:12:23 +0000 2014\",\"id\":539119766439342080,\"id_str\":\"539119766439342080\",\"text\":\"Anyone know where I can get a can of Cougar Gold cheese while I'm in #Seattle?\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitterrific.com\\\" rel=\\\"nofollow\\\"\\u003eTwitterrific\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":50835878,\"id_str\":\"50835878\",\"name\":\"Drew Carey\",\"screen_name\":\"DrewFromTV\",\"location\":\"Los Angeles via Cleveland\",\"profile_location\":null,\"description\":\"The Price Is Right on CBS \\u2022 Stand-Up Comic.\",\"url\":\"http:\\/\\/t.co\\/z4Fq7CgqtM\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/z4Fq7CgqtM\",\"expanded_url\":\"http:\\/\\/DrewCarey.com\",\"display_url\":\"DrewCarey.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":659721,\"friends_count\":330,\"listed_count\":13590,\"created_at\":\"Fri Jun 26 00:20:02 +0000 2009\",\"favourites_count\":70,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":7958,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"9AE4E8\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/29108354\\/drewfromtv_bg_090704.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/29108354\\/drewfromtv_bg_090704.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/458754000892866560\\/AmQvs0gS_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/458754000892866560\\/AmQvs0gS_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/50835878\\/1398211253\",\"profile_link_color\":\"1E26D1\",\"profile_sidebar_border_color\":\"4F4747\",\"profile_sidebar_fill_color\":\"F2EDED\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":9,\"favorite_count\":10,\"entities\":{\"hashtags\":[{\"text\":\"Seattle\",\"indices\":[69,77]}],\"symbols\":[],\"user_mentions\":[],\"urls\":[]},\"favorited\":false,\"retweeted\":false,\"lang\":\"en\"},{\"created_at\":\"Sun Nov 30 18:11:50 +0000 2014\",\"id\":539119628010532864,\"id_str\":\"539119628010532864\",\"text\":\"RT @evanoobrien: Saw #Doubles w\\/ my pal hilarious @mikunelson &amp; adorable @breagrant \\u2014go watch it now!  \\u2022\\u2022 http:\\/\\/t.co\\/oG3C1lsF48 \\u2022\\u2022 http:\\/\\/\\u2026\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003eTwitter for iPhone\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":15111389,\"id_str\":\"15111389\",\"name\":\"Brea Grant\",\"screen_name\":\"breagrant\",\"location\":\"the nothing\",\"profile_location\":null,\"description\":\"lucky enough to get to work in the moving picture industry. unlucky enough to bruise easily.\",\"url\":\"http:\\/\\/t.co\\/R03qXJSli1\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/R03qXJSli1\",\"expanded_url\":\"http:\\/\\/breagrant.com\",\"display_url\":\"breagrant.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":46440,\"friends_count\":1462,\"listed_count\":2311,\"created_at\":\"Fri Jun 13 20:50:10 +0000 2008\",\"favourites_count\":3009,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":16216,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"EBEFF0\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/879970769\\/be98b427757a7727d82f4b2d9410087e.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/879970769\\/be98b427757a7727d82f4b2d9410087e.jpeg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/527151455979859968\\/BvfcVulG_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/527151455979859968\\/BvfcVulG_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/15111389\\/1414805478\",\"profile_link_color\":\"2FC2EF\",\"profile_sidebar_border_color\":\"000000\",\"profile_sidebar_fill_color\":\"252429\",\"profile_text_color\":\"666666\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweeted_status\":{\"created_at\":\"Sun Nov 30 08:26:48 +0000 2014\",\"id\":538972399736070144,\"id_str\":\"538972399736070144\",\"text\":\"Saw #Doubles w\\/ my pal hilarious @mikunelson &amp; adorable @breagrant \\u2014go watch it now!  \\u2022\\u2022 http:\\/\\/t.co\\/oG3C1lsF48 \\u2022\\u2022 http:\\/\\/t.co\\/sL602DC3qa\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003eTwitter for iPhone\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":37264243,\"id_str\":\"37264243\",\"name\":\"Evan O'Brien\",\"screen_name\":\"evanoobrien\",\"location\":\"LA + NYC\",\"profile_location\":null,\"description\":\"Actor \\u2022 Comedian \\u2022 Coffee \\u2022 #Viva\",\"url\":\"http:\\/\\/t.co\\/VqaY0lvtEH\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/VqaY0lvtEH\",\"expanded_url\":\"http:\\/\\/www.evanobrien.com\",\"display_url\":\"evanobrien.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":1281,\"friends_count\":67,\"listed_count\":4,\"created_at\":\"Sat May 02 19:31:41 +0000 2009\",\"favourites_count\":1386,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":315,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"CC861D\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/378800000119680399\\/03a70a9a8b11da0718d0d731e7987905.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/378800000119680399\\/03a70a9a8b11da0718d0d731e7987905.jpeg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/533048358101733376\\/cQz2nk5-_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/533048358101733376\\/cQz2nk5-_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/37264243\\/1407660818\",\"profile_link_color\":\"2B08F5\",\"profile_sidebar_border_color\":\"000000\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":{\"type\":\"Point\",\"coordinates\":[34.08546486,-118.28420859]},\"coordinates\":{\"type\":\"Point\",\"coordinates\":[-118.28420859,34.08546486]},\"place\":{\"id\":\"3b77caf94bfc81fe\",\"url\":\"https:\\/\\/api.twitter.com\\/1.1\\/geo\\/id\\/3b77caf94bfc81fe.json\",\"place_type\":\"city\",\"name\":\"Los Angeles\",\"full_name\":\"Los Angeles, CA\",\"country_code\":\"US\",\"country\":\"United States\",\"contained_within\":[],\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[-118.668404,33.704538],[-118.155409,33.704538],[-118.155409,34.337041],[-118.668404,34.337041]]]},\"attributes\":{}},\"contributors\":null,\"retweet_count\":1,\"favorite_count\":0,\"entities\":{\"hashtags\":[{\"text\":\"Doubles\",\"indices\":[4,12]}],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"mikunelson\",\"name\":\"Mike Nelson\",\"id\":90497341,\"id_str\":\"90497341\",\"indices\":[33,44]},{\"screen_name\":\"breagrant\",\"name\":\"Brea Grant\",\"id\":15111389,\"id_str\":\"15111389\",\"indices\":[60,70]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/oG3C1lsF48\",\"expanded_url\":\"http:\\/\\/youtu.be\\/BD8ckcwh6lw\",\"display_url\":\"youtu.be\\/BD8ckcwh6lw\",\"indices\":[93,115]}],\"media\":[{\"id\":538972397097869312,\"id_str\":\"538972397097869312\",\"indices\":[119,141],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3rQiiDCYAArmJx.jpg\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3rQiiDCYAArmJx.jpg\",\"url\":\"http:\\/\\/t.co\\/sL602DC3qa\",\"display_url\":\"pic.twitter.com\\/sL602DC3qa\",\"expanded_url\":\"http:\\/\\/twitter.com\\/evanoobrien\\/status\\/538972399736070144\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":191,\"resize\":\"fit\"},\"large\":{\"w\":640,\"h\":360,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":337,\"resize\":\"fit\"}}}]},\"extended_entities\":{\"media\":[{\"id\":538972397097869312,\"id_str\":\"538972397097869312\",\"indices\":[119,141],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3rQiiDCYAArmJx.jpg\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3rQiiDCYAArmJx.jpg\",\"url\":\"http:\\/\\/t.co\\/sL602DC3qa\",\"display_url\":\"pic.twitter.com\\/sL602DC3qa\",\"expanded_url\":\"http:\\/\\/twitter.com\\/evanoobrien\\/status\\/538972399736070144\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":191,\"resize\":\"fit\"},\"large\":{\"w\":640,\"h\":360,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":337,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"retweet_count\":1,\"favorite_count\":0,\"entities\":{\"hashtags\":[{\"text\":\"Doubles\",\"indices\":[21,29]}],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"evanoobrien\",\"name\":\"Evan O'Brien\",\"id\":37264243,\"id_str\":\"37264243\",\"indices\":[3,15]},{\"screen_name\":\"mikunelson\",\"name\":\"Mike Nelson\",\"id\":90497341,\"id_str\":\"90497341\",\"indices\":[50,61]},{\"screen_name\":\"breagrant\",\"name\":\"Brea Grant\",\"id\":15111389,\"id_str\":\"15111389\",\"indices\":[77,87]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/oG3C1lsF48\",\"expanded_url\":\"http:\\/\\/youtu.be\\/BD8ckcwh6lw\",\"display_url\":\"youtu.be\\/BD8ckcwh6lw\",\"indices\":[110,132]}],\"media\":[{\"id\":538972397097869312,\"id_str\":\"538972397097869312\",\"indices\":[143,144],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3rQiiDCYAArmJx.jpg\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3rQiiDCYAArmJx.jpg\",\"url\":\"http:\\/\\/t.co\\/sL602DC3qa\",\"display_url\":\"pic.twitter.com\\/sL602DC3qa\",\"expanded_url\":\"http:\\/\\/twitter.com\\/evanoobrien\\/status\\/538972399736070144\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":191,\"resize\":\"fit\"},\"large\":{\"w\":640,\"h\":360,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":337,\"resize\":\"fit\"}},\"source_status_id\":538972399736070144,\"source_status_id_str\":\"538972399736070144\"}]},\"extended_entities\":{\"media\":[{\"id\":538972397097869312,\"id_str\":\"538972397097869312\",\"indices\":[143,144],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3rQiiDCYAArmJx.jpg\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3rQiiDCYAArmJx.jpg\",\"url\":\"http:\\/\\/t.co\\/sL602DC3qa\",\"display_url\":\"pic.twitter.com\\/sL602DC3qa\",\"expanded_url\":\"http:\\/\\/twitter.com\\/evanoobrien\\/status\\/538972399736070144\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":191,\"resize\":\"fit\"},\"large\":{\"w\":640,\"h\":360,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":337,\"resize\":\"fit\"}},\"source_status_id\":538972399736070144,\"source_status_id_str\":\"538972399736070144\"}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Sun Nov 30 18:04:35 +0000 2014\",\"id\":539117802141917184,\"id_str\":\"539117802141917184\",\"text\":\"Did you know that you can pay what you want (even zero) for my audiobooks? They\\u2019re at http:\\/\\/t.co\\/OCF6chphLr if you\\u2019re interested.\",\"source\":\"\\u003ca href=\\\"https:\\/\\/about.twitter.com\\/products\\/tweetdeck\\\" rel=\\\"nofollow\\\"\\u003eTweetDeck\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":1183041,\"id_str\":\"1183041\",\"name\":\"Wil Wheaton\",\"screen_name\":\"wilw\",\"location\":\"Los Angeles\",\"profile_location\":null,\"description\":\"I'm just this guy, you know?\",\"url\":\"http:\\/\\/t.co\\/UAYYOhbijM\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/UAYYOhbijM\",\"expanded_url\":\"http:\\/\\/wilwheaton.net\\/2009\\/02\\/what-to-expect-if-you-follow-me-on-twitter-or-how-im-going-to-disappoint-you-in-6-quick-steps\\/\",\"display_url\":\"wilwheaton.net\\/2009\\/02\\/what-t\\u2026\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":2738603,\"friends_count\":348,\"listed_count\":38022,\"created_at\":\"Wed Mar 14 21:25:33 +0000 2007\",\"favourites_count\":362,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":52310,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"022330\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/871683408\\/62c85b46792dfe6bfd16420b71646cdb.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/871683408\\/62c85b46792dfe6bfd16420b71646cdb.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/528600852756303872\\/tRlEoF3B_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/528600852756303872\\/tRlEoF3B_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/1183041\\/1368668860\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"000000\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":86,\"favorite_count\":180,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/OCF6chphLr\",\"expanded_url\":\"http:\\/\\/wilwheaton.bandcamp.com\",\"display_url\":\"wilwheaton.bandcamp.com\",\"indices\":[86,108]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Sun Nov 30 18:03:06 +0000 2014\",\"id\":539117432703422464,\"id_str\":\"539117432703422464\",\"text\":\"#TeamBailey!! RT @BaileyLAKings: Hey @CMPunk you think you can talk smack on my jumbotron? #notinmyhouse  http:\\/\\/t.co\\/9AxIc8QuHS\",\"source\":\"\\u003ca href=\\\"https:\\/\\/about.twitter.com\\/products\\/tweetdeck\\\" rel=\\\"nofollow\\\"\\u003eTweetDeck\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":1183041,\"id_str\":\"1183041\",\"name\":\"Wil Wheaton\",\"screen_name\":\"wilw\",\"location\":\"Los Angeles\",\"profile_location\":null,\"description\":\"I'm just this guy, you know?\",\"url\":\"http:\\/\\/t.co\\/UAYYOhbijM\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/UAYYOhbijM\",\"expanded_url\":\"http:\\/\\/wilwheaton.net\\/2009\\/02\\/what-to-expect-if-you-follow-me-on-twitter-or-how-im-going-to-disappoint-you-in-6-quick-steps\\/\",\"display_url\":\"wilwheaton.net\\/2009\\/02\\/what-t\\u2026\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":2738603,\"friends_count\":348,\"listed_count\":38022,\"created_at\":\"Wed Mar 14 21:25:33 +0000 2007\",\"favourites_count\":362,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":52310,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"022330\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/871683408\\/62c85b46792dfe6bfd16420b71646cdb.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/871683408\\/62c85b46792dfe6bfd16420b71646cdb.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/528600852756303872\\/tRlEoF3B_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/528600852756303872\\/tRlEoF3B_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/1183041\\/1368668860\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"000000\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":27,\"favorite_count\":58,\"entities\":{\"hashtags\":[{\"text\":\"TeamBailey\",\"indices\":[0,11]},{\"text\":\"notinmyhouse\",\"indices\":[91,104]}],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"BaileyLAKings\",\"name\":\"Bailey LA Kings\",\"id\":205938397,\"id_str\":\"205938397\",\"indices\":[17,31]},{\"screen_name\":\"CMPunk\",\"name\":\"Coach\",\"id\":177345928,\"id_str\":\"177345928\",\"indices\":[37,44]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/9AxIc8QuHS\",\"expanded_url\":\"http:\\/\\/youtu.be\\/s0OUXMp0kpg\",\"display_url\":\"youtu.be\\/s0OUXMp0kpg\",\"indices\":[106,128]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Sun Nov 30 18:00:43 +0000 2014\",\"id\":539116831735181312,\"id_str\":\"539116831735181312\",\"text\":\"RT @nickcarver: I'm told I look like @wilw. This photo should put that to rest. On a related note David Arquette is kind of obnoxious http:\\u2026\",\"source\":\"\\u003ca href=\\\"https:\\/\\/about.twitter.com\\/products\\/tweetdeck\\\" rel=\\\"nofollow\\\"\\u003eTweetDeck\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":1183041,\"id_str\":\"1183041\",\"name\":\"Wil Wheaton\",\"screen_name\":\"wilw\",\"location\":\"Los Angeles\",\"profile_location\":null,\"description\":\"I'm just this guy, you know?\",\"url\":\"http:\\/\\/t.co\\/UAYYOhbijM\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/UAYYOhbijM\",\"expanded_url\":\"http:\\/\\/wilwheaton.net\\/2009\\/02\\/what-to-expect-if-you-follow-me-on-twitter-or-how-im-going-to-disappoint-you-in-6-quick-steps\\/\",\"display_url\":\"wilwheaton.net\\/2009\\/02\\/what-t\\u2026\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":2738603,\"friends_count\":348,\"listed_count\":38022,\"created_at\":\"Wed Mar 14 21:25:33 +0000 2007\",\"favourites_count\":362,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":52310,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"022330\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/871683408\\/62c85b46792dfe6bfd16420b71646cdb.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/871683408\\/62c85b46792dfe6bfd16420b71646cdb.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/528600852756303872\\/tRlEoF3B_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/528600852756303872\\/tRlEoF3B_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/1183041\\/1368668860\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"000000\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweeted_status\":{\"created_at\":\"Sun Nov 30 17:58:37 +0000 2014\",\"id\":539116301247971328,\"id_str\":\"539116301247971328\",\"text\":\"I'm told I look like @wilw. This photo should put that to rest. On a related note David Arquette is kind of obnoxious http:\\/\\/t.co\\/Y7u4NW4yZK\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003eTwitter for iPhone\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":17332525,\"id_str\":\"17332525\",\"name\":\"Nick Carver\",\"screen_name\":\"nickcarver\",\"location\":\"Tustin, CA\",\"profile_location\":null,\"description\":\"Professional photographer and instructor in Orange County. Analog film fanatic, lover of nature, and fan of all things old timey.\",\"url\":\"http:\\/\\/t.co\\/k3pU5rG8Mz\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/k3pU5rG8Mz\",\"expanded_url\":\"http:\\/\\/nickcarverphotography.com\\/blog\",\"display_url\":\"nickcarverphotography.com\\/blog\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":453,\"friends_count\":395,\"listed_count\":10,\"created_at\":\"Wed Nov 12 05:19:47 +0000 2008\",\"favourites_count\":92,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":false,\"verified\":false,\"statuses_count\":1395,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"1A1B1F\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/3470094950\\/30cd527c5a4f9f7b8adedac34b55cd7d_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/3470094950\\/30cd527c5a4f9f7b8adedac34b55cd7d_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/17332525\\/1417373316\",\"profile_link_color\":\"2FC2EF\",\"profile_sidebar_border_color\":\"181A1E\",\"profile_sidebar_fill_color\":\"252429\",\"profile_text_color\":\"666666\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":21,\"favorite_count\":187,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"wilw\",\"name\":\"Wil Wheaton\",\"id\":1183041,\"id_str\":\"1183041\",\"indices\":[21,26]}],\"urls\":[],\"media\":[{\"id\":539116297443737600,\"id_str\":\"539116297443737600\",\"indices\":[118,140],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3tTaonCAAAoytw.jpg\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3tTaonCAAAoytw.jpg\",\"url\":\"http:\\/\\/t.co\\/Y7u4NW4yZK\",\"display_url\":\"pic.twitter.com\\/Y7u4NW4yZK\",\"expanded_url\":\"http:\\/\\/twitter.com\\/nickcarver\\/status\\/539116301247971328\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"small\":{\"w\":340,\"h\":255,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":450,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"large\":{\"w\":1024,\"h\":768,\"resize\":\"fit\"}}}]},\"extended_entities\":{\"media\":[{\"id\":539116297443737600,\"id_str\":\"539116297443737600\",\"indices\":[118,140],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3tTaonCAAAoytw.jpg\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3tTaonCAAAoytw.jpg\",\"url\":\"http:\\/\\/t.co\\/Y7u4NW4yZK\",\"display_url\":\"pic.twitter.com\\/Y7u4NW4yZK\",\"expanded_url\":\"http:\\/\\/twitter.com\\/nickcarver\\/status\\/539116301247971328\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"small\":{\"w\":340,\"h\":255,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":450,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"large\":{\"w\":1024,\"h\":768,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"retweet_count\":21,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"nickcarver\",\"name\":\"Nick Carver\",\"id\":17332525,\"id_str\":\"17332525\",\"indices\":[3,14]},{\"screen_name\":\"wilw\",\"name\":\"Wil Wheaton\",\"id\":1183041,\"id_str\":\"1183041\",\"indices\":[37,42]}],\"urls\":[],\"media\":[{\"id\":539116297443737600,\"id_str\":\"539116297443737600\",\"indices\":[139,140],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3tTaonCAAAoytw.jpg\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3tTaonCAAAoytw.jpg\",\"url\":\"http:\\/\\/t.co\\/Y7u4NW4yZK\",\"display_url\":\"pic.twitter.com\\/Y7u4NW4yZK\",\"expanded_url\":\"http:\\/\\/twitter.com\\/nickcarver\\/status\\/539116301247971328\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"small\":{\"w\":340,\"h\":255,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":450,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"large\":{\"w\":1024,\"h\":768,\"resize\":\"fit\"}},\"source_status_id\":539116301247971328,\"source_status_id_str\":\"539116301247971328\"}]},\"extended_entities\":{\"media\":[{\"id\":539116297443737600,\"id_str\":\"539116297443737600\",\"indices\":[139,140],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3tTaonCAAAoytw.jpg\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3tTaonCAAAoytw.jpg\",\"url\":\"http:\\/\\/t.co\\/Y7u4NW4yZK\",\"display_url\":\"pic.twitter.com\\/Y7u4NW4yZK\",\"expanded_url\":\"http:\\/\\/twitter.com\\/nickcarver\\/status\\/539116301247971328\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"small\":{\"w\":340,\"h\":255,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":450,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"large\":{\"w\":1024,\"h\":768,\"resize\":\"fit\"}},\"source_status_id\":539116301247971328,\"source_status_id_str\":\"539116301247971328\"}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Sun Nov 30 17:59:26 +0000 2014\",\"id\":539116509256114176,\"id_str\":\"539116509256114176\",\"text\":\".@NRO @RichLowry \\n\\nFun when they shout you down, isn't it?\\n\\n#DiamondFormation \\n\\n(ref: \\\"The Crusader,\\\" by Paul Kengor) http:\\/\\/t.co\\/zFv2bXWwPh\",\"source\":\"\\u003ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003eTweetbot for i\\u039fS\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":539112875886149632,\"in_reply_to_status_id_str\":\"539112875886149632\",\"in_reply_to_user_id\":19417492,\"in_reply_to_user_id_str\":\"19417492\",\"in_reply_to_screen_name\":\"NRO\",\"user\":{\"id\":91279573,\"id_str\":\"91279573\",\"name\":\"Adam Baldwin\",\"screen_name\":\"AdamBaldwin\",\"location\":\"United States of America!\",\"profile_location\":null,\"description\":\"American Individual.\",\"url\":null,\"entities\":{\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":202137,\"friends_count\":1623,\"listed_count\":7661,\"created_at\":\"Fri Nov 20 05:46:16 +0000 2009\",\"favourites_count\":403,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":12299,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"022330\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/378800000107558256\\/3f5de19ce74bb4824f1f12acc4ea2c4e.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/378800000107558256\\/3f5de19ce74bb4824f1f12acc4ea2c4e.jpeg\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/522334004100362240\\/2XXb0oWU_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/522334004100362240\\/2XXb0oWU_normal.jpeg\",\"profile_link_color\":\"FF1C1C\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":10,\"favorite_count\":19,\"entities\":{\"hashtags\":[{\"text\":\"DiamondFormation\",\"indices\":[60,77]}],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"NRO\",\"name\":\"National Review\",\"id\":19417492,\"id_str\":\"19417492\",\"indices\":[1,5]},{\"screen_name\":\"RichLowry\",\"name\":\"Rich Lowry\",\"id\":40116885,\"id_str\":\"40116885\",\"indices\":[6,16]}],\"urls\":[],\"media\":[{\"id\":539116508962508800,\"id_str\":\"539116508962508800\",\"indices\":[118,140],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3tTm8lCUAAPPVA.jpg\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3tTm8lCUAAPPVA.jpg\",\"url\":\"http:\\/\\/t.co\\/zFv2bXWwPh\",\"display_url\":\"pic.twitter.com\\/zFv2bXWwPh\",\"expanded_url\":\"http:\\/\\/twitter.com\\/AdamBaldwin\\/status\\/539116509256114176\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"large\":{\"w\":1024,\"h\":1615,\"resize\":\"fit\"},\"small\":{\"w\":340,\"h\":536,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"medium\":{\"w\":600,\"h\":946,\"resize\":\"fit\"}}}]},\"extended_entities\":{\"media\":[{\"id\":539116508962508800,\"id_str\":\"539116508962508800\",\"indices\":[118,140],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3tTm8lCUAAPPVA.jpg\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3tTm8lCUAAPPVA.jpg\",\"url\":\"http:\\/\\/t.co\\/zFv2bXWwPh\",\"display_url\":\"pic.twitter.com\\/zFv2bXWwPh\",\"expanded_url\":\"http:\\/\\/twitter.com\\/AdamBaldwin\\/status\\/539116509256114176\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"large\":{\"w\":1024,\"h\":1615,\"resize\":\"fit\"},\"small\":{\"w\":340,\"h\":536,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"medium\":{\"w\":600,\"h\":946,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"}]"
+                }
+            }
+        }
+    ]
+}
\ No newline at end of file
diff --git a/cassettes/testlookupusers.json b/cassettes/testlookupusers.json
new file mode 100644 (file)
index 0000000..ab06c0d
--- /dev/null
@@ -0,0 +1,185 @@
+{
+    "version": 1, 
+    "interactions": [
+        {
+            "request": {
+                "body": "user_id=6844292%2C6253282", 
+                "headers": {
+                    "Host": [
+                        "api.twitter.com"
+                    ], 
+                    "Content-Type": [
+                        "application/x-www-form-urlencoded"
+                    ], 
+                    "Content-Length": [
+                        "25"
+                    ]
+                }, 
+                "method": "POST", 
+                "uri": "https://api.twitter.com:443/1.1/users/lookup.json"
+            }, 
+            "response": {
+                "status": {
+                    "message": "OK", 
+                    "code": 200
+                }, 
+                "headers": {
+                    "status": [
+                        "200 OK"
+                    ], 
+                    "x-rate-limit-remaining": [
+                        "179"
+                    ], 
+                    "content-length": [
+                        "8008"
+                    ], 
+                    "expires": [
+                        "Tue, 31 Mar 1981 05:00:00 GMT"
+                    ], 
+                    "x-transaction": [
+                        "12ec18370305ef5a"
+                    ], 
+                    "x-content-type-options": [
+                        "nosniff"
+                    ], 
+                    "x-connection-hash": [
+                        "97852fc451563b64e025a695dfbc9aed"
+                    ], 
+                    "set-cookie": [
+                        "lang=en", 
+                        "guest_id=v1%3A141738008815058298; Domain=.twitter.com; Path=/; Expires=Tue, 29-Nov-2016 20:41:28 UTC"
+                    ], 
+                    "strict-transport-security": [
+                        "max-age=631138519"
+                    ], 
+                    "x-access-level": [
+                        "read-write-directmessages"
+                    ], 
+                    "server": [
+                        "tsa_b"
+                    ], 
+                    "last-modified": [
+                        "Sun, 30 Nov 2014 20:41:28 GMT"
+                    ], 
+                    "x-xss-protection": [
+                        "1; mode=block"
+                    ], 
+                    "x-rate-limit-reset": [
+                        "1417380988"
+                    ], 
+                    "pragma": [
+                        "no-cache"
+                    ], 
+                    "cache-control": [
+                        "no-cache, no-store, must-revalidate, pre-check=0, post-check=0"
+                    ], 
+                    "date": [
+                        "Sun, 30 Nov 2014 20:41:28 UTC"
+                    ], 
+                    "x-rate-limit-limit": [
+                        "180"
+                    ], 
+                    "x-frame-options": [
+                        "SAMEORIGIN"
+                    ], 
+                    "content-type": [
+                        "application/json;charset=utf-8"
+                    ]
+                }, 
+                "body": {
+                    "string": "[{\"id\":6844292,\"id_str\":\"6844292\",\"name\":\"Twitter Engineering\",\"screen_name\":\"TwitterEng\",\"location\":\"San Francisco, CA\",\"profile_location\":null,\"description\":\"The official account for Twitter Engineering.\",\"url\":\"http:\\/\\/t.co\\/gJvsjUZJ3O\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/gJvsjUZJ3O\",\"expanded_url\":\"http:\\/\\/engineering.twitter.com\",\"display_url\":\"engineering.twitter.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":641775,\"friends_count\":0,\"listed_count\":3474,\"created_at\":\"Sat Jun 16 00:14:36 +0000 2007\",\"favourites_count\":0,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":248,\"lang\":\"en\",\"status\":{\"created_at\":\"Fri Nov 21 17:56:07 +0000 2014\",\"id\":535854182360576001,\"id_str\":\"535854182360576001\",\"text\":\"RT @ApacheMesos: Announcing the release of #Mesos 0.21.0, featuring state reconciliation, modules, and new container isolators http:\\/\\/t.co\\/\\u2026\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweeted_status\":{\"created_at\":\"Thu Nov 20 23:57:53 +0000 2014\",\"id\":535582834585776129,\"id_str\":\"535582834585776129\",\"text\":\"Announcing the release of #Mesos 0.21.0, featuring state reconciliation, modules, and new container isolators http:\\/\\/t.co\\/PC1FaxEiR2\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":80,\"favorite_count\":41,\"entities\":{\"hashtags\":[{\"text\":\"Mesos\",\"indices\":[26,32]}],\"symbols\":[],\"user_mentions\":[],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/PC1FaxEiR2\",\"expanded_url\":\"http:\\/\\/mesos.apache.org\\/blog\\/mesos-0-21-0-released\\/\",\"display_url\":\"mesos.apache.org\\/blog\\/mesos-0-2\\u2026\",\"indices\":[110,132]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"retweet_count\":80,\"favorite_count\":0,\"entities\":{\"hashtags\":[{\"text\":\"Mesos\",\"indices\":[43,49]}],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"ApacheMesos\",\"name\":\"Apache Mesos\",\"id\":519262288,\"id_str\":\"519262288\",\"indices\":[3,15]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/PC1FaxEiR2\",\"expanded_url\":\"http:\\/\\/mesos.apache.org\\/blog\\/mesos-0-21-0-released\\/\",\"display_url\":\"mesos.apache.org\\/blog\\/mesos-0-2\\u2026\",\"indices\":[139,140]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"C6E2EE\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme2\\/bg.gif\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme2\\/bg.gif\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/2284174594\\/apcu4c9tu2zkefnev0jt_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/2284174594\\/apcu4c9tu2zkefnev0jt_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/6844292\\/1396958504\",\"profile_link_color\":\"1F98C7\",\"profile_sidebar_border_color\":\"C6E2EE\",\"profile_sidebar_fill_color\":\"DAECF4\",\"profile_text_color\":\"663B12\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false},{\"id\":6253282,\"id_str\":\"6253282\",\"name\":\"Twitter API\",\"screen_name\":\"twitterapi\",\"location\":\"San Francisco, CA\",\"profile_location\":null,\"description\":\"The Real Twitter API. I tweet about API changes, service issues and happily answer questions about Twitter and our API. Don't get an answer? It's on my website.\",\"url\":\"http:\\/\\/t.co\\/78pYTvWfJd\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/78pYTvWfJd\",\"expanded_url\":\"http:\\/\\/dev.twitter.com\",\"display_url\":\"dev.twitter.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":2527283,\"friends_count\":48,\"listed_count\":12878,\"created_at\":\"Wed May 23 06:01:13 +0000 2007\",\"favourites_count\":27,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":3523,\"lang\":\"en\",\"status\":{\"created_at\":\"Wed Oct 29 00:27:02 +0000 2014\",\"id\":527255252257763328,\"id_str\":\"527255252257763328\",\"text\":\"RT @twittersecurity: We are switching from report-only to enforce-mode CSP headers to block mixed content on http:\\/\\/t.co\\/OOBCoscBzv: https:\\u2026\",\"source\":\"\\u003ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003eTwitter for Mac\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweeted_status\":{\"created_at\":\"Wed Oct 29 00:17:39 +0000 2014\",\"id\":527252887949148162,\"id_str\":\"527252887949148162\",\"text\":\"We are switching from report-only to enforce-mode CSP headers to block mixed content on http:\\/\\/t.co\\/OOBCoscBzv: https:\\/\\/t.co\\/BDf4iRaHzn\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":156,\"favorite_count\":111,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/OOBCoscBzv\",\"expanded_url\":\"http:\\/\\/twitter.com\",\"display_url\":\"twitter.com\",\"indices\":[88,110]},{\"url\":\"https:\\/\\/t.co\\/BDf4iRaHzn\",\"expanded_url\":\"https:\\/\\/twittercommunity.com\\/t\\/blocking-mixed-content-with-content-security-policy\\/26375\",\"display_url\":\"twittercommunity.com\\/t\\/blocking-mix\\u2026\",\"indices\":[112,135]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"retweet_count\":156,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"twittersecurity\",\"name\":\"Twitter Security\",\"id\":1137751093,\"id_str\":\"1137751093\",\"indices\":[3,19]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/OOBCoscBzv\",\"expanded_url\":\"http:\\/\\/twitter.com\",\"display_url\":\"twitter.com\",\"indices\":[109,131]},{\"url\":\"https:\\/\\/t.co\\/BDf4iRaHzn\",\"expanded_url\":\"https:\\/\\/twittercommunity.com\\/t\\/blocking-mixed-content-with-content-security-policy\\/26375\",\"display_url\":\"twittercommunity.com\\/t\\/blocking-mix\\u2026\",\"indices\":[139,140]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"C0DEED\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/656927849\\/miyt9dpjz77sc0w3d4vj.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/656927849\\/miyt9dpjz77sc0w3d4vj.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/2284174872\\/7df3h38zabcvjylnyfe3_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/2284174872\\/7df3h38zabcvjylnyfe3_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/6253282\\/1347394302\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"C0DEED\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}]"
+                }
+            }
+        }, 
+        {
+            "request": {
+                "body": "screen_name=twitterapi%2Ctwitter", 
+                "headers": {
+                    "Host": [
+                        "api.twitter.com"
+                    ], 
+                    "Content-Type": [
+                        "application/x-www-form-urlencoded"
+                    ], 
+                    "Content-Length": [
+                        "32"
+                    ]
+                }, 
+                "method": "POST", 
+                "uri": "https://api.twitter.com:443/1.1/users/lookup.json"
+            }, 
+            "response": {
+                "status": {
+                    "message": "OK", 
+                    "code": 200
+                }, 
+                "headers": {
+                    "status": [
+                        "200 OK"
+                    ], 
+                    "x-rate-limit-remaining": [
+                        "178"
+                    ], 
+                    "content-length": [
+                        "7035"
+                    ], 
+                    "expires": [
+                        "Tue, 31 Mar 1981 05:00:00 GMT"
+                    ], 
+                    "x-transaction": [
+                        "1d97a9da81dc39d9"
+                    ], 
+                    "x-content-type-options": [
+                        "nosniff"
+                    ], 
+                    "x-connection-hash": [
+                        "ea0d00388e654e07c0f25ffb7e5f7227"
+                    ], 
+                    "set-cookie": [
+                        "lang=en", 
+                        "guest_id=v1%3A141738008866246465; Domain=.twitter.com; Path=/; Expires=Tue, 29-Nov-2016 20:41:28 UTC"
+                    ], 
+                    "strict-transport-security": [
+                        "max-age=631138519"
+                    ], 
+                    "x-access-level": [
+                        "read-write-directmessages"
+                    ], 
+                    "server": [
+                        "tsa_b"
+                    ], 
+                    "last-modified": [
+                        "Sun, 30 Nov 2014 20:41:28 GMT"
+                    ], 
+                    "x-xss-protection": [
+                        "1; mode=block"
+                    ], 
+                    "x-rate-limit-reset": [
+                        "1417380988"
+                    ], 
+                    "pragma": [
+                        "no-cache"
+                    ], 
+                    "cache-control": [
+                        "no-cache, no-store, must-revalidate, pre-check=0, post-check=0"
+                    ], 
+                    "date": [
+                        "Sun, 30 Nov 2014 20:41:28 UTC"
+                    ], 
+                    "x-rate-limit-limit": [
+                        "180"
+                    ], 
+                    "x-frame-options": [
+                        "SAMEORIGIN"
+                    ], 
+                    "content-type": [
+                        "application/json;charset=utf-8"
+                    ]
+                }, 
+                "body": {
+                    "string": "[{\"id\":6253282,\"id_str\":\"6253282\",\"name\":\"Twitter API\",\"screen_name\":\"twitterapi\",\"location\":\"San Francisco, CA\",\"profile_location\":null,\"description\":\"The Real Twitter API. I tweet about API changes, service issues and happily answer questions about Twitter and our API. Don't get an answer? It's on my website.\",\"url\":\"http:\\/\\/t.co\\/78pYTvWfJd\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/78pYTvWfJd\",\"expanded_url\":\"http:\\/\\/dev.twitter.com\",\"display_url\":\"dev.twitter.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":2527283,\"friends_count\":48,\"listed_count\":12878,\"created_at\":\"Wed May 23 06:01:13 +0000 2007\",\"favourites_count\":27,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":3523,\"lang\":\"en\",\"status\":{\"created_at\":\"Wed Oct 29 00:27:02 +0000 2014\",\"id\":527255252257763328,\"id_str\":\"527255252257763328\",\"text\":\"RT @twittersecurity: We are switching from report-only to enforce-mode CSP headers to block mixed content on http:\\/\\/t.co\\/OOBCoscBzv: https:\\u2026\",\"source\":\"\\u003ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003eTwitter for Mac\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweeted_status\":{\"created_at\":\"Wed Oct 29 00:17:39 +0000 2014\",\"id\":527252887949148162,\"id_str\":\"527252887949148162\",\"text\":\"We are switching from report-only to enforce-mode CSP headers to block mixed content on http:\\/\\/t.co\\/OOBCoscBzv: https:\\/\\/t.co\\/BDf4iRaHzn\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":156,\"favorite_count\":111,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/OOBCoscBzv\",\"expanded_url\":\"http:\\/\\/twitter.com\",\"display_url\":\"twitter.com\",\"indices\":[88,110]},{\"url\":\"https:\\/\\/t.co\\/BDf4iRaHzn\",\"expanded_url\":\"https:\\/\\/twittercommunity.com\\/t\\/blocking-mixed-content-with-content-security-policy\\/26375\",\"display_url\":\"twittercommunity.com\\/t\\/blocking-mix\\u2026\",\"indices\":[112,135]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"retweet_count\":156,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"twittersecurity\",\"name\":\"Twitter Security\",\"id\":1137751093,\"id_str\":\"1137751093\",\"indices\":[3,19]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/OOBCoscBzv\",\"expanded_url\":\"http:\\/\\/twitter.com\",\"display_url\":\"twitter.com\",\"indices\":[109,131]},{\"url\":\"https:\\/\\/t.co\\/BDf4iRaHzn\",\"expanded_url\":\"https:\\/\\/twittercommunity.com\\/t\\/blocking-mixed-content-with-content-security-policy\\/26375\",\"display_url\":\"twittercommunity.com\\/t\\/blocking-mix\\u2026\",\"indices\":[139,140]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"C0DEED\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/656927849\\/miyt9dpjz77sc0w3d4vj.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/656927849\\/miyt9dpjz77sc0w3d4vj.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/2284174872\\/7df3h38zabcvjylnyfe3_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/2284174872\\/7df3h38zabcvjylnyfe3_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/6253282\\/1347394302\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"C0DEED\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":783214,\"id_str\":\"783214\",\"name\":\"Twitter\",\"screen_name\":\"twitter\",\"location\":\"San Francisco, CA\",\"profile_location\":null,\"description\":\"Your official source for news, updates and tips from Twitter, Inc.\",\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"expanded_url\":\"http:\\/\\/blog.twitter.com\\/\",\"display_url\":\"blog.twitter.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":33620555,\"friends_count\":101,\"listed_count\":86770,\"created_at\":\"Tue Feb 20 14:35:54 +0000 2007\",\"favourites_count\":21,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":1845,\"lang\":\"en\",\"status\":{\"created_at\":\"Wed Nov 26 16:29:15 +0000 2014\",\"id\":537644262628663296,\"id_str\":\"537644262628663296\",\"text\":\"We love a good bird reference. Cast your vote to help the @WhiteHouse select the National Thanksgiving Turkey: https:\\/\\/t.co\\/wMP98fpiEw\",\"source\":\"\\u003ca href=\\\"https:\\/\\/about.twitter.com\\/products\\/tweetdeck\\\" rel=\\\"nofollow\\\"\\u003eTweetDeck\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":289,\"favorite_count\":392,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"WhiteHouse\",\"name\":\"The White House\",\"id\":30313925,\"id_str\":\"30313925\",\"indices\":[58,69]}],\"urls\":[{\"url\":\"https:\\/\\/t.co\\/wMP98fpiEw\",\"expanded_url\":\"https:\\/\\/twitter.com\\/WhiteHouse\\/status\\/537617841928015872\",\"display_url\":\"twitter.com\\/WhiteHouse\\/sta\\u2026\",\"indices\":[111,134]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"ACDED6\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/783214\\/1347405327\",\"profile_link_color\":\"226699\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false}]"
+                }
+            }
+        }
+    ]
+}
\ No newline at end of file
diff --git a/cassettes/testme.json b/cassettes/testme.json
new file mode 100644 (file)
index 0000000..c4d6aa6
--- /dev/null
@@ -0,0 +1,173 @@
+{
+    "version": 1, 
+    "interactions": [
+        {
+            "request": {
+                "body": null, 
+                "headers": {
+                    "Host": [
+                        "api.twitter.com"
+                    ]
+                }, 
+                "method": "GET", 
+                "uri": "https://api.twitter.com:443/1.1/account/verify_credentials.json"
+            }, 
+            "response": {
+                "status": {
+                    "message": "OK", 
+                    "code": 200
+                }, 
+                "headers": {
+                    "status": [
+                        "200 OK"
+                    ], 
+                    "x-rate-limit-remaining": [
+                        "14"
+                    ], 
+                    "content-length": [
+                        "2848"
+                    ], 
+                    "expires": [
+                        "Tue, 31 Mar 1981 05:00:00 GMT"
+                    ], 
+                    "x-transaction": [
+                        "126f7467b9b7d035"
+                    ], 
+                    "x-content-type-options": [
+                        "nosniff"
+                    ], 
+                    "x-connection-hash": [
+                        "f9b749c28e340ee9761e78f2e8972e66"
+                    ], 
+                    "set-cookie": [
+                        "lang=en", 
+                        "guest_id=v1%3A141738008900766936; Domain=.twitter.com; Path=/; Expires=Tue, 29-Nov-2016 20:41:29 UTC"
+                    ], 
+                    "strict-transport-security": [
+                        "max-age=631138519"
+                    ], 
+                    "x-access-level": [
+                        "read-write-directmessages"
+                    ], 
+                    "server": [
+                        "tsa_b"
+                    ], 
+                    "last-modified": [
+                        "Sun, 30 Nov 2014 20:41:29 GMT"
+                    ], 
+                    "x-xss-protection": [
+                        "1; mode=block"
+                    ], 
+                    "x-rate-limit-reset": [
+                        "1417380989"
+                    ], 
+                    "pragma": [
+                        "no-cache"
+                    ], 
+                    "cache-control": [
+                        "no-cache, no-store, must-revalidate, pre-check=0, post-check=0"
+                    ], 
+                    "date": [
+                        "Sun, 30 Nov 2014 20:41:29 UTC"
+                    ], 
+                    "x-rate-limit-limit": [
+                        "15"
+                    ], 
+                    "x-frame-options": [
+                        "SAMEORIGIN"
+                    ], 
+                    "content-type": [
+                        "application/json;charset=utf-8"
+                    ]
+                }, 
+                "body": {
+                    "string": "{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"status\":{\"created_at\":\"Sun Nov 30 19:24:54 +0000 2014\",\"id\":539138015181160448,\"id_str\":\"539138015181160448\",\"text\":\"testing 1000 http:\\/\\/t.co\\/AYksz2oIC5\",\"source\":\"\\u003ca href=\\\"http:\\/\\/tweepy.github.com\\/\\\" rel=\\\"nofollow\\\"\\u003eTweepyTravis\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":0,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[],\"media\":[{\"id\":539138015076290560,\"id_str\":\"539138015076290560\",\"indices\":[13,35],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3tnKxGIEAAkMeT.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3tnKxGIEAAkMeT.png\",\"url\":\"http:\\/\\/t.co\\/AYksz2oIC5\",\"display_url\":\"pic.twitter.com\\/AYksz2oIC5\",\"expanded_url\":\"http:\\/\\/twitter.com\\/tweepytest\\/status\\/539138015181160448\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":170,\"resize\":\"fit\"},\"large\":{\"w\":1024,\"h\":512,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":300,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}"
+                }
+            }
+        }, 
+        {
+            "request": {
+                "body": null, 
+                "headers": {
+                    "Host": [
+                        "api.twitter.com"
+                    ]
+                }, 
+                "method": "GET", 
+                "uri": "https://api.twitter.com:443/1.1/users/show.json?screen_name=tweepytest"
+            }, 
+            "response": {
+                "status": {
+                    "message": "OK", 
+                    "code": 200
+                }, 
+                "headers": {
+                    "status": [
+                        "200 OK"
+                    ], 
+                    "x-rate-limit-remaining": [
+                        "177"
+                    ], 
+                    "content-length": [
+                        "2899"
+                    ], 
+                    "expires": [
+                        "Tue, 31 Mar 1981 05:00:00 GMT"
+                    ], 
+                    "x-transaction": [
+                        "2a86e326882c82cd"
+                    ], 
+                    "x-content-type-options": [
+                        "nosniff"
+                    ], 
+                    "x-connection-hash": [
+                        "6884c53c8c7e0264502a3e2c8b48a78d"
+                    ], 
+                    "set-cookie": [
+                        "lang=en", 
+                        "guest_id=v1%3A141738008937525034; Domain=.twitter.com; Path=/; Expires=Tue, 29-Nov-2016 20:41:29 UTC"
+                    ], 
+                    "strict-transport-security": [
+                        "max-age=631138519"
+                    ], 
+                    "x-access-level": [
+                        "read-write-directmessages"
+                    ], 
+                    "server": [
+                        "tsa_b"
+                    ], 
+                    "last-modified": [
+                        "Sun, 30 Nov 2014 20:41:29 GMT"
+                    ], 
+                    "x-xss-protection": [
+                        "1; mode=block"
+                    ], 
+                    "x-rate-limit-reset": [
+                        "1417380980"
+                    ], 
+                    "pragma": [
+                        "no-cache"
+                    ], 
+                    "cache-control": [
+                        "no-cache, no-store, must-revalidate, pre-check=0, post-check=0"
+                    ], 
+                    "date": [
+                        "Sun, 30 Nov 2014 20:41:29 UTC"
+                    ], 
+                    "x-rate-limit-limit": [
+                        "180"
+                    ], 
+                    "x-frame-options": [
+                        "SAMEORIGIN"
+                    ], 
+                    "content-type": [
+                        "application/json;charset=utf-8"
+                    ]
+                }, 
+                "body": {
+                    "string": "{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"status\":{\"created_at\":\"Sun Nov 30 19:24:54 +0000 2014\",\"id\":539138015181160448,\"id_str\":\"539138015181160448\",\"text\":\"testing 1000 http:\\/\\/t.co\\/AYksz2oIC5\",\"source\":\"\\u003ca href=\\\"http:\\/\\/tweepy.github.com\\/\\\" rel=\\\"nofollow\\\"\\u003eTweepyTravis\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":0,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[],\"media\":[{\"id\":539138015076290560,\"id_str\":\"539138015076290560\",\"indices\":[13,35],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3tnKxGIEAAkMeT.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3tnKxGIEAAkMeT.png\",\"url\":\"http:\\/\\/t.co\\/AYksz2oIC5\",\"display_url\":\"pic.twitter.com\\/AYksz2oIC5\",\"expanded_url\":\"http:\\/\\/twitter.com\\/tweepytest\\/status\\/539138015181160448\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":170,\"resize\":\"fit\"},\"large\":{\"w\":1024,\"h\":512,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":300,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false,\"suspended\":false,\"needs_phone_verification\":false}"
+                }
+            }
+        }
+    ]
+}
\ No newline at end of file
diff --git a/cassettes/testmentionstimeline.json b/cassettes/testmentionstimeline.json
new file mode 100644 (file)
index 0000000..3f502e6
--- /dev/null
@@ -0,0 +1,89 @@
+{
+    "version": 1, 
+    "interactions": [
+        {
+            "request": {
+                "body": null, 
+                "headers": {
+                    "Host": [
+                        "api.twitter.com"
+                    ]
+                }, 
+                "method": "GET", 
+                "uri": "https://api.twitter.com:443/1.1/statuses/mentions_timeline.json"
+            }, 
+            "response": {
+                "status": {
+                    "message": "OK", 
+                    "code": 200
+                }, 
+                "headers": {
+                    "status": [
+                        "200 OK"
+                    ], 
+                    "x-rate-limit-remaining": [
+                        "14"
+                    ], 
+                    "content-length": [
+                        "2"
+                    ], 
+                    "expires": [
+                        "Tue, 31 Mar 1981 05:00:00 GMT"
+                    ], 
+                    "x-transaction": [
+                        "68be7d2f2af10758"
+                    ], 
+                    "x-content-type-options": [
+                        "nosniff"
+                    ], 
+                    "x-connection-hash": [
+                        "ce4f0be287452a6548e87cede351edcb"
+                    ], 
+                    "set-cookie": [
+                        "lang=en", 
+                        "guest_id=v1%3A141738008974423365; Domain=.twitter.com; Path=/; Expires=Tue, 29-Nov-2016 20:41:29 UTC"
+                    ], 
+                    "strict-transport-security": [
+                        "max-age=631138519"
+                    ], 
+                    "x-access-level": [
+                        "read-write-directmessages"
+                    ], 
+                    "server": [
+                        "tsa_b"
+                    ], 
+                    "last-modified": [
+                        "Sun, 30 Nov 2014 20:41:29 GMT"
+                    ], 
+                    "x-xss-protection": [
+                        "1; mode=block"
+                    ], 
+                    "x-rate-limit-reset": [
+                        "1417380989"
+                    ], 
+                    "pragma": [
+                        "no-cache"
+                    ], 
+                    "cache-control": [
+                        "no-cache, no-store, must-revalidate, pre-check=0, post-check=0"
+                    ], 
+                    "date": [
+                        "Sun, 30 Nov 2014 20:41:29 UTC"
+                    ], 
+                    "x-rate-limit-limit": [
+                        "15"
+                    ], 
+                    "x-frame-options": [
+                        "SAMEORIGIN"
+                    ], 
+                    "content-type": [
+                        "application/json;charset=utf-8"
+                    ]
+                }, 
+                "body": {
+                    "string": "[]"
+                }
+            }
+        }
+    ]
+}
\ No newline at end of file
diff --git a/cassettes/testratelimitstatus.json b/cassettes/testratelimitstatus.json
new file mode 100644 (file)
index 0000000..d102236
--- /dev/null
@@ -0,0 +1,89 @@
+{
+    "version": 1, 
+    "interactions": [
+        {
+            "request": {
+                "body": null, 
+                "headers": {
+                    "Host": [
+                        "api.twitter.com"
+                    ]
+                }, 
+                "method": "GET", 
+                "uri": "https://api.twitter.com:443/1.1/application/rate_limit_status.json"
+            }, 
+            "response": {
+                "status": {
+                    "message": "OK", 
+                    "code": 200
+                }, 
+                "headers": {
+                    "status": [
+                        "200 OK"
+                    ], 
+                    "x-rate-limit-remaining": [
+                        "179"
+                    ], 
+                    "content-length": [
+                        "5796"
+                    ], 
+                    "expires": [
+                        "Tue, 31 Mar 1981 05:00:00 GMT"
+                    ], 
+                    "x-transaction": [
+                        "7d92462dc0e24925"
+                    ], 
+                    "x-content-type-options": [
+                        "nosniff"
+                    ], 
+                    "x-connection-hash": [
+                        "06e445268af0c4644fa03aec2cd31312"
+                    ], 
+                    "set-cookie": [
+                        "lang=en", 
+                        "guest_id=v1%3A141738009010357399; Domain=.twitter.com; Path=/; Expires=Tue, 29-Nov-2016 20:41:30 UTC"
+                    ], 
+                    "strict-transport-security": [
+                        "max-age=631138519"
+                    ], 
+                    "x-access-level": [
+                        "read-write-directmessages"
+                    ], 
+                    "server": [
+                        "tsa_b"
+                    ], 
+                    "last-modified": [
+                        "Sun, 30 Nov 2014 20:41:30 GMT"
+                    ], 
+                    "x-xss-protection": [
+                        "1; mode=block"
+                    ], 
+                    "x-rate-limit-reset": [
+                        "1417380990"
+                    ], 
+                    "pragma": [
+                        "no-cache"
+                    ], 
+                    "cache-control": [
+                        "no-cache, no-store, must-revalidate, pre-check=0, post-check=0"
+                    ], 
+                    "date": [
+                        "Sun, 30 Nov 2014 20:41:30 UTC"
+                    ], 
+                    "x-rate-limit-limit": [
+                        "180"
+                    ], 
+                    "x-frame-options": [
+                        "SAMEORIGIN"
+                    ], 
+                    "content-type": [
+                        "application/json;charset=utf-8"
+                    ]
+                }, 
+                "body": {
+                    "string": "{\"rate_limit_context\":{\"access_token\":\"82301637-drQpl2FK4ZzMAeTxerDN05QWqjyOwJB4VZTcTFnwj\"},\"resources\":{\"lists\":{\"\\/lists\\/list\":{\"limit\":15,\"remaining\":14,\"reset\":1417380982},\"\\/lists\\/memberships\":{\"limit\":15,\"remaining\":14,\"reset\":1417380984},\"\\/lists\\/subscribers\\/show\":{\"limit\":15,\"remaining\":15,\"reset\":1417380990},\"\\/lists\\/members\":{\"limit\":180,\"remaining\":179,\"reset\":1417380982},\"\\/lists\\/subscriptions\":{\"limit\":15,\"remaining\":14,\"reset\":1417380985},\"\\/lists\\/show\":{\"limit\":15,\"remaining\":14,\"reset\":1417380980},\"\\/lists\\/ownerships\":{\"limit\":15,\"remaining\":15,\"reset\":1417380990},\"\\/lists\\/subscribers\":{\"limit\":180,\"remaining\":179,\"reset\":1417380985},\"\\/lists\\/members\\/show\":{\"limit\":15,\"remaining\":15,\"reset\":1417380990},\"\\/lists\\/statuses\":{\"limit\":180,\"remaining\":179,\"reset\":1417380986}},\"application\":{\"\\/application\\/rate_limit_status\":{\"limit\":180,\"remaining\":179,\"reset\":1417380990}},\"mutes\":{\"\\/mutes\\/users\\/list\":{\"limit\":15,\"remaining\":15,\"reset\":1417380990},\"\\/mutes\\/users\\/ids\":{\"limit\":15,\"remaining\":15,\"reset\":1417380990}},\"friendships\":{\"\\/friendships\\/outgoing\":{\"limit\":15,\"remaining\":15,\"reset\":1417380990},\"\\/friendships\\/no_retweets\\/ids\":{\"limit\":15,\"remaining\":15,\"reset\":1417380990},\"\\/friendships\\/lookup\":{\"limit\":15,\"remaining\":15,\"reset\":1417380990},\"\\/friendships\\/incoming\":{\"limit\":15,\"remaining\":15,\"reset\":1417380990},\"\\/friendships\\/show\":{\"limit\":180,\"remaining\":180,\"reset\":1417380990}},\"blocks\":{\"\\/blocks\\/list\":{\"limit\":15,\"remaining\":14,\"reset\":1417380966},\"\\/blocks\\/ids\":{\"limit\":15,\"remaining\":14,\"reset\":1417380966}},\"geo\":{\"\\/geo\\/similar_places\":{\"limit\":15,\"remaining\":14,\"reset\":1417380979},\"\\/geo\\/id\\/:place_id\":{\"limit\":15,\"remaining\":14,\"reset\":1417380979},\"\\/geo\\/reverse_geocode\":{\"limit\":15,\"remaining\":14,\"reset\":1417380979},\"\\/geo\\/search\":{\"limit\":15,\"remaining\":15,\"reset\":1417380990}},\"users\":{\"\\/users\\/report_spam\":{\"limit\":15,\"remaining\":15,\"reset\":1417380990},\"\\/users\\/show\\/:id\":{\"limit\":180,\"remaining\":177,\"reset\":1417380980},\"\\/users\\/search\":{\"limit\":180,\"remaining\":180,\"reset\":1417380990},\"\\/users\\/suggestions\\/:slug\":{\"limit\":15,\"remaining\":15,\"reset\":1417380990},\"\\/users\\/derived_info\":{\"limit\":15,\"remaining\":15,\"reset\":1417380990},\"\\/users\\/profile_banner\":{\"limit\":180,\"remaining\":180,\"reset\":1417380990},\"\\/users\\/suggestions\\/:slug\\/members\":{\"limit\":15,\"remaining\":15,\"reset\":1417380990},\"\\/users\\/lookup\":{\"limit\":180,\"remaining\":178,\"reset\":1417380988},\"\\/users\\/suggestions\":{\"limit\":15,\"remaining\":15,\"reset\":1417380990}},\"followers\":{\"\\/followers\\/ids\":{\"limit\":15,\"remaining\":14,\"reset\":1417380977},\"\\/followers\\/list\":{\"limit\":15,\"remaining\":14,\"reset\":1417380977}},\"statuses\":{\"\\/statuses\\/retweeters\\/ids\":{\"limit\":15,\"remaining\":15,\"reset\":1417380990},\"\\/statuses\\/retweets_of_me\":{\"limit\":15,\"remaining\":15,\"reset\":1417380990},\"\\/statuses\\/home_timeline\":{\"limit\":15,\"remaining\":13,\"reset\":1417380966},\"\\/statuses\\/show\\/:id\":{\"limit\":180,\"remaining\":179,\"reset\":1417380980},\"\\/statuses\\/user_timeline\":{\"limit\":180,\"remaining\":180,\"reset\":1417380990},\"\\/statuses\\/friends\":{\"limit\":15,\"remaining\":15,\"reset\":1417380990},\"\\/statuses\\/retweets\\/:id\":{\"limit\":60,\"remaining\":60,\"reset\":1417380990},\"\\/statuses\\/mentions_timeline\":{\"limit\":15,\"remaining\":14,\"reset\":1417380989},\"\\/statuses\\/oembed\":{\"limit\":180,\"remaining\":179,\"reset\":1417380980},\"\\/statuses\\/lookup\":{\"limit\":180,\"remaining\":180,\"reset\":1417380990}},\"contacts\":{\"\\/contacts\\/uploaded_by\":{\"limit\":300,\"remaining\":300,\"reset\":1417380990},\"\\/contacts\\/users\":{\"limit\":300,\"remaining\":300,\"reset\":1417380990},\"\\/contacts\\/addressbook\":{\"limit\":300,\"remaining\":300,\"reset\":1417380990},\"\\/contacts\\/users_and_uploaded_by\":{\"limit\":300,\"remaining\":300,\"reset\":1417380990},\"\\/contacts\\/delete\\/status\":{\"limit\":300,\"remaining\":300,\"reset\":1417380990}},\"help\":{\"\\/help\\/tos\":{\"limit\":15,\"remaining\":15,\"reset\":1417380990},\"\\/help\\/configuration\":{\"limit\":15,\"remaining\":15,\"reset\":1417380990},\"\\/help\\/settings\":{\"limit\":15,\"remaining\":15,\"reset\":1417380990},\"\\/help\\/privacy\":{\"limit\":15,\"remaining\":15,\"reset\":1417380990},\"\\/help\\/languages\":{\"limit\":15,\"remaining\":15,\"reset\":1417380990}},\"friends\":{\"\\/friends\\/following\\/ids\":{\"limit\":15,\"remaining\":15,\"reset\":1417380990},\"\\/friends\\/following\\/list\":{\"limit\":15,\"remaining\":15,\"reset\":1417380990},\"\\/friends\\/list\":{\"limit\":15,\"remaining\":14,\"reset\":1417380978},\"\\/friends\\/ids\":{\"limit\":15,\"remaining\":14,\"reset\":1417380978}},\"direct_messages\":{\"\\/direct_messages\\/sent\":{\"limit\":15,\"remaining\":15,\"reset\":1417380990},\"\\/direct_messages\":{\"limit\":15,\"remaining\":14,\"reset\":1417380976},\"\\/direct_messages\\/sent_and_received\":{\"limit\":15,\"remaining\":15,\"reset\":1417380990},\"\\/direct_messages\\/show\":{\"limit\":15,\"remaining\":15,\"reset\":1417380990}},\"account\":{\"\\/account\\/login_verification_enrollment\":{\"limit\":15,\"remaining\":15,\"reset\":1417380990},\"\\/account\\/update_profile\":{\"limit\":15,\"remaining\":15,\"reset\":1417380990},\"\\/account\\/verify_credentials\":{\"limit\":15,\"remaining\":14,\"reset\":1417380989},\"\\/account\\/settings\":{\"limit\":15,\"remaining\":15,\"reset\":1417380990}},\"favorites\":{\"\\/favorites\\/list\":{\"limit\":15,\"remaining\":14,\"reset\":1417380976}},\"device\":{\"\\/device\\/token\":{\"limit\":15,\"remaining\":15,\"reset\":1417380990}},\"saved_searches\":{\"\\/saved_searches\\/destroy\\/:id\":{\"limit\":15,\"remaining\":15,\"reset\":1417380990},\"\\/saved_searches\\/show\\/:id\":{\"limit\":15,\"remaining\":15,\"reset\":1417380990},\"\\/saved_searches\\/list\":{\"limit\":15,\"remaining\":15,\"reset\":1417380990}},\"search\":{\"\\/search\\/tweets\":{\"limit\":180,\"remaining\":180,\"reset\":1417380990}},\"trends\":{\"\\/trends\\/closest\":{\"limit\":15,\"remaining\":15,\"reset\":1417380990},\"\\/trends\\/available\":{\"limit\":15,\"remaining\":15,\"reset\":1417380990},\"\\/trends\\/place\":{\"limit\":15,\"remaining\":15,\"reset\":1417380990}}}}"
+                }
+            }
+        }
+    ]
+}
\ No newline at end of file
diff --git a/cassettes/testretweeters.json b/cassettes/testretweeters.json
new file mode 100644 (file)
index 0000000..f947958
--- /dev/null
@@ -0,0 +1,89 @@
+{
+    "version": 1, 
+    "interactions": [
+        {
+            "request": {
+                "body": null, 
+                "headers": {
+                    "Host": [
+                        "api.twitter.com"
+                    ]
+                }, 
+                "method": "GET", 
+                "uri": "https://api.twitter.com:443/1.1/statuses/retweeters/ids.json?id=266367358078169089"
+            }, 
+            "response": {
+                "status": {
+                    "message": "OK", 
+                    "code": 200
+                }, 
+                "headers": {
+                    "status": [
+                        "200 OK"
+                    ], 
+                    "x-rate-limit-remaining": [
+                        "14"
+                    ], 
+                    "content-length": [
+                        "1022"
+                    ], 
+                    "expires": [
+                        "Tue, 31 Mar 1981 05:00:00 GMT"
+                    ], 
+                    "x-transaction": [
+                        "90c5531da9ccff84"
+                    ], 
+                    "x-content-type-options": [
+                        "nosniff"
+                    ], 
+                    "x-connection-hash": [
+                        "fc2eca688ad7fc2188687c1115335c96"
+                    ], 
+                    "set-cookie": [
+                        "lang=en", 
+                        "guest_id=v1%3A141738009050965990; Domain=.twitter.com; Path=/; Expires=Tue, 29-Nov-2016 20:41:30 UTC"
+                    ], 
+                    "strict-transport-security": [
+                        "max-age=631138519"
+                    ], 
+                    "x-access-level": [
+                        "read-write-directmessages"
+                    ], 
+                    "server": [
+                        "tsa_b"
+                    ], 
+                    "last-modified": [
+                        "Sun, 30 Nov 2014 20:41:30 GMT"
+                    ], 
+                    "x-xss-protection": [
+                        "1; mode=block"
+                    ], 
+                    "x-rate-limit-reset": [
+                        "1417380990"
+                    ], 
+                    "pragma": [
+                        "no-cache"
+                    ], 
+                    "cache-control": [
+                        "no-cache, no-store, must-revalidate, pre-check=0, post-check=0"
+                    ], 
+                    "date": [
+                        "Sun, 30 Nov 2014 20:41:30 UTC"
+                    ], 
+                    "x-rate-limit-limit": [
+                        "15"
+                    ], 
+                    "x-frame-options": [
+                        "SAMEORIGIN"
+                    ], 
+                    "content-type": [
+                        "application/json;charset=utf-8"
+                    ]
+                }, 
+                "body": {
+                    "string": "{\"ids\":[2390428970,2392623769,2298388902,2218822532,2294010576,2298665443,2295646148,586229030,1377248521,1360513801,1362034669,1458196202,1231476126,1387371619,1183016636,188937623,1156915609,1206961129,396722289,755584388,838471987,1032012109,892834280,98585322,601235246,569558338,451776898,532092216,831618858,712469083,562549745,144683557,965210341,942200450,184662037,620862766,899643482,870248461,16482751,605168279,955312028,957010932,531917206,856105045,948683221,935491596,946377140,848197370,60412483,877388418,942234878,943352540,941760217,942234530,393226522,104938500,940243159,527197982,794327168,913965085,938792107,547911317,545004607,937135218,932267131,936550507,832543117,297861279,911901686,532505398,828583268,911730324,139532123,17916539,56933470,36912323,30592580,835617390,548741348,760957819,824311056,934584805,517135684,292837239,18059761,934165400,819782274,620144735,584653830,921575544,808089618,632563729],\"next_cursor\":0,\"next_cursor_str\":\"0\",\"previous_cursor\":0,\"previous_cursor_str\":\"0\"}"
+                }
+            }
+        }
+    ]
+}
\ No newline at end of file
diff --git a/cassettes/testretweets.json b/cassettes/testretweets.json
new file mode 100644 (file)
index 0000000..3df208a
--- /dev/null
@@ -0,0 +1,89 @@
+{
+    "version": 1, 
+    "interactions": [
+        {
+            "request": {
+                "body": null, 
+                "headers": {
+                    "Host": [
+                        "api.twitter.com"
+                    ]
+                }, 
+                "method": "GET", 
+                "uri": "https://api.twitter.com:443/1.1/statuses/retweets/266367358078169089.json"
+            }, 
+            "response": {
+                "status": {
+                    "message": "OK", 
+                    "code": 200
+                }, 
+                "headers": {
+                    "status": [
+                        "200 OK"
+                    ], 
+                    "x-rate-limit-remaining": [
+                        "59"
+                    ], 
+                    "content-length": [
+                        "99065"
+                    ], 
+                    "expires": [
+                        "Tue, 31 Mar 1981 05:00:00 GMT"
+                    ], 
+                    "x-transaction": [
+                        "bb82a385b7d34ae4"
+                    ], 
+                    "x-content-type-options": [
+                        "nosniff"
+                    ], 
+                    "x-connection-hash": [
+                        "4e6e46507b2b3e3074023238ea9ba48d"
+                    ], 
+                    "set-cookie": [
+                        "lang=en", 
+                        "guest_id=v1%3A141738009152110468; Domain=.twitter.com; Path=/; Expires=Tue, 29-Nov-2016 20:41:31 UTC"
+                    ], 
+                    "strict-transport-security": [
+                        "max-age=631138519"
+                    ], 
+                    "x-access-level": [
+                        "read-write-directmessages"
+                    ], 
+                    "server": [
+                        "tsa_b"
+                    ], 
+                    "last-modified": [
+                        "Sun, 30 Nov 2014 20:41:31 GMT"
+                    ], 
+                    "x-xss-protection": [
+                        "1; mode=block"
+                    ], 
+                    "x-rate-limit-reset": [
+                        "1417380991"
+                    ], 
+                    "pragma": [
+                        "no-cache"
+                    ], 
+                    "cache-control": [
+                        "no-cache, no-store, must-revalidate, pre-check=0, post-check=0"
+                    ], 
+                    "date": [
+                        "Sun, 30 Nov 2014 20:41:31 UTC"
+                    ], 
+                    "x-rate-limit-limit": [
+                        "60"
+                    ], 
+                    "x-frame-options": [
+                        "SAMEORIGIN"
+                    ], 
+                    "content-type": [
+                        "application/json;charset=utf-8"
+                    ]
+                }, 
+                "body": {
+                    "string": "[{\"created_at\":\"Wed Jul 09 00:08:39 +0000 2014\",\"id\":486663181901627392,\"id_str\":\"486663181901627392\",\"text\":\"RT @twitter: RT @TwitterEng: Bolstering our infrastructure. \\\"As  usage patterns change, Twitter can remain resilient.\\\" http:\\/\\/t.co\\/uML86B6s\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003eTwitter for iPhone\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":2390428970,\"id_str\":\"2390428970\",\"name\":\"pppppppppppp\",\"screen_name\":\"MarijuanaProduc\",\"location\":\"\",\"profile_location\":null,\"description\":\"\",\"url\":null,\"entities\":{\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":44,\"friends_count\":0,\"listed_count\":2,\"created_at\":\"Sat Mar 15 05:00:44 +0000 2014\",\"favourites_count\":17425,\"utc_offset\":null,\"time_zone\":null,\"geo_enabled\":false,\"verified\":false,\"statuses_count\":19880,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"C0DEED\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/abs.twimg.com\\/sticky\\/default_profile_images\\/default_profile_6_normal.png\",\"profile_image_url_https\":\"https:\\/\\/abs.twimg.com\\/sticky\\/default_profile_images\\/default_profile_6_normal.png\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"C0DEED\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":true,\"default_profile_image\":true,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweeted_status\":{\"created_at\":\"Thu Nov 08 02:31:41 +0000 2012\",\"id\":266367358078169089,\"id_str\":\"266367358078169089\",\"text\":\"RT @TwitterEng: Bolstering our infrastructure. \\\"As  usage patterns change, Twitter can remain resilient.\\\" http:\\/\\/t.co\\/uML86B6s\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":783214,\"id_str\":\"783214\",\"name\":\"Twitter\",\"screen_name\":\"twitter\",\"location\":\"San Francisco, CA\",\"profile_location\":null,\"description\":\"Your official source for news, updates and tips from Twitter, Inc.\",\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"expanded_url\":\"http:\\/\\/blog.twitter.com\\/\",\"display_url\":\"blog.twitter.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":33620556,\"friends_count\":101,\"listed_count\":86770,\"created_at\":\"Tue Feb 20 14:35:54 +0000 2007\",\"favourites_count\":21,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":1845,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"ACDED6\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/783214\\/1347405327\",\"profile_link_color\":\"226699\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":[14192329],\"retweet_count\":220,\"favorite_count\":153,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"TwitterEng\",\"name\":\"Twitter Engineering\",\"id\":6844292,\"id_str\":\"6844292\",\"indices\":[3,14]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/uML86B6s\",\"expanded_url\":\"http:\\/\\/engineering.twitter.com\\/2012\\/11\\/bolstering-our-infrastructure.html\",\"display_url\":\"engineering.twitter.com\\/2012\\/11\\/bolste\\u2026\",\"indices\":[106,126]}]},\"favorited\":false,\"retweeted\":true,\"possibly_sensitive\":false,\"lang\":\"en\"},\"retweet_count\":220,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"twitter\",\"name\":\"Twitter\",\"id\":783214,\"id_str\":\"783214\",\"indices\":[3,11]},{\"screen_name\":\"TwitterEng\",\"name\":\"Twitter Engineering\",\"id\":6844292,\"id_str\":\"6844292\",\"indices\":[16,27]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/uML86B6s\",\"expanded_url\":\"http:\\/\\/engineering.twitter.com\\/2012\\/11\\/bolstering-our-infrastructure.html\",\"display_url\":\"engineering.twitter.com\\/2012\\/11\\/bolste\\u2026\",\"indices\":[119,139]}]},\"favorited\":false,\"retweeted\":true,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Tue Jul 08 23:43:38 +0000 2014\",\"id\":486656886268112896,\"id_str\":\"486656886268112896\",\"text\":\"RT @twitter: RT @TwitterEng: Bolstering our infrastructure. \\\"As  usage patterns change, Twitter can remain resilient.\\\" http:\\/\\/t.co\\/uML86B6s\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003eTwitter for iPhone\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":2392623769,\"id_str\":\"2392623769\",\"name\":\"aaaaaaallllg\",\"screen_name\":\"MagicalBLKHands\",\"location\":\"\",\"profile_location\":null,\"description\":\"\",\"url\":null,\"entities\":{\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":63,\"friends_count\":0,\"listed_count\":3,\"created_at\":\"Sun Mar 16 12:12:31 +0000 2014\",\"favourites_count\":19250,\"utc_offset\":null,\"time_zone\":null,\"geo_enabled\":false,\"verified\":false,\"statuses_count\":20027,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"C0DEED\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/abs.twimg.com\\/sticky\\/default_profile_images\\/default_profile_4_normal.png\",\"profile_image_url_https\":\"https:\\/\\/abs.twimg.com\\/sticky\\/default_profile_images\\/default_profile_4_normal.png\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"C0DEED\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":true,\"default_profile_image\":true,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweeted_status\":{\"created_at\":\"Thu Nov 08 02:31:41 +0000 2012\",\"id\":266367358078169089,\"id_str\":\"266367358078169089\",\"text\":\"RT @TwitterEng: Bolstering our infrastructure. \\\"As  usage patterns change, Twitter can remain resilient.\\\" http:\\/\\/t.co\\/uML86B6s\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":783214,\"id_str\":\"783214\",\"name\":\"Twitter\",\"screen_name\":\"twitter\",\"location\":\"San Francisco, CA\",\"profile_location\":null,\"description\":\"Your official source for news, updates and tips from Twitter, Inc.\",\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"expanded_url\":\"http:\\/\\/blog.twitter.com\\/\",\"display_url\":\"blog.twitter.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":33620556,\"friends_count\":101,\"listed_count\":86770,\"created_at\":\"Tue Feb 20 14:35:54 +0000 2007\",\"favourites_count\":21,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":1845,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"ACDED6\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/783214\\/1347405327\",\"profile_link_color\":\"226699\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":[14192329],\"retweet_count\":220,\"favorite_count\":153,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"TwitterEng\",\"name\":\"Twitter Engineering\",\"id\":6844292,\"id_str\":\"6844292\",\"indices\":[3,14]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/uML86B6s\",\"expanded_url\":\"http:\\/\\/engineering.twitter.com\\/2012\\/11\\/bolstering-our-infrastructure.html\",\"display_url\":\"engineering.twitter.com\\/2012\\/11\\/bolste\\u2026\",\"indices\":[106,126]}]},\"favorited\":false,\"retweeted\":true,\"possibly_sensitive\":false,\"lang\":\"en\"},\"retweet_count\":220,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"twitter\",\"name\":\"Twitter\",\"id\":783214,\"id_str\":\"783214\",\"indices\":[3,11]},{\"screen_name\":\"TwitterEng\",\"name\":\"Twitter Engineering\",\"id\":6844292,\"id_str\":\"6844292\",\"indices\":[16,27]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/uML86B6s\",\"expanded_url\":\"http:\\/\\/engineering.twitter.com\\/2012\\/11\\/bolstering-our-infrastructure.html\",\"display_url\":\"engineering.twitter.com\\/2012\\/11\\/bolste\\u2026\",\"indices\":[119,139]}]},\"favorited\":false,\"retweeted\":true,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Tue Jul 08 23:23:58 +0000 2014\",\"id\":486651938440638465,\"id_str\":\"486651938440638465\",\"text\":\"RT @twitter: RT @TwitterEng: Bolstering our infrastructure. \\\"As  usage patterns change, Twitter can remain resilient.\\\" http:\\/\\/t.co\\/uML86B6s\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003eTwitter for iPhone\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":2298388902,\"id_str\":\"2298388902\",\"name\":\"vvvvvvawwwwwm\",\"screen_name\":\"SunriseDaynight\",\"location\":\"\",\"profile_location\":null,\"description\":\"\",\"url\":null,\"entities\":{\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":45,\"friends_count\":0,\"listed_count\":1,\"created_at\":\"Sat Jan 18 19:08:33 +0000 2014\",\"favourites_count\":18044,\"utc_offset\":null,\"time_zone\":null,\"geo_enabled\":false,\"verified\":false,\"statuses_count\":19334,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"C0DEED\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/abs.twimg.com\\/sticky\\/default_profile_images\\/default_profile_5_normal.png\",\"profile_image_url_https\":\"https:\\/\\/abs.twimg.com\\/sticky\\/default_profile_images\\/default_profile_5_normal.png\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"C0DEED\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":true,\"default_profile_image\":true,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweeted_status\":{\"created_at\":\"Thu Nov 08 02:31:41 +0000 2012\",\"id\":266367358078169089,\"id_str\":\"266367358078169089\",\"text\":\"RT @TwitterEng: Bolstering our infrastructure. \\\"As  usage patterns change, Twitter can remain resilient.\\\" http:\\/\\/t.co\\/uML86B6s\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":783214,\"id_str\":\"783214\",\"name\":\"Twitter\",\"screen_name\":\"twitter\",\"location\":\"San Francisco, CA\",\"profile_location\":null,\"description\":\"Your official source for news, updates and tips from Twitter, Inc.\",\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"expanded_url\":\"http:\\/\\/blog.twitter.com\\/\",\"display_url\":\"blog.twitter.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":33620556,\"friends_count\":101,\"listed_count\":86770,\"created_at\":\"Tue Feb 20 14:35:54 +0000 2007\",\"favourites_count\":21,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":1845,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"ACDED6\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/783214\\/1347405327\",\"profile_link_color\":\"226699\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":[14192329],\"retweet_count\":220,\"favorite_count\":153,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"TwitterEng\",\"name\":\"Twitter Engineering\",\"id\":6844292,\"id_str\":\"6844292\",\"indices\":[3,14]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/uML86B6s\",\"expanded_url\":\"http:\\/\\/engineering.twitter.com\\/2012\\/11\\/bolstering-our-infrastructure.html\",\"display_url\":\"engineering.twitter.com\\/2012\\/11\\/bolste\\u2026\",\"indices\":[106,126]}]},\"favorited\":false,\"retweeted\":true,\"possibly_sensitive\":false,\"lang\":\"en\"},\"retweet_count\":220,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"twitter\",\"name\":\"Twitter\",\"id\":783214,\"id_str\":\"783214\",\"indices\":[3,11]},{\"screen_name\":\"TwitterEng\",\"name\":\"Twitter Engineering\",\"id\":6844292,\"id_str\":\"6844292\",\"indices\":[16,27]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/uML86B6s\",\"expanded_url\":\"http:\\/\\/engineering.twitter.com\\/2012\\/11\\/bolstering-our-infrastructure.html\",\"display_url\":\"engineering.twitter.com\\/2012\\/11\\/bolste\\u2026\",\"indices\":[119,139]}]},\"favorited\":false,\"retweeted\":true,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Tue Jul 08 19:17:48 +0000 2014\",\"id\":486589989140971521,\"id_str\":\"486589989140971521\",\"text\":\"RT @twitter: RT @TwitterEng: Bolstering our infrastructure. \\\"As  usage patterns change, Twitter can remain resilient.\\\" http:\\/\\/t.co\\/uML86B6s\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003eTwitter for iPhone\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":2218822532,\"id_str\":\"2218822532\",\"name\":\"mmmmmmmajajoolll\",\"screen_name\":\"CatchFame\",\"location\":\"\",\"profile_location\":null,\"description\":\"\",\"url\":null,\"entities\":{\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":78,\"friends_count\":0,\"listed_count\":3,\"created_at\":\"Thu Nov 28 03:33:34 +0000 2013\",\"favourites_count\":18913,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":false,\"verified\":false,\"statuses_count\":29483,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"C0DEED\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/abs.twimg.com\\/sticky\\/default_profile_images\\/default_profile_3_normal.png\",\"profile_image_url_https\":\"https:\\/\\/abs.twimg.com\\/sticky\\/default_profile_images\\/default_profile_3_normal.png\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"C0DEED\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":true,\"default_profile_image\":true,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweeted_status\":{\"created_at\":\"Thu Nov 08 02:31:41 +0000 2012\",\"id\":266367358078169089,\"id_str\":\"266367358078169089\",\"text\":\"RT @TwitterEng: Bolstering our infrastructure. \\\"As  usage patterns change, Twitter can remain resilient.\\\" http:\\/\\/t.co\\/uML86B6s\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":783214,\"id_str\":\"783214\",\"name\":\"Twitter\",\"screen_name\":\"twitter\",\"location\":\"San Francisco, CA\",\"profile_location\":null,\"description\":\"Your official source for news, updates and tips from Twitter, Inc.\",\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"expanded_url\":\"http:\\/\\/blog.twitter.com\\/\",\"display_url\":\"blog.twitter.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":33620556,\"friends_count\":101,\"listed_count\":86770,\"created_at\":\"Tue Feb 20 14:35:54 +0000 2007\",\"favourites_count\":21,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":1845,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"ACDED6\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/783214\\/1347405327\",\"profile_link_color\":\"226699\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":[14192329],\"retweet_count\":220,\"favorite_count\":153,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"TwitterEng\",\"name\":\"Twitter Engineering\",\"id\":6844292,\"id_str\":\"6844292\",\"indices\":[3,14]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/uML86B6s\",\"expanded_url\":\"http:\\/\\/engineering.twitter.com\\/2012\\/11\\/bolstering-our-infrastructure.html\",\"display_url\":\"engineering.twitter.com\\/2012\\/11\\/bolste\\u2026\",\"indices\":[106,126]}]},\"favorited\":false,\"retweeted\":true,\"possibly_sensitive\":false,\"lang\":\"en\"},\"retweet_count\":220,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"twitter\",\"name\":\"Twitter\",\"id\":783214,\"id_str\":\"783214\",\"indices\":[3,11]},{\"screen_name\":\"TwitterEng\",\"name\":\"Twitter Engineering\",\"id\":6844292,\"id_str\":\"6844292\",\"indices\":[16,27]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/uML86B6s\",\"expanded_url\":\"http:\\/\\/engineering.twitter.com\\/2012\\/11\\/bolstering-our-infrastructure.html\",\"display_url\":\"engineering.twitter.com\\/2012\\/11\\/bolste\\u2026\",\"indices\":[119,139]}]},\"favorited\":false,\"retweeted\":true,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Tue Jul 08 18:57:44 +0000 2014\",\"id\":486584940067188736,\"id_str\":\"486584940067188736\",\"text\":\"RT @twitter: RT @TwitterEng: Bolstering our infrastructure. \\\"As  usage patterns change, Twitter can remain resilient.\\\" http:\\/\\/t.co\\/uML86B6s\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003eTwitter for iPhone\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":2294010576,\"id_str\":\"2294010576\",\"name\":\"xxxxxxxxxxxx\",\"screen_name\":\"MoneyDisisions\",\"location\":\"\",\"profile_location\":null,\"description\":\"\",\"url\":null,\"entities\":{\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":155,\"friends_count\":0,\"listed_count\":3,\"created_at\":\"Thu Jan 16 07:13:09 +0000 2014\",\"favourites_count\":20408,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":false,\"verified\":false,\"statuses_count\":34732,\"lang\":\"es\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"C0DEED\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/537111499886428161\\/gj1tPxDY_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/537111499886428161\\/gj1tPxDY_normal.jpeg\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"C0DEED\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":true,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweeted_status\":{\"created_at\":\"Thu Nov 08 02:31:41 +0000 2012\",\"id\":266367358078169089,\"id_str\":\"266367358078169089\",\"text\":\"RT @TwitterEng: Bolstering our infrastructure. \\\"As  usage patterns change, Twitter can remain resilient.\\\" http:\\/\\/t.co\\/uML86B6s\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":783214,\"id_str\":\"783214\",\"name\":\"Twitter\",\"screen_name\":\"twitter\",\"location\":\"San Francisco, CA\",\"profile_location\":null,\"description\":\"Your official source for news, updates and tips from Twitter, Inc.\",\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"expanded_url\":\"http:\\/\\/blog.twitter.com\\/\",\"display_url\":\"blog.twitter.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":33620556,\"friends_count\":101,\"listed_count\":86770,\"created_at\":\"Tue Feb 20 14:35:54 +0000 2007\",\"favourites_count\":21,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":1845,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"ACDED6\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/783214\\/1347405327\",\"profile_link_color\":\"226699\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":[14192329],\"retweet_count\":220,\"favorite_count\":153,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"TwitterEng\",\"name\":\"Twitter Engineering\",\"id\":6844292,\"id_str\":\"6844292\",\"indices\":[3,14]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/uML86B6s\",\"expanded_url\":\"http:\\/\\/engineering.twitter.com\\/2012\\/11\\/bolstering-our-infrastructure.html\",\"display_url\":\"engineering.twitter.com\\/2012\\/11\\/bolste\\u2026\",\"indices\":[106,126]}]},\"favorited\":false,\"retweeted\":true,\"possibly_sensitive\":false,\"lang\":\"en\"},\"retweet_count\":220,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"twitter\",\"name\":\"Twitter\",\"id\":783214,\"id_str\":\"783214\",\"indices\":[3,11]},{\"screen_name\":\"TwitterEng\",\"name\":\"Twitter Engineering\",\"id\":6844292,\"id_str\":\"6844292\",\"indices\":[16,27]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/uML86B6s\",\"expanded_url\":\"http:\\/\\/engineering.twitter.com\\/2012\\/11\\/bolstering-our-infrastructure.html\",\"display_url\":\"engineering.twitter.com\\/2012\\/11\\/bolste\\u2026\",\"indices\":[119,139]}]},\"favorited\":false,\"retweeted\":true,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Tue Jul 08 18:15:21 +0000 2014\",\"id\":486574271783649281,\"id_str\":\"486574271783649281\",\"text\":\"RT @twitter: RT @TwitterEng: Bolstering our infrastructure. \\\"As  usage patterns change, Twitter can remain resilient.\\\" http:\\/\\/t.co\\/uML86B6s\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003eTwitter for iPhone\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":2298665443,\"id_str\":\"2298665443\",\"name\":\"xxxxxxjeuwoej\",\"screen_name\":\"Ambasidy\",\"location\":\"\",\"profile_location\":null,\"description\":\"\",\"url\":null,\"entities\":{\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":149,\"friends_count\":0,\"listed_count\":5,\"created_at\":\"Sat Jan 18 23:23:30 +0000 2014\",\"favourites_count\":30525,\"utc_offset\":null,\"time_zone\":null,\"geo_enabled\":false,\"verified\":false,\"statuses_count\":46956,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"C0DEED\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/abs.twimg.com\\/sticky\\/default_profile_images\\/default_profile_4_normal.png\",\"profile_image_url_https\":\"https:\\/\\/abs.twimg.com\\/sticky\\/default_profile_images\\/default_profile_4_normal.png\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"C0DEED\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":true,\"default_profile_image\":true,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweeted_status\":{\"created_at\":\"Thu Nov 08 02:31:41 +0000 2012\",\"id\":266367358078169089,\"id_str\":\"266367358078169089\",\"text\":\"RT @TwitterEng: Bolstering our infrastructure. \\\"As  usage patterns change, Twitter can remain resilient.\\\" http:\\/\\/t.co\\/uML86B6s\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":783214,\"id_str\":\"783214\",\"name\":\"Twitter\",\"screen_name\":\"twitter\",\"location\":\"San Francisco, CA\",\"profile_location\":null,\"description\":\"Your official source for news, updates and tips from Twitter, Inc.\",\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"expanded_url\":\"http:\\/\\/blog.twitter.com\\/\",\"display_url\":\"blog.twitter.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":33620556,\"friends_count\":101,\"listed_count\":86770,\"created_at\":\"Tue Feb 20 14:35:54 +0000 2007\",\"favourites_count\":21,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":1845,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"ACDED6\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/783214\\/1347405327\",\"profile_link_color\":\"226699\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":[14192329],\"retweet_count\":220,\"favorite_count\":153,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"TwitterEng\",\"name\":\"Twitter Engineering\",\"id\":6844292,\"id_str\":\"6844292\",\"indices\":[3,14]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/uML86B6s\",\"expanded_url\":\"http:\\/\\/engineering.twitter.com\\/2012\\/11\\/bolstering-our-infrastructure.html\",\"display_url\":\"engineering.twitter.com\\/2012\\/11\\/bolste\\u2026\",\"indices\":[106,126]}]},\"favorited\":false,\"retweeted\":true,\"possibly_sensitive\":false,\"lang\":\"en\"},\"retweet_count\":220,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"twitter\",\"name\":\"Twitter\",\"id\":783214,\"id_str\":\"783214\",\"indices\":[3,11]},{\"screen_name\":\"TwitterEng\",\"name\":\"Twitter Engineering\",\"id\":6844292,\"id_str\":\"6844292\",\"indices\":[16,27]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/uML86B6s\",\"expanded_url\":\"http:\\/\\/engineering.twitter.com\\/2012\\/11\\/bolstering-our-infrastructure.html\",\"display_url\":\"engineering.twitter.com\\/2012\\/11\\/bolste\\u2026\",\"indices\":[119,139]}]},\"favorited\":false,\"retweeted\":true,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Tue Jul 08 17:50:57 +0000 2014\",\"id\":486568132996120576,\"id_str\":\"486568132996120576\",\"text\":\"RT @twitter: RT @TwitterEng: Bolstering our infrastructure. \\\"As  usage patterns change, Twitter can remain resilient.\\\" http:\\/\\/t.co\\/uML86B6s\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003eTwitter for iPhone\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":2295646148,\"id_str\":\"2295646148\",\"name\":\"otpsjdhdjdndvdhd\",\"screen_name\":\"marcosahernades\",\"location\":\"\",\"profile_location\":null,\"description\":\"\",\"url\":null,\"entities\":{\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":675,\"friends_count\":1996,\"listed_count\":4,\"created_at\":\"Fri Jan 17 07:02:44 +0000 2014\",\"favourites_count\":9254,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":false,\"verified\":false,\"statuses_count\":10726,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"C0DEED\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/abs.twimg.com\\/sticky\\/default_profile_images\\/default_profile_5_normal.png\",\"profile_image_url_https\":\"https:\\/\\/abs.twimg.com\\/sticky\\/default_profile_images\\/default_profile_5_normal.png\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"C0DEED\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":true,\"default_profile_image\":true,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweeted_status\":{\"created_at\":\"Thu Nov 08 02:31:41 +0000 2012\",\"id\":266367358078169089,\"id_str\":\"266367358078169089\",\"text\":\"RT @TwitterEng: Bolstering our infrastructure. \\\"As  usage patterns change, Twitter can remain resilient.\\\" http:\\/\\/t.co\\/uML86B6s\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":783214,\"id_str\":\"783214\",\"name\":\"Twitter\",\"screen_name\":\"twitter\",\"location\":\"San Francisco, CA\",\"profile_location\":null,\"description\":\"Your official source for news, updates and tips from Twitter, Inc.\",\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"expanded_url\":\"http:\\/\\/blog.twitter.com\\/\",\"display_url\":\"blog.twitter.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":33620556,\"friends_count\":101,\"listed_count\":86770,\"created_at\":\"Tue Feb 20 14:35:54 +0000 2007\",\"favourites_count\":21,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":1845,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"ACDED6\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/783214\\/1347405327\",\"profile_link_color\":\"226699\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":[14192329],\"retweet_count\":220,\"favorite_count\":153,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"TwitterEng\",\"name\":\"Twitter Engineering\",\"id\":6844292,\"id_str\":\"6844292\",\"indices\":[3,14]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/uML86B6s\",\"expanded_url\":\"http:\\/\\/engineering.twitter.com\\/2012\\/11\\/bolstering-our-infrastructure.html\",\"display_url\":\"engineering.twitter.com\\/2012\\/11\\/bolste\\u2026\",\"indices\":[106,126]}]},\"favorited\":false,\"retweeted\":true,\"possibly_sensitive\":false,\"lang\":\"en\"},\"retweet_count\":220,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"twitter\",\"name\":\"Twitter\",\"id\":783214,\"id_str\":\"783214\",\"indices\":[3,11]},{\"screen_name\":\"TwitterEng\",\"name\":\"Twitter Engineering\",\"id\":6844292,\"id_str\":\"6844292\",\"indices\":[16,27]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/uML86B6s\",\"expanded_url\":\"http:\\/\\/engineering.twitter.com\\/2012\\/11\\/bolstering-our-infrastructure.html\",\"display_url\":\"engineering.twitter.com\\/2012\\/11\\/bolste\\u2026\",\"indices\":[119,139]}]},\"favorited\":false,\"retweeted\":true,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Sat Nov 23 18:00:45 +0000 2013\",\"id\":404308552258318336,\"id_str\":\"404308552258318336\",\"text\":\"RT @twitter: RT @TwitterEng: Bolstering our infrastructure. \\\"As  usage patterns change, Twitter can remain resilient.\\\" http:\\/\\/t.co\\/uML86B6s\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003eTwitter for iPhone\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":586229030,\"id_str\":\"586229030\",\"name\":\"Neha Virk\",\"screen_name\":\"neha_virk98\",\"location\":\"Canada\",\"profile_location\":null,\"description\":\"Your only as tall as your heart will let you be and as small as the world makes you seem 3 -on the brightside, nevershoutnever\",\"url\":\"http:\\/\\/t.co\\/aPy00RvXsP\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/aPy00RvXsP\",\"expanded_url\":\"http:\\/\\/instagram.com\\/knee_highsocks\",\"display_url\":\"instagram.com\\/knee_highsocks\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":455,\"friends_count\":1050,\"listed_count\":1,\"created_at\":\"Mon May 21 04:01:10 +0000 2012\",\"favourites_count\":394,\"utc_offset\":-25200,\"time_zone\":\"Arizona\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":2227,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"C0DEED\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/435580933614219264\\/1obsf22D_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/435580933614219264\\/1obsf22D_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/586229030\\/1388457095\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"C0DEED\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":true,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweeted_status\":{\"created_at\":\"Thu Nov 08 02:31:41 +0000 2012\",\"id\":266367358078169089,\"id_str\":\"266367358078169089\",\"text\":\"RT @TwitterEng: Bolstering our infrastructure. \\\"As  usage patterns change, Twitter can remain resilient.\\\" http:\\/\\/t.co\\/uML86B6s\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":783214,\"id_str\":\"783214\",\"name\":\"Twitter\",\"screen_name\":\"twitter\",\"location\":\"San Francisco, CA\",\"profile_location\":null,\"description\":\"Your official source for news, updates and tips from Twitter, Inc.\",\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"expanded_url\":\"http:\\/\\/blog.twitter.com\\/\",\"display_url\":\"blog.twitter.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":33620556,\"friends_count\":101,\"listed_count\":86770,\"created_at\":\"Tue Feb 20 14:35:54 +0000 2007\",\"favourites_count\":21,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":1845,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"ACDED6\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/783214\\/1347405327\",\"profile_link_color\":\"226699\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":[14192329],\"retweet_count\":220,\"favorite_count\":153,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"TwitterEng\",\"name\":\"Twitter Engineering\",\"id\":6844292,\"id_str\":\"6844292\",\"indices\":[3,14]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/uML86B6s\",\"expanded_url\":\"http:\\/\\/engineering.twitter.com\\/2012\\/11\\/bolstering-our-infrastructure.html\",\"display_url\":\"engineering.twitter.com\\/2012\\/11\\/bolste\\u2026\",\"indices\":[106,126]}]},\"favorited\":false,\"retweeted\":true,\"possibly_sensitive\":false,\"lang\":\"en\"},\"retweet_count\":220,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"twitter\",\"name\":\"Twitter\",\"id\":783214,\"id_str\":\"783214\",\"indices\":[3,11]},{\"screen_name\":\"TwitterEng\",\"name\":\"Twitter Engineering\",\"id\":6844292,\"id_str\":\"6844292\",\"indices\":[16,27]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/uML86B6s\",\"expanded_url\":\"http:\\/\\/engineering.twitter.com\\/2012\\/11\\/bolstering-our-infrastructure.html\",\"display_url\":\"engineering.twitter.com\\/2012\\/11\\/bolste\\u2026\",\"indices\":[119,139]}]},\"favorited\":false,\"retweeted\":true,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Sat Nov 23 13:39:32 +0000 2013\",\"id\":404242817696153600,\"id_str\":\"404242817696153600\",\"text\":\"RT @twitter: RT @TwitterEng: Bolstering our infrastructure. \\\"As  usage patterns change, Twitter can remain resilient.\\\" http:\\/\\/t.co\\/uML86B6s\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003eTwitter for Android\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":1377248521,\"id_str\":\"1377248521\",\"name\":\"nsoretob\",\"screen_name\":\"nsoooore2012\",\"location\":\"\",\"profile_location\":null,\"description\":\"NSORETOB               \\/          -Hyuna-Luv-U-\",\"url\":null,\"entities\":{\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":23,\"friends_count\":0,\"listed_count\":1,\"created_at\":\"Wed Apr 24 14:53:57 +0000 2013\",\"favourites_count\":73,\"utc_offset\":null,\"time_zone\":null,\"geo_enabled\":false,\"verified\":false,\"statuses_count\":3499,\"lang\":\"ar\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"C0DEED\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/378800000833190152\\/badac7a8a5f45fde920e90c8dca68430_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/378800000833190152\\/badac7a8a5f45fde920e90c8dca68430_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/1377248521\\/1376974916\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"C0DEED\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":true,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweeted_status\":{\"created_at\":\"Thu Nov 08 02:31:41 +0000 2012\",\"id\":266367358078169089,\"id_str\":\"266367358078169089\",\"text\":\"RT @TwitterEng: Bolstering our infrastructure. \\\"As  usage patterns change, Twitter can remain resilient.\\\" http:\\/\\/t.co\\/uML86B6s\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":783214,\"id_str\":\"783214\",\"name\":\"Twitter\",\"screen_name\":\"twitter\",\"location\":\"San Francisco, CA\",\"profile_location\":null,\"description\":\"Your official source for news, updates and tips from Twitter, Inc.\",\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"expanded_url\":\"http:\\/\\/blog.twitter.com\\/\",\"display_url\":\"blog.twitter.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":33620556,\"friends_count\":101,\"listed_count\":86770,\"created_at\":\"Tue Feb 20 14:35:54 +0000 2007\",\"favourites_count\":21,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":1845,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"ACDED6\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/783214\\/1347405327\",\"profile_link_color\":\"226699\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":[14192329],\"retweet_count\":220,\"favorite_count\":153,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"TwitterEng\",\"name\":\"Twitter Engineering\",\"id\":6844292,\"id_str\":\"6844292\",\"indices\":[3,14]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/uML86B6s\",\"expanded_url\":\"http:\\/\\/engineering.twitter.com\\/2012\\/11\\/bolstering-our-infrastructure.html\",\"display_url\":\"engineering.twitter.com\\/2012\\/11\\/bolste\\u2026\",\"indices\":[106,126]}]},\"favorited\":false,\"retweeted\":true,\"possibly_sensitive\":false,\"lang\":\"en\"},\"retweet_count\":220,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"twitter\",\"name\":\"Twitter\",\"id\":783214,\"id_str\":\"783214\",\"indices\":[3,11]},{\"screen_name\":\"TwitterEng\",\"name\":\"Twitter Engineering\",\"id\":6844292,\"id_str\":\"6844292\",\"indices\":[16,27]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/uML86B6s\",\"expanded_url\":\"http:\\/\\/engineering.twitter.com\\/2012\\/11\\/bolstering-our-infrastructure.html\",\"display_url\":\"engineering.twitter.com\\/2012\\/11\\/bolste\\u2026\",\"indices\":[119,139]}]},\"favorited\":false,\"retweeted\":true,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Sun Nov 17 06:10:33 +0000 2013\",\"id\":401955496942665728,\"id_str\":\"401955496942665728\",\"text\":\"RT @twitter: RT @TwitterEng: Bolstering our infrastructure. \\\"As  usage patterns change, Twitter can remain resilient.\\\" http:\\/\\/t.co\\/uML86B6s\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003eTwitter for Android\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":1377248521,\"id_str\":\"1377248521\",\"name\":\"nsoretob\",\"screen_name\":\"nsoooore2012\",\"location\":\"\",\"profile_location\":null,\"description\":\"NSORETOB               \\/          -Hyuna-Luv-U-\",\"url\":null,\"entities\":{\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":23,\"friends_count\":0,\"listed_count\":1,\"created_at\":\"Wed Apr 24 14:53:57 +0000 2013\",\"favourites_count\":73,\"utc_offset\":null,\"time_zone\":null,\"geo_enabled\":false,\"verified\":false,\"statuses_count\":3499,\"lang\":\"ar\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"C0DEED\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/378800000833190152\\/badac7a8a5f45fde920e90c8dca68430_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/378800000833190152\\/badac7a8a5f45fde920e90c8dca68430_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/1377248521\\/1376974916\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"C0DEED\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":true,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweeted_status\":{\"created_at\":\"Thu Nov 08 02:31:41 +0000 2012\",\"id\":266367358078169089,\"id_str\":\"266367358078169089\",\"text\":\"RT @TwitterEng: Bolstering our infrastructure. \\\"As  usage patterns change, Twitter can remain resilient.\\\" http:\\/\\/t.co\\/uML86B6s\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":783214,\"id_str\":\"783214\",\"name\":\"Twitter\",\"screen_name\":\"twitter\",\"location\":\"San Francisco, CA\",\"profile_location\":null,\"description\":\"Your official source for news, updates and tips from Twitter, Inc.\",\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"expanded_url\":\"http:\\/\\/blog.twitter.com\\/\",\"display_url\":\"blog.twitter.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":33620556,\"friends_count\":101,\"listed_count\":86770,\"created_at\":\"Tue Feb 20 14:35:54 +0000 2007\",\"favourites_count\":21,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":1845,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"ACDED6\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/783214\\/1347405327\",\"profile_link_color\":\"226699\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":[14192329],\"retweet_count\":220,\"favorite_count\":153,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"TwitterEng\",\"name\":\"Twitter Engineering\",\"id\":6844292,\"id_str\":\"6844292\",\"indices\":[3,14]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/uML86B6s\",\"expanded_url\":\"http:\\/\\/engineering.twitter.com\\/2012\\/11\\/bolstering-our-infrastructure.html\",\"display_url\":\"engineering.twitter.com\\/2012\\/11\\/bolste\\u2026\",\"indices\":[106,126]}]},\"favorited\":false,\"retweeted\":true,\"possibly_sensitive\":false,\"lang\":\"en\"},\"retweet_count\":220,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"twitter\",\"name\":\"Twitter\",\"id\":783214,\"id_str\":\"783214\",\"indices\":[3,11]},{\"screen_name\":\"TwitterEng\",\"name\":\"Twitter Engineering\",\"id\":6844292,\"id_str\":\"6844292\",\"indices\":[16,27]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/uML86B6s\",\"expanded_url\":\"http:\\/\\/engineering.twitter.com\\/2012\\/11\\/bolstering-our-infrastructure.html\",\"display_url\":\"engineering.twitter.com\\/2012\\/11\\/bolste\\u2026\",\"indices\":[119,139]}]},\"favorited\":false,\"retweeted\":true,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Tue Aug 13 00:28:57 +0000 2013\",\"id\":367080297436684289,\"id_str\":\"367080297436684289\",\"text\":\"RT @twitter: RT @TwitterEng: Bolstering our infrastructure. \\\"As  usage patterns change, Twitter can remain resilient.\\\" http:\\/\\/t.co\\/uML86B6s\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":1360513801,\"id_str\":\"1360513801\",\"name\":\"Renan S\\u00e1tiro\",\"screen_name\":\"renan_satiro\",\"location\":\"\",\"profile_location\":null,\"description\":\"\",\"url\":null,\"entities\":{\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":290,\"friends_count\":581,\"listed_count\":0,\"created_at\":\"Wed Apr 17 22:38:09 +0000 2013\",\"favourites_count\":1,\"utc_offset\":null,\"time_zone\":null,\"geo_enabled\":false,\"verified\":false,\"statuses_count\":2253,\"lang\":\"pt\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"C0DEED\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/378800000367125600\\/ea13402e5a94dde54e9b040ad9207db4_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/378800000367125600\\/ea13402e5a94dde54e9b040ad9207db4_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/1360513801\\/1377566638\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"C0DEED\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":true,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweeted_status\":{\"created_at\":\"Thu Nov 08 02:31:41 +0000 2012\",\"id\":266367358078169089,\"id_str\":\"266367358078169089\",\"text\":\"RT @TwitterEng: Bolstering our infrastructure. \\\"As  usage patterns change, Twitter can remain resilient.\\\" http:\\/\\/t.co\\/uML86B6s\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":783214,\"id_str\":\"783214\",\"name\":\"Twitter\",\"screen_name\":\"twitter\",\"location\":\"San Francisco, CA\",\"profile_location\":null,\"description\":\"Your official source for news, updates and tips from Twitter, Inc.\",\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"expanded_url\":\"http:\\/\\/blog.twitter.com\\/\",\"display_url\":\"blog.twitter.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":33620556,\"friends_count\":101,\"listed_count\":86770,\"created_at\":\"Tue Feb 20 14:35:54 +0000 2007\",\"favourites_count\":21,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":1845,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"ACDED6\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/783214\\/1347405327\",\"profile_link_color\":\"226699\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":[14192329],\"retweet_count\":220,\"favorite_count\":153,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"TwitterEng\",\"name\":\"Twitter Engineering\",\"id\":6844292,\"id_str\":\"6844292\",\"indices\":[3,14]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/uML86B6s\",\"expanded_url\":\"http:\\/\\/engineering.twitter.com\\/2012\\/11\\/bolstering-our-infrastructure.html\",\"display_url\":\"engineering.twitter.com\\/2012\\/11\\/bolste\\u2026\",\"indices\":[106,126]}]},\"favorited\":false,\"retweeted\":true,\"possibly_sensitive\":false,\"lang\":\"en\"},\"retweet_count\":220,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"twitter\",\"name\":\"Twitter\",\"id\":783214,\"id_str\":\"783214\",\"indices\":[3,11]},{\"screen_name\":\"TwitterEng\",\"name\":\"Twitter Engineering\",\"id\":6844292,\"id_str\":\"6844292\",\"indices\":[16,27]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/uML86B6s\",\"expanded_url\":\"http:\\/\\/engineering.twitter.com\\/2012\\/11\\/bolstering-our-infrastructure.html\",\"display_url\":\"engineering.twitter.com\\/2012\\/11\\/bolste\\u2026\",\"indices\":[119,139]}]},\"favorited\":false,\"retweeted\":true,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Fri Jun 07 21:51:17 +0000 2013\",\"id\":343123019683733505,\"id_str\":\"343123019683733505\",\"text\":\"RT @twitter: RT @TwitterEng: Bolstering our infrastructure. \\\"As  usage patterns change, Twitter can remain resilient.\\\" http:\\/\\/t.co\\/uML86B6s\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":1362034669,\"id_str\":\"1362034669\",\"name\":\"\\u2122\\u221e\\u2003\\u2003\\u2003( \\u2248 T\\u03c9\\u03b9\\u03c4\\u03c4\\u03b5\\u044f\\u0398 \\u2248\\u2122\",\"screen_name\":\"Bonitillo_x2\",\"location\":\"ReP-DM~\\u2665 \\u1eb6\\u0110\\u0129\\u010ctO  \\u1eab \\u0160u \\u0e3f\\u00d8\\u00a2\\u1eab \\u2665\",\"profile_location\":null,\"description\":\"`MII BFF @AngelaYatusabeh   \\u2665 https:\\/\\/t.co\\/V4X8oC4JW6\",\"url\":null,\"entities\":{\"description\":{\"urls\":[{\"url\":\"https:\\/\\/t.co\\/V4X8oC4JW6\",\"expanded_url\":\"https:\\/\\/www.facebook.com\\/junior.ortega.37604\",\"display_url\":\"facebook.com\\/junior.ortega.\\u2026\",\"indices\":[30,53]}]}},\"protected\":false,\"followers_count\":1211,\"friends_count\":545,\"listed_count\":5,\"created_at\":\"Thu Apr 18 14:08:17 +0000 2013\",\"favourites_count\":586,\"utc_offset\":-25200,\"time_zone\":\"Arizona\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":46193,\"lang\":\"es\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"030303\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/378800000115279462\\/e8adb775d2ec1ced2d3e34cf15fc867e.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/378800000115279462\\/e8adb775d2ec1ced2d3e34cf15fc867e.jpeg\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/378800000713491301\\/1317ee22546051532ecd1d8133f6b57c_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/378800000713491301\\/1317ee22546051532ecd1d8133f6b57c_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/1362034669\\/1383172176\",\"profile_link_color\":\"05C1F0\",\"profile_sidebar_border_color\":\"000000\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweeted_status\":{\"created_at\":\"Thu Nov 08 02:31:41 +0000 2012\",\"id\":266367358078169089,\"id_str\":\"266367358078169089\",\"text\":\"RT @TwitterEng: Bolstering our infrastructure. \\\"As  usage patterns change, Twitter can remain resilient.\\\" http:\\/\\/t.co\\/uML86B6s\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":783214,\"id_str\":\"783214\",\"name\":\"Twitter\",\"screen_name\":\"twitter\",\"location\":\"San Francisco, CA\",\"profile_location\":null,\"description\":\"Your official source for news, updates and tips from Twitter, Inc.\",\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"expanded_url\":\"http:\\/\\/blog.twitter.com\\/\",\"display_url\":\"blog.twitter.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":33620556,\"friends_count\":101,\"listed_count\":86770,\"created_at\":\"Tue Feb 20 14:35:54 +0000 2007\",\"favourites_count\":21,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":1845,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"ACDED6\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/783214\\/1347405327\",\"profile_link_color\":\"226699\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":[14192329],\"retweet_count\":220,\"favorite_count\":153,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"TwitterEng\",\"name\":\"Twitter Engineering\",\"id\":6844292,\"id_str\":\"6844292\",\"indices\":[3,14]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/uML86B6s\",\"expanded_url\":\"http:\\/\\/engineering.twitter.com\\/2012\\/11\\/bolstering-our-infrastructure.html\",\"display_url\":\"engineering.twitter.com\\/2012\\/11\\/bolste\\u2026\",\"indices\":[106,126]}]},\"favorited\":false,\"retweeted\":true,\"possibly_sensitive\":false,\"lang\":\"en\"},\"retweet_count\":220,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"twitter\",\"name\":\"Twitter\",\"id\":783214,\"id_str\":\"783214\",\"indices\":[3,11]},{\"screen_name\":\"TwitterEng\",\"name\":\"Twitter Engineering\",\"id\":6844292,\"id_str\":\"6844292\",\"indices\":[16,27]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/uML86B6s\",\"expanded_url\":\"http:\\/\\/engineering.twitter.com\\/2012\\/11\\/bolstering-our-infrastructure.html\",\"display_url\":\"engineering.twitter.com\\/2012\\/11\\/bolste\\u2026\",\"indices\":[119,139]}]},\"favorited\":false,\"retweeted\":true,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Thu Jun 06 02:42:07 +0000 2013\",\"id\":342471436390240256,\"id_str\":\"342471436390240256\",\"text\":\"RT @twitter: RT @TwitterEng: Bolstering our infrastructure. \\\"As  usage patterns change, Twitter can remain resilient.\\\" http:\\/\\/t.co\\/uML86B6s\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":1458196202,\"id_str\":\"1458196202\",\"name\":\"dora\",\"screen_name\":\"dora85997583\",\"location\":\"\",\"profile_location\":null,\"description\":\"\",\"url\":null,\"entities\":{\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":497,\"friends_count\":1043,\"listed_count\":0,\"created_at\":\"Sat May 25 22:30:22 +0000 2013\",\"favourites_count\":1,\"utc_offset\":null,\"time_zone\":null,\"geo_enabled\":false,\"verified\":false,\"statuses_count\":2114,\"lang\":\"es\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"C0DEED\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/3719980194\\/0e838a54ff82eba1e4b8642f2e08dd6d_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/3719980194\\/0e838a54ff82eba1e4b8642f2e08dd6d_normal.jpeg\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"C0DEED\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":true,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweeted_status\":{\"created_at\":\"Thu Nov 08 02:31:41 +0000 2012\",\"id\":266367358078169089,\"id_str\":\"266367358078169089\",\"text\":\"RT @TwitterEng: Bolstering our infrastructure. \\\"As  usage patterns change, Twitter can remain resilient.\\\" http:\\/\\/t.co\\/uML86B6s\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":783214,\"id_str\":\"783214\",\"name\":\"Twitter\",\"screen_name\":\"twitter\",\"location\":\"San Francisco, CA\",\"profile_location\":null,\"description\":\"Your official source for news, updates and tips from Twitter, Inc.\",\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"expanded_url\":\"http:\\/\\/blog.twitter.com\\/\",\"display_url\":\"blog.twitter.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":33620556,\"friends_count\":101,\"listed_count\":86770,\"created_at\":\"Tue Feb 20 14:35:54 +0000 2007\",\"favourites_count\":21,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":1845,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"ACDED6\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/783214\\/1347405327\",\"profile_link_color\":\"226699\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":[14192329],\"retweet_count\":220,\"favorite_count\":153,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"TwitterEng\",\"name\":\"Twitter Engineering\",\"id\":6844292,\"id_str\":\"6844292\",\"indices\":[3,14]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/uML86B6s\",\"expanded_url\":\"http:\\/\\/engineering.twitter.com\\/2012\\/11\\/bolstering-our-infrastructure.html\",\"display_url\":\"engineering.twitter.com\\/2012\\/11\\/bolste\\u2026\",\"indices\":[106,126]}]},\"favorited\":false,\"retweeted\":true,\"possibly_sensitive\":false,\"lang\":\"en\"},\"retweet_count\":220,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"twitter\",\"name\":\"Twitter\",\"id\":783214,\"id_str\":\"783214\",\"indices\":[3,11]},{\"screen_name\":\"TwitterEng\",\"name\":\"Twitter Engineering\",\"id\":6844292,\"id_str\":\"6844292\",\"indices\":[16,27]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/uML86B6s\",\"expanded_url\":\"http:\\/\\/engineering.twitter.com\\/2012\\/11\\/bolstering-our-infrastructure.html\",\"display_url\":\"engineering.twitter.com\\/2012\\/11\\/bolste\\u2026\",\"indices\":[119,139]}]},\"favorited\":false,\"retweeted\":true,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Mon Apr 29 11:49:04 +0000 2013\",\"id\":328838338809311232,\"id_str\":\"328838338809311232\",\"text\":\"RT @twitter: RT @TwitterEng: Bolstering our infrastructure. \\\"As  usage patterns change, Twitter can remain resilient.\\\" http:\\/\\/t.co\\/uML86B6s\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":1231476126,\"id_str\":\"1231476126\",\"name\":\"mamad\",\"screen_name\":\"mam0oSh\",\"location\":\"\",\"profile_location\":null,\"description\":\"\\u062f\\u0631 \\u0627\\u06cc\\u0646 \\u0627\\u06a9\\u0627\\u0646\\u062a \\u0634\\u0627\\u0647\\u062f \\u0648\\u062d\\u0634\\u062a\\u0646\\u0627\\u06a9 \\u062a\\u0631\\u06cc\\u0646 \\u0686\\u0633 \\u0646\\u0627\\u0644\\u0647 \\u0647\\u0627 \\u062e\\u0648\\u0627\\u0647\\u06cc\\u062f \\u0628\\u0648\\u062f\",\"url\":null,\"entities\":{\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":1392,\"friends_count\":-41,\"listed_count\":0,\"created_at\":\"Fri Mar 01 21:14:47 +0000 2013\",\"favourites_count\":39,\"utc_offset\":12600,\"time_zone\":\"Tehran\",\"geo_enabled\":false,\"verified\":false,\"statuses_count\":10626,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"C0DEED\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/535167947363602434\\/Z-DSq7Wc_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/535167947363602434\\/Z-DSq7Wc_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/1231476126\\/1366626108\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"C0DEED\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":true,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweeted_status\":{\"created_at\":\"Thu Nov 08 02:31:41 +0000 2012\",\"id\":266367358078169089,\"id_str\":\"266367358078169089\",\"text\":\"RT @TwitterEng: Bolstering our infrastructure. \\\"As  usage patterns change, Twitter can remain resilient.\\\" http:\\/\\/t.co\\/uML86B6s\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":783214,\"id_str\":\"783214\",\"name\":\"Twitter\",\"screen_name\":\"twitter\",\"location\":\"San Francisco, CA\",\"profile_location\":null,\"description\":\"Your official source for news, updates and tips from Twitter, Inc.\",\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"expanded_url\":\"http:\\/\\/blog.twitter.com\\/\",\"display_url\":\"blog.twitter.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":33620556,\"friends_count\":101,\"listed_count\":86770,\"created_at\":\"Tue Feb 20 14:35:54 +0000 2007\",\"favourites_count\":21,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":1845,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"ACDED6\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/783214\\/1347405327\",\"profile_link_color\":\"226699\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":[14192329],\"retweet_count\":220,\"favorite_count\":153,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"TwitterEng\",\"name\":\"Twitter Engineering\",\"id\":6844292,\"id_str\":\"6844292\",\"indices\":[3,14]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/uML86B6s\",\"expanded_url\":\"http:\\/\\/engineering.twitter.com\\/2012\\/11\\/bolstering-our-infrastructure.html\",\"display_url\":\"engineering.twitter.com\\/2012\\/11\\/bolste\\u2026\",\"indices\":[106,126]}]},\"favorited\":false,\"retweeted\":true,\"possibly_sensitive\":false,\"lang\":\"en\"},\"retweet_count\":220,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"twitter\",\"name\":\"Twitter\",\"id\":783214,\"id_str\":\"783214\",\"indices\":[3,11]},{\"screen_name\":\"TwitterEng\",\"name\":\"Twitter Engineering\",\"id\":6844292,\"id_str\":\"6844292\",\"indices\":[16,27]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/uML86B6s\",\"expanded_url\":\"http:\\/\\/engineering.twitter.com\\/2012\\/11\\/bolstering-our-infrastructure.html\",\"display_url\":\"engineering.twitter.com\\/2012\\/11\\/bolste\\u2026\",\"indices\":[119,139]}]},\"favorited\":false,\"retweeted\":true,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Mon Apr 29 02:18:44 +0000 2013\",\"id\":328694811790024704,\"id_str\":\"328694811790024704\",\"text\":\"RT @twitter: RT @TwitterEng: Bolstering our infrastructure. \\\"As  usage patterns change, Twitter can remain resilient.\\\" http:\\/\\/t.co\\/uML86B6s\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003eTwitter for iPhone\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":1387371619,\"id_str\":\"1387371619\",\"name\":\"Chris\\u2122\",\"screen_name\":\"chrisskates317\",\"location\":\"Valduz,Leichstein\",\"profile_location\":null,\"description\":\"My youtube channels are chrisskates317,chrisdoesreviews317,chrisexphazed99, and ExphazedGames. Instagram is Chris_VanDermark Kik is Chris_V317\",\"url\":\"http:\\/\\/t.co\\/n8lftdUUo1\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/n8lftdUUo1\",\"expanded_url\":\"http:\\/\\/ask.fm\\/chrisv31700\",\"display_url\":\"ask.fm\\/chrisv31700\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":74,\"friends_count\":114,\"listed_count\":0,\"created_at\":\"Sun Apr 28 16:36:45 +0000 2013\",\"favourites_count\":60,\"utc_offset\":null,\"time_zone\":null,\"geo_enabled\":false,\"verified\":false,\"statuses_count\":153,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"C0DEED\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/3586685753\\/31264dfec8b7ad59e626af57b50a3df4_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/3586685753\\/31264dfec8b7ad59e626af57b50a3df4_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/1387371619\\/1367778474\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"C0DEED\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":true,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweeted_status\":{\"created_at\":\"Thu Nov 08 02:31:41 +0000 2012\",\"id\":266367358078169089,\"id_str\":\"266367358078169089\",\"text\":\"RT @TwitterEng: Bolstering our infrastructure. \\\"As  usage patterns change, Twitter can remain resilient.\\\" http:\\/\\/t.co\\/uML86B6s\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":783214,\"id_str\":\"783214\",\"name\":\"Twitter\",\"screen_name\":\"twitter\",\"location\":\"San Francisco, CA\",\"profile_location\":null,\"description\":\"Your official source for news, updates and tips from Twitter, Inc.\",\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"expanded_url\":\"http:\\/\\/blog.twitter.com\\/\",\"display_url\":\"blog.twitter.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":33620556,\"friends_count\":101,\"listed_count\":86770,\"created_at\":\"Tue Feb 20 14:35:54 +0000 2007\",\"favourites_count\":21,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":1845,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"ACDED6\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/783214\\/1347405327\",\"profile_link_color\":\"226699\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":[14192329],\"retweet_count\":220,\"favorite_count\":153,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"TwitterEng\",\"name\":\"Twitter Engineering\",\"id\":6844292,\"id_str\":\"6844292\",\"indices\":[3,14]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/uML86B6s\",\"expanded_url\":\"http:\\/\\/engineering.twitter.com\\/2012\\/11\\/bolstering-our-infrastructure.html\",\"display_url\":\"engineering.twitter.com\\/2012\\/11\\/bolste\\u2026\",\"indices\":[106,126]}]},\"favorited\":false,\"retweeted\":true,\"possibly_sensitive\":false,\"lang\":\"en\"},\"retweet_count\":220,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"twitter\",\"name\":\"Twitter\",\"id\":783214,\"id_str\":\"783214\",\"indices\":[3,11]},{\"screen_name\":\"TwitterEng\",\"name\":\"Twitter Engineering\",\"id\":6844292,\"id_str\":\"6844292\",\"indices\":[16,27]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/uML86B6s\",\"expanded_url\":\"http:\\/\\/engineering.twitter.com\\/2012\\/11\\/bolstering-our-infrastructure.html\",\"display_url\":\"engineering.twitter.com\\/2012\\/11\\/bolste\\u2026\",\"indices\":[119,139]}]},\"favorited\":false,\"retweeted\":true,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Sat Mar 30 17:55:40 +0000 2013\",\"id\":318058960919855104,\"id_str\":\"318058960919855104\",\"text\":\"RT @twitter: RT @TwitterEng: Bolstering our infrastructure. \\\"As  usage patterns change, Twitter can remain resilient.\\\" http:\\/\\/t.co\\/uML86B6s\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":1183016636,\"id_str\":\"1183016636\",\"name\":\"\\u266bAlexander\\u266a\\u2122\",\"screen_name\":\"Alexandx3\",\"location\":\"Los Alcarrizos\",\"profile_location\":null,\"description\":\"l\\u2665Basketball | | @KingJames| Propiedad De Jesus De Nazaret\\nRep. Dominicana ;] T.Q.M\",\"url\":\"http:\\/\\/t.co\\/mCdDFZeIUZ\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/mCdDFZeIUZ\",\"expanded_url\":\"http:\\/\\/www.facebook.com\\/alex.pena.3760430\",\"display_url\":\"facebook.com\\/alex.pena.3760\\u2026\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":325,\"friends_count\":258,\"listed_count\":0,\"created_at\":\"Fri Feb 15 15:50:00 +0000 2013\",\"favourites_count\":159,\"utc_offset\":3600,\"time_zone\":\"Amsterdam\",\"geo_enabled\":false,\"verified\":false,\"statuses_count\":7998,\"lang\":\"es\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"E5F50C\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/452512590166380544\\/Sdw673_V.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/452512590166380544\\/Sdw673_V.jpeg\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/498534191546376192\\/RjAD-2gh_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/498534191546376192\\/RjAD-2gh_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/1183016636\\/1407695682\",\"profile_link_color\":\"8C03DB\",\"profile_sidebar_border_color\":\"000000\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweeted_status\":{\"created_at\":\"Thu Nov 08 02:31:41 +0000 2012\",\"id\":266367358078169089,\"id_str\":\"266367358078169089\",\"text\":\"RT @TwitterEng: Bolstering our infrastructure. \\\"As  usage patterns change, Twitter can remain resilient.\\\" http:\\/\\/t.co\\/uML86B6s\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":783214,\"id_str\":\"783214\",\"name\":\"Twitter\",\"screen_name\":\"twitter\",\"location\":\"San Francisco, CA\",\"profile_location\":null,\"description\":\"Your official source for news, updates and tips from Twitter, Inc.\",\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"expanded_url\":\"http:\\/\\/blog.twitter.com\\/\",\"display_url\":\"blog.twitter.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":33620556,\"friends_count\":101,\"listed_count\":86770,\"created_at\":\"Tue Feb 20 14:35:54 +0000 2007\",\"favourites_count\":21,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":1845,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"ACDED6\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/783214\\/1347405327\",\"profile_link_color\":\"226699\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":[14192329],\"retweet_count\":220,\"favorite_count\":153,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"TwitterEng\",\"name\":\"Twitter Engineering\",\"id\":6844292,\"id_str\":\"6844292\",\"indices\":[3,14]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/uML86B6s\",\"expanded_url\":\"http:\\/\\/engineering.twitter.com\\/2012\\/11\\/bolstering-our-infrastructure.html\",\"display_url\":\"engineering.twitter.com\\/2012\\/11\\/bolste\\u2026\",\"indices\":[106,126]}]},\"favorited\":false,\"retweeted\":true,\"possibly_sensitive\":false,\"lang\":\"en\"},\"retweet_count\":220,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"twitter\",\"name\":\"Twitter\",\"id\":783214,\"id_str\":\"783214\",\"indices\":[3,11]},{\"screen_name\":\"TwitterEng\",\"name\":\"Twitter Engineering\",\"id\":6844292,\"id_str\":\"6844292\",\"indices\":[16,27]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/uML86B6s\",\"expanded_url\":\"http:\\/\\/engineering.twitter.com\\/2012\\/11\\/bolstering-our-infrastructure.html\",\"display_url\":\"engineering.twitter.com\\/2012\\/11\\/bolste\\u2026\",\"indices\":[119,139]}]},\"favorited\":false,\"retweeted\":true,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Sat Mar 02 19:18:21 +0000 2013\",\"id\":307932909124337664,\"id_str\":\"307932909124337664\",\"text\":\"RT @twitter: RT @TwitterEng: Bolstering our infrastructure. \\\"As  usage patterns change, Twitter can remain resilient.\\\" http:\\/\\/t.co\\/uML86B6s\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003eTwitter for iPhone\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":188937623,\"id_str\":\"188937623\",\"name\":\"Danilo \\u270c\\ufe0f\",\"screen_name\":\"danilofuentess\",\"location\":\"Brasil\",\"profile_location\":null,\"description\":\"\",\"url\":null,\"entities\":{\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":891,\"friends_count\":106,\"listed_count\":68,\"created_at\":\"Thu Sep 09 23:32:32 +0000 2010\",\"favourites_count\":906,\"utc_offset\":-10800,\"time_zone\":\"Santiago\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":447287,\"lang\":\"pt\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"B2DFDA\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/594142227\\/h8cu9a4lzjaianf4dadg.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/594142227\\/h8cu9a4lzjaianf4dadg.jpeg\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/378800000035016877\\/b53be4c72b14491cf2236cf92c713626_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/378800000035016877\\/b53be4c72b14491cf2236cf92c713626_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/188937623\\/1354754960\",\"profile_link_color\":\"93A644\",\"profile_sidebar_border_color\":\"EEEEEE\",\"profile_sidebar_fill_color\":\"FFFFFF\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweeted_status\":{\"created_at\":\"Thu Nov 08 02:31:41 +0000 2012\",\"id\":266367358078169089,\"id_str\":\"266367358078169089\",\"text\":\"RT @TwitterEng: Bolstering our infrastructure. \\\"As  usage patterns change, Twitter can remain resilient.\\\" http:\\/\\/t.co\\/uML86B6s\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":783214,\"id_str\":\"783214\",\"name\":\"Twitter\",\"screen_name\":\"twitter\",\"location\":\"San Francisco, CA\",\"profile_location\":null,\"description\":\"Your official source for news, updates and tips from Twitter, Inc.\",\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"expanded_url\":\"http:\\/\\/blog.twitter.com\\/\",\"display_url\":\"blog.twitter.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":33620556,\"friends_count\":101,\"listed_count\":86770,\"created_at\":\"Tue Feb 20 14:35:54 +0000 2007\",\"favourites_count\":21,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":1845,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"ACDED6\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/783214\\/1347405327\",\"profile_link_color\":\"226699\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":[14192329],\"retweet_count\":220,\"favorite_count\":153,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"TwitterEng\",\"name\":\"Twitter Engineering\",\"id\":6844292,\"id_str\":\"6844292\",\"indices\":[3,14]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/uML86B6s\",\"expanded_url\":\"http:\\/\\/engineering.twitter.com\\/2012\\/11\\/bolstering-our-infrastructure.html\",\"display_url\":\"engineering.twitter.com\\/2012\\/11\\/bolste\\u2026\",\"indices\":[106,126]}]},\"favorited\":false,\"retweeted\":true,\"possibly_sensitive\":false,\"lang\":\"en\"},\"retweet_count\":220,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"twitter\",\"name\":\"Twitter\",\"id\":783214,\"id_str\":\"783214\",\"indices\":[3,11]},{\"screen_name\":\"TwitterEng\",\"name\":\"Twitter Engineering\",\"id\":6844292,\"id_str\":\"6844292\",\"indices\":[16,27]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/uML86B6s\",\"expanded_url\":\"http:\\/\\/engineering.twitter.com\\/2012\\/11\\/bolstering-our-infrastructure.html\",\"display_url\":\"engineering.twitter.com\\/2012\\/11\\/bolste\\u2026\",\"indices\":[119,139]}]},\"favorited\":false,\"retweeted\":true,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Sat Feb 23 16:32:01 +0000 2013\",\"id\":305354334500171776,\"id_str\":\"305354334500171776\",\"text\":\"RT @twitter: RT @TwitterEng: Bolstering our infrastructure. \\\"As  usage patterns change, Twitter can remain resilient.\\\" http:\\/\\/t.co\\/uML86B6s\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003eTwitter for iPhone\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":1156915609,\"id_str\":\"1156915609\",\"name\":\"Abdulelah\",\"screen_name\":\"alexfis51577603\",\"location\":\"EveryWhere \",\"profile_location\":null,\"description\":\"There are over 10 billion people on the world doing multiple activities and you`re     here sitting down just reading my Bio ....... #Loser\",\"url\":null,\"entities\":{\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":1263,\"friends_count\":210,\"listed_count\":1,\"created_at\":\"Thu Feb 07 11:48:37 +0000 2013\",\"favourites_count\":70,\"utc_offset\":null,\"time_zone\":null,\"geo_enabled\":false,\"verified\":false,\"statuses_count\":25138,\"lang\":\"ar\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"131516\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/427931548105453568\\/9YXJUCph_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/427931548105453568\\/9YXJUCph_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/1156915609\\/1396775671\",\"profile_link_color\":\"131516\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweeted_status\":{\"created_at\":\"Thu Nov 08 02:31:41 +0000 2012\",\"id\":266367358078169089,\"id_str\":\"266367358078169089\",\"text\":\"RT @TwitterEng: Bolstering our infrastructure. \\\"As  usage patterns change, Twitter can remain resilient.\\\" http:\\/\\/t.co\\/uML86B6s\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":783214,\"id_str\":\"783214\",\"name\":\"Twitter\",\"screen_name\":\"twitter\",\"location\":\"San Francisco, CA\",\"profile_location\":null,\"description\":\"Your official source for news, updates and tips from Twitter, Inc.\",\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"expanded_url\":\"http:\\/\\/blog.twitter.com\\/\",\"display_url\":\"blog.twitter.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":33620556,\"friends_count\":101,\"listed_count\":86770,\"created_at\":\"Tue Feb 20 14:35:54 +0000 2007\",\"favourites_count\":21,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":1845,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"ACDED6\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/783214\\/1347405327\",\"profile_link_color\":\"226699\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":[14192329],\"retweet_count\":220,\"favorite_count\":153,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"TwitterEng\",\"name\":\"Twitter Engineering\",\"id\":6844292,\"id_str\":\"6844292\",\"indices\":[3,14]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/uML86B6s\",\"expanded_url\":\"http:\\/\\/engineering.twitter.com\\/2012\\/11\\/bolstering-our-infrastructure.html\",\"display_url\":\"engineering.twitter.com\\/2012\\/11\\/bolste\\u2026\",\"indices\":[106,126]}]},\"favorited\":false,\"retweeted\":true,\"possibly_sensitive\":false,\"lang\":\"en\"},\"retweet_count\":220,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"twitter\",\"name\":\"Twitter\",\"id\":783214,\"id_str\":\"783214\",\"indices\":[3,11]},{\"screen_name\":\"TwitterEng\",\"name\":\"Twitter Engineering\",\"id\":6844292,\"id_str\":\"6844292\",\"indices\":[16,27]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/uML86B6s\",\"expanded_url\":\"http:\\/\\/engineering.twitter.com\\/2012\\/11\\/bolstering-our-infrastructure.html\",\"display_url\":\"engineering.twitter.com\\/2012\\/11\\/bolste\\u2026\",\"indices\":[119,139]}]},\"favorited\":false,\"retweeted\":true,\"possibly_sensitive\":false,\"lang\":\"en\"}]"
+                }
+            }
+        }
+    ]
+}
\ No newline at end of file
diff --git a/cassettes/testretweetsofme.json b/cassettes/testretweetsofme.json
new file mode 100644 (file)
index 0000000..d2193ae
--- /dev/null
@@ -0,0 +1,89 @@
+{
+    "version": 1, 
+    "interactions": [
+        {
+            "request": {
+                "body": null, 
+                "headers": {
+                    "Host": [
+                        "api.twitter.com"
+                    ]
+                }, 
+                "method": "GET", 
+                "uri": "https://api.twitter.com:443/1.1/statuses/retweets_of_me.json"
+            }, 
+            "response": {
+                "status": {
+                    "message": "OK", 
+                    "code": 200
+                }, 
+                "headers": {
+                    "status": [
+                        "200 OK"
+                    ], 
+                    "x-rate-limit-remaining": [
+                        "14"
+                    ], 
+                    "content-length": [
+                        "2"
+                    ], 
+                    "expires": [
+                        "Tue, 31 Mar 1981 05:00:00 GMT"
+                    ], 
+                    "x-transaction": [
+                        "a4cea9fa43cb380c"
+                    ], 
+                    "x-content-type-options": [
+                        "nosniff"
+                    ], 
+                    "x-connection-hash": [
+                        "f5ec81e162089acc3f7d4332b2745ee0"
+                    ], 
+                    "set-cookie": [
+                        "lang=en", 
+                        "guest_id=v1%3A141738009250598166; Domain=.twitter.com; Path=/; Expires=Tue, 29-Nov-2016 20:41:32 UTC"
+                    ], 
+                    "strict-transport-security": [
+                        "max-age=631138519"
+                    ], 
+                    "x-access-level": [
+                        "read-write-directmessages"
+                    ], 
+                    "server": [
+                        "tsa_b"
+                    ], 
+                    "last-modified": [
+                        "Sun, 30 Nov 2014 20:41:32 GMT"
+                    ], 
+                    "x-xss-protection": [
+                        "1; mode=block"
+                    ], 
+                    "x-rate-limit-reset": [
+                        "1417380992"
+                    ], 
+                    "pragma": [
+                        "no-cache"
+                    ], 
+                    "cache-control": [
+                        "no-cache, no-store, must-revalidate, pre-check=0, post-check=0"
+                    ], 
+                    "date": [
+                        "Sun, 30 Nov 2014 20:41:32 UTC"
+                    ], 
+                    "x-rate-limit-limit": [
+                        "15"
+                    ], 
+                    "x-frame-options": [
+                        "SAMEORIGIN"
+                    ], 
+                    "content-type": [
+                        "application/json;charset=utf-8"
+                    ]
+                }, 
+                "body": {
+                    "string": "[]"
+                }
+            }
+        }
+    ]
+}
\ No newline at end of file
diff --git a/cassettes/testsavedsearches.json b/cassettes/testsavedsearches.json
new file mode 100644 (file)
index 0000000..6b3589e
--- /dev/null
@@ -0,0 +1,392 @@
+{
+    "version": 1, 
+    "interactions": [
+        {
+            "request": {
+                "body": null, 
+                "headers": {
+                    "Host": [
+                        "api.twitter.com"
+                    ], 
+                    "Content-Length": [
+                        "0"
+                    ]
+                }, 
+                "method": "POST", 
+                "uri": "https://api.twitter.com:443/1.1/saved_searches/create.json?query=test"
+            }, 
+            "response": {
+                "status": {
+                    "message": "OK", 
+                    "code": 200
+                }, 
+                "headers": {
+                    "content-length": [
+                        "128"
+                    ], 
+                    "vary": [
+                        "Accept-Encoding"
+                    ], 
+                    "x-transaction-mask": [
+                        "a6183ffa5f8ca943ff1b53b5644ef114028ecc49"
+                    ], 
+                    "x-xss-protection": [
+                        "1; mode=block"
+                    ], 
+                    "x-content-type-options": [
+                        "nosniff"
+                    ], 
+                    "x-connection-hash": [
+                        "5d5d241a00b324232fb38e8b05cb1875"
+                    ], 
+                    "x-runtime": [
+                        "0.17397"
+                    ], 
+                    "etag": [
+                        "\"223a39eda4f0164a776d2b927445ffc0\""
+                    ], 
+                    "cache-control": [
+                        "no-cache, no-store, must-revalidate, pre-check=0, post-check=0"
+                    ], 
+                    "status": [
+                        "200 OK"
+                    ], 
+                    "set-cookie": [
+                        "dnt=1; domain=.twitter.com; path=/; expires=Sat, 30-Nov-2024 08:41:34 GMT", 
+                        "pid=; domain=.twitter.com; path=/; expires=Thu, 01-Jan-1970 00:00:00 GMT", 
+                        "lang=en; path=/", 
+                        "lang=en; path=/", 
+                        "lang=en; path=/", 
+                        "twid=u%3D82301637%7CC4vLyBO04ZTRgFoYdu8kf7cmRFU%3D; domain=.twitter.com; path=/; secure", 
+                        "_twitter_sess=BAh7CDoPY3JlYXRlZF9hdGwrCIbgbwJKAToHaWQiJTQ1NDU4ZTI0NDJkZDhh%250AYzA1OWU2OWFlMmJiYmM2NTJhOgxjc3JmX2lkIiUyMDhlNmE5YzQyNTQ1NDE4%250AYTRlYWJhNzJkOTE3MDNiNQ%253D%253D--3b3c40812818c5ac25c24b4e1215e96c27b17f0d; domain=.twitter.com; path=/; secure; HttpOnly", 
+                        "guest_id=v1%3A141738009388997740; Domain=.twitter.com; Path=/; Expires=Tue, 29-Nov-2016 20:41:34 UTC"
+                    ], 
+                    "expires": [
+                        "Tue, 31 Mar 1981 05:00:00 GMT"
+                    ], 
+                    "x-access-level": [
+                        "read-write-directmessages"
+                    ], 
+                    "last-modified": [
+                        "Sun, 30 Nov 2014 20:41:34 GMT"
+                    ], 
+                    "pragma": [
+                        "no-cache"
+                    ], 
+                    "date": [
+                        "Sun, 30 Nov 2014 20:41:34 UTC"
+                    ], 
+                    "x-transaction": [
+                        "64f689a32d8d5a25"
+                    ], 
+                    "strict-transport-security": [
+                        "max-age=631138519"
+                    ], 
+                    "server": [
+                        "tsa_b"
+                    ], 
+                    "x-mid": [
+                        "9a5a4dd258e874adaf8dbc15c636196d2727ab5e"
+                    ], 
+                    "x-frame-options": [
+                        "SAMEORIGIN"
+                    ], 
+                    "content-type": [
+                        "application/json; charset=utf-8"
+                    ]
+                }, 
+                "body": {
+                    "string": "{\"created_at\":\"Sun Nov 30 20:41:34 +0000 2014\",\"id_str\":\"338202972\",\"id\":338202972,\"position\":null,\"query\":\"test\",\"name\":\"test\"}"
+                }
+            }
+        }, 
+        {
+            "request": {
+                "body": null, 
+                "headers": {
+                    "Host": [
+                        "api.twitter.com"
+                    ]
+                }, 
+                "method": "GET", 
+                "uri": "https://api.twitter.com:443/1.1/saved_searches/list.json"
+            }, 
+            "response": {
+                "status": {
+                    "message": "OK", 
+                    "code": 200
+                }, 
+                "headers": {
+                    "status": [
+                        "200 OK"
+                    ], 
+                    "x-rate-limit-remaining": [
+                        "14"
+                    ], 
+                    "content-length": [
+                        "130"
+                    ], 
+                    "expires": [
+                        "Tue, 31 Mar 1981 05:00:00 GMT"
+                    ], 
+                    "x-transaction": [
+                        "87f27ab8643724b6"
+                    ], 
+                    "x-content-type-options": [
+                        "nosniff"
+                    ], 
+                    "x-connection-hash": [
+                        "ee1432324a1f1fd54d0b9044cd20bf70"
+                    ], 
+                    "set-cookie": [
+                        "lang=en", 
+                        "guest_id=v1%3A141738009481054558; Domain=.twitter.com; Path=/; Expires=Tue, 29-Nov-2016 20:41:34 UTC"
+                    ], 
+                    "strict-transport-security": [
+                        "max-age=631138519"
+                    ], 
+                    "x-access-level": [
+                        "read-write-directmessages"
+                    ], 
+                    "server": [
+                        "tsa_b"
+                    ], 
+                    "last-modified": [
+                        "Sun, 30 Nov 2014 20:41:34 GMT"
+                    ], 
+                    "x-xss-protection": [
+                        "1; mode=block"
+                    ], 
+                    "x-rate-limit-reset": [
+                        "1417380994"
+                    ], 
+                    "pragma": [
+                        "no-cache"
+                    ], 
+                    "cache-control": [
+                        "no-cache, no-store, must-revalidate, pre-check=0, post-check=0"
+                    ], 
+                    "date": [
+                        "Sun, 30 Nov 2014 20:41:34 UTC"
+                    ], 
+                    "x-rate-limit-limit": [
+                        "15"
+                    ], 
+                    "x-frame-options": [
+                        "SAMEORIGIN"
+                    ], 
+                    "content-type": [
+                        "application/json;charset=utf-8"
+                    ]
+                }, 
+                "body": {
+                    "string": "[{\"id\":338202972,\"id_str\":\"338202972\",\"query\":\"test\",\"name\":\"test\",\"position\":null,\"created_at\":\"Sun Nov 30 20:41:34 +0000 2014\"}]"
+                }
+            }
+        }, 
+        {
+            "request": {
+                "body": null, 
+                "headers": {
+                    "Host": [
+                        "api.twitter.com"
+                    ]
+                }, 
+                "method": "GET", 
+                "uri": "https://api.twitter.com:443/1.1/saved_searches/show/338202972.json"
+            }, 
+            "response": {
+                "status": {
+                    "message": "OK", 
+                    "code": 200
+                }, 
+                "headers": {
+                    "content-length": [
+                        "128"
+                    ], 
+                    "vary": [
+                        "Accept-Encoding"
+                    ], 
+                    "x-transaction-mask": [
+                        "a6183ffa5f8ca943ff1b53b5644ef114028ecc49"
+                    ], 
+                    "x-rate-limit-reset": [
+                        "1417380995"
+                    ], 
+                    "x-rate-limit-remaining": [
+                        "14"
+                    ], 
+                    "x-xss-protection": [
+                        "1; mode=block"
+                    ], 
+                    "x-content-type-options": [
+                        "nosniff"
+                    ], 
+                    "x-connection-hash": [
+                        "76545bd7d9db19548603304d27b17bbd"
+                    ], 
+                    "x-runtime": [
+                        "0.08162"
+                    ], 
+                    "etag": [
+                        "\"223a39eda4f0164a776d2b927445ffc0\""
+                    ], 
+                    "cache-control": [
+                        "no-cache, no-store, must-revalidate, pre-check=0, post-check=0"
+                    ], 
+                    "status": [
+                        "200 OK"
+                    ], 
+                    "set-cookie": [
+                        "dnt=1; domain=.twitter.com; path=/; expires=Sat, 30-Nov-2024 08:41:35 GMT", 
+                        "pid=; domain=.twitter.com; path=/; expires=Thu, 01-Jan-1970 00:00:00 GMT", 
+                        "lang=en; path=/", 
+                        "lang=en; path=/", 
+                        "lang=en; path=/", 
+                        "twid=u%3D82301637%7CC4vLyBO04ZTRgFoYdu8kf7cmRFU%3D; domain=.twitter.com; path=/; secure", 
+                        "_twitter_sess=BAh7BzoPY3JlYXRlZF9hdGwrCL7lbwJKAToHaWQiJWFmZDRhMGMyOTNmNWQx%250ANDVkYWNiYzg1MGQ3NTdlNWY1--72abeb2d1a8ffc42c0af303c5d16ae7a868dd158; domain=.twitter.com; path=/; secure; HttpOnly", 
+                        "guest_id=v1%3A141738009514091083; Domain=.twitter.com; Path=/; Expires=Tue, 29-Nov-2016 20:41:35 UTC"
+                    ], 
+                    "expires": [
+                        "Tue, 31 Mar 1981 05:00:00 GMT"
+                    ], 
+                    "x-access-level": [
+                        "read-write-directmessages"
+                    ], 
+                    "last-modified": [
+                        "Sun, 30 Nov 2014 20:41:35 GMT"
+                    ], 
+                    "pragma": [
+                        "no-cache"
+                    ], 
+                    "date": [
+                        "Sun, 30 Nov 2014 20:41:35 UTC"
+                    ], 
+                    "x-rate-limit-limit": [
+                        "15"
+                    ], 
+                    "x-transaction": [
+                        "b2d160c712261408"
+                    ], 
+                    "strict-transport-security": [
+                        "max-age=631138519"
+                    ], 
+                    "server": [
+                        "tsa_b"
+                    ], 
+                    "x-mid": [
+                        "5ce617557be5fbbf16df9a707945335fcdd04038"
+                    ], 
+                    "x-frame-options": [
+                        "SAMEORIGIN"
+                    ], 
+                    "content-type": [
+                        "application/json; charset=utf-8"
+                    ]
+                }, 
+                "body": {
+                    "string": "{\"created_at\":\"Sun Nov 30 20:41:34 +0000 2014\",\"id_str\":\"338202972\",\"id\":338202972,\"position\":null,\"query\":\"test\",\"name\":\"test\"}"
+                }
+            }
+        }, 
+        {
+            "request": {
+                "body": null, 
+                "headers": {
+                    "Host": [
+                        "api.twitter.com"
+                    ], 
+                    "Content-Length": [
+                        "0"
+                    ]
+                }, 
+                "method": "POST", 
+                "uri": "https://api.twitter.com:443/1.1/saved_searches/destroy/338202972.json"
+            }, 
+            "response": {
+                "status": {
+                    "message": "OK", 
+                    "code": 200
+                }, 
+                "headers": {
+                    "content-length": [
+                        "128"
+                    ], 
+                    "vary": [
+                        "Accept-Encoding"
+                    ], 
+                    "x-transaction-mask": [
+                        "a6183ffa5f8ca943ff1b53b5644ef114028ecc49"
+                    ], 
+                    "x-xss-protection": [
+                        "1; mode=block"
+                    ], 
+                    "x-content-type-options": [
+                        "nosniff"
+                    ], 
+                    "x-connection-hash": [
+                        "637847932a124da5b730fc637fab0448"
+                    ], 
+                    "x-runtime": [
+                        "0.20223"
+                    ], 
+                    "etag": [
+                        "\"223a39eda4f0164a776d2b927445ffc0\""
+                    ], 
+                    "cache-control": [
+                        "no-cache, no-store, must-revalidate, pre-check=0, post-check=0"
+                    ], 
+                    "status": [
+                        "200 OK"
+                    ], 
+                    "set-cookie": [
+                        "dnt=1; domain=.twitter.com; path=/; expires=Sat, 30-Nov-2024 08:41:36 GMT", 
+                        "pid=; domain=.twitter.com; path=/; expires=Thu, 01-Jan-1970 00:00:00 GMT", 
+                        "lang=en; path=/", 
+                        "lang=en; path=/", 
+                        "lang=en; path=/", 
+                        "twid=u%3D82301637%7CC4vLyBO04ZTRgFoYdu8kf7cmRFU%3D; domain=.twitter.com; path=/; secure", 
+                        "_twitter_sess=BAh7CDoPY3JlYXRlZF9hdGwrCCLpbwJKAToHaWQiJTI3NjlkNjNiOGY4NDhl%250AMTg5M2JhOWRkZGJlNDU4MjRmOgxjc3JmX2lkIiU0NjAzMGZiODczZGI3MzNl%250AMjU1YThlYWQ3Mzk0YWFmNQ%253D%253D--f306ac128a8311260944f081d6b2c358373b400c; domain=.twitter.com; path=/; secure; HttpOnly", 
+                        "guest_id=v1%3A141738009610852384; Domain=.twitter.com; Path=/; Expires=Tue, 29-Nov-2016 20:41:36 UTC"
+                    ], 
+                    "expires": [
+                        "Tue, 31 Mar 1981 05:00:00 GMT"
+                    ], 
+                    "x-access-level": [
+                        "read-write-directmessages"
+                    ], 
+                    "last-modified": [
+                        "Sun, 30 Nov 2014 20:41:36 GMT"
+                    ], 
+                    "pragma": [
+                        "no-cache"
+                    ], 
+                    "date": [
+                        "Sun, 30 Nov 2014 20:41:36 UTC"
+                    ], 
+                    "x-transaction": [
+                        "650d97aa7465d742"
+                    ], 
+                    "strict-transport-security": [
+                        "max-age=631138519"
+                    ], 
+                    "server": [
+                        "tsa_b"
+                    ], 
+                    "x-mid": [
+                        "4f6c568524d4a5d7a070682c835b0be2ea38d539"
+                    ], 
+                    "x-frame-options": [
+                        "SAMEORIGIN"
+                    ], 
+                    "content-type": [
+                        "application/json; charset=utf-8"
+                    ]
+                }, 
+                "body": {
+                    "string": "{\"created_at\":\"Sun Nov 30 20:41:34 +0000 2014\",\"id_str\":\"338202972\",\"id\":338202972,\"position\":null,\"query\":\"test\",\"name\":\"test\"}"
+                }
+            }
+        }
+    ]
+}
\ No newline at end of file
diff --git a/cassettes/testsearch.json b/cassettes/testsearch.json
new file mode 100644 (file)
index 0000000..70e564b
--- /dev/null
@@ -0,0 +1,89 @@
+{
+    "version": 1, 
+    "interactions": [
+        {
+            "request": {
+                "body": null, 
+                "headers": {
+                    "Host": [
+                        "api.twitter.com"
+                    ]
+                }, 
+                "method": "GET", 
+                "uri": "https://api.twitter.com:443/1.1/search/tweets.json?q=tweepy"
+            }, 
+            "response": {
+                "status": {
+                    "message": "OK", 
+                    "code": 200
+                }, 
+                "headers": {
+                    "status": [
+                        "200 OK"
+                    ], 
+                    "x-rate-limit-remaining": [
+                        "179"
+                    ], 
+                    "content-length": [
+                        "37521"
+                    ], 
+                    "expires": [
+                        "Tue, 31 Mar 1981 05:00:00 GMT"
+                    ], 
+                    "x-transaction": [
+                        "40da24bcfd5dd4aa"
+                    ], 
+                    "x-content-type-options": [
+                        "nosniff"
+                    ], 
+                    "x-connection-hash": [
+                        "aa7d99ad5580a117ecd39b374cb001ef"
+                    ], 
+                    "set-cookie": [
+                        "lang=en", 
+                        "guest_id=v1%3A141738009689317652; Domain=.twitter.com; Path=/; Expires=Tue, 29-Nov-2016 20:41:36 UTC"
+                    ], 
+                    "strict-transport-security": [
+                        "max-age=631138519"
+                    ], 
+                    "x-access-level": [
+                        "read-write-directmessages"
+                    ], 
+                    "server": [
+                        "tsa_b"
+                    ], 
+                    "last-modified": [
+                        "Sun, 30 Nov 2014 20:41:36 GMT"
+                    ], 
+                    "x-xss-protection": [
+                        "1; mode=block"
+                    ], 
+                    "x-rate-limit-reset": [
+                        "1417380996"
+                    ], 
+                    "pragma": [
+                        "no-cache"
+                    ], 
+                    "cache-control": [
+                        "no-cache, no-store, must-revalidate, pre-check=0, post-check=0"
+                    ], 
+                    "date": [
+                        "Sun, 30 Nov 2014 20:41:36 UTC"
+                    ], 
+                    "x-rate-limit-limit": [
+                        "180"
+                    ], 
+                    "x-frame-options": [
+                        "SAMEORIGIN"
+                    ], 
+                    "content-type": [
+                        "application/json;charset=utf-8"
+                    ]
+                }, 
+                "body": {
+                    "string": "{\"statuses\":[{\"metadata\":{\"iso_language_code\":\"en\",\"result_type\":\"recent\"},\"created_at\":\"Sun Nov 30 20:31:25 +0000 2014\",\"id\":539154756279996417,\"id_str\":\"539154756279996417\",\"text\":\"Thanks for following me.. tweepy.. #\\\"@LAcaliforniax @DrePantelliii\\\" via http:\\/\\/t.co\\/IhEc22myT7\",\"source\":\"\\u003ca href=\\\"https:\\/\\/unfollowers.com\\\" rel=\\\"nofollow\\\"\\u003eUnfollowers.me\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":458122804,\"id_str\":\"458122804\",\"name\":\"Arpit Agrawal\",\"screen_name\":\"TweetyArpit\",\"location\":\"  Mathura , INDIA.\",\"profile_location\":null,\"description\":\"Pure   S A L M A N I A C.....  M E G A..........  H U G E..........  S U P E R...........  Fan Of  SALMAN KHAN    @beingsalmankhan\",\"url\":\"http:\\/\\/t.co\\/3Foy5SgyuW\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3Foy5SgyuW\",\"expanded_url\":\"http:\\/\\/Instagram.com\\/tweetyarpit\",\"display_url\":\"Instagram.com\\/tweetyarpit\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":6993,\"friends_count\":6662,\"listed_count\":6,\"created_at\":\"Sun Jan 08 06:14:21 +0000 2012\",\"favourites_count\":74,\"utc_offset\":19800,\"time_zone\":\"New Delhi\",\"geo_enabled\":false,\"verified\":false,\"statuses_count\":10899,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"EBEBEB\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme7\\/bg.gif\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/465218185919082496\\/dt3vvHXP_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/465218185919082496\\/dt3vvHXP_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/458122804\\/1376511316\",\"profile_link_color\":\"990000\",\"profile_sidebar_border_color\":\"DFDFDF\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":0,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"LAcaliforniax\",\"name\":\"marti\",\"id\":829398948,\"id_str\":\"829398948\",\"indices\":[37,51]},{\"screen_name\":\"DrePantelliii\",\"name\":\"Dre\",\"id\":426886468,\"id_str\":\"426886468\",\"indices\":[52,66]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/IhEc22myT7\",\"expanded_url\":\"http:\\/\\/uapp.ly\",\"display_url\":\"uapp.ly\",\"indices\":[72,94]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"metadata\":{\"iso_language_code\":\"en\",\"result_type\":\"recent\"},\"created_at\":\"Sun Nov 30 19:14:48 +0000 2014\",\"id\":539135476301836288,\"id_str\":\"539135476301836288\",\"text\":\"i missed you!!! \\\"@Ndai_mercy: @GideonMaria I miss my EHS tweepy maaan but ama be a good tweep and keep calm \\\"\\\"\\\"D\\\"\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":2192748203,\"id_str\":\"2192748203\",\"name\":\"D I N K Y\\u00ae\",\"screen_name\":\"GideonMaria\",\"location\":\"Windhoek, Namibia\",\"profile_location\":null,\"description\":\"Tall. Cant dance...why are you reading this?  #CFC  http:\\/\\/t.co\\/5KkXnmHbgX\",\"url\":\"http:\\/\\/t.co\\/wy51rwNNAe\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/wy51rwNNAe\",\"expanded_url\":\"http:\\/\\/facebook.com\\/maria.gideon\",\"display_url\":\"facebook.com\\/maria.gideon\",\"indices\":[0,22]}]},\"description\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/5KkXnmHbgX\",\"expanded_url\":\"http:\\/\\/instagram.com\\/maria_gideon\",\"display_url\":\"instagram.com\\/maria_gideon\",\"indices\":[52,74]}]}},\"protected\":false,\"followers_count\":620,\"friends_count\":514,\"listed_count\":0,\"created_at\":\"Sat Nov 23 13:58:11 +0000 2013\",\"favourites_count\":376,\"utc_offset\":null,\"time_zone\":null,\"geo_enabled\":true,\"verified\":false,\"statuses_count\":9552,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"000000\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme10\\/bg.gif\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme10\\/bg.gif\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/534667787856138240\\/zMV56cfb_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/534667787856138240\\/zMV56cfb_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/2192748203\\/1416310375\",\"profile_link_color\":\"990099\",\"profile_sidebar_border_color\":\"000000\",\"profile_sidebar_fill_color\":\"000000\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":{\"type\":\"Point\",\"coordinates\":[0.000000,0.000000]},\"coordinates\":{\"type\":\"Point\",\"coordinates\":[0.000000,0.000000]},\"place\":{\"id\":\"3df4e3a5f8fa480a\",\"url\":\"https:\\/\\/api.twitter.com\\/1.1\\/geo\\/id\\/3df4e3a5f8fa480a.json\",\"place_type\":\"country\",\"name\":\"Namibia\",\"full_name\":\"Namibia\",\"country_code\":\"NA\",\"country\":\"Namibia\",\"contained_within\":[],\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[11.7176212900001,-28.9593681839999],[25.2597807210002,-28.9593681839999],[25.2597807210002,-16.9510572309999],[11.7176212900001,-16.9510572309999]]]},\"attributes\":{}},\"contributors\":null,\"retweet_count\":0,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"Ndai_mercy\",\"name\":\"Mercy N Haindongo\",\"id\":1466645430,\"id_str\":\"1466645430\",\"indices\":[17,28]},{\"screen_name\":\"GideonMaria\",\"name\":\"D I N K Y\\u00ae\",\"id\":2192748203,\"id_str\":\"2192748203\",\"indices\":[30,42]}],\"urls\":[]},\"favorited\":false,\"retweeted\":false,\"lang\":\"en\"},{\"metadata\":{\"iso_language_code\":\"en\",\"result_type\":\"recent\"},\"created_at\":\"Sun Nov 30 18:16:36 +0000 2014\",\"id\":539120829981003776,\"id_str\":\"539120829981003776\",\"text\":\"@Qu3ntin0 @abdulnasir44 ok what do you need tweepy, PIL etc\",\"source\":\"\\u003ca href=\\\"https:\\/\\/twitter.com\\/Qu3ntin0\\\" rel=\\\"nofollow\\\"\\u003eQu3ntin0 Twitter Bots\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":539120702616793089,\"in_reply_to_status_id_str\":\"539120702616793089\",\"in_reply_to_user_id\":2602520816,\"in_reply_to_user_id_str\":\"2602520816\",\"in_reply_to_screen_name\":\"Qu3ntin0\",\"user\":{\"id\":625101159,\"id_str\":\"625101159\",\"name\":\"Qu3ntin0 Bot\",\"screen_name\":\"Qu3ntin0_ebooks\",\"location\":\"\",\"profile_location\":null,\"description\":\"ALL DOGECOIN & @TIPDOGE RELATED TWEETS ARE FAKE. Follow me and I follow you. Made by @Qu3ntin0\",\"url\":null,\"entities\":{\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":120,\"friends_count\":193,\"listed_count\":0,\"created_at\":\"Mon Jul 02 21:39:08 +0000 2012\",\"favourites_count\":146,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":false,\"verified\":false,\"statuses_count\":1462,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"000000\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme5\\/bg.gif\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/494192452345950208\\/8GvTudeH_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/494192452345950208\\/8GvTudeH_normal.png\",\"profile_link_color\":\"2CCACF\",\"profile_sidebar_border_color\":\"000000\",\"profile_sidebar_fill_color\":\"000000\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":0,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"Qu3ntin0\",\"name\":\"Mr. Qu3ntin0\",\"id\":2602520816,\"id_str\":\"2602520816\",\"indices\":[0,9]},{\"screen_name\":\"abdulnasir44\",\"name\":\"Anonymous African\",\"id\":703441036,\"id_str\":\"703441036\",\"indices\":[10,23]}],\"urls\":[]},\"favorited\":false,\"retweeted\":false,\"lang\":\"en\"},{\"metadata\":{\"iso_language_code\":\"en\",\"result_type\":\"recent\"},\"created_at\":\"Sun Nov 30 15:57:28 +0000 2014\",\"id\":539085815977349120,\"id_str\":\"539085815977349120\",\"text\":\"Night tweepy ..\",\"source\":\"\\u003ca href=\\\"http:\\/\\/blackberry.com\\/twitter\\\" rel=\\\"nofollow\\\"\\u003eTwitter for BlackBerry\\u00ae\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":550757726,\"id_str\":\"550757726\",\"name\":\"Nicha AdhwaVallery\\u2122\",\"screen_name\":\"NishaDevista\",\"location\":\"Purwokerto, jateng, indonesia\",\"profile_location\":null,\"description\":\"Take my hand and feel what i shuffer, Hold my hand hold the bittersweet of life  |\",\"url\":\"http:\\/\\/t.co\\/pSahMdZfto\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/pSahMdZfto\",\"expanded_url\":\"http:\\/\\/facebook.com\\/cica.adde\",\"display_url\":\"facebook.com\\/cica.adde\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":170,\"friends_count\":503,\"listed_count\":0,\"created_at\":\"Wed Apr 11 06:41:05 +0000 2012\",\"favourites_count\":6,\"utc_offset\":25200,\"time_zone\":\"Jakarta\",\"geo_enabled\":false,\"verified\":false,\"statuses_count\":456,\"lang\":\"id\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"709397\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/378800000121024442\\/6bcf4ce98886c066b64fc54002ce7116.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/378800000121024442\\/6bcf4ce98886c066b64fc54002ce7116.jpeg\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/531923194077515777\\/2BfAWHK3_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/531923194077515777\\/2BfAWHK3_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/550757726\\/1416747363\",\"profile_link_color\":\"89C9FA\",\"profile_sidebar_border_color\":\"000000\",\"profile_sidebar_fill_color\":\"A0C5C7\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":0,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[]},\"favorited\":false,\"retweeted\":false,\"lang\":\"en\"},{\"metadata\":{\"iso_language_code\":\"in\",\"result_type\":\"recent\"},\"created_at\":\"Sun Nov 30 13:56:29 +0000 2014\",\"id\":539055365854212097,\"id_str\":\"539055365854212097\",\"text\":\"hay tweepy, selalu berbahagiakah kaliand.. Amin. bye Nopember ;)\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":1008846416,\"id_str\":\"1008846416\",\"name\":\"Ayu rinii\",\"screen_name\":\"antariini\",\"location\":\"denpasar\",\"profile_location\":null,\"description\":\"please keep the all of your life plans, remains consistent. continue the dream scenario. believe you can do it, nothing is wasted.\",\"url\":\"http:\\/\\/t.co\\/OGLMF56gwc\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/OGLMF56gwc\",\"expanded_url\":\"http:\\/\\/kipaskertas22.wordpress.com\",\"display_url\":\"kipaskertas22.wordpress.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":43,\"friends_count\":121,\"listed_count\":0,\"created_at\":\"Thu Dec 13 13:42:29 +0000 2012\",\"favourites_count\":217,\"utc_offset\":25200,\"time_zone\":\"Bangkok\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":1992,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"94D487\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/526401980277596161\\/v7uhRonF.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/526401980277596161\\/v7uhRonF.jpeg\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/525619869895516160\\/YgCPc372_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/525619869895516160\\/YgCPc372_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/1008846416\\/1402068576\",\"profile_link_color\":\"FA743E\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"99CC33\",\"profile_text_color\":\"3E4415\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":{\"type\":\"Point\",\"coordinates\":[0.000000,0.000000]},\"coordinates\":{\"type\":\"Point\",\"coordinates\":[0.000000,0.000000]},\"place\":{\"id\":\"f57d760962aa72a0\",\"url\":\"https:\\/\\/api.twitter.com\\/1.1\\/geo\\/id\\/f57d760962aa72a0.json\",\"place_type\":\"city\",\"name\":\"Denpasar Selatan\",\"full_name\":\"Denpasar Selatan, Denpasar\",\"country_code\":\"ID\",\"country\":\"Indonesia\",\"contained_within\":[],\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[115.185377,-8.746756],[115.266902,-8.746756],[115.266902,-8.6651804],[115.185377,-8.6651804]]]},\"attributes\":{}},\"contributors\":null,\"retweet_count\":0,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[]},\"favorited\":false,\"retweeted\":false,\"lang\":\"in\"},{\"metadata\":{\"iso_language_code\":\"ja\",\"result_type\":\"recent\"},\"created_at\":\"Sun Nov 30 12:53:09 +0000 2014\",\"id\":539039429747154944,\"id_str\":\"539039429747154944\",\"text\":\"setup.py\\u304b\\u3089\\u30a4\\u30f3\\u30b9\\u30c8\\u30fc\\u30eb\\u3059\\u308b\\u3068\\u666e\\u901a\\u306b\\u5165\\u3063\\u305f\\u306e\\u3067\\u3001tweepy\\u3001Python3\\u3067\\u52d5\\u304b\\u3059\\u3002\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":122033201,\"id_str\":\"122033201\",\"name\":\"taduchi251\",\"screen_name\":\"taduchi251\",\"location\":\"\",\"profile_location\":null,\"description\":\"The world has so many exciting things!\",\"url\":null,\"entities\":{\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":73,\"friends_count\":51,\"listed_count\":9,\"created_at\":\"Thu Mar 11 11:10:57 +0000 2010\",\"favourites_count\":627,\"utc_offset\":32400,\"time_zone\":\"Tokyo\",\"geo_enabled\":false,\"verified\":false,\"statuses_count\":2751,\"lang\":\"ja\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"C0DEED\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1124229519\\/tikyu_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1124229519\\/tikyu_normal.jpg\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"C0DEED\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":true,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":0,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[]},\"favorited\":false,\"retweeted\":false,\"lang\":\"ja\"},{\"metadata\":{\"iso_language_code\":\"ja\",\"result_type\":\"recent\"},\"created_at\":\"Sun Nov 30 12:02:45 +0000 2014\",\"id\":539026744552861696,\"id_str\":\"539026744552861696\",\"text\":\"Tweepy\\u306egithub\\u306f\\u3053\\u306e\\u3053\\u3001\\u3063\\u3068\\u3002 https:\\/\\/t.co\\/x3w9dorgcM\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":122033201,\"id_str\":\"122033201\",\"name\":\"taduchi251\",\"screen_name\":\"taduchi251\",\"location\":\"\",\"profile_location\":null,\"description\":\"The world has so many exciting things!\",\"url\":null,\"entities\":{\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":73,\"friends_count\":51,\"listed_count\":9,\"created_at\":\"Thu Mar 11 11:10:57 +0000 2010\",\"favourites_count\":627,\"utc_offset\":32400,\"time_zone\":\"Tokyo\",\"geo_enabled\":false,\"verified\":false,\"statuses_count\":2751,\"lang\":\"ja\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"C0DEED\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1124229519\\/tikyu_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1124229519\\/tikyu_normal.jpg\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"C0DEED\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":true,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":0,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[{\"url\":\"https:\\/\\/t.co\\/x3w9dorgcM\",\"expanded_url\":\"https:\\/\\/github.com\\/tweepy\\/tweepy\",\"display_url\":\"github.com\\/tweepy\\/tweepy\",\"indices\":[22,45]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"ja\"},{\"metadata\":{\"iso_language_code\":\"ja\",\"result_type\":\"recent\"},\"created_at\":\"Sun Nov 30 12:01:53 +0000 2014\",\"id\":539026526939795456,\"id_str\":\"539026526939795456\",\"text\":\"tweepy\\u3082\\u4e00\\u5fdc\\u8a66\\u3059\\u304b\\u30fb\\u30fb\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":122033201,\"id_str\":\"122033201\",\"name\":\"taduchi251\",\"screen_name\":\"taduchi251\",\"location\":\"\",\"profile_location\":null,\"description\":\"The world has so many exciting things!\",\"url\":null,\"entities\":{\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":73,\"friends_count\":51,\"listed_count\":9,\"created_at\":\"Thu Mar 11 11:10:57 +0000 2010\",\"favourites_count\":627,\"utc_offset\":32400,\"time_zone\":\"Tokyo\",\"geo_enabled\":false,\"verified\":false,\"statuses_count\":2751,\"lang\":\"ja\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"C0DEED\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1124229519\\/tikyu_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1124229519\\/tikyu_normal.jpg\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"C0DEED\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":true,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":0,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[]},\"favorited\":false,\"retweeted\":false,\"lang\":\"ja\"},{\"metadata\":{\"iso_language_code\":\"ja\",\"result_type\":\"recent\"},\"created_at\":\"Sun Nov 30 11:52:25 +0000 2014\",\"id\":539024144466059265,\"id_str\":\"539024144466059265\",\"text\":\"twitter-python\\u3068TwitterAPI\\u3068Tweepy\\u3068\\u4f55\\u304c\\u3069\\u30fc\\u306a\\u3063\\u3066\\u308b\\u306e\\u304b\\u660e\\u3089\\u304b\\u306b\\u3057\\u305f\\u3044\\u304c\\u4eca\\u306f\\u3050\\u3042\\u30fc\\u3067\\u3044\\u3044\\u3084\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":122033201,\"id_str\":\"122033201\",\"name\":\"taduchi251\",\"screen_name\":\"taduchi251\",\"location\":\"\",\"profile_location\":null,\"description\":\"The world has so many exciting things!\",\"url\":null,\"entities\":{\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":73,\"friends_count\":51,\"listed_count\":9,\"created_at\":\"Thu Mar 11 11:10:57 +0000 2010\",\"favourites_count\":627,\"utc_offset\":32400,\"time_zone\":\"Tokyo\",\"geo_enabled\":false,\"verified\":false,\"statuses_count\":2751,\"lang\":\"ja\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"C0DEED\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1124229519\\/tikyu_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1124229519\\/tikyu_normal.jpg\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"C0DEED\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":true,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":0,\"favorite_count\":1,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[]},\"favorited\":false,\"retweeted\":false,\"lang\":\"ja\"},{\"metadata\":{\"iso_language_code\":\"en\",\"result_type\":\"recent\"},\"created_at\":\"Sun Nov 30 11:13:56 +0000 2014\",\"id\":539014459982090240,\"id_str\":\"539014459982090240\",\"text\":\"We compared #tweepy vs #pythontwitter - see results: http:\\/\\/t.co\\/seVtssBvsT\",\"source\":\"\\u003ca href=\\\"http:\\/\\/www.techwars.io\\\" rel=\\\"nofollow\\\"\\u003eTechWars\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":2558427012,\"id_str\":\"2558427012\",\"name\":\"TechWars\",\"screen_name\":\"TechWars_io\",\"location\":\"Comparing Every Tech!\",\"profile_location\":null,\"description\":\"TechWars is a technology comparison engine that compares a variety of 32,031 Programming Languages, SaaS & PaaS services, CRM's, opensource frameworks & plugins\",\"url\":\"http:\\/\\/t.co\\/G1UyfUv0uN\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/G1UyfUv0uN\",\"expanded_url\":\"http:\\/\\/www.techwars.io\",\"display_url\":\"techwars.io\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":478,\"friends_count\":9,\"listed_count\":42,\"created_at\":\"Tue Jun 10 07:30:09 +0000 2014\",\"favourites_count\":49,\"utc_offset\":null,\"time_zone\":null,\"geo_enabled\":false,\"verified\":false,\"statuses_count\":156476,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"C0DEED\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/496979329880825857\\/7wW65fja_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/496979329880825857\\/7wW65fja_normal.png\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"C0DEED\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":true,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":0,\"favorite_count\":0,\"entities\":{\"hashtags\":[{\"text\":\"tweepy\",\"indices\":[12,19]},{\"text\":\"pythontwitter\",\"indices\":[23,37]}],\"symbols\":[],\"user_mentions\":[],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/seVtssBvsT\",\"expanded_url\":\"http:\\/\\/www.techwars.io\\/fight\\/tweepy\\/pythontwitter\\/\",\"display_url\":\"techwars.io\\/fight\\/tweepy\\/p\\u2026\",\"indices\":[53,75]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"metadata\":{\"iso_language_code\":\"ja\",\"result_type\":\"recent\"},\"created_at\":\"Sun Nov 30 10:04:57 +0000 2014\",\"id\":538997100063645696,\"id_str\":\"538997100063645696\",\"text\":\"Tweepy, pip install \\u3067\\u6765\\u306a\\u3044\\u3093\\u3060\\u3088\\u3002\\u3002python3\\u3060\\u304b\\u3089\\u304b\\u3002 Get All Follower IDs in Twitter by Tweepy http:\\/\\/t.co\\/03M46qg9wd\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":122033201,\"id_str\":\"122033201\",\"name\":\"taduchi251\",\"screen_name\":\"taduchi251\",\"location\":\"\",\"profile_location\":null,\"description\":\"The world has so many exciting things!\",\"url\":null,\"entities\":{\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":73,\"friends_count\":51,\"listed_count\":9,\"created_at\":\"Thu Mar 11 11:10:57 +0000 2010\",\"favourites_count\":627,\"utc_offset\":32400,\"time_zone\":\"Tokyo\",\"geo_enabled\":false,\"verified\":false,\"statuses_count\":2751,\"lang\":\"ja\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"C0DEED\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1124229519\\/tikyu_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1124229519\\/tikyu_normal.jpg\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"C0DEED\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":true,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":0,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/03M46qg9wd\",\"expanded_url\":\"http:\\/\\/stackoverflow.com\\/questions\\/17431807\\/get-all-follower-ids-in-twitter-by-tweepy\",\"display_url\":\"stackoverflow.com\\/questions\\/1743\\u2026\",\"indices\":[84,106]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"ja\"},{\"metadata\":{\"iso_language_code\":\"en\",\"result_type\":\"recent\"},\"created_at\":\"Sun Nov 30 08:09:39 +0000 2014\",\"id\":538968085420470273,\"id_str\":\"538968085420470273\",\"text\":\"@CynicalOreo: Yet no talky to Tweepy.\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":538967946907770880,\"in_reply_to_status_id_str\":\"538967946907770880\",\"in_reply_to_user_id\":975053564,\"in_reply_to_user_id_str\":\"975053564\",\"in_reply_to_screen_name\":\"CynicalOreo\",\"user\":{\"id\":471178262,\"id_str\":\"471178262\",\"name\":\"Skittles\",\"screen_name\":\"CMTwEeP\",\"location\":\"\",\"profile_location\":null,\"description\":\"Call me Skittles, The Bae-Liest Of Baes.\",\"url\":null,\"entities\":{\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":2652,\"friends_count\":311,\"listed_count\":25,\"created_at\":\"Sun Jan 22 15:48:58 +0000 2012\",\"favourites_count\":16306,\"utc_offset\":39600,\"time_zone\":\"Sydney\",\"geo_enabled\":false,\"verified\":false,\"statuses_count\":89844,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"E038CA\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/527035740870283265\\/ZjQ3ZxP1.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/527035740870283265\\/ZjQ3ZxP1.jpeg\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/537136790507761664\\/_0kYSKJn_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/537136790507761664\\/_0kYSKJn_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/471178262\\/1415948045\",\"profile_link_color\":\"E038CA\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":0,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"CynicalOreo\",\"name\":\"\\u043a\\u03b1\\u0443\\u2113\\u03b1\\u2113\\u03b1 3:16\",\"id\":975053564,\"id_str\":\"975053564\",\"indices\":[0,12]}],\"urls\":[]},\"favorited\":false,\"retweeted\":false,\"lang\":\"en\"},{\"metadata\":{\"iso_language_code\":\"it\",\"result_type\":\"recent\"},\"created_at\":\"Sun Nov 30 05:46:21 +0000 2014\",\"id\":538932023361277952,\"id_str\":\"538932023361277952\",\"text\":\"#BuonGiorno mondo crudele! #tweepy #python\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003etweetbotpy\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":262232737,\"id_str\":\"262232737\",\"name\":\"b4d_tR1p\",\"screen_name\":\"b4d_tR1p\",\"location\":\"Bali Island - 127.0.0.1\",\"profile_location\":null,\"description\":\"CyberPunk -\\r\\nITSecurity - Unix Evangelist,\\u00a0lost in the network from 56kb up to date!\",\"url\":\"http:\\/\\/t.co\\/Zwekr7HYNg\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/Zwekr7HYNg\",\"expanded_url\":\"http:\\/\\/b4dtr1p.tk\",\"display_url\":\"b4dtr1p.tk\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":698,\"friends_count\":1258,\"listed_count\":30,\"created_at\":\"Mon Mar 07 16:58:50 +0000 2011\",\"favourites_count\":430,\"utc_offset\":3600,\"time_zone\":\"Rome\",\"geo_enabled\":false,\"verified\":false,\"statuses_count\":20536,\"lang\":\"it\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"313627\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/759823242\\/bdf05871a3a827f51cd51238e73d0f39.gif\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/759823242\\/bdf05871a3a827f51cd51238e73d0f39.gif\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/534246432392609792\\/sXJfRsew_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/534246432392609792\\/sXJfRsew_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/262232737\\/1416743912\",\"profile_link_color\":\"DB0D28\",\"profile_sidebar_border_color\":\"000000\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":0,\"favorite_count\":0,\"entities\":{\"hashtags\":[{\"text\":\"BuonGiorno\",\"indices\":[0,11]},{\"text\":\"tweepy\",\"indices\":[27,34]},{\"text\":\"python\",\"indices\":[35,42]}],\"symbols\":[],\"user_mentions\":[],\"urls\":[]},\"favorited\":false,\"retweeted\":false,\"lang\":\"it\"},{\"metadata\":{\"iso_language_code\":\"en\",\"result_type\":\"recent\"},\"created_at\":\"Sun Nov 30 03:45:58 +0000 2014\",\"id\":538901726930423808,\"id_str\":\"538901726930423808\",\"text\":\"tweepy!\",\"source\":\"\\u003ca href=\\\"https:\\/\\/twitter.com\\/_yojello\\\" rel=\\\"nofollow\\\"\\u003esamplebot14\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":84904483,\"id_str\":\"84904483\",\"name\":\"backpack tweets\",\"screen_name\":\"_yojello\",\"location\":\"In Your Heart\",\"profile_location\":null,\"description\":\"dang it\",\"url\":null,\"entities\":{\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":350,\"friends_count\":341,\"listed_count\":0,\"created_at\":\"Sat Oct 24 18:04:37 +0000 2009\",\"favourites_count\":4025,\"utc_offset\":-18000,\"time_zone\":\"Eastern Time (US & Canada)\",\"geo_enabled\":false,\"verified\":false,\"statuses_count\":17672,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"D5FA3F\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/448333533\\/162910_188692264476211_100000063177907_722135_511164_n.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/448333533\\/162910_188692264476211_100000063177907_722135_511164_n.jpg\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/530242797958230017\\/0bDCuXNI_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/530242797958230017\\/0bDCuXNI_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/84904483\\/1407435112\",\"profile_link_color\":\"5EE100\",\"profile_sidebar_border_color\":\"710068\",\"profile_sidebar_fill_color\":\"AD009F\",\"profile_text_color\":\"C4F500\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":0,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[]},\"favorited\":false,\"retweeted\":false,\"lang\":\"en\"},{\"metadata\":{\"iso_language_code\":\"en\",\"result_type\":\"recent\"},\"created_at\":\"Sun Nov 30 03:19:32 +0000 2014\",\"id\":538895074235400194,\"id_str\":\"538895074235400194\",\"text\":\"@FunkingSexy hi tweepy...wish u the same dear:-)\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003eTwitter for Android\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":538888077058392065,\"in_reply_to_status_id_str\":\"538888077058392065\",\"in_reply_to_user_id\":2217237618,\"in_reply_to_user_id_str\":\"2217237618\",\"in_reply_to_screen_name\":\"FunkingSexy\",\"user\":{\"id\":110928820,\"id_str\":\"110928820\",\"name\":\"SRK\",\"screen_name\":\"LivenLoveAll\",\"location\":\"India\",\"profile_location\":null,\"description\":\"Unlock it by opening a conversation with me:-)\",\"url\":null,\"entities\":{\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":32,\"friends_count\":72,\"listed_count\":0,\"created_at\":\"Wed Feb 03 07:01:27 +0000 2010\",\"favourites_count\":1493,\"utc_offset\":19800,\"time_zone\":\"Chennai\",\"geo_enabled\":false,\"verified\":false,\"statuses_count\":733,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"C0DEED\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/513742368084750337\\/XdK4Z7Fw_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/513742368084750337\\/XdK4Z7Fw_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/110928820\\/1402649450\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"C0DEED\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":true,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":0,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"FunkingSexy\",\"name\":\"Being Sexy\",\"id\":2217237618,\"id_str\":\"2217237618\",\"indices\":[0,12]}],\"urls\":[]},\"favorited\":false,\"retweeted\":false,\"lang\":\"en\"}],\"search_metadata\":{\"completed_in\":0.033,\"max_id\":539154756279996417,\"max_id_str\":\"539154756279996417\",\"next_results\":\"?max_id=538895074235400193&q=tweepy&include_entities=1\",\"query\":\"tweepy\",\"refresh_url\":\"?since_id=539154756279996417&q=tweepy&include_entities=1\",\"count\":15,\"since_id\":0,\"since_id_str\":\"0\"}}"
+                }
+            }
+        }
+    ]
+}
\ No newline at end of file
diff --git a/cassettes/testsearchusers.json b/cassettes/testsearchusers.json
new file mode 100644 (file)
index 0000000..14640cb
--- /dev/null
@@ -0,0 +1,89 @@
+{
+    "version": 1, 
+    "interactions": [
+        {
+            "request": {
+                "body": null, 
+                "headers": {
+                    "Host": [
+                        "api.twitter.com"
+                    ]
+                }, 
+                "method": "GET", 
+                "uri": "https://api.twitter.com:443/1.1/users/search.json?q=twitter"
+            }, 
+            "response": {
+                "status": {
+                    "message": "OK", 
+                    "code": 200
+                }, 
+                "headers": {
+                    "status": [
+                        "200 OK"
+                    ], 
+                    "x-rate-limit-remaining": [
+                        "179"
+                    ], 
+                    "content-length": [
+                        "75889"
+                    ], 
+                    "expires": [
+                        "Tue, 31 Mar 1981 05:00:00 GMT"
+                    ], 
+                    "x-transaction": [
+                        "66d95fd1d74e0fb8"
+                    ], 
+                    "x-content-type-options": [
+                        "nosniff"
+                    ], 
+                    "x-connection-hash": [
+                        "ada0f90205b3f5b12509b413865a3eda"
+                    ], 
+                    "set-cookie": [
+                        "lang=en", 
+                        "guest_id=v1%3A141738009752481560; Domain=.twitter.com; Path=/; Expires=Tue, 29-Nov-2016 20:41:37 UTC"
+                    ], 
+                    "strict-transport-security": [
+                        "max-age=631138519"
+                    ], 
+                    "x-access-level": [
+                        "read-write-directmessages"
+                    ], 
+                    "server": [
+                        "tsa_b"
+                    ], 
+                    "last-modified": [
+                        "Sun, 30 Nov 2014 20:41:37 GMT"
+                    ], 
+                    "x-xss-protection": [
+                        "1; mode=block"
+                    ], 
+                    "x-rate-limit-reset": [
+                        "1417380997"
+                    ], 
+                    "pragma": [
+                        "no-cache"
+                    ], 
+                    "cache-control": [
+                        "no-cache, no-store, must-revalidate, pre-check=0, post-check=0"
+                    ], 
+                    "date": [
+                        "Sun, 30 Nov 2014 20:41:37 UTC"
+                    ], 
+                    "x-rate-limit-limit": [
+                        "180"
+                    ], 
+                    "x-frame-options": [
+                        "SAMEORIGIN"
+                    ], 
+                    "content-type": [
+                        "application/json;charset=utf-8"
+                    ]
+                }, 
+                "body": {
+                    "string": "[{\"id\":783214,\"id_str\":\"783214\",\"name\":\"Twitter\",\"screen_name\":\"twitter\",\"location\":\"San Francisco, CA\",\"profile_location\":null,\"description\":\"Your official source for news, updates and tips from Twitter, Inc.\",\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"expanded_url\":\"http:\\/\\/blog.twitter.com\\/\",\"display_url\":\"blog.twitter.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":33620558,\"friends_count\":101,\"listed_count\":86770,\"created_at\":\"Tue Feb 20 14:35:54 +0000 2007\",\"favourites_count\":21,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":1845,\"lang\":\"en\",\"status\":{\"created_at\":\"Wed Nov 26 16:29:15 +0000 2014\",\"id\":537644262628663296,\"id_str\":\"537644262628663296\",\"text\":\"We love a good bird reference. Cast your vote to help the @WhiteHouse select the National Thanksgiving Turkey: https:\\/\\/t.co\\/wMP98fpiEw\",\"source\":\"\\u003ca href=\\\"https:\\/\\/about.twitter.com\\/products\\/tweetdeck\\\" rel=\\\"nofollow\\\"\\u003eTweetDeck\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":289,\"favorite_count\":392,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"WhiteHouse\",\"name\":\"The White House\",\"id\":30313925,\"id_str\":\"30313925\",\"indices\":[58,69]}],\"urls\":[{\"url\":\"https:\\/\\/t.co\\/wMP98fpiEw\",\"expanded_url\":\"https:\\/\\/twitter.com\\/WhiteHouse\\/status\\/537617841928015872\",\"display_url\":\"twitter.com\\/WhiteHouse\\/sta\\u2026\",\"indices\":[111,134]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"ACDED6\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/783214\\/1347405327\",\"profile_link_color\":\"226699\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false},{\"id\":427475002,\"id_str\":\"427475002\",\"name\":\"Twitter Books\",\"screen_name\":\"TwitterBooks\",\"location\":\"\",\"profile_location\":null,\"description\":\"We tweet from Twitter, Inc. about books and the folks who write them. If you're an author on Twitter, we'd love to hear from you.\",\"url\":\"https:\\/\\/t.co\\/OLhnfSo8Rg\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"https:\\/\\/t.co\\/OLhnfSo8Rg\",\"expanded_url\":\"https:\\/\\/blog.twitter.com\\/media\",\"display_url\":\"blog.twitter.com\\/media\",\"indices\":[0,23]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":1458718,\"friends_count\":53,\"listed_count\":3641,\"created_at\":\"Sat Dec 03 15:36:31 +0000 2011\",\"favourites_count\":6,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":629,\"lang\":\"en\",\"status\":{\"created_at\":\"Sat Nov 29 16:00:59 +0000 2014\",\"id\":538724313101111296,\"id_str\":\"538724313101111296\",\"text\":\"This holiday season, tweet #Giveabook and @penguinrandom will donate a book to a child, giving away up to 25,000 books!\",\"source\":\"\\u003ca href=\\\"https:\\/\\/about.twitter.com\\/products\\/tweetdeck\\\" rel=\\\"nofollow\\\"\\u003eTweetDeck\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":401,\"favorite_count\":111,\"entities\":{\"hashtags\":[{\"text\":\"Giveabook\",\"indices\":[27,37]}],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"penguinrandom\",\"name\":\"Penguin Random House\",\"id\":14360757,\"id_str\":\"14360757\",\"indices\":[42,56]}],\"urls\":[]},\"favorited\":false,\"retweeted\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"C0DEED\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/656930206\\/n92i3xazai7g7knlnqpp.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/656930206\\/n92i3xazai7g7knlnqpp.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/3752494064\\/44a87fa30f16ab459a0573e14e863d46_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/3752494064\\/44a87fa30f16ab459a0573e14e863d46_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/427475002\\/1347394463\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"C0DEED\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":372575989,\"id_str\":\"372575989\",\"name\":\"Twitter for News\",\"screen_name\":\"TwitterForNews\",\"location\":\"Newsrooms everywhere\",\"profile_location\":null,\"description\":\"Spotlighting best practices and innovative uses of Twitter by journalists and newsrooms.\",\"url\":\"http:\\/\\/t.co\\/9JkXxCxkKk\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/9JkXxCxkKk\",\"expanded_url\":\"http:\\/\\/media.twitter.com\\/news\",\"display_url\":\"media.twitter.com\\/news\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":1246719,\"friends_count\":14,\"listed_count\":4163,\"created_at\":\"Tue Sep 13 01:06:02 +0000 2011\",\"favourites_count\":64,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":765,\"lang\":\"en\",\"status\":{\"created_at\":\"Tue Nov 25 14:59:54 +0000 2014\",\"id\":537259386537017344,\"id_str\":\"537259386537017344\",\"text\":\"Watch America react to the #Ferguson decision on Twitter. Animated map: http:\\/\\/t.co\\/FdAdgWB8CO via @TwitterData http:\\/\\/t.co\\/Xj6f4JHQzS\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":158,\"favorite_count\":89,\"entities\":{\"hashtags\":[{\"text\":\"Ferguson\",\"indices\":[27,36]}],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"TwitterData\",\"name\":\"Twitter Data\",\"id\":1526228120,\"id_str\":\"1526228120\",\"indices\":[99,111]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/FdAdgWB8CO\",\"expanded_url\":\"http:\\/\\/srogers.cartodb.com\\/viz\\/64f6c0f4-745d-11e4-b4e1-0e4fddd5de28\\/embed_map\",\"display_url\":\"srogers.cartodb.com\\/viz\\/64f6c0f4-7\\u2026\",\"indices\":[72,94]}],\"media\":[{\"id\":537259385916235777,\"id_str\":\"537259385916235777\",\"indices\":[112,134],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3S6kKHIIAEzJnn.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3S6kKHIIAEzJnn.png\",\"url\":\"http:\\/\\/t.co\\/Xj6f4JHQzS\",\"display_url\":\"pic.twitter.com\\/Xj6f4JHQzS\",\"expanded_url\":\"http:\\/\\/twitter.com\\/TwitterForNews\\/status\\/537259386537017344\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":198,\"resize\":\"fit\"},\"medium\":{\"w\":599,\"h\":349,\"resize\":\"fit\"},\"large\":{\"w\":599,\"h\":349,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"C0DEED\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/656932469\\/xo4xip2rrkl3xibsrboe.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/656932469\\/xo4xip2rrkl3xibsrboe.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/3756363930\\/c96b2ab95a4149493229210abaf1f1fa_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/3756363930\\/c96b2ab95a4149493229210abaf1f1fa_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/372575989\\/1396973614\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"C0DEED\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":222953824,\"id_str\":\"222953824\",\"name\":\"Twitter Government\",\"screen_name\":\"gov\",\"location\":\"Washington, DC\",\"profile_location\":null,\"description\":\"Updates from the Twitter Government & Politics team, tracking creative & effective uses of Twitter for civic engagement. RTs & examples\\u2260political endorsements.\",\"url\":\"http:\\/\\/t.co\\/gsq7JK76IN\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/gsq7JK76IN\",\"expanded_url\":\"http:\\/\\/gov.twitter.com\",\"display_url\":\"gov.twitter.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":748853,\"friends_count\":3,\"listed_count\":3343,\"created_at\":\"Sat Dec 04 23:27:01 +0000 2010\",\"favourites_count\":19,\"utc_offset\":-18000,\"time_zone\":\"Eastern Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":1178,\"lang\":\"en\",\"status\":{\"created_at\":\"Wed Nov 26 16:30:04 +0000 2014\",\"id\":537644465092304898,\"id_str\":\"537644465092304898\",\"text\":\"RT @twitter: We love a good bird reference. Cast your vote to help the @WhiteHouse select the National Thanksgiving Turkey: https:\\/\\/t.co\\/wM\\u2026\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweeted_status\":{\"created_at\":\"Wed Nov 26 16:29:15 +0000 2014\",\"id\":537644262628663296,\"id_str\":\"537644262628663296\",\"text\":\"We love a good bird reference. Cast your vote to help the @WhiteHouse select the National Thanksgiving Turkey: https:\\/\\/t.co\\/wMP98fpiEw\",\"source\":\"\\u003ca href=\\\"https:\\/\\/about.twitter.com\\/products\\/tweetdeck\\\" rel=\\\"nofollow\\\"\\u003eTweetDeck\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":289,\"favorite_count\":392,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"WhiteHouse\",\"name\":\"The White House\",\"id\":30313925,\"id_str\":\"30313925\",\"indices\":[58,69]}],\"urls\":[{\"url\":\"https:\\/\\/t.co\\/wMP98fpiEw\",\"expanded_url\":\"https:\\/\\/twitter.com\\/WhiteHouse\\/status\\/537617841928015872\",\"display_url\":\"twitter.com\\/WhiteHouse\\/sta\\u2026\",\"indices\":[111,134]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"retweet_count\":289,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"twitter\",\"name\":\"Twitter\",\"id\":783214,\"id_str\":\"783214\",\"indices\":[3,11]},{\"screen_name\":\"WhiteHouse\",\"name\":\"The White House\",\"id\":30313925,\"id_str\":\"30313925\",\"indices\":[71,82]}],\"urls\":[{\"url\":\"https:\\/\\/t.co\\/wMP98fpiEw\",\"expanded_url\":\"https:\\/\\/twitter.com\\/WhiteHouse\\/status\\/537617841928015872\",\"display_url\":\"twitter.com\\/WhiteHouse\\/sta\\u2026\",\"indices\":[124,140]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"C0DEED\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/378138859\\/townhallbg.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/378138859\\/townhallbg.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/531872382793707520\\/renUd2dR_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/531872382793707520\\/renUd2dR_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/222953824\\/1408990539\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"C0DEED\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false},{\"id\":234489024,\"id_str\":\"234489024\",\"name\":\"Twitter Comms\",\"screen_name\":\"twittercomms\",\"location\":\"\",\"profile_location\":null,\"description\":\"Voice of the Twitter Communications team. We share stories from, and news about, Twitter.\",\"url\":\"https:\\/\\/t.co\\/ZWUHIgNmgP\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"https:\\/\\/t.co\\/ZWUHIgNmgP\",\"expanded_url\":\"https:\\/\\/about.twitter.com\\/press\",\"display_url\":\"about.twitter.com\\/press\",\"indices\":[0,23]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":237079,\"friends_count\":156,\"listed_count\":1444,\"created_at\":\"Wed Jan 05 19:52:33 +0000 2011\",\"favourites_count\":8,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":617,\"lang\":\"en\",\"status\":{\"created_at\":\"Wed Nov 19 17:06:36 +0000 2014\",\"id\":535116943758340097,\"id_str\":\"535116943758340097\",\"text\":\"Move over, Cyber Monday, for \\u201cTwitter Wednesday\\u201d - biggest day for conversation around deals, sales (@mainstr):   http:\\/\\/t.co\\/WSw1q3rjo4\",\"source\":\"\\u003ca href=\\\"https:\\/\\/about.twitter.com\\/products\\/tweetdeck\\\" rel=\\\"nofollow\\\"\\u003eTweetDeck\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":3,\"favorite_count\":7,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"MainStr\",\"name\":\"MainStreet\",\"id\":15767621,\"id_str\":\"15767621\",\"indices\":[101,109]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/WSw1q3rjo4\",\"expanded_url\":\"http:\\/\\/www.mainstreet.com\\/article\\/twitter-wednesday-joins-black-friday-and-cyber-monday-for-bargains\\/page\\/2\",\"display_url\":\"mainstreet.com\\/article\\/twitte\\u2026\",\"indices\":[114,136]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"C0DEED\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/656936867\\/0btzj40rx96yzxcn5qoa.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/656936867\\/0btzj40rx96yzxcn5qoa.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/2284174874\\/h8zi79wfvlih4tcuh41y_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/2284174874\\/h8zi79wfvlih4tcuh41y_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/234489024\\/1347394908\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"C0DEED\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":130649891,\"id_str\":\"130649891\",\"name\":\"Twitter Media\",\"screen_name\":\"twittermedia\",\"location\":\"San Francisco\",\"profile_location\":null,\"description\":\"Tracking cool, meaningful uses of Tweets in media, tv, sports, entertainment and journalism. Send us tips! https:\\/\\/t.co\\/KM5HvDzxl1\",\"url\":\"https:\\/\\/t.co\\/bSpm1OsJO2\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"https:\\/\\/t.co\\/bSpm1OsJO2\",\"expanded_url\":\"https:\\/\\/blog.twitter.com\\/media\",\"display_url\":\"blog.twitter.com\\/media\",\"indices\":[0,23]}]},\"description\":{\"urls\":[{\"url\":\"https:\\/\\/t.co\\/KM5HvDzxl1\",\"expanded_url\":\"https:\\/\\/media.twitter.com\\/\",\"display_url\":\"media.twitter.com\",\"indices\":[107,130]}]}},\"protected\":false,\"followers_count\":4171336,\"friends_count\":295,\"listed_count\":10068,\"created_at\":\"Wed Apr 07 22:41:40 +0000 2010\",\"favourites_count\":125,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":1280,\"lang\":\"en\",\"status\":{\"created_at\":\"Wed Nov 19 01:53:31 +0000 2014\",\"id\":534887161640677377,\"id_str\":\"534887161640677377\",\"text\":\"#TheInterviewMovie co-directors @Sethrogen and @evandgoldberg visited Twitter HQ today for a Q&amp;A. Check it out:  https:\\/\\/t.co\\/kxYjT4WF7K\",\"source\":\"\\u003ca href=\\\"https:\\/\\/about.twitter.com\\/products\\/tweetdeck\\\" rel=\\\"nofollow\\\"\\u003eTweetDeck\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":51,\"favorite_count\":38,\"entities\":{\"hashtags\":[{\"text\":\"TheInterviewMovie\",\"indices\":[0,18]}],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"Sethrogen\",\"name\":\"Seth Rogen\",\"id\":443215941,\"id_str\":\"443215941\",\"indices\":[32,42]},{\"screen_name\":\"evandgoldberg\",\"name\":\"Evan Goldberg\",\"id\":158639291,\"id_str\":\"158639291\",\"indices\":[47,61]}],\"urls\":[{\"url\":\"https:\\/\\/t.co\\/kxYjT4WF7K\",\"expanded_url\":\"https:\\/\\/twitter.com\\/TwitterMovies\\/timelines\\/534884919961329664\",\"display_url\":\"twitter.com\\/TwitterMovies\\/\\u2026\",\"indices\":[117,140]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"131516\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/3752514126\\/0a78819053b9451d8e201de2950197ab_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/3752514126\\/0a78819053b9451d8e201de2950197ab_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/130649891\\/1396978668\",\"profile_link_color\":\"009999\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"EFEFEF\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false},{\"id\":373471064,\"id_str\":\"373471064\",\"name\":\"Twitter Music\",\"screen_name\":\"TwitterMusic\",\"location\":\"Twitter HQ\",\"profile_location\":null,\"description\":\"Music related Tweets from around the world.\",\"url\":\"http:\\/\\/t.co\\/7eUtBKV1bf\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/7eUtBKV1bf\",\"expanded_url\":\"http:\\/\\/music.twitter.com\",\"display_url\":\"music.twitter.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":5907925,\"friends_count\":152,\"listed_count\":8775,\"created_at\":\"Wed Sep 14 16:50:47 +0000 2011\",\"favourites_count\":518,\"utc_offset\":-36000,\"time_zone\":\"Hawaii\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":5537,\"lang\":\"en\",\"status\":{\"created_at\":\"Sun Nov 30 20:02:49 +0000 2014\",\"id\":539147559802245122,\"id_str\":\"539147559802245122\",\"text\":\"RT @CFL: On our way out! #GreyCup http:\\/\\/t.co\\/gH57wFqLJ5\",\"source\":\"\\u003ca href=\\\"https:\\/\\/about.twitter.com\\/products\\/tweetdeck\\\" rel=\\\"nofollow\\\"\\u003eTweetDeck\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweeted_status\":{\"created_at\":\"Sun Nov 30 04:45:11 +0000 2014\",\"id\":538916627727646722,\"id_str\":\"538916627727646722\",\"text\":\"On our way out! #GreyCup http:\\/\\/t.co\\/gH57wFqLJ5\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003eTwitter for iPhone\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":154,\"favorite_count\":431,\"entities\":{\"hashtags\":[{\"text\":\"GreyCup\",\"indices\":[16,24]}],\"symbols\":[],\"user_mentions\":[],\"urls\":[],\"media\":[{\"id\":538916620341493760,\"id_str\":\"538916620341493760\",\"indices\":[25,47],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3qdz5cCQAAQ90g.jpg\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3qdz5cCQAAQ90g.jpg\",\"url\":\"http:\\/\\/t.co\\/gH57wFqLJ5\",\"display_url\":\"pic.twitter.com\\/gH57wFqLJ5\",\"expanded_url\":\"http:\\/\\/twitter.com\\/CFL\\/status\\/538916627727646722\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"small\":{\"w\":340,\"h\":453,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":800,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"large\":{\"w\":768,\"h\":1024,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"retweet_count\":154,\"favorite_count\":0,\"entities\":{\"hashtags\":[{\"text\":\"GreyCup\",\"indices\":[25,33]}],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"CFL\",\"name\":\"CFL Official Feed\",\"id\":18194219,\"id_str\":\"18194219\",\"indices\":[3,7]}],\"urls\":[],\"media\":[{\"id\":538916620341493760,\"id_str\":\"538916620341493760\",\"indices\":[34,56],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3qdz5cCQAAQ90g.jpg\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3qdz5cCQAAQ90g.jpg\",\"url\":\"http:\\/\\/t.co\\/gH57wFqLJ5\",\"display_url\":\"pic.twitter.com\\/gH57wFqLJ5\",\"expanded_url\":\"http:\\/\\/twitter.com\\/CFL\\/status\\/538916627727646722\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"small\":{\"w\":340,\"h\":453,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":800,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"large\":{\"w\":768,\"h\":1024,\"resize\":\"fit\"}},\"source_status_id\":538916627727646722,\"source_status_id_str\":\"538916627727646722\"}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"131516\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/378800000449287089\\/70dea90873e8a0f92fd582b4d04cfd4b_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/378800000449287089\\/70dea90873e8a0f92fd582b4d04cfd4b_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/373471064\\/1347670819\",\"profile_link_color\":\"009999\",\"profile_sidebar_border_color\":\"000000\",\"profile_sidebar_fill_color\":\"EFEFEF\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":1526228120,\"id_str\":\"1526228120\",\"name\":\"Twitter Data\",\"screen_name\":\"TwitterData\",\"location\":\"San Francisco\",\"profile_location\":null,\"description\":\"Your official source for the latest data analysis, visualizations and things we like from across the web\",\"url\":\"https:\\/\\/t.co\\/gWYTYnyYiO\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"https:\\/\\/t.co\\/gWYTYnyYiO\",\"expanded_url\":\"https:\\/\\/interactive.twitter.com\",\"display_url\":\"interactive.twitter.com\",\"indices\":[0,23]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":118676,\"friends_count\":8,\"listed_count\":2207,\"created_at\":\"Mon Jun 17 23:57:45 +0000 2013\",\"favourites_count\":3,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":849,\"lang\":\"en\",\"status\":{\"created_at\":\"Tue Nov 25 16:05:06 +0000 2014\",\"id\":537275797115920385,\"id_str\":\"537275797115920385\",\"text\":\"RT @smfrogers: For anyone interested in how we make dot maps (and why) @TwitterData https:\\/\\/t.co\\/9Hd0Au7USk http:\\/\\/t.co\\/8LZFT7cwZV\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003eTwitter for Android\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweeted_status\":{\"created_at\":\"Tue Nov 25 16:04:41 +0000 2014\",\"id\":537275689087401984,\"id_str\":\"537275689087401984\",\"text\":\"For anyone interested in how we make dot maps (and why) @TwitterData https:\\/\\/t.co\\/9Hd0Au7USk http:\\/\\/t.co\\/8LZFT7cwZV\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003eTwitter for Android\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":{\"type\":\"Point\",\"coordinates\":[37.6127216,-122.3900895]},\"coordinates\":{\"type\":\"Point\",\"coordinates\":[-122.3900895,37.6127216]},\"place\":{\"id\":\"fbd6d2f5a4e4a15e\",\"url\":\"https:\\/\\/api.twitter.com\\/1.1\\/geo\\/id\\/fbd6d2f5a4e4a15e.json\",\"place_type\":\"admin\",\"name\":\"California\",\"full_name\":\"California, US\",\"country_code\":\"US\",\"country\":\"United States\",\"contained_within\":[],\"bounding_box\":{\"type\":\"Polygon\",\"coordinates\":[[[-124.482003,32.528832],[-114.131212,32.528832],[-114.131212,42.009519],[-124.482003,42.009519]]]},\"attributes\":{}},\"contributors\":null,\"retweet_count\":61,\"favorite_count\":97,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"TwitterData\",\"name\":\"Twitter Data\",\"id\":1526228120,\"id_str\":\"1526228120\",\"indices\":[56,68]}],\"urls\":[{\"url\":\"https:\\/\\/t.co\\/9Hd0Au7USk\",\"expanded_url\":\"https:\\/\\/source.opennews.org\\/en-US\\/articles\\/twitter-mapping\\/\",\"display_url\":\"source.opennews.org\\/en-US\\/articles\\u2026\",\"indices\":[69,92]}],\"media\":[{\"id\":537275688609280001,\"id_str\":\"537275688609280001\",\"indices\":[93,115],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3TJZGYCcAEVUV2.jpg\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3TJZGYCcAEVUV2.jpg\",\"url\":\"http:\\/\\/t.co\\/8LZFT7cwZV\",\"display_url\":\"pic.twitter.com\\/8LZFT7cwZV\",\"expanded_url\":\"http:\\/\\/twitter.com\\/smfrogers\\/status\\/537275689087401984\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"medium\":{\"w\":600,\"h\":321,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":182,\"resize\":\"fit\"},\"large\":{\"w\":700,\"h\":375,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"retweet_count\":61,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"smfrogers\",\"name\":\"Simon Rogers\",\"id\":14420872,\"id_str\":\"14420872\",\"indices\":[3,13]},{\"screen_name\":\"TwitterData\",\"name\":\"Twitter Data\",\"id\":1526228120,\"id_str\":\"1526228120\",\"indices\":[71,83]}],\"urls\":[{\"url\":\"https:\\/\\/t.co\\/9Hd0Au7USk\",\"expanded_url\":\"https:\\/\\/source.opennews.org\\/en-US\\/articles\\/twitter-mapping\\/\",\"display_url\":\"source.opennews.org\\/en-US\\/articles\\u2026\",\"indices\":[84,107]}],\"media\":[{\"id\":537275688609280001,\"id_str\":\"537275688609280001\",\"indices\":[108,130],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3TJZGYCcAEVUV2.jpg\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3TJZGYCcAEVUV2.jpg\",\"url\":\"http:\\/\\/t.co\\/8LZFT7cwZV\",\"display_url\":\"pic.twitter.com\\/8LZFT7cwZV\",\"expanded_url\":\"http:\\/\\/twitter.com\\/smfrogers\\/status\\/537275689087401984\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"medium\":{\"w\":600,\"h\":321,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":182,\"resize\":\"fit\"},\"large\":{\"w\":700,\"h\":375,\"resize\":\"fit\"}},\"source_status_id\":537275689087401984,\"source_status_id_str\":\"537275689087401984\"}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"131516\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/378800000079832947\\/a1e83160378bce402803aefcfb07e167_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/378800000079832947\\/a1e83160378bce402803aefcfb07e167_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/1526228120\\/1397069188\",\"profile_link_color\":\"009999\",\"profile_sidebar_border_color\":\"EEEEEE\",\"profile_sidebar_fill_color\":\"EFEFEF\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":300392950,\"id_str\":\"300392950\",\"name\":\"Twitter Sports\",\"screen_name\":\"TwitterSports\",\"location\":\"TwitterHQ\",\"profile_location\":null,\"description\":\"Sports related tweets from around the world.\",\"url\":\"https:\\/\\/t.co\\/J9jRbknG4l\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"https:\\/\\/t.co\\/J9jRbknG4l\",\"expanded_url\":\"https:\\/\\/blog.twitter.com\\/media\",\"display_url\":\"blog.twitter.com\\/media\",\"indices\":[0,23]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":4248277,\"friends_count\":263,\"listed_count\":6486,\"created_at\":\"Tue May 17 17:54:29 +0000 2011\",\"favourites_count\":62,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":2138,\"lang\":\"en\",\"status\":{\"created_at\":\"Sun Nov 30 01:43:00 +0000 2014\",\"id\":538870779103158272,\"id_str\":\"538870779103158272\",\"text\":\"RT @USCBookstore: Wake up, Trojans, it's game day! Get your No Shamrocks T now! #FightOn #USC https:\\/\\/t.co\\/MgSI9Aa95B\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003eTwitter for iPhone\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweeted_status\":{\"created_at\":\"Sat Nov 29 17:00:07 +0000 2014\",\"id\":538739192843350021,\"id_str\":\"538739192843350021\",\"text\":\"Wake up, Trojans, it's game day! Get your No Shamrocks T now! #FightOn #USC https:\\/\\/t.co\\/MgSI9Aa95B\",\"source\":\"\\u003ca href=\\\"https:\\/\\/ads.twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Ads\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":40,\"favorite_count\":17,\"entities\":{\"hashtags\":[{\"text\":\"FightOn\",\"indices\":[62,70]},{\"text\":\"USC\",\"indices\":[71,75]}],\"symbols\":[],\"user_mentions\":[],\"urls\":[{\"url\":\"https:\\/\\/t.co\\/MgSI9Aa95B\",\"expanded_url\":\"https:\\/\\/api.flightly.com\\/commerce\\/merchants\\/873ff7e0-687b-11e4-9803-0800200c9a66\\/cards\\/911d7d50-7442-11e4-a775-2d430f5899c6\",\"display_url\":\"api.flightly.com\\/commerce\\/merch\\u2026\",\"indices\":[76,99]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"retweet_count\":40,\"favorite_count\":0,\"entities\":{\"hashtags\":[{\"text\":\"FightOn\",\"indices\":[80,88]},{\"text\":\"USC\",\"indices\":[89,93]}],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"USCBookstore\",\"name\":\"USC Bookstore\",\"id\":39372927,\"id_str\":\"39372927\",\"indices\":[3,16]}],\"urls\":[{\"url\":\"https:\\/\\/t.co\\/MgSI9Aa95B\",\"expanded_url\":\"https:\\/\\/api.flightly.com\\/commerce\\/merchants\\/873ff7e0-687b-11e4-9803-0800200c9a66\\/cards\\/911d7d50-7442-11e4-a775-2d430f5899c6\",\"display_url\":\"api.flightly.com\\/commerce\\/merch\\u2026\",\"indices\":[94,117]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"C0DEED\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/656936359\\/pjmryisi4g22te2awpxb.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/656936359\\/pjmryisi4g22te2awpxb.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/3752498247\\/a26b3f2a944f600b8bc990d02cd96928_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/3752498247\\/a26b3f2a944f600b8bc990d02cd96928_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/300392950\\/1396972348\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"C0DEED\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false},{\"id\":436266454,\"id_str\":\"436266454\",\"name\":\"Twitter Movies\",\"screen_name\":\"TwitterMovies\",\"location\":\"\",\"profile_location\":null,\"description\":\"News, trailers, and fun facts from the silver screen.\",\"url\":null,\"entities\":{\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":2316692,\"friends_count\":179,\"listed_count\":2869,\"created_at\":\"Wed Dec 14 00:18:42 +0000 2011\",\"favourites_count\":124,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":1874,\"lang\":\"en\",\"status\":{\"created_at\":\"Sun Nov 30 20:25:50 +0000 2014\",\"id\":539153351045545984,\"id_str\":\"539153351045545984\",\"text\":\"RT @craigzadan: FOLLOW US every day  \\n@craigzadan @neilmeron \\nUpdates on #PeterPanLive &amp; The #Oscars \\nExclusive pics\\nLive Tweeting http:\\/\\/t\\u2026\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003eTwitter for iPhone\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweeted_status\":{\"created_at\":\"Sun Nov 30 20:21:56 +0000 2014\",\"id\":539152371432316928,\"id_str\":\"539152371432316928\",\"text\":\"FOLLOW US every day  \\n@craigzadan @neilmeron \\nUpdates on #PeterPanLive &amp; The #Oscars \\nExclusive pics\\nLive Tweeting http:\\/\\/t.co\\/MaD62Pt8f7\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":6,\"favorite_count\":8,\"entities\":{\"hashtags\":[{\"text\":\"PeterPanLive\",\"indices\":[57,70]},{\"text\":\"Oscars\",\"indices\":[81,88]}],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"craigzadan\",\"name\":\"Craig Zadan\",\"id\":985395878,\"id_str\":\"985395878\",\"indices\":[22,33]},{\"screen_name\":\"neilmeron\",\"name\":\"Neil Meron\",\"id\":210876407,\"id_str\":\"210876407\",\"indices\":[34,44]}],\"urls\":[],\"media\":[{\"id\":539152370643369984,\"id_str\":\"539152370643369984\",\"indices\":[119,141],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3t0OXwCAAAV5QQ.jpg\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3t0OXwCAAAV5QQ.jpg\",\"url\":\"http:\\/\\/t.co\\/MaD62Pt8f7\",\"display_url\":\"pic.twitter.com\\/MaD62Pt8f7\",\"expanded_url\":\"http:\\/\\/twitter.com\\/craigzadan\\/status\\/539152371432316928\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"small\":{\"w\":340,\"h\":425,\"resize\":\"fit\"},\"large\":{\"w\":1024,\"h\":1280,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"medium\":{\"w\":600,\"h\":750,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"retweet_count\":6,\"favorite_count\":0,\"entities\":{\"hashtags\":[{\"text\":\"PeterPanLive\",\"indices\":[73,86]},{\"text\":\"Oscars\",\"indices\":[97,104]}],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"craigzadan\",\"name\":\"Craig Zadan\",\"id\":985395878,\"id_str\":\"985395878\",\"indices\":[3,14]},{\"screen_name\":\"craigzadan\",\"name\":\"Craig Zadan\",\"id\":985395878,\"id_str\":\"985395878\",\"indices\":[38,49]},{\"screen_name\":\"neilmeron\",\"name\":\"Neil Meron\",\"id\":210876407,\"id_str\":\"210876407\",\"indices\":[50,60]}],\"urls\":[],\"media\":[{\"id\":539152370643369984,\"id_str\":\"539152370643369984\",\"indices\":[143,144],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3t0OXwCAAAV5QQ.jpg\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3t0OXwCAAAV5QQ.jpg\",\"url\":\"http:\\/\\/t.co\\/MaD62Pt8f7\",\"display_url\":\"pic.twitter.com\\/MaD62Pt8f7\",\"expanded_url\":\"http:\\/\\/twitter.com\\/craigzadan\\/status\\/539152371432316928\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"small\":{\"w\":340,\"h\":425,\"resize\":\"fit\"},\"large\":{\"w\":1024,\"h\":1280,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"medium\":{\"w\":600,\"h\":750,\"resize\":\"fit\"}},\"source_status_id\":539152371432316928,\"source_status_id_str\":\"539152371432316928\"}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"C0DEED\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/533938350\\/twitter_movies_bkg.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/533938350\\/twitter_movies_bkg.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/3782455568\\/fd405c11cd9ca7f29aa158fc4ac5f0a1_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/3782455568\\/fd405c11cd9ca7f29aa158fc4ac5f0a1_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/436266454\\/1347404339\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"C0DEED\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":586198217,\"id_str\":\"586198217\",\"name\":\"Twitter TV\",\"screen_name\":\"twittertv\",\"location\":\"in front of the tube\",\"profile_location\":null,\"description\":\"TV related tweets from our couch.\",\"url\":\"https:\\/\\/t.co\\/avIfjdXODN\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"https:\\/\\/t.co\\/avIfjdXODN\",\"expanded_url\":\"https:\\/\\/blog.twitter.com\\/media\",\"display_url\":\"blog.twitter.com\\/media\",\"indices\":[0,23]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":1590370,\"friends_count\":1032,\"listed_count\":1994,\"created_at\":\"Mon May 21 03:07:38 +0000 2012\",\"favourites_count\":930,\"utc_offset\":-25200,\"time_zone\":\"Arizona\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":5419,\"lang\":\"en\",\"status\":{\"created_at\":\"Sat Nov 29 21:23:34 +0000 2014\",\"id\":538805491556556800,\"id_str\":\"538805491556556800\",\"text\":\"RT @neilmeron: See the entire #MakingofPeterPanLive on @nbc.com or click here: http:\\/\\/t.co\\/SFLhy5kjmV \\u2026 @craigzadan #PeterPanLive\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003eTwitter for iPhone\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweeted_status\":{\"created_at\":\"Sat Nov 29 21:22:17 +0000 2014\",\"id\":538805170986315777,\"id_str\":\"538805170986315777\",\"text\":\"See the entire #MakingofPeterPanLive on @nbc.com or click here: http:\\/\\/t.co\\/SFLhy5kjmV \\u2026 @craigzadan #PeterPanLive\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":40,\"favorite_count\":24,\"entities\":{\"hashtags\":[{\"text\":\"MakingofPeterPanLive\",\"indices\":[15,36]},{\"text\":\"PeterPanLive\",\"indices\":[101,114]}],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"nbc\",\"name\":\"NBC\",\"id\":26585095,\"id_str\":\"26585095\",\"indices\":[40,44]},{\"screen_name\":\"craigzadan\",\"name\":\"Craig Zadan\",\"id\":985395878,\"id_str\":\"985395878\",\"indices\":[89,100]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/SFLhy5kjmV\",\"expanded_url\":\"http:\\/\\/www.nbc.com\\/peter-pan-live\\/video\\/the-making-of-peter-pan-live\\/2829788?onid=212781#vc212781=1\",\"display_url\":\"nbc.com\\/peter-pan-live\\u2026\",\"indices\":[64,86]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"retweet_count\":40,\"favorite_count\":0,\"entities\":{\"hashtags\":[{\"text\":\"MakingofPeterPanLive\",\"indices\":[30,51]},{\"text\":\"PeterPanLive\",\"indices\":[116,129]}],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"neilmeron\",\"name\":\"Neil Meron\",\"id\":210876407,\"id_str\":\"210876407\",\"indices\":[3,13]},{\"screen_name\":\"nbc\",\"name\":\"NBC\",\"id\":26585095,\"id_str\":\"26585095\",\"indices\":[55,59]},{\"screen_name\":\"craigzadan\",\"name\":\"Craig Zadan\",\"id\":985395878,\"id_str\":\"985395878\",\"indices\":[104,115]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/SFLhy5kjmV\",\"expanded_url\":\"http:\\/\\/www.nbc.com\\/peter-pan-live\\/video\\/the-making-of-peter-pan-live\\/2829788?onid=212781#vc212781=1\",\"display_url\":\"nbc.com\\/peter-pan-live\\u2026\",\"indices\":[79,101]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"C0DEED\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/656936539\\/af8i1j1p2mqpjyhrefwi.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/656936539\\/af8i1j1p2mqpjyhrefwi.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/2305402324\\/v8kc4mcskxulus63prhv_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/2305402324\\/v8kc4mcskxulus63prhv_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/586198217\\/1396979968\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":2249227194,\"id_str\":\"2249227194\",\"name\":\"Twitter Sports AU\",\"screen_name\":\"TwitterSportsAU\",\"location\":\"Australia\",\"profile_location\":null,\"description\":\"Highlighting best practices and Twitter integration in Australian sport.\",\"url\":\"https:\\/\\/t.co\\/Soc6fMmHxy\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"https:\\/\\/t.co\\/Soc6fMmHxy\",\"expanded_url\":\"https:\\/\\/media.twitter.com\\/sports\",\"display_url\":\"media.twitter.com\\/sports\",\"indices\":[0,23]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":6284,\"friends_count\":256,\"listed_count\":53,\"created_at\":\"Mon Dec 16 19:48:54 +0000 2013\",\"favourites_count\":207,\"utc_offset\":39600,\"time_zone\":\"Melbourne\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":671,\"lang\":\"en\",\"status\":{\"created_at\":\"Fri Nov 28 03:29:08 +0000 2014\",\"id\":538172715199246336,\"id_str\":\"538172715199246336\",\"text\":\"RT @CricketAus: A special video tribute to Phillip Hughes, put together by @AC_Goldie. #PhillipHughes408\\nhttps:\\/\\/t.co\\/DtonutiEss\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003eTwitter for iPhone\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweeted_status\":{\"created_at\":\"Thu Nov 27 13:20:53 +0000 2014\",\"id\":537959246747299842,\"id_str\":\"537959246747299842\",\"text\":\"A special video tribute to Phillip Hughes, put together by @AC_Goldie. #PhillipHughes408\\nhttps:\\/\\/t.co\\/DtonutiEss\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":2906,\"favorite_count\":1822,\"entities\":{\"hashtags\":[{\"text\":\"PhillipHughes408\",\"indices\":[71,88]}],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"AC_Goldie\",\"name\":\"Adam Goldfinch\",\"id\":253249354,\"id_str\":\"253249354\",\"indices\":[59,69]}],\"urls\":[{\"url\":\"https:\\/\\/t.co\\/DtonutiEss\",\"expanded_url\":\"https:\\/\\/amp.twimg.com\\/v\\/9e5a87dd-4059-4555-a805-814ad3e636f2\",\"display_url\":\"amp.twimg.com\\/v\\/9e5a87dd-405\\u2026\",\"indices\":[89,112]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"retweet_count\":2906,\"favorite_count\":0,\"entities\":{\"hashtags\":[{\"text\":\"PhillipHughes408\",\"indices\":[87,104]}],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"CricketAus\",\"name\":\"cricket.com.au\",\"id\":17692554,\"id_str\":\"17692554\",\"indices\":[3,14]},{\"screen_name\":\"AC_Goldie\",\"name\":\"Adam Goldfinch\",\"id\":253249354,\"id_str\":\"253249354\",\"indices\":[75,85]}],\"urls\":[{\"url\":\"https:\\/\\/t.co\\/DtonutiEss\",\"expanded_url\":\"https:\\/\\/amp.twimg.com\\/v\\/9e5a87dd-4059-4555-a805-814ad3e636f2\",\"display_url\":\"amp.twimg.com\\/v\\/9e5a87dd-405\\u2026\",\"indices\":[105,128]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"C0DEED\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/530813771040583680\\/YwRCkscm_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/530813771040583680\\/YwRCkscm_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/2249227194\\/1400271255\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"C0DEED\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":true,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":2327988998,\"id_str\":\"2327988998\",\"name\":\"Twitter Sports CA\",\"screen_name\":\"TwitterSportsCA\",\"location\":\"\",\"profile_location\":null,\"description\":\"The official source of the best Canadian Sports Tweets.\",\"url\":\"https:\\/\\/t.co\\/EpXDaPtho5\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"https:\\/\\/t.co\\/EpXDaPtho5\",\"expanded_url\":\"https:\\/\\/blog.twitter.com\\/canada\",\"display_url\":\"blog.twitter.com\\/canada\",\"indices\":[0,23]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":36942,\"friends_count\":702,\"listed_count\":144,\"created_at\":\"Wed Feb 05 01:19:42 +0000 2014\",\"favourites_count\":1665,\"utc_offset\":-25200,\"time_zone\":\"Arizona\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":2183,\"lang\":\"en\",\"status\":{\"created_at\":\"Sun Nov 30 20:19:56 +0000 2014\",\"id\":539151865964158976,\"id_str\":\"539151865964158976\",\"text\":\"RT @CFL: Can't. Wait. #GreyCup http:\\/\\/t.co\\/QAvMLxYDq3\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweeted_status\":{\"created_at\":\"Sun Nov 30 19:09:47 +0000 2014\",\"id\":539134210896691200,\"id_str\":\"539134210896691200\",\"text\":\"Can't. Wait. #GreyCup http:\\/\\/t.co\\/QAvMLxYDq3\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003eTwitter for iPhone\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":53,\"favorite_count\":48,\"entities\":{\"hashtags\":[{\"text\":\"GreyCup\",\"indices\":[13,21]}],\"symbols\":[],\"user_mentions\":[],\"urls\":[],\"media\":[{\"id\":539134199643385857,\"id_str\":\"539134199643385857\",\"indices\":[22,44],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3tjsrgCMAEYzwn.jpg\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3tjsrgCMAEYzwn.jpg\",\"url\":\"http:\\/\\/t.co\\/QAvMLxYDq3\",\"display_url\":\"pic.twitter.com\\/QAvMLxYDq3\",\"expanded_url\":\"http:\\/\\/twitter.com\\/CFL\\/status\\/539134210896691200\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"large\":{\"w\":1024,\"h\":504,\"resize\":\"fit\"},\"small\":{\"w\":340,\"h\":167,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"medium\":{\"w\":600,\"h\":295,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"retweet_count\":53,\"favorite_count\":0,\"entities\":{\"hashtags\":[{\"text\":\"GreyCup\",\"indices\":[22,30]}],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"CFL\",\"name\":\"CFL Official Feed\",\"id\":18194219,\"id_str\":\"18194219\",\"indices\":[3,7]}],\"urls\":[],\"media\":[{\"id\":539134199643385857,\"id_str\":\"539134199643385857\",\"indices\":[31,53],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3tjsrgCMAEYzwn.jpg\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3tjsrgCMAEYzwn.jpg\",\"url\":\"http:\\/\\/t.co\\/QAvMLxYDq3\",\"display_url\":\"pic.twitter.com\\/QAvMLxYDq3\",\"expanded_url\":\"http:\\/\\/twitter.com\\/CFL\\/status\\/539134210896691200\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"large\":{\"w\":1024,\"h\":504,\"resize\":\"fit\"},\"small\":{\"w\":340,\"h\":167,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"medium\":{\"w\":600,\"h\":295,\"resize\":\"fit\"}},\"source_status_id\":539134210896691200,\"source_status_id_str\":\"539134210896691200\"}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"C0DEED\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/477452224751091712\\/5tGzfKkS_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/477452224751091712\\/5tGzfKkS_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/2327988998\\/1416702711\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"C0DEED\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":17874544,\"id_str\":\"17874544\",\"name\":\"Twitter Support\",\"screen_name\":\"Support\",\"location\":\"Twitter HQ\",\"profile_location\":null,\"description\":\"Helping you get the most out of Twitter.\",\"url\":\"http:\\/\\/t.co\\/Vk1NkwU8qP\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/Vk1NkwU8qP\",\"expanded_url\":\"http:\\/\\/support.twitter.com\",\"display_url\":\"support.twitter.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":3349029,\"friends_count\":31,\"listed_count\":13296,\"created_at\":\"Thu Dec 04 18:51:57 +0000 2008\",\"favourites_count\":93,\"utc_offset\":-32400,\"time_zone\":\"Alaska\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":4905,\"lang\":\"en\",\"status\":{\"created_at\":\"Sun Nov 30 08:28:48 +0000 2014\",\"id\":538972903769796608,\"id_str\":\"538972903769796608\",\"text\":\"@Concerned002 Have you filed a case yet? If not, please file it here: https:\\/\\/t.co\\/iHQP1VAQck We'll keep you updated through email.\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":2406037386,\"in_reply_to_user_id_str\":\"2406037386\",\"in_reply_to_screen_name\":\"Concerned002\",\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":0,\"favorite_count\":3,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"Concerned002\",\"name\":\"Jackie Greenwood\",\"id\":2406037386,\"id_str\":\"2406037386\",\"indices\":[0,13]}],\"urls\":[{\"url\":\"https:\\/\\/t.co\\/iHQP1VAQck\",\"expanded_url\":\"https:\\/\\/support.twitter.com\\/forms\\/signin\",\"display_url\":\"support.twitter.com\\/forms\\/signin\",\"indices\":[70,93]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"C0DEED\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/656929496\\/y6jd4l68p18hrm52f0ez.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/656929496\\/y6jd4l68p18hrm52f0ez.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/533026436190175232\\/1i65YBa7_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/533026436190175232\\/1i65YBa7_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/17874544\\/1347394418\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"C0DEED\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":6253282,\"id_str\":\"6253282\",\"name\":\"Twitter API\",\"screen_name\":\"twitterapi\",\"location\":\"San Francisco, CA\",\"profile_location\":null,\"description\":\"The Real Twitter API. I tweet about API changes, service issues and happily answer questions about Twitter and our API. Don't get an answer? It's on my website.\",\"url\":\"http:\\/\\/t.co\\/78pYTvWfJd\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/78pYTvWfJd\",\"expanded_url\":\"http:\\/\\/dev.twitter.com\",\"display_url\":\"dev.twitter.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":2527283,\"friends_count\":48,\"listed_count\":12878,\"created_at\":\"Wed May 23 06:01:13 +0000 2007\",\"favourites_count\":27,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":3523,\"lang\":\"en\",\"status\":{\"created_at\":\"Wed Oct 29 00:27:02 +0000 2014\",\"id\":527255252257763328,\"id_str\":\"527255252257763328\",\"text\":\"RT @twittersecurity: We are switching from report-only to enforce-mode CSP headers to block mixed content on http:\\/\\/t.co\\/OOBCoscBzv: https:\\u2026\",\"source\":\"\\u003ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003eTwitter for Mac\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweeted_status\":{\"created_at\":\"Wed Oct 29 00:17:39 +0000 2014\",\"id\":527252887949148162,\"id_str\":\"527252887949148162\",\"text\":\"We are switching from report-only to enforce-mode CSP headers to block mixed content on http:\\/\\/t.co\\/OOBCoscBzv: https:\\/\\/t.co\\/BDf4iRaHzn\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":156,\"favorite_count\":111,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/OOBCoscBzv\",\"expanded_url\":\"http:\\/\\/twitter.com\",\"display_url\":\"twitter.com\",\"indices\":[88,110]},{\"url\":\"https:\\/\\/t.co\\/BDf4iRaHzn\",\"expanded_url\":\"https:\\/\\/twittercommunity.com\\/t\\/blocking-mixed-content-with-content-security-policy\\/26375\",\"display_url\":\"twittercommunity.com\\/t\\/blocking-mix\\u2026\",\"indices\":[112,135]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"retweet_count\":156,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"twittersecurity\",\"name\":\"Twitter Security\",\"id\":1137751093,\"id_str\":\"1137751093\",\"indices\":[3,19]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/OOBCoscBzv\",\"expanded_url\":\"http:\\/\\/twitter.com\",\"display_url\":\"twitter.com\",\"indices\":[109,131]},{\"url\":\"https:\\/\\/t.co\\/BDf4iRaHzn\",\"expanded_url\":\"https:\\/\\/twittercommunity.com\\/t\\/blocking-mixed-content-with-content-security-policy\\/26375\",\"display_url\":\"twittercommunity.com\\/t\\/blocking-mix\\u2026\",\"indices\":[139,140]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"C0DEED\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/656927849\\/miyt9dpjz77sc0w3d4vj.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/656927849\\/miyt9dpjz77sc0w3d4vj.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/2284174872\\/7df3h38zabcvjylnyfe3_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/2284174872\\/7df3h38zabcvjylnyfe3_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/6253282\\/1347394302\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"C0DEED\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":133824534,\"id_str\":\"133824534\",\"name\":\"Twitter Search\",\"screen_name\":\"twittersearch\",\"location\":\"San Francisco, CA\",\"profile_location\":null,\"description\":\"We are Twitter Search! Follow us for search tips and news about cool features. Tweet us your ideas, feedback, and questions.\",\"url\":\"https:\\/\\/t.co\\/p9zdWgj12N\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"https:\\/\\/t.co\\/p9zdWgj12N\",\"expanded_url\":\"https:\\/\\/twitter.com\\/search\",\"display_url\":\"twitter.com\\/search\",\"indices\":[0,23]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":1886911,\"friends_count\":38,\"listed_count\":5006,\"created_at\":\"Fri Apr 16 18:38:13 +0000 2010\",\"favourites_count\":0,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":56,\"lang\":\"en\",\"status\":{\"created_at\":\"Thu Aug 29 22:14:02 +0000 2013\",\"id\":373206937535389696,\"id_str\":\"373206937535389696\",\"text\":\"RT @Support: If your Tweets are protected, your updates will now appear in Twitter Search for you and your approved followers. https:\\/\\/t.co\\u2026\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweeted_status\":{\"created_at\":\"Thu Aug 29 22:07:10 +0000 2013\",\"id\":373205208664272897,\"id_str\":\"373205208664272897\",\"text\":\"If your Tweets are protected, your updates will now appear in Twitter Search for you and your approved followers. https:\\/\\/t.co\\/8RMP9kuhP7\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":993,\"favorite_count\":524,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[{\"url\":\"https:\\/\\/t.co\\/8RMP9kuhP7\",\"expanded_url\":\"https:\\/\\/support.twitter.com\\/articles\\/14016\",\"display_url\":\"support.twitter.com\\/articles\\/14016\",\"indices\":[114,137]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"retweet_count\":993,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"Support\",\"name\":\"Twitter Support\",\"id\":17874544,\"id_str\":\"17874544\",\"indices\":[3,11]}],\"urls\":[{\"url\":\"https:\\/\\/t.co\\/8RMP9kuhP7\",\"expanded_url\":\"https:\\/\\/support.twitter.com\\/articles\\/14016\",\"display_url\":\"support.twitter.com\\/articles\\/14016\",\"indices\":[139,140]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"C0DEED\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/656930647\\/bjomh3zexnb2lko6gbts.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/656930647\\/bjomh3zexnb2lko6gbts.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/2284174887\\/zkkmew2x5drntu7z7z9q_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/2284174887\\/zkkmew2x5drntu7z7z9q_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/133824534\\/1347394486\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"C0DEED\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":87532773,\"id_str\":\"87532773\",\"name\":\"Twitter Design\",\"screen_name\":\"design\",\"location\":\"San Francisco, NYC, London\",\"profile_location\":null,\"description\":\"The voice of Twitter's product design and research team. Current members are listed at http:\\/\\/t.co\\/qv60Jp2CGb\",\"url\":\"http:\\/\\/t.co\\/tnyzRi9irc\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/tnyzRi9irc\",\"expanded_url\":\"http:\\/\\/twitter.com\",\"display_url\":\"twitter.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/qv60Jp2CGb\",\"expanded_url\":\"http:\\/\\/twitter.com\\/design\\/team\\/members\",\"display_url\":\"twitter.com\\/design\\/team\\/me\\u2026\",\"indices\":[87,109]}]}},\"protected\":false,\"followers_count\":1391624,\"friends_count\":75,\"listed_count\":4603,\"created_at\":\"Wed Nov 04 21:06:16 +0000 2009\",\"favourites_count\":880,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":977,\"lang\":\"en\",\"status\":{\"created_at\":\"Tue Nov 25 20:47:43 +0000 2014\",\"id\":537346917831675904,\"id_str\":\"537346917831675904\",\"text\":\"Take a look at this interactive article on physics-based animations and interactions \\nhttp:\\/\\/t.co\\/cyMEyIH94G http:\\/\\/t.co\\/n58OXRik8S\",\"source\":\"\\u003ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003eTwitter for Mac\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":107,\"favorite_count\":132,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/cyMEyIH94G\",\"expanded_url\":\"http:\\/\\/iamralpht.github.io\\/physics\\/\",\"display_url\":\"iamralpht.github.io\\/physics\\/\",\"indices\":[86,108]}],\"media\":[{\"id\":537346917651324928,\"id_str\":\"537346917651324928\",\"indices\":[109,131],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3UKLLPCIAAsyv6.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3UKLLPCIAAsyv6.png\",\"url\":\"http:\\/\\/t.co\\/n58OXRik8S\",\"display_url\":\"pic.twitter.com\\/n58OXRik8S\",\"expanded_url\":\"http:\\/\\/twitter.com\\/design\\/status\\/537346917831675904\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"medium\":{\"w\":600,\"h\":376,\"resize\":\"fit\"},\"large\":{\"w\":908,\"h\":570,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":213,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"333333\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/655967944\\/1oxgo9asd6u6o4yvnpj9.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/655967944\\/1oxgo9asd6u6o4yvnpj9.jpeg\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/453289910363906048\\/mybOhh4Z_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/453289910363906048\\/mybOhh4Z_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/87532773\\/1396908515\",\"profile_link_color\":\"3587AA\",\"profile_sidebar_border_color\":\"000000\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":103770785,\"id_str\":\"103770785\",\"name\":\"Twitter India\",\"screen_name\":\"TwitterIndia\",\"location\":\"\",\"profile_location\":null,\"description\":\"\\u091f\\u094d\\u0935\\u093f\\u091f\\u094d\\u091f\\u0930 - The official Twitter India account\",\"url\":\"http:\\/\\/t.co\\/1UXZwtk94O\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/1UXZwtk94O\",\"expanded_url\":\"http:\\/\\/twitter.com\",\"display_url\":\"twitter.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":1114394,\"friends_count\":52,\"listed_count\":2453,\"created_at\":\"Mon Jan 11 05:44:35 +0000 2010\",\"favourites_count\":117,\"utc_offset\":-32400,\"time_zone\":\"Alaska\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":1035,\"lang\":\"en\",\"status\":{\"created_at\":\"Sat Nov 29 16:59:28 +0000 2014\",\"id\":538739027889762304,\"id_str\":\"538739027889762304\",\"text\":\"Great use of Twitter Mirror by @memusaitam to share every moment with the audience &amp; raise support for #MemuSaitam! http:\\/\\/t.co\\/RR8QNd6a0W\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":86,\"favorite_count\":99,\"entities\":{\"hashtags\":[{\"text\":\"MemuSaitam\",\"indices\":[107,118]}],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"memusaitam\",\"name\":\"memusaitam\",\"id\":2886532928,\"id_str\":\"2886532928\",\"indices\":[31,42]}],\"urls\":[],\"media\":[{\"id\":538739021401178114,\"id_str\":\"538739021401178114\",\"indices\":[120,142],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3n8SR1CQAI5jYb.jpg\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3n8SR1CQAI5jYb.jpg\",\"url\":\"http:\\/\\/t.co\\/RR8QNd6a0W\",\"display_url\":\"pic.twitter.com\\/RR8QNd6a0W\",\"expanded_url\":\"http:\\/\\/twitter.com\\/TwitterIndia\\/status\\/538739027889762304\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"large\":{\"w\":600,\"h\":800,\"resize\":\"fit\"},\"small\":{\"w\":340,\"h\":453,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":800,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"C0DEED\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/656931110\\/63xi7bp75t3x812apw54.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/656931110\\/63xi7bp75t3x812apw54.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/2284174752\\/64pe9ctjko2omrtcij7a_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/2284174752\\/64pe9ctjko2omrtcij7a_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/103770785\\/1347394526\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"C0DEED\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":158079127,\"id_str\":\"158079127\",\"name\":\"Twitter Nonprofits\",\"screen_name\":\"Nonprofits\",\"location\":\"Twitter HQ\",\"profile_location\":null,\"description\":\"Highlighting great uses of @Twitter in the non-profit community.\",\"url\":null,\"entities\":{\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":1053963,\"friends_count\":90,\"listed_count\":3004,\"created_at\":\"Mon Jun 21 18:34:36 +0000 2010\",\"favourites_count\":3,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":493,\"lang\":\"en\",\"status\":{\"created_at\":\"Sat Sep 27 22:01:10 +0000 2014\",\"id\":515984520047112192,\"id_str\":\"515984520047112192\",\"text\":\"RT @GlblCtzn: What's your impact? Buy #GlobalCitizenFestival #IMPACK &amp; gear up to help end extreme poverty by 2030 http:\\/\\/t.co\\/jLENR4DLCv\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweeted_status\":{\"created_at\":\"Sun Sep 14 13:42:50 +0000 2014\",\"id\":511148066645479424,\"id_str\":\"511148066645479424\",\"text\":\"What's your impact? Buy #GlobalCitizenFestival #IMPACK &amp; gear up to help end extreme poverty by 2030 http:\\/\\/t.co\\/jLENR4DLCv\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":75,\"favorite_count\":45,\"entities\":{\"hashtags\":[{\"text\":\"GlobalCitizenFestival\",\"indices\":[24,46]},{\"text\":\"IMPACK\",\"indices\":[47,54]}],\"symbols\":[],\"user_mentions\":[],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/jLENR4DLCv\",\"expanded_url\":\"http:\\/\\/gumroad.com\\/l\\/impack4\",\"display_url\":\"gumroad.com\\/l\\/impack4\",\"indices\":[105,127]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"retweet_count\":75,\"favorite_count\":0,\"entities\":{\"hashtags\":[{\"text\":\"GlobalCitizenFestival\",\"indices\":[38,60]},{\"text\":\"IMPACK\",\"indices\":[61,68]}],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"GlblCtzn\",\"name\":\"Global Citizen\",\"id\":596893898,\"id_str\":\"596893898\",\"indices\":[3,12]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/jLENR4DLCv\",\"expanded_url\":\"http:\\/\\/gumroad.com\\/l\\/impack4\",\"display_url\":\"gumroad.com\\/l\\/impack4\",\"indices\":[119,141]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"C0DEED\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/656929846\\/ltacjpy7lzh7l82pbpq1.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/656929846\\/ltacjpy7lzh7l82pbpq1.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/3782472671\\/08e0b9f0be0cefc12e0a71c493f97041_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/3782472671\\/08e0b9f0be0cefc12e0a71c493f97041_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/158079127\\/1347394440\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"C0DEED\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":121291606,\"id_str\":\"121291606\",\"name\":\"Twitter Small Biz\",\"screen_name\":\"TwitterSmallBiz\",\"location\":\"San Francisco, CA\",\"profile_location\":null,\"description\":\"Your resource for tips, best practices and case studies to help your small biz succeed on Twitter. Need help? http:\\/\\/t.co\\/CThqbBjGsS\",\"url\":\"https:\\/\\/t.co\\/tpHprRLYXK\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"https:\\/\\/t.co\\/tpHprRLYXK\",\"expanded_url\":\"https:\\/\\/blog.twitter.com\\/small-business\",\"display_url\":\"blog.twitter.com\\/small-business\",\"indices\":[0,23]}]},\"description\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/CThqbBjGsS\",\"expanded_url\":\"http:\\/\\/ow.ly\\/pJK2Q\",\"display_url\":\"ow.ly\\/pJK2Q\",\"indices\":[110,132]}]}},\"protected\":false,\"followers_count\":264458,\"friends_count\":55,\"listed_count\":2383,\"created_at\":\"Tue Mar 09 01:53:22 +0000 2010\",\"favourites_count\":3079,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":3466,\"lang\":\"en\",\"status\":{\"created_at\":\"Sat Nov 29 17:30:08 +0000 2014\",\"id\":538746746684198913,\"id_str\":\"538746746684198913\",\"text\":\"Happy #SmallBizSat! Wishing your business all the best today and throughout the holiday season. http:\\/\\/t.co\\/hgxSC9iAbw\",\"source\":\"\\u003ca href=\\\"https:\\/\\/ads.twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Ads\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":72,\"favorite_count\":40,\"entities\":{\"hashtags\":[{\"text\":\"SmallBizSat\",\"indices\":[6,18]}],\"symbols\":[],\"user_mentions\":[],\"urls\":[],\"media\":[{\"id\":533026632357793792,\"id_str\":\"533026632357793792\",\"indices\":[96,118],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B2Ww5eWCUAANfew.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B2Ww5eWCUAANfew.png\",\"url\":\"http:\\/\\/t.co\\/hgxSC9iAbw\",\"display_url\":\"pic.twitter.com\\/hgxSC9iAbw\",\"expanded_url\":\"http:\\/\\/twitter.com\\/TwitterSmallBiz\\/status\\/538746746684198913\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"large\":{\"w\":1000,\"h\":501,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":170,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":300,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"C0DEED\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/662761953\\/4fd6gdoj9bk1s48hkzaz.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/662761953\\/4fd6gdoj9bk1s48hkzaz.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/531885101043302400\\/4fDwYFQb_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/531885101043302400\\/4fDwYFQb_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/121291606\\/1396974970\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}]"
+                }
+            }
+        }
+    ]
+}
\ No newline at end of file
diff --git a/cassettes/testsendanddestroydirectmessage.json b/cassettes/testsendanddestroydirectmessage.json
new file mode 100644 (file)
index 0000000..bb2a9cd
--- /dev/null
@@ -0,0 +1,161 @@
+{
+    "version": 1, 
+    "interactions": [
+        {
+            "request": {
+                "body": null, 
+                "headers": {
+                    "Host": [
+                        "api.twitter.com"
+                    ], 
+                    "Content-Length": [
+                        "0"
+                    ]
+                }, 
+                "method": "POST", 
+                "uri": "https://api.twitter.com:443/1.1/direct_messages/new.json?text=test+message&user=tweepytest"
+            }, 
+            "response": {
+                "status": {
+                    "message": "OK", 
+                    "code": 200
+                }, 
+                "headers": {
+                    "status": [
+                        "200 OK"
+                    ], 
+                    "content-length": [
+                        "3568"
+                    ], 
+                    "expires": [
+                        "Tue, 31 Mar 1981 05:00:00 GMT"
+                    ], 
+                    "x-transaction": [
+                        "fbf6b770b2410d58"
+                    ], 
+                    "x-content-type-options": [
+                        "nosniff"
+                    ], 
+                    "x-connection-hash": [
+                        "a858857cf6f7a7baec9c4146e8fc1e3e"
+                    ], 
+                    "set-cookie": [
+                        "guest_id=v1%3A141738009841634269; Domain=.twitter.com; Path=/; Expires=Tue, 29-Nov-2016 20:41:38 UTC"
+                    ], 
+                    "strict-transport-security": [
+                        "max-age=631138519"
+                    ], 
+                    "x-access-level": [
+                        "read-write-directmessages", 
+                        "read-write-directmessages"
+                    ], 
+                    "server": [
+                        "tsa_b"
+                    ], 
+                    "last-modified": [
+                        "Sun, 30 Nov 2014 20:41:38 GMT"
+                    ], 
+                    "x-xss-protection": [
+                        "1; mode=block"
+                    ], 
+                    "pragma": [
+                        "no-cache"
+                    ], 
+                    "cache-control": [
+                        "no-cache, no-store, must-revalidate, pre-check=0, post-check=0"
+                    ], 
+                    "date": [
+                        "Sun, 30 Nov 2014 20:41:38 UTC"
+                    ], 
+                    "x-frame-options": [
+                        "SAMEORIGIN"
+                    ], 
+                    "content-type": [
+                        "application/json;charset=utf-8"
+                    ]
+                }, 
+                "body": {
+                    "string": "{\"id\":539157326817947650,\"id_str\":\"539157326817947650\",\"text\":\"test message\",\"sender\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"sender_id\":82301637,\"sender_id_str\":\"82301637\",\"sender_screen_name\":\"tweepytest\",\"recipient\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"recipient_id\":82301637,\"recipient_id_str\":\"82301637\",\"recipient_screen_name\":\"tweepytest\",\"created_at\":\"Sun Nov 30 20:41:38 +0000 2014\",\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[]}}"
+                }
+            }
+        }, 
+        {
+            "request": {
+                "body": null, 
+                "headers": {
+                    "Host": [
+                        "api.twitter.com"
+                    ], 
+                    "Content-Length": [
+                        "0"
+                    ]
+                }, 
+                "method": "POST", 
+                "uri": "https://api.twitter.com:443/1.1/direct_messages/destroy.json?id=539157326817947650"
+            }, 
+            "response": {
+                "status": {
+                    "message": "OK", 
+                    "code": 200
+                }, 
+                "headers": {
+                    "status": [
+                        "200 OK"
+                    ], 
+                    "content-length": [
+                        "3568"
+                    ], 
+                    "expires": [
+                        "Tue, 31 Mar 1981 05:00:00 GMT"
+                    ], 
+                    "x-transaction": [
+                        "03394b890f249cc7"
+                    ], 
+                    "x-content-type-options": [
+                        "nosniff"
+                    ], 
+                    "x-connection-hash": [
+                        "43474dd4d262b8496b54ef8708478f14"
+                    ], 
+                    "set-cookie": [
+                        "guest_id=v1%3A141738009880805995; Domain=.twitter.com; Path=/; Expires=Tue, 29-Nov-2016 20:41:38 UTC"
+                    ], 
+                    "strict-transport-security": [
+                        "max-age=631138519"
+                    ], 
+                    "x-access-level": [
+                        "read-write-directmessages", 
+                        "read-write-directmessages"
+                    ], 
+                    "server": [
+                        "tsa_b"
+                    ], 
+                    "last-modified": [
+                        "Sun, 30 Nov 2014 20:41:38 GMT"
+                    ], 
+                    "x-xss-protection": [
+                        "1; mode=block"
+                    ], 
+                    "pragma": [
+                        "no-cache"
+                    ], 
+                    "cache-control": [
+                        "no-cache, no-store, must-revalidate, pre-check=0, post-check=0"
+                    ], 
+                    "date": [
+                        "Sun, 30 Nov 2014 20:41:38 UTC"
+                    ], 
+                    "x-frame-options": [
+                        "SAMEORIGIN"
+                    ], 
+                    "content-type": [
+                        "application/json;charset=utf-8"
+                    ]
+                }, 
+                "body": {
+                    "string": "{\"id\":539157326817947650,\"id_str\":\"539157326817947650\",\"text\":\"test message\",\"sender\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"sender_id\":82301637,\"sender_id_str\":\"82301637\",\"sender_screen_name\":\"tweepytest\",\"recipient\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"recipient_id\":82301637,\"recipient_id_str\":\"82301637\",\"recipient_screen_name\":\"tweepytest\",\"created_at\":\"Sun Nov 30 20:41:38 +0000 2014\",\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[]}}"
+                }
+            }
+        }
+    ]
+}
\ No newline at end of file
diff --git a/cassettes/testsentdirectmessages.json b/cassettes/testsentdirectmessages.json
new file mode 100644 (file)
index 0000000..85c2a17
--- /dev/null
@@ -0,0 +1,89 @@
+{
+    "version": 1, 
+    "interactions": [
+        {
+            "request": {
+                "body": null, 
+                "headers": {
+                    "Host": [
+                        "api.twitter.com"
+                    ]
+                }, 
+                "method": "GET", 
+                "uri": "https://api.twitter.com:443/1.1/direct_messages/sent.json"
+            }, 
+            "response": {
+                "status": {
+                    "message": "OK", 
+                    "code": 200
+                }, 
+                "headers": {
+                    "status": [
+                        "200 OK"
+                    ], 
+                    "x-rate-limit-remaining": [
+                        "14"
+                    ], 
+                    "content-length": [
+                        "7121"
+                    ], 
+                    "expires": [
+                        "Tue, 31 Mar 1981 05:00:00 GMT"
+                    ], 
+                    "x-transaction": [
+                        "3818f76457df3370"
+                    ], 
+                    "x-content-type-options": [
+                        "nosniff"
+                    ], 
+                    "x-connection-hash": [
+                        "1546157bff29ea420897a0df52e62074"
+                    ], 
+                    "set-cookie": [
+                        "guest_id=v1%3A141738009918197493; Domain=.twitter.com; Path=/; Expires=Tue, 29-Nov-2016 20:41:39 UTC"
+                    ], 
+                    "strict-transport-security": [
+                        "max-age=631138519"
+                    ], 
+                    "x-access-level": [
+                        "read-write-directmessages", 
+                        "read-write-directmessages"
+                    ], 
+                    "server": [
+                        "tsa_b"
+                    ], 
+                    "last-modified": [
+                        "Sun, 30 Nov 2014 20:41:39 GMT"
+                    ], 
+                    "x-xss-protection": [
+                        "1; mode=block"
+                    ], 
+                    "x-rate-limit-reset": [
+                        "1417380999"
+                    ], 
+                    "pragma": [
+                        "no-cache"
+                    ], 
+                    "cache-control": [
+                        "no-cache, no-store, must-revalidate, pre-check=0, post-check=0"
+                    ], 
+                    "date": [
+                        "Sun, 30 Nov 2014 20:41:39 UTC"
+                    ], 
+                    "x-rate-limit-limit": [
+                        "15"
+                    ], 
+                    "x-frame-options": [
+                        "SAMEORIGIN"
+                    ], 
+                    "content-type": [
+                        "application/json;charset=utf-8"
+                    ]
+                }, 
+                "body": {
+                    "string": "[{\"id\":266403740574167040,\"id_str\":\"266403740574167040\",\"text\":\"test message\",\"sender\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"sender_id\":82301637,\"sender_id_str\":\"82301637\",\"sender_screen_name\":\"tweepytest\",\"recipient\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"recipient_id\":82301637,\"recipient_id_str\":\"82301637\",\"recipient_screen_name\":\"tweepytest\",\"created_at\":\"Thu Nov 08 04:56:15 +0000 2012\",\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[]}},{\"id\":460163613,\"id_str\":\"460163613\",\"text\":\"test message\",\"sender\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"sender_id\":82301637,\"sender_id_str\":\"82301637\",\"sender_screen_name\":\"tweepytest\",\"recipient\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"recipient_id\":82301637,\"recipient_id_str\":\"82301637\",\"recipient_screen_name\":\"tweepytest\",\"created_at\":\"Thu Oct 15 23:47:36 +0000 2009\",\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[]}}]"
+                }
+            }
+        }
+    ]
+}
\ No newline at end of file
diff --git a/cassettes/testshowfriendship.json b/cassettes/testshowfriendship.json
new file mode 100644 (file)
index 0000000..cb0da78
--- /dev/null
@@ -0,0 +1,89 @@
+{
+    "version": 1, 
+    "interactions": [
+        {
+            "request": {
+                "body": null, 
+                "headers": {
+                    "Host": [
+                        "api.twitter.com"
+                    ]
+                }, 
+                "method": "GET", 
+                "uri": "https://api.twitter.com:443/1.1/friendships/show.json?target_screen_name=twitter"
+            }, 
+            "response": {
+                "status": {
+                    "message": "OK", 
+                    "code": 200
+                }, 
+                "headers": {
+                    "status": [
+                        "200 OK"
+                    ], 
+                    "x-rate-limit-remaining": [
+                        "179"
+                    ], 
+                    "content-length": [
+                        "496"
+                    ], 
+                    "expires": [
+                        "Tue, 31 Mar 1981 05:00:00 GMT"
+                    ], 
+                    "x-transaction": [
+                        "a8010c7b1d3d767c"
+                    ], 
+                    "x-content-type-options": [
+                        "nosniff"
+                    ], 
+                    "x-connection-hash": [
+                        "cea8d59680e2cf7c94a31363f707212a"
+                    ], 
+                    "set-cookie": [
+                        "lang=en", 
+                        "guest_id=v1%3A141738009951337492; Domain=.twitter.com; Path=/; Expires=Tue, 29-Nov-2016 20:41:39 UTC"
+                    ], 
+                    "strict-transport-security": [
+                        "max-age=631138519"
+                    ], 
+                    "x-access-level": [
+                        "read-write-directmessages"
+                    ], 
+                    "server": [
+                        "tsa_b"
+                    ], 
+                    "last-modified": [
+                        "Sun, 30 Nov 2014 20:41:39 GMT"
+                    ], 
+                    "x-xss-protection": [
+                        "1; mode=block"
+                    ], 
+                    "x-rate-limit-reset": [
+                        "1417380999"
+                    ], 
+                    "pragma": [
+                        "no-cache"
+                    ], 
+                    "cache-control": [
+                        "no-cache, no-store, must-revalidate, pre-check=0, post-check=0"
+                    ], 
+                    "date": [
+                        "Sun, 30 Nov 2014 20:41:39 UTC"
+                    ], 
+                    "x-rate-limit-limit": [
+                        "180"
+                    ], 
+                    "x-frame-options": [
+                        "SAMEORIGIN"
+                    ], 
+                    "content-type": [
+                        "application/json;charset=utf-8"
+                    ]
+                }, 
+                "body": {
+                    "string": "{\"relationship\":{\"source\":{\"id\":82301637,\"id_str\":\"82301637\",\"screen_name\":\"tweepytest\",\"following\":true,\"followed_by\":false,\"following_received\":false,\"following_requested\":false,\"notifications_enabled\":false,\"can_dm\":false,\"blocking\":false,\"blocked_by\":false,\"muting\":false,\"want_retweets\":true,\"all_replies\":false,\"marked_spam\":false},\"target\":{\"id\":783214,\"id_str\":\"783214\",\"screen_name\":\"twitter\",\"following\":false,\"followed_by\":true,\"following_received\":false,\"following_requested\":false}}}"
+                }
+            }
+        }
+    ]
+}
\ No newline at end of file
diff --git a/cassettes/testshowlistmember.json b/cassettes/testshowlistmember.json
new file mode 100644 (file)
index 0000000..20ccf41
--- /dev/null
@@ -0,0 +1,110 @@
+{
+    "version": 1, 
+    "interactions": [
+        {
+            "request": {
+                "body": null, 
+                "headers": {
+                    "Host": [
+                        "api.twitter.com"
+                    ]
+                }, 
+                "method": "GET", 
+                "uri": "https://api.twitter.com:443/1.1/lists/members/show.json?slug=stars&screen_name=NathanFillion&owner_screen_name=applepie"
+            }, 
+            "response": {
+                "status": {
+                    "message": "OK", 
+                    "code": 200
+                }, 
+                "headers": {
+                    "content-length": [
+                        "2371"
+                    ], 
+                    "vary": [
+                        "Accept-Encoding"
+                    ], 
+                    "x-transaction-mask": [
+                        "a6183ffa5f8ca943ff1b53b5644ef114028ecc49"
+                    ], 
+                    "x-rate-limit-reset": [
+                        "1417380999"
+                    ], 
+                    "x-rate-limit-remaining": [
+                        "14"
+                    ], 
+                    "x-xss-protection": [
+                        "1; mode=block"
+                    ], 
+                    "x-content-type-options": [
+                        "nosniff"
+                    ], 
+                    "x-connection-hash": [
+                        "b92bdf8fd1eb7a1d54e7b178c8705f77"
+                    ], 
+                    "x-runtime": [
+                        "0.58547"
+                    ], 
+                    "etag": [
+                        "\"2692f7bc3179def5a16a1c77a80f293c\""
+                    ], 
+                    "cache-control": [
+                        "no-cache, no-store, must-revalidate, pre-check=0, post-check=0"
+                    ], 
+                    "status": [
+                        "200 OK"
+                    ], 
+                    "set-cookie": [
+                        "dnt=1; domain=.twitter.com; path=/; expires=Sat, 30-Nov-2024 08:41:40 GMT", 
+                        "pid=; domain=.twitter.com; path=/; expires=Thu, 01-Jan-1970 00:00:00 GMT", 
+                        "lang=en; path=/", 
+                        "lang=en; path=/", 
+                        "lang=en; path=/", 
+                        "twid=u%3D82301637%7CC4vLyBO04ZTRgFoYdu8kf7cmRFU%3D; domain=.twitter.com; path=/; secure", 
+                        "_twitter_sess=BAh7BzoPY3JlYXRlZF9hdGwrCOH5bwJKAToHaWQiJWI3MzMzOWQ3OGY3Y2M1%250ANWYxYjA2MzBkODVlY2RhNGMy--1b15272bda7a5510645ca0c36a9a0433ed7874b5; domain=.twitter.com; path=/; secure; HttpOnly", 
+                        "guest_id=v1%3A141738009989488162; Domain=.twitter.com; Path=/; Expires=Tue, 29-Nov-2016 20:41:40 UTC"
+                    ], 
+                    "expires": [
+                        "Tue, 31 Mar 1981 05:00:00 GMT"
+                    ], 
+                    "x-access-level": [
+                        "read-write-directmessages"
+                    ], 
+                    "last-modified": [
+                        "Sun, 30 Nov 2014 20:41:40 GMT"
+                    ], 
+                    "pragma": [
+                        "no-cache"
+                    ], 
+                    "date": [
+                        "Sun, 30 Nov 2014 20:41:40 UTC"
+                    ], 
+                    "x-rate-limit-limit": [
+                        "15"
+                    ], 
+                    "x-transaction": [
+                        "617049fdc735b7e1"
+                    ], 
+                    "strict-transport-security": [
+                        "max-age=631138519"
+                    ], 
+                    "server": [
+                        "tsa_b"
+                    ], 
+                    "x-mid": [
+                        "f20ce2bf947429c81ee752f59af9901134ab5c0b"
+                    ], 
+                    "x-frame-options": [
+                        "SAMEORIGIN"
+                    ], 
+                    "content-type": [
+                        "application/json; charset=utf-8"
+                    ]
+                }, 
+                "body": {
+                    "string": "{\"profile_sidebar_border_color\":\"eeeeee\",\"entities\":{\"description\":{\"urls\":[]}},\"name\":\"Nathan Fillion\",\"url\":null,\"listed_count\":37307,\"verified\":true,\"profile_background_tile\":true,\"location\":\"Los Angeles\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/504693293389586433\\/XYr9Dmzt_normal.jpeg\",\"id\":31353077,\"profile_sidebar_fill_color\":\"efefef\",\"status\":{\"in_reply_to_status_id_str\":null,\"entities\":{\"urls\":[],\"hashtags\":[],\"user_mentions\":[{\"screen_name\":\"NathanFillion\",\"id_str\":\"31353077\",\"id\":31353077,\"indices\":[1,15],\"name\":\"Nathan Fillion\"},{\"screen_name\":\"blackfrogeatery\",\"id_str\":\"415921905\",\"id\":415921905,\"indices\":[75,91],\"name\":\"Black Frog\"}]},\"retweet_count\":113,\"in_reply_to_status_id\":null,\"place\":null,\"in_reply_to_screen_name\":null,\"in_reply_to_user_id_str\":null,\"contributors\":null,\"retweeted\":false,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tapbots.com\\/tweetbot\\\" rel=\\\"nofollow\\\"\\u003ETweetbot for i\\u039fS\\u003C\\/a\\u003E\",\"created_at\":\"Sun Nov 30 18:40:10 +0000 2014\",\"id_str\":\"539126759736999937\",\"coordinates\":null,\"geo\":null,\"id\":539126759736999937,\"truncated\":false,\"in_reply_to_user_id\":null,\"favorited\":false,\"text\":\"\\u201c@NathanFillion: Thank you Nemo and Marion for an excellent evening at the @blackfrogeatery.\\u201d\\n\\nMARIAN! Curse you, autocorrect.\"},\"time_zone\":\"Pacific Time (US & Canada)\",\"created_at\":\"Wed Apr 15 05:57:40 +0000 2009\",\"lang\":\"en\",\"id_str\":\"31353077\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/31353077\\/1375475379\",\"statuses_count\":7874,\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"contributors_enabled\":false,\"profile_background_color\":\"131516\",\"screen_name\":\"NathanFillion\",\"utc_offset\":-28800,\"favourites_count\":193,\"follow_request_sent\":false,\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"followers_count\":2710403,\"profile_link_color\":\"009999\",\"notifications\":false,\"following\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/504693293389586433\\/XYr9Dmzt_normal.jpeg\",\"protected\":false,\"is_translator\":false,\"default_profile_image\":false,\"description\":\"It costs nothing to say something kind. Even less to shut up altogether.\",\"profile_use_background_image\":true,\"profile_text_color\":\"333333\",\"friends_count\":526,\"default_profile\":false,\"geo_enabled\":false}"
+                }
+            }
+        }
+    ]
+}
\ No newline at end of file
diff --git a/cassettes/testshowlistsubscriber.json b/cassettes/testshowlistsubscriber.json
new file mode 100644 (file)
index 0000000..1be535c
--- /dev/null
@@ -0,0 +1,110 @@
+{
+    "version": 1, 
+    "interactions": [
+        {
+            "request": {
+                "body": null, 
+                "headers": {
+                    "Host": [
+                        "api.twitter.com"
+                    ]
+                }, 
+                "method": "GET", 
+                "uri": "https://api.twitter.com:443/1.1/lists/subscribers/show.json?owner_screen_name=tweepytest&screen_name=applepie&slug=test"
+            }, 
+            "response": {
+                "status": {
+                    "message": "OK", 
+                    "code": 200
+                }, 
+                "headers": {
+                    "content-length": [
+                        "2105"
+                    ], 
+                    "vary": [
+                        "Accept-Encoding"
+                    ], 
+                    "x-transaction-mask": [
+                        "a6183ffa5f8ca943ff1b53b5644ef114028ecc49"
+                    ], 
+                    "x-rate-limit-reset": [
+                        "1417381001"
+                    ], 
+                    "x-rate-limit-remaining": [
+                        "14"
+                    ], 
+                    "x-xss-protection": [
+                        "1; mode=block"
+                    ], 
+                    "x-content-type-options": [
+                        "nosniff"
+                    ], 
+                    "x-connection-hash": [
+                        "9a612e8ad71c670db65473e205bba7a7"
+                    ], 
+                    "x-runtime": [
+                        "0.57702"
+                    ], 
+                    "etag": [
+                        "\"2154180a966af2cce511af59161e93df\""
+                    ], 
+                    "cache-control": [
+                        "no-cache, no-store, must-revalidate, pre-check=0, post-check=0"
+                    ], 
+                    "status": [
+                        "200 OK"
+                    ], 
+                    "set-cookie": [
+                        "dnt=1; domain=.twitter.com; path=/; expires=Sat, 30-Nov-2024 08:41:42 GMT", 
+                        "pid=; domain=.twitter.com; path=/; expires=Thu, 01-Jan-1970 00:00:00 GMT", 
+                        "lang=en; path=/", 
+                        "lang=en; path=/", 
+                        "lang=en; path=/", 
+                        "twid=u%3D82301637%7CC4vLyBO04ZTRgFoYdu8kf7cmRFU%3D; domain=.twitter.com; path=/; secure", 
+                        "_twitter_sess=BAh7BzoPY3JlYXRlZF9hdGwrCLIAcAJKAToHaWQiJTU4MmQ1YTQ2MWUxNWZm%250AMzBiMmQyZDNjYzk4ZjY5ZDY2--b7c469f0340f51311d2f3210323092dedf509bd3; domain=.twitter.com; path=/; secure; HttpOnly", 
+                        "guest_id=v1%3A141738010172705086; Domain=.twitter.com; Path=/; Expires=Tue, 29-Nov-2016 20:41:42 UTC"
+                    ], 
+                    "expires": [
+                        "Tue, 31 Mar 1981 05:00:00 GMT"
+                    ], 
+                    "x-access-level": [
+                        "read-write-directmessages"
+                    ], 
+                    "last-modified": [
+                        "Sun, 30 Nov 2014 20:41:42 GMT"
+                    ], 
+                    "pragma": [
+                        "no-cache"
+                    ], 
+                    "date": [
+                        "Sun, 30 Nov 2014 20:41:42 UTC"
+                    ], 
+                    "x-rate-limit-limit": [
+                        "15"
+                    ], 
+                    "x-transaction": [
+                        "92d3f627558d8e8b"
+                    ], 
+                    "strict-transport-security": [
+                        "max-age=631138519"
+                    ], 
+                    "server": [
+                        "tsa_b"
+                    ], 
+                    "x-mid": [
+                        "16e524a405a5c33bd856f79103015c50de038e70"
+                    ], 
+                    "x-frame-options": [
+                        "SAMEORIGIN"
+                    ], 
+                    "content-type": [
+                        "application/json; charset=utf-8"
+                    ]
+                }, 
+                "body": {
+                    "string": "{\"favourites_count\":8,\"profile_sidebar_border_color\":\"000000\",\"entities\":{\"description\":{\"urls\":[]}},\"is_translator\":false,\"name\":\"Josh Roesslein\",\"url\":null,\"default_profile_image\":false,\"verified\":false,\"profile_background_tile\":false,\"location\":\"San Francisco Bay Area\",\"id\":9302282,\"profile_sidebar_fill_color\":\"000000\",\"status\":{\"entities\":{\"urls\":[],\"hashtags\":[],\"user_mentions\":[]},\"retweet_count\":0,\"in_reply_to_status_id\":null,\"place\":null,\"in_reply_to_screen_name\":null,\"contributors\":null,\"retweeted\":false,\"source\":\"\\u003Ca href=\\\"http:\\/\\/twitter.com\\/download\\/android\\\" rel=\\\"nofollow\\\"\\u003ETwitter for Android\\u003C\\/a\\u003E\",\"created_at\":\"Tue Nov 25 22:08:13 +0000 2014\",\"id_str\":\"537367178241409025\",\"coordinates\":null,\"geo\":null,\"id\":537367178241409025,\"in_reply_to_status_id_str\":null,\"truncated\":false,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"favorited\":false,\"text\":\"Two dots just got a dollar from me to get more moves. Sneaky in app purchases.\"},\"time_zone\":\"Pacific Time (US & Canada)\",\"created_at\":\"Mon Oct 08 03:00:34 +0000 2007\",\"lang\":\"en\",\"id_str\":\"9302282\",\"friends_count\":307,\"default_profile\":false,\"contributors_enabled\":false,\"profile_background_color\":\"000000\",\"screen_name\":\"applepie\",\"utc_offset\":-28800,\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/2813279506\\/f0addfcfa062b23a94c00931ff35f03a_normal.jpeg\",\"follow_request_sent\":false,\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/8076084\\/200911032903-12395.jpg\",\"listed_count\":26,\"followers_count\":485,\"profile_link_color\":\"000000\",\"notifications\":false,\"following\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/2813279506\\/f0addfcfa062b23a94c00931ff35f03a_normal.jpeg\",\"protected\":false,\"description\":\"pro\\u00b7gram\\u00b7mer (n) An organism capable of converting caffeine into code.\",\"profile_use_background_image\":true,\"statuses_count\":7649,\"profile_text_color\":\"000000\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/8076084\\/200911032903-12395.jpg\",\"geo_enabled\":true}"
+                }
+            }
+        }
+    ]
+}
\ No newline at end of file
diff --git a/cassettes/testsubscribeunsubscribelist.json b/cassettes/testsubscribeunsubscribelist.json
new file mode 100644 (file)
index 0000000..075a330
--- /dev/null
@@ -0,0 +1,203 @@
+{
+    "version": 1, 
+    "interactions": [
+        {
+            "request": {
+                "body": null, 
+                "headers": {
+                    "Host": [
+                        "api.twitter.com"
+                    ], 
+                    "Content-Length": [
+                        "0"
+                    ]
+                }, 
+                "method": "POST", 
+                "uri": "https://api.twitter.com:443/1.1/lists/subscribers/create.json?slug=stars&owner_screen_name=applepie"
+            }, 
+            "response": {
+                "status": {
+                    "message": "OK", 
+                    "code": 200
+                }, 
+                "headers": {
+                    "content-length": [
+                        "1710"
+                    ], 
+                    "vary": [
+                        "Accept-Encoding"
+                    ], 
+                    "x-transaction-mask": [
+                        "a6183ffa5f8ca943ff1b53b5644ef114028ecc49"
+                    ], 
+                    "x-xss-protection": [
+                        "1; mode=block"
+                    ], 
+                    "x-content-type-options": [
+                        "nosniff"
+                    ], 
+                    "x-connection-hash": [
+                        "2f1d1d460a84bf5ee1cb293536ac93cb"
+                    ], 
+                    "x-runtime": [
+                        "0.15077"
+                    ], 
+                    "etag": [
+                        "\"b967f11c286ebbc8d026203babd1b50e\""
+                    ], 
+                    "cache-control": [
+                        "no-cache, no-store, must-revalidate, pre-check=0, post-check=0"
+                    ], 
+                    "status": [
+                        "200 OK"
+                    ], 
+                    "set-cookie": [
+                        "dnt=1; domain=.twitter.com; path=/; expires=Sat, 30-Nov-2024 08:41:43 GMT", 
+                        "pid=; domain=.twitter.com; path=/; expires=Thu, 01-Jan-1970 00:00:00 GMT", 
+                        "lang=en; path=/", 
+                        "lang=en; path=/", 
+                        "lang=en; path=/", 
+                        "twid=u%3D82301637%7CC4vLyBO04ZTRgFoYdu8kf7cmRFU%3D; domain=.twitter.com; path=/; secure", 
+                        "_twitter_sess=BAh7CDoPY3JlYXRlZF9hdGwrCNkEcAJKAToHaWQiJThiY2NlNmUwMDNlZWJk%250AZTBkZTMxNWRhMmYwMDFmOGVkOgxjc3JmX2lkIiU4MmM3NGNiOTFjYzM2M2Iw%250ANDdmMGMxNWQ3MDA5OGFmMA%253D%253D--69847a15e3fe0e84c8cf801b1c8c7bafbcd2b2a9; domain=.twitter.com; path=/; secure; HttpOnly", 
+                        "guest_id=v1%3A141738010322271650; Domain=.twitter.com; Path=/; Expires=Tue, 29-Nov-2016 20:41:43 UTC"
+                    ], 
+                    "expires": [
+                        "Tue, 31 Mar 1981 05:00:00 GMT"
+                    ], 
+                    "x-access-level": [
+                        "read-write-directmessages"
+                    ], 
+                    "last-modified": [
+                        "Sun, 30 Nov 2014 20:41:43 GMT"
+                    ], 
+                    "pragma": [
+                        "no-cache"
+                    ], 
+                    "date": [
+                        "Sun, 30 Nov 2014 20:41:43 UTC"
+                    ], 
+                    "x-transaction": [
+                        "ff1e09cfa1efd0e7"
+                    ], 
+                    "strict-transport-security": [
+                        "max-age=631138519"
+                    ], 
+                    "server": [
+                        "tsa_b"
+                    ], 
+                    "x-mid": [
+                        "233ce717473d9d4325c7b29519fcfe89770d6abc"
+                    ], 
+                    "x-frame-options": [
+                        "SAMEORIGIN"
+                    ], 
+                    "content-type": [
+                        "application/json; charset=utf-8"
+                    ]
+                }, 
+                "body": {
+                    "string": "{\"full_name\":\"@applepie\\/lists\\/stars\",\"user\":{\"listed_count\":26,\"profile_sidebar_border_color\":\"000000\",\"entities\":{\"description\":{\"urls\":[]}},\"name\":\"Josh Roesslein\",\"url\":null,\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/2813279506\\/f0addfcfa062b23a94c00931ff35f03a_normal.jpeg\",\"verified\":false,\"profile_background_tile\":false,\"location\":\"San Francisco Bay Area\",\"is_translator\":false,\"statuses_count\":7649,\"id\":9302282,\"profile_sidebar_fill_color\":\"000000\",\"time_zone\":\"Pacific Time (US & Canada)\",\"created_at\":\"Mon Oct 08 03:00:34 +0000 2007\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/8076084\\/200911032903-12395.jpg\",\"lang\":\"en\",\"id_str\":\"9302282\",\"contributors_enabled\":false,\"favourites_count\":8,\"profile_background_color\":\"000000\",\"screen_name\":\"applepie\",\"utc_offset\":-28800,\"follow_request_sent\":false,\"default_profile_image\":false,\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/8076084\\/200911032903-12395.jpg\",\"followers_count\":485,\"profile_link_color\":\"000000\",\"notifications\":false,\"following\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/2813279506\\/f0addfcfa062b23a94c00931ff35f03a_normal.jpeg\",\"protected\":false,\"description\":\"pro\\u00b7gram\\u00b7mer (n) An organism capable of converting caffeine into code.\",\"friends_count\":307,\"default_profile\":false,\"profile_use_background_image\":true,\"profile_text_color\":\"000000\",\"geo_enabled\":true},\"uri\":\"\\/applepie\\/lists\\/stars\",\"subscriber_count\":7,\"created_at\":\"Fri Oct 16 00:25:42 +0000 2009\",\"id_str\":\"8078\",\"id\":8078,\"following\":true,\"mode\":\"public\",\"slug\":\"stars\",\"member_count\":55,\"description\":\"\",\"name\":\"stars\"}"
+                }
+            }
+        }, 
+        {
+            "request": {
+                "body": null, 
+                "headers": {
+                    "Host": [
+                        "api.twitter.com"
+                    ], 
+                    "Content-Length": [
+                        "0"
+                    ]
+                }, 
+                "method": "POST", 
+                "uri": "https://api.twitter.com:443/1.1/lists/subscribers/destroy.json?slug=stars&owner_screen_name=applepie"
+            }, 
+            "response": {
+                "status": {
+                    "message": "OK", 
+                    "code": 200
+                }, 
+                "headers": {
+                    "content-length": [
+                        "1711"
+                    ], 
+                    "vary": [
+                        "Accept-Encoding"
+                    ], 
+                    "x-transaction-mask": [
+                        "a6183ffa5f8ca943ff1b53b5644ef114028ecc49"
+                    ], 
+                    "x-xss-protection": [
+                        "1; mode=block"
+                    ], 
+                    "x-content-type-options": [
+                        "nosniff"
+                    ], 
+                    "x-connection-hash": [
+                        "6cf3a2e6673ec50c8c94a626d8dbfbb2"
+                    ], 
+                    "x-runtime": [
+                        "0.15055"
+                    ], 
+                    "etag": [
+                        "\"ecae72fe4f75db81eedadc9e7daa4f8e\""
+                    ], 
+                    "cache-control": [
+                        "no-cache, no-store, must-revalidate, pre-check=0, post-check=0"
+                    ], 
+                    "status": [
+                        "200 OK"
+                    ], 
+                    "set-cookie": [
+                        "dnt=1; domain=.twitter.com; path=/; expires=Sat, 30-Nov-2024 08:41:44 GMT", 
+                        "pid=; domain=.twitter.com; path=/; expires=Thu, 01-Jan-1970 00:00:00 GMT", 
+                        "lang=en; path=/", 
+                        "lang=en; path=/", 
+                        "lang=en; path=/", 
+                        "twid=u%3D82301637%7CC4vLyBO04ZTRgFoYdu8kf7cmRFU%3D; domain=.twitter.com; path=/; secure", 
+                        "_twitter_sess=BAh7CDoPY3JlYXRlZF9hdGwrCNkIcAJKAToHaWQiJTRlOThlZjFhYTQ0MGQ2%250AZGQ3ZDI1YWFmYTVhYzczMjVjOgxjc3JmX2lkIiVjMWQ2ZDkxOGE1ZDBmOGYw%250ANGYyNjYyNjU2MzUzMmE4Yw%253D%253D--8101016b866581d3d72e1e392732b88322b552dc; domain=.twitter.com; path=/; secure; HttpOnly", 
+                        "guest_id=v1%3A141738010422466261; Domain=.twitter.com; Path=/; Expires=Tue, 29-Nov-2016 20:41:44 UTC"
+                    ], 
+                    "expires": [
+                        "Tue, 31 Mar 1981 05:00:00 GMT"
+                    ], 
+                    "x-access-level": [
+                        "read-write-directmessages"
+                    ], 
+                    "last-modified": [
+                        "Sun, 30 Nov 2014 20:41:44 GMT"
+                    ], 
+                    "pragma": [
+                        "no-cache"
+                    ], 
+                    "date": [
+                        "Sun, 30 Nov 2014 20:41:44 UTC"
+                    ], 
+                    "x-transaction": [
+                        "dd12918f807abf2d"
+                    ], 
+                    "strict-transport-security": [
+                        "max-age=631138519"
+                    ], 
+                    "server": [
+                        "tsa_b"
+                    ], 
+                    "x-mid": [
+                        "15f4b8e3962eb9a533e3e8bee780648641ff4be1"
+                    ], 
+                    "x-frame-options": [
+                        "SAMEORIGIN"
+                    ], 
+                    "content-type": [
+                        "application/json; charset=utf-8"
+                    ]
+                }, 
+                "body": {
+                    "string": "{\"full_name\":\"@applepie\\/lists\\/stars\",\"user\":{\"profile_sidebar_border_color\":\"000000\",\"entities\":{\"description\":{\"urls\":[]}},\"name\":\"Josh Roesslein\",\"url\":null,\"listed_count\":26,\"verified\":false,\"profile_background_tile\":false,\"location\":\"San Francisco Bay Area\",\"id\":9302282,\"profile_sidebar_fill_color\":\"000000\",\"is_translator\":false,\"time_zone\":\"Pacific Time (US & Canada)\",\"created_at\":\"Mon Oct 08 03:00:34 +0000 2007\",\"lang\":\"en\",\"id_str\":\"9302282\",\"statuses_count\":7649,\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/8076084\\/200911032903-12395.jpg\",\"contributors_enabled\":false,\"profile_background_color\":\"000000\",\"screen_name\":\"applepie\",\"utc_offset\":-28800,\"favourites_count\":8,\"follow_request_sent\":false,\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/8076084\\/200911032903-12395.jpg\",\"followers_count\":485,\"profile_link_color\":\"000000\",\"notifications\":false,\"following\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/2813279506\\/f0addfcfa062b23a94c00931ff35f03a_normal.jpeg\",\"protected\":false,\"default_profile_image\":false,\"description\":\"pro\\u00b7gram\\u00b7mer (n) An organism capable of converting caffeine into code.\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/2813279506\\/f0addfcfa062b23a94c00931ff35f03a_normal.jpeg\",\"profile_use_background_image\":true,\"profile_text_color\":\"000000\",\"friends_count\":307,\"default_profile\":false,\"geo_enabled\":true},\"uri\":\"\\/applepie\\/lists\\/stars\",\"subscriber_count\":7,\"created_at\":\"Fri Oct 16 00:25:42 +0000 2009\",\"id_str\":\"8078\",\"id\":8078,\"following\":false,\"mode\":\"public\",\"slug\":\"stars\",\"member_count\":55,\"description\":\"\",\"name\":\"stars\"}"
+                }
+            }
+        }
+    ]
+}
\ No newline at end of file
diff --git a/cassettes/testsuggestedcategories.json b/cassettes/testsuggestedcategories.json
new file mode 100644 (file)
index 0000000..9ac8d05
--- /dev/null
@@ -0,0 +1,89 @@
+{
+    "version": 1, 
+    "interactions": [
+        {
+            "request": {
+                "body": null, 
+                "headers": {
+                    "Host": [
+                        "api.twitter.com"
+                    ]
+                }, 
+                "method": "GET", 
+                "uri": "https://api.twitter.com:443/1.1/users/suggestions.json"
+            }, 
+            "response": {
+                "status": {
+                    "message": "OK", 
+                    "code": 200
+                }, 
+                "headers": {
+                    "status": [
+                        "200 OK"
+                    ], 
+                    "x-rate-limit-remaining": [
+                        "14"
+                    ], 
+                    "content-length": [
+                        "1326"
+                    ], 
+                    "expires": [
+                        "Tue, 31 Mar 1981 05:00:00 GMT"
+                    ], 
+                    "x-transaction": [
+                        "c06dde888151211a"
+                    ], 
+                    "x-content-type-options": [
+                        "nosniff"
+                    ], 
+                    "x-connection-hash": [
+                        "8de1ff75ab971d794432fbb8dcf07e12"
+                    ], 
+                    "set-cookie": [
+                        "lang=en", 
+                        "guest_id=v1%3A141738010483452204; Domain=.twitter.com; Path=/; Expires=Tue, 29-Nov-2016 20:41:44 UTC"
+                    ], 
+                    "strict-transport-security": [
+                        "max-age=631138519"
+                    ], 
+                    "x-access-level": [
+                        "read-write-directmessages"
+                    ], 
+                    "server": [
+                        "tsa_b"
+                    ], 
+                    "last-modified": [
+                        "Sun, 30 Nov 2014 20:41:44 GMT"
+                    ], 
+                    "x-xss-protection": [
+                        "1; mode=block"
+                    ], 
+                    "x-rate-limit-reset": [
+                        "1417381004"
+                    ], 
+                    "pragma": [
+                        "no-cache"
+                    ], 
+                    "cache-control": [
+                        "no-cache, no-store, must-revalidate, pre-check=0, post-check=0"
+                    ], 
+                    "date": [
+                        "Sun, 30 Nov 2014 20:41:44 UTC"
+                    ], 
+                    "x-rate-limit-limit": [
+                        "15"
+                    ], 
+                    "x-frame-options": [
+                        "SAMEORIGIN"
+                    ], 
+                    "content-type": [
+                        "application/json;charset=utf-8"
+                    ]
+                }, 
+                "body": {
+                    "string": "[{\"size\":343,\"slug\":\"music\",\"name\":\"Music\"},{\"size\":79,\"slug\":\"sports\",\"name\":\"Sports\"},{\"size\":83,\"slug\":\"photography\",\"name\":\"Photography\"},{\"size\":51,\"slug\":\"twitter\",\"name\":\"Twitter\"},{\"size\":83,\"slug\":\"entertainment\",\"name\":\"Entertainment\"},{\"size\":64,\"slug\":\"funny\",\"name\":\"Funny\"},{\"size\":111,\"slug\":\"news\",\"name\":\"News\"},{\"size\":67,\"slug\":\"technology\",\"name\":\"Technology\"},{\"size\":75,\"slug\":\"fashion\",\"name\":\"Fashion\"},{\"size\":64,\"slug\":\"food-drink\",\"name\":\"Food & Drink\"},{\"size\":209,\"slug\":\"television\",\"name\":\"Television\"},{\"size\":37,\"slug\":\"family\",\"name\":\"Family\"},{\"size\":71,\"slug\":\"art-design\",\"name\":\"Art & Design\"},{\"size\":45,\"slug\":\"business\",\"name\":\"Business\"},{\"size\":46,\"slug\":\"health\",\"name\":\"Health\"},{\"size\":64,\"slug\":\"books\",\"name\":\"Books\"},{\"size\":49,\"slug\":\"science\",\"name\":\"Science\"},{\"size\":76,\"slug\":\"faith-and-religion\",\"name\":\"Faith and Religion\"},{\"size\":52,\"slug\":\"government\",\"name\":\"Government\"},{\"size\":48,\"slug\":\"social-good\",\"name\":\"Social Good\"},{\"size\":127,\"slug\":\"nba\",\"name\":\"NBA\"},{\"size\":44,\"slug\":\"travel\",\"name\":\"Travel\"},{\"size\":51,\"slug\":\"staff-picks\",\"name\":\"Staff Picks\"},{\"size\":81,\"slug\":\"mlb\",\"name\":\"MLB\"},{\"size\":98,\"slug\":\"nascar\",\"name\":\"NASCAR\"},{\"size\":62,\"slug\":\"nhl\",\"name\":\"NHL\"},{\"size\":128,\"slug\":\"pga\",\"name\":\"PGA\"},{\"size\":68,\"slug\":\"gaming\",\"name\":\"Gaming\"}]"
+                }
+            }
+        }
+    ]
+}
\ No newline at end of file
diff --git a/cassettes/testsuggestedusers.json b/cassettes/testsuggestedusers.json
new file mode 100644 (file)
index 0000000..1844949
--- /dev/null
@@ -0,0 +1,173 @@
+{
+    "version": 1, 
+    "interactions": [
+        {
+            "request": {
+                "body": null, 
+                "headers": {
+                    "Host": [
+                        "api.twitter.com"
+                    ]
+                }, 
+                "method": "GET", 
+                "uri": "https://api.twitter.com:443/1.1/users/suggestions.json"
+            }, 
+            "response": {
+                "status": {
+                    "message": "OK", 
+                    "code": 200
+                }, 
+                "headers": {
+                    "status": [
+                        "200 OK"
+                    ], 
+                    "x-rate-limit-remaining": [
+                        "13"
+                    ], 
+                    "content-length": [
+                        "1326"
+                    ], 
+                    "expires": [
+                        "Tue, 31 Mar 1981 05:00:00 GMT"
+                    ], 
+                    "x-transaction": [
+                        "9111d5187499c226"
+                    ], 
+                    "x-content-type-options": [
+                        "nosniff"
+                    ], 
+                    "x-connection-hash": [
+                        "5a63ce4e2ce5ff781e6a4ccf45909b6a"
+                    ], 
+                    "set-cookie": [
+                        "lang=en", 
+                        "guest_id=v1%3A141738010517572917; Domain=.twitter.com; Path=/; Expires=Tue, 29-Nov-2016 20:41:45 UTC"
+                    ], 
+                    "strict-transport-security": [
+                        "max-age=631138519"
+                    ], 
+                    "x-access-level": [
+                        "read-write-directmessages"
+                    ], 
+                    "server": [
+                        "tsa_b"
+                    ], 
+                    "last-modified": [
+                        "Sun, 30 Nov 2014 20:41:45 GMT"
+                    ], 
+                    "x-xss-protection": [
+                        "1; mode=block"
+                    ], 
+                    "x-rate-limit-reset": [
+                        "1417381004"
+                    ], 
+                    "pragma": [
+                        "no-cache"
+                    ], 
+                    "cache-control": [
+                        "no-cache, no-store, must-revalidate, pre-check=0, post-check=0"
+                    ], 
+                    "date": [
+                        "Sun, 30 Nov 2014 20:41:45 UTC"
+                    ], 
+                    "x-rate-limit-limit": [
+                        "15"
+                    ], 
+                    "x-frame-options": [
+                        "SAMEORIGIN"
+                    ], 
+                    "content-type": [
+                        "application/json;charset=utf-8"
+                    ]
+                }, 
+                "body": {
+                    "string": "[{\"size\":343,\"slug\":\"music\",\"name\":\"Music\"},{\"size\":79,\"slug\":\"sports\",\"name\":\"Sports\"},{\"size\":83,\"slug\":\"photography\",\"name\":\"Photography\"},{\"size\":51,\"slug\":\"twitter\",\"name\":\"Twitter\"},{\"size\":83,\"slug\":\"entertainment\",\"name\":\"Entertainment\"},{\"size\":64,\"slug\":\"funny\",\"name\":\"Funny\"},{\"size\":111,\"slug\":\"news\",\"name\":\"News\"},{\"size\":67,\"slug\":\"technology\",\"name\":\"Technology\"},{\"size\":75,\"slug\":\"fashion\",\"name\":\"Fashion\"},{\"size\":64,\"slug\":\"food-drink\",\"name\":\"Food & Drink\"},{\"size\":209,\"slug\":\"television\",\"name\":\"Television\"},{\"size\":37,\"slug\":\"family\",\"name\":\"Family\"},{\"size\":71,\"slug\":\"art-design\",\"name\":\"Art & Design\"},{\"size\":45,\"slug\":\"business\",\"name\":\"Business\"},{\"size\":46,\"slug\":\"health\",\"name\":\"Health\"},{\"size\":64,\"slug\":\"books\",\"name\":\"Books\"},{\"size\":49,\"slug\":\"science\",\"name\":\"Science\"},{\"size\":76,\"slug\":\"faith-and-religion\",\"name\":\"Faith and Religion\"},{\"size\":52,\"slug\":\"government\",\"name\":\"Government\"},{\"size\":48,\"slug\":\"social-good\",\"name\":\"Social Good\"},{\"size\":127,\"slug\":\"nba\",\"name\":\"NBA\"},{\"size\":44,\"slug\":\"travel\",\"name\":\"Travel\"},{\"size\":51,\"slug\":\"staff-picks\",\"name\":\"Staff Picks\"},{\"size\":81,\"slug\":\"mlb\",\"name\":\"MLB\"},{\"size\":98,\"slug\":\"nascar\",\"name\":\"NASCAR\"},{\"size\":62,\"slug\":\"nhl\",\"name\":\"NHL\"},{\"size\":128,\"slug\":\"pga\",\"name\":\"PGA\"},{\"size\":68,\"slug\":\"gaming\",\"name\":\"Gaming\"}]"
+                }
+            }
+        }, 
+        {
+            "request": {
+                "body": null, 
+                "headers": {
+                    "Host": [
+                        "api.twitter.com"
+                    ]
+                }, 
+                "method": "GET", 
+                "uri": "https://api.twitter.com:443/1.1/users/suggestions/music.json"
+            }, 
+            "response": {
+                "status": {
+                    "message": "OK", 
+                    "code": 200
+                }, 
+                "headers": {
+                    "status": [
+                        "200 OK"
+                    ], 
+                    "x-rate-limit-remaining": [
+                        "14"
+                    ], 
+                    "content-length": [
+                        "177715"
+                    ], 
+                    "expires": [
+                        "Tue, 31 Mar 1981 05:00:00 GMT"
+                    ], 
+                    "x-transaction": [
+                        "950c84a1fc6a81f0"
+                    ], 
+                    "x-content-type-options": [
+                        "nosniff"
+                    ], 
+                    "x-connection-hash": [
+                        "549fb06ef64de162f468e6b9c26eeeaf"
+                    ], 
+                    "set-cookie": [
+                        "lang=en", 
+                        "guest_id=v1%3A141738010554300720; Domain=.twitter.com; Path=/; Expires=Tue, 29-Nov-2016 20:41:45 UTC"
+                    ], 
+                    "strict-transport-security": [
+                        "max-age=631138519"
+                    ], 
+                    "x-access-level": [
+                        "read-write-directmessages"
+                    ], 
+                    "server": [
+                        "tsa_b"
+                    ], 
+                    "last-modified": [
+                        "Sun, 30 Nov 2014 20:41:45 GMT"
+                    ], 
+                    "x-xss-protection": [
+                        "1; mode=block"
+                    ], 
+                    "x-rate-limit-reset": [
+                        "1417381005"
+                    ], 
+                    "pragma": [
+                        "no-cache"
+                    ], 
+                    "cache-control": [
+                        "no-cache, no-store, must-revalidate, pre-check=0, post-check=0"
+                    ], 
+                    "date": [
+                        "Sun, 30 Nov 2014 20:41:45 UTC"
+                    ], 
+                    "x-rate-limit-limit": [
+                        "15"
+                    ], 
+                    "x-frame-options": [
+                        "SAMEORIGIN"
+                    ], 
+                    "content-type": [
+                        "application/json;charset=utf-8"
+                    ]
+                }, 
+                "body": {
+                    "string": "{\"users\":[{\"id\":44409004,\"id_str\":\"44409004\",\"name\":\"Shakira\",\"screen_name\":\"shakira\",\"location\":\"Barranquilla\",\"profile_location\":null,\"description\":\"New album Shakira out now! \\/ El nuevo \\u00e1lbum Shakira ya disponible en iTunes http:\\/\\/t.co\\/2hjhcJE9fk \\/ CD http:\\/\\/t.co\\/HFzQPvOUyQ\",\"url\":\"http:\\/\\/t.co\\/Hj5KfwjYJO\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/Hj5KfwjYJO\",\"expanded_url\":\"http:\\/\\/www.shakira.com\",\"display_url\":\"shakira.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/2hjhcJE9fk\",\"expanded_url\":\"http:\\/\\/smarturl.it\\/ShakiraiTunes\",\"display_url\":\"smarturl.it\\/ShakiraiTunes\",\"indices\":[76,98]},{\"url\":\"http:\\/\\/t.co\\/HFzQPvOUyQ\",\"expanded_url\":\"http:\\/\\/smarturl.it\\/ShakiraAlbumCD\",\"display_url\":\"smarturl.it\\/ShakiraAlbumCD\",\"indices\":[104,126]}]}},\"protected\":false,\"followers_count\":28037000,\"friends_count\":158,\"listed_count\":103093,\"created_at\":\"Wed Jun 03 17:38:07 +0000 2009\",\"favourites_count\":73,\"utc_offset\":-18000,\"time_zone\":\"Eastern Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":3242,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/509016736553648128\\/RUHaGMev.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/509016736553648128\\/RUHaGMev.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/515764781043564544\\/Spnqqy28_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/515764781043564544\\/Spnqqy28_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/44409004\\/1411802902\",\"profile_link_color\":\"99033A\",\"profile_sidebar_border_color\":\"000000\",\"profile_sidebar_fill_color\":\"C3E2FA\",\"profile_text_color\":\"080808\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":79293791,\"id_str\":\"79293791\",\"name\":\"Rihanna\",\"screen_name\":\"rihanna\",\"location\":\"LA BABY!\",\"profile_location\":null,\"description\":\"Support the Clara Lionel Foundation w\\/ the Hard Rock Rihanna Tee -- http:\\/\\/t.co\\/RP1lrQKILP\",\"url\":\"http:\\/\\/t.co\\/v6qLcjAydl\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/v6qLcjAydl\",\"expanded_url\":\"http:\\/\\/www.rihannanow.com\",\"display_url\":\"rihannanow.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/RP1lrQKILP\",\"expanded_url\":\"http:\\/\\/hardrock.co\\/1mse2ne\",\"display_url\":\"hardrock.co\\/1mse2ne\",\"indices\":[68,90]}]}},\"protected\":false,\"followers_count\":38203955,\"friends_count\":1172,\"listed_count\":97597,\"created_at\":\"Fri Oct 02 21:37:33 +0000 2009\",\"favourites_count\":825,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":9457,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"131516\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/447423178004901888\\/f8j9ZoVV.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/447423178004901888\\/f8j9ZoVV.jpeg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/523351869583007744\\/-KzL6Mgi_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/523351869583007744\\/-KzL6Mgi_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/79293791\\/1411123252\",\"profile_link_color\":\"009999\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"EFEFEF\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":21447363,\"id_str\":\"21447363\",\"name\":\"KATY PERRY \",\"screen_name\":\"katyperry\",\"location\":\"\",\"profile_location\":null,\"description\":\"CURRENTLY\\u2728BEAMING\\u2728ON THE PRISMATIC WORLD TOUR 2014!\",\"url\":\"http:\\/\\/t.co\\/TUWZkUWWhw\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/TUWZkUWWhw\",\"expanded_url\":\"http:\\/\\/www.katyperry.com\",\"display_url\":\"katyperry.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":60698302,\"friends_count\":159,\"listed_count\":143584,\"created_at\":\"Fri Feb 20 23:45:56 +0000 2009\",\"favourites_count\":1245,\"utc_offset\":-32400,\"time_zone\":\"Alaska\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":6227,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"CECFBC\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/378800000168797027\\/kSZ-ewZo.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/378800000168797027\\/kSZ-ewZo.jpeg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/423542935368380416\\/ryEG2fNO_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/423542935368380416\\/ryEG2fNO_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/21447363\\/1401576937\",\"profile_link_color\":\"D55732\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"78C0A8\",\"profile_text_color\":\"5E412F\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":14230524,\"id_str\":\"14230524\",\"name\":\"Lady Gaga\",\"screen_name\":\"ladygaga\",\"location\":\"\",\"profile_location\":null,\"description\":\"The lady herself is not just a chameleon in person, but a chameleon in music.\",\"url\":null,\"entities\":{\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":42925795,\"friends_count\":133668,\"listed_count\":239344,\"created_at\":\"Wed Mar 26 22:37:48 +0000 2008\",\"favourites_count\":508,\"utc_offset\":-18000,\"time_zone\":\"Quito\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":6090,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"0A090A\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/514429204939563008\\/4md0cRjw.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/514429204939563008\\/4md0cRjw.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/531075942555586560\\/xvamUQWM_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/531075942555586560\\/xvamUQWM_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/14230524\\/1415453416\",\"profile_link_color\":\"050505\",\"profile_sidebar_border_color\":\"000000\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":26565946,\"id_str\":\"26565946\",\"name\":\"Justin Timberlake \",\"screen_name\":\"jtimberlake\",\"location\":\"Memphis, TN\",\"profile_location\":null,\"description\":\"Official Twitter Account of Justin Timberlake\",\"url\":\"http:\\/\\/t.co\\/SRqd8jEvNZ\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/SRqd8jEvNZ\",\"expanded_url\":\"http:\\/\\/www.justintimberlake.com\",\"display_url\":\"justintimberlake.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":38135123,\"friends_count\":88,\"listed_count\":76213,\"created_at\":\"Wed Mar 25 19:10:50 +0000 2009\",\"favourites_count\":14,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":2706,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"131516\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/423976765573197824\\/H8DOsOPm_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/423976765573197824\\/H8DOsOPm_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/26565946\\/1414544111\",\"profile_link_color\":\"009999\",\"profile_sidebar_border_color\":\"EEEEEE\",\"profile_sidebar_fill_color\":\"EFEFEF\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":100220864,\"id_str\":\"100220864\",\"name\":\"Bruno Mars\",\"screen_name\":\"BrunoMars\",\"location\":\"Los Angeles, CA\",\"profile_location\":null,\"description\":\"Julio!!! Get The Stretch!!!!\",\"url\":\"http:\\/\\/t.co\\/hgVCE0yz7c\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/hgVCE0yz7c\",\"expanded_url\":\"http:\\/\\/www.brunomars.com\",\"display_url\":\"brunomars.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":19327952,\"friends_count\":90,\"listed_count\":36425,\"created_at\":\"Tue Dec 29 13:07:04 +0000 2009\",\"favourites_count\":28,\"utc_offset\":null,\"time_zone\":null,\"geo_enabled\":false,\"verified\":true,\"statuses_count\":3326,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"F0DBB7\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/378800000180677345\\/HQxt1pHD.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/378800000180677345\\/HQxt1pHD.png\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/531626153837359105\\/ZR11lw1R_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/531626153837359105\\/ZR11lw1R_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/100220864\\/1415585700\",\"profile_link_color\":\"0A0104\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"E6F6F9\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":17919972,\"id_str\":\"17919972\",\"name\":\"Taylor Swift\",\"screen_name\":\"taylorswift13\",\"location\":\"\",\"profile_location\":null,\"description\":\"Born in 1989.\",\"url\":\"http:\\/\\/t.co\\/AjT5TRgs35\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/AjT5TRgs35\",\"expanded_url\":\"http:\\/\\/www.taylorswift.com\",\"display_url\":\"taylorswift.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":47556616,\"friends_count\":148,\"listed_count\":117989,\"created_at\":\"Sat Dec 06 10:10:54 +0000 2008\",\"favourites_count\":175,\"utc_offset\":null,\"time_zone\":null,\"geo_enabled\":false,\"verified\":true,\"statuses_count\":2972,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"C0DEED\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/687293757\\/6d2ec27f32fa8cc2fcb7e6a9eada9945.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/687293757\\/6d2ec27f32fa8cc2fcb7e6a9eada9945.jpeg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/505200807503867904\\/osJXmYRl_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/505200807503867904\\/osJXmYRl_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/17919972\\/1409286315\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":373471064,\"id_str\":\"373471064\",\"name\":\"Twitter Music\",\"screen_name\":\"TwitterMusic\",\"location\":\"Twitter HQ\",\"profile_location\":null,\"description\":\"Music related Tweets from around the world.\",\"url\":\"http:\\/\\/t.co\\/7eUtBKV1bf\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/7eUtBKV1bf\",\"expanded_url\":\"http:\\/\\/music.twitter.com\",\"display_url\":\"music.twitter.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":5907926,\"friends_count\":152,\"listed_count\":8775,\"created_at\":\"Wed Sep 14 16:50:47 +0000 2011\",\"favourites_count\":518,\"utc_offset\":-36000,\"time_zone\":\"Hawaii\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":5537,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"131516\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/378800000449287089\\/70dea90873e8a0f92fd582b4d04cfd4b_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/378800000449287089\\/70dea90873e8a0f92fd582b4d04cfd4b_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/373471064\\/1347670819\",\"profile_link_color\":\"009999\",\"profile_sidebar_border_color\":\"000000\",\"profile_sidebar_fill_color\":\"EFEFEF\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":27260086,\"id_str\":\"27260086\",\"name\":\"Justin Bieber\",\"screen_name\":\"justinbieber\",\"location\":\"\",\"profile_location\":null,\"description\":\"Let's make the world better, together. Join my fan club @officialfahlo and add me on @shots 'justinbieber'.\",\"url\":\"http:\\/\\/t.co\\/OkBCJEbGi2\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/OkBCJEbGi2\",\"expanded_url\":\"http:\\/\\/www.youtube.com\\/justinbieber\",\"display_url\":\"youtube.com\\/justinbieber\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":57288632,\"friends_count\":164322,\"listed_count\":555580,\"created_at\":\"Sat Mar 28 16:41:22 +0000 2009\",\"favourites_count\":1387,\"utc_offset\":-18000,\"time_zone\":\"Eastern Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":27918,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/460851381025267712\\/RU-xit8T.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/460851381025267712\\/RU-xit8T.png\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/520374943272284160\\/FzNKwxes_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/520374943272284160\\/FzNKwxes_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/27260086\\/1411311442\",\"profile_link_color\":\"89C9FA\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":4101221,\"id_str\":\"4101221\",\"name\":\"Thalia\",\"screen_name\":\"thalia\",\"location\":\"\",\"profile_location\":null,\"description\":\"FACEBOOK: http:\\/\\/t.co\\/3ozWqxnN8b\\r\\nand INSTAGRAM: http:\\/\\/t.co\\/dSf9N5uDIp and PINTEREST: http:\\/\\/t.co\\/qnQxavU0MG and\\r\\nNEW BOOK: http:\\/\\/t.co\\/j4R7x0JsfG\",\"url\":\"http:\\/\\/t.co\\/836sw9cMGX\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/836sw9cMGX\",\"expanded_url\":\"http:\\/\\/Thalia.com\",\"display_url\":\"Thalia.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3ozWqxnN8b\",\"expanded_url\":\"http:\\/\\/facebook.com\\/thalia\",\"display_url\":\"facebook.com\\/thalia\",\"indices\":[10,32]},{\"url\":\"http:\\/\\/t.co\\/dSf9N5uDIp\",\"expanded_url\":\"http:\\/\\/instagram.com\\/thalia\",\"display_url\":\"instagram.com\\/thalia\",\"indices\":[49,71]},{\"url\":\"http:\\/\\/t.co\\/qnQxavU0MG\",\"expanded_url\":\"http:\\/\\/pinterest.com\\/LadyTH\",\"display_url\":\"pinterest.com\\/LadyTH\",\"indices\":[87,109]},{\"url\":\"http:\\/\\/t.co\\/j4R7x0JsfG\",\"expanded_url\":\"http:\\/\\/facebook.com\\/chupiethebinky\",\"display_url\":\"facebook.com\\/chupiethebinky\",\"indices\":[125,147]}]}},\"protected\":false,\"followers_count\":6240956,\"friends_count\":1565,\"listed_count\":29611,\"created_at\":\"Wed Apr 11 01:07:09 +0000 2007\",\"favourites_count\":3640,\"utc_offset\":-18000,\"time_zone\":\"Eastern Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":14770,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"131516\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/512058502072655872\\/hEmPqld5.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/512058502072655872\\/hEmPqld5.jpeg\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/490244518478753793\\/UP-8jVtS_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/490244518478753793\\/UP-8jVtS_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/4101221\\/1410919094\",\"profile_link_color\":\"DD2E44\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"591C78\",\"profile_text_color\":\"61ADD6\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":23375688,\"id_str\":\"23375688\",\"name\":\"Selena Gomez\",\"screen_name\":\"selenagomez\",\"location\":\"Los Angeles \",\"profile_location\":null,\"description\":\"Get \\u2018The Heart Wants What It Wants\\u2019 and my new collection \\u2018For You\\u2019 - http:\\/\\/t.co\\/RXvhX21okT Philippians 4:13\",\"url\":\"http:\\/\\/t.co\\/bsIURHevHT\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/bsIURHevHT\",\"expanded_url\":\"http:\\/\\/www.selenagomez.com\",\"display_url\":\"selenagomez.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/RXvhX21okT\",\"expanded_url\":\"http:\\/\\/smarturl.it\\/sga1\",\"display_url\":\"smarturl.it\\/sga1\",\"indices\":[70,92]}]}},\"protected\":false,\"followers_count\":24833476,\"friends_count\":1276,\"listed_count\":136116,\"created_at\":\"Mon Mar 09 00:16:45 +0000 2009\",\"favourites_count\":22,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":3602,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/432562884673941506\\/EygIGZH-.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/432562884673941506\\/EygIGZH-.jpeg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/530328886744068096\\/OcFcv4dj_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/530328886744068096\\/OcFcv4dj_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/23375688\\/1416805110\",\"profile_link_color\":\"02806B\",\"profile_sidebar_border_color\":\"000000\",\"profile_sidebar_fill_color\":\"252429\",\"profile_text_color\":\"CC3399\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":27909036,\"id_str\":\"27909036\",\"name\":\"Jesse & Joy Oficial\",\"screen_name\":\"jesseyjoy\",\"location\":\"En el espacio sideral..de Tour\",\"profile_location\":null,\"description\":\"Instagram: @jesseyjoy Booking: ACShows - Ana Garcia: (+5255) 53372034 agarcia@westwoodent.com Contacto: mnoriega@westwoodent.com\",\"url\":\"http:\\/\\/t.co\\/wRvpu358EP\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/wRvpu358EP\",\"expanded_url\":\"http:\\/\\/www.jesseyjoy.com\",\"display_url\":\"jesseyjoy.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":3626306,\"friends_count\":1068,\"listed_count\":3310,\"created_at\":\"Tue Mar 31 16:48:05 +0000 2009\",\"favourites_count\":3,\"utc_offset\":-25200,\"time_zone\":\"Mountain Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":26320,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/496413778859151361\\/QntDs1Hx.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/496413778859151361\\/QntDs1Hx.jpeg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/496410110608957441\\/O1xU76ZE_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/496410110608957441\\/O1xU76ZE_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/27909036\\/1407189638\",\"profile_link_color\":\"88888F\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"F7E0D4\",\"profile_text_color\":\"0ECCC3\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":184910040,\"id_str\":\"184910040\",\"name\":\"Adele\",\"screen_name\":\"OfficialAdele\",\"location\":\"London\\/NYC\",\"profile_location\":null,\"description\":\"Official Twitter account for Adele. @XLRECORDINGS \\/ @ColumbiaRecords recording artist.\",\"url\":\"http:\\/\\/t.co\\/Yr71qltaxt\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/Yr71qltaxt\",\"expanded_url\":\"http:\\/\\/www.adele.tv\\/\",\"display_url\":\"adele.tv\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":21294437,\"friends_count\":170,\"listed_count\":29831,\"created_at\":\"Mon Aug 30 19:53:19 +0000 2010\",\"favourites_count\":0,\"utc_offset\":-18000,\"time_zone\":\"Quito\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":214,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"131516\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/167616538\\/bg.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/167616538\\/bg.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1676212439\\/image_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1676212439\\/image_normal.jpg\",\"profile_link_color\":\"009999\",\"profile_sidebar_border_color\":\"EEEEEE\",\"profile_sidebar_fill_color\":\"EFEFEF\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":23605048,\"id_str\":\"23605048\",\"name\":\"Paulina Rubio\",\"screen_name\":\"paurubio\",\"location\":\"\",\"profile_location\":null,\"description\":\"Paulina Rubio official twitter \\/ El twitter oficial de Paulina Rubio\",\"url\":\"http:\\/\\/t.co\\/UAeeFGpH4m\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/UAeeFGpH4m\",\"expanded_url\":\"http:\\/\\/www.paulinarubio.com\",\"display_url\":\"paulinarubio.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":9261396,\"friends_count\":700,\"listed_count\":23164,\"created_at\":\"Tue Mar 10 15:30:11 +0000 2009\",\"favourites_count\":464,\"utc_offset\":-21600,\"time_zone\":\"Mexico City\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":6216,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"EF508A\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/378800000172223115\\/3_jlWYKP.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/378800000172223115\\/3_jlWYKP.jpeg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/503018480099020800\\/yFOHjySN_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/503018480099020800\\/yFOHjySN_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/23605048\\/1390333595\",\"profile_link_color\":\"01A7E0\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"F768BE\",\"profile_text_color\":\"3D1957\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":268414482,\"id_str\":\"268414482\",\"name\":\"Miley Ray Cyrus\",\"screen_name\":\"MileyCyrus\",\"location\":\"PLUTO \",\"profile_location\":null,\"description\":\"#FUCKINGBANGERZ\",\"url\":\"http:\\/\\/t.co\\/0JoMA1kUve\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/0JoMA1kUve\",\"expanded_url\":\"http:\\/\\/smarturl.it\\/bangerz?IQid=tw\",\"display_url\":\"smarturl.it\\/bangerz?IQid=tw\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":18843057,\"friends_count\":371,\"listed_count\":60263,\"created_at\":\"Fri Mar 18 18:36:02 +0000 2011\",\"favourites_count\":81,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":7901,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"000000\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/474222043446013953\\/q3HjRJfx.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/474222043446013953\\/q3HjRJfx.jpeg\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/527640747277709312\\/lXMBojtU_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/527640747277709312\\/lXMBojtU_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/268414482\\/1412118738\",\"profile_link_color\":\"0D0101\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"000000\",\"profile_text_color\":\"FF8400\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":35094637,\"id_str\":\"35094637\",\"name\":\"Alicia Keys\",\"screen_name\":\"aliciakeys\",\"location\":\"New York City\",\"profile_location\":null,\"description\":\"Passionate about my work, in love with my family and dedicated to spreading light. It's contagious!;-)\\r\\n\\r\\nhttp:\\/\\/t.co\\/QP5RXoYH12\",\"url\":\"http:\\/\\/t.co\\/X29Mgazy7h\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/X29Mgazy7h\",\"expanded_url\":\"http:\\/\\/www.aliciakeys.com\",\"display_url\":\"aliciakeys.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/QP5RXoYH12\",\"expanded_url\":\"http:\\/\\/www.weareheremovement.com\",\"display_url\":\"weareheremovement.com\",\"indices\":[106,128]}]}},\"protected\":false,\"followers_count\":20320485,\"friends_count\":523,\"listed_count\":52372,\"created_at\":\"Sat Apr 25 00:46:24 +0000 2009\",\"favourites_count\":4,\"utc_offset\":-18000,\"time_zone\":\"Eastern Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":5138,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"150D1A\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/517414879871762433\\/G5qktqdM.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/517414879871762433\\/G5qktqdM.jpeg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/508975448257089536\\/HMCqyPP9_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/508975448257089536\\/HMCqyPP9_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/35094637\\/1412196329\",\"profile_link_color\":\"171415\",\"profile_sidebar_border_color\":\"000000\",\"profile_sidebar_fill_color\":\"D91C26\",\"profile_text_color\":\"090A02\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":31927467,\"id_str\":\"31927467\",\"name\":\"Pitbull\",\"screen_name\":\"pitbull\",\"location\":\"Miami, FL\",\"profile_location\":null,\"description\":\"GLOBALIZATION\",\"url\":\"http:\\/\\/t.co\\/xUbzGGaZFr\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/xUbzGGaZFr\",\"expanded_url\":\"http:\\/\\/www.youtube.com\\/pitbullmusic\",\"display_url\":\"youtube.com\\/pitbullmusic\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":18527261,\"friends_count\":2490,\"listed_count\":23168,\"created_at\":\"Thu Apr 16 16:03:02 +0000 2009\",\"favourites_count\":25,\"utc_offset\":-18000,\"time_zone\":\"Eastern Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":6023,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"000000\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/537659330967773184\\/kxEdlsLE.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/537659330967773184\\/kxEdlsLE.png\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/492106704490754049\\/ugHZbQNF_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/492106704490754049\\/ugHZbQNF_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/31927467\\/1417022925\",\"profile_link_color\":\"3B94D9\",\"profile_sidebar_border_color\":\"000000\",\"profile_sidebar_fill_color\":\"D6D6D6\",\"profile_text_color\":\"C40808\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":16409683,\"id_str\":\"16409683\",\"name\":\"Britney Spears\",\"screen_name\":\"britneyspears\",\"location\":\"Los Angeles, CA\",\"profile_location\":null,\"description\":\"It\\u2019s Britney Bitch! #BritneyJean available now on @iTunesMusic: http:\\/\\/t.co\\/dps446FIFx\",\"url\":\"http:\\/\\/t.co\\/PBMqPsIRsx\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/PBMqPsIRsx\",\"expanded_url\":\"http:\\/\\/www.britneyspears.com\",\"display_url\":\"britneyspears.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/dps446FIFx\",\"expanded_url\":\"http:\\/\\/smarturl.it\\/britneyjean?IQid=tw\",\"display_url\":\"smarturl.it\\/britneyjean?IQ\\u2026\",\"indices\":[64,86]}]}},\"protected\":false,\"followers_count\":39693192,\"friends_count\":400806,\"listed_count\":129408,\"created_at\":\"Mon Sep 22 20:47:35 +0000 2008\",\"favourites_count\":498,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":3878,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"000000\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/378800000172752091\\/DmmPCAPz.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/378800000172752091\\/DmmPCAPz.jpeg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/426108979186384896\\/J3JDXvs4_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/426108979186384896\\/J3JDXvs4_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/16409683\\/1397512555\",\"profile_link_color\":\"D44A71\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"F4F4F4\",\"profile_text_color\":\"222222\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":220332457,\"id_str\":\"220332457\",\"name\":\"\\u304d\\u3083\\u308a\\u30fc\\u3071\\u307f\\u3085\\u3071\\u307f\\u3085\",\"screen_name\":\"pamyurin\",\"location\":\"ASOBI SYSTEM\",\"profile_location\":null,\"description\":\"\\u3075\\u3041\\u3093\\u305f\\u4eba\",\"url\":\"http:\\/\\/t.co\\/H7jhAUjcMw\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/H7jhAUjcMw\",\"expanded_url\":\"http:\\/\\/s.ameblo.jp\\/kyarypamyupamyu\\/\",\"display_url\":\"s.ameblo.jp\\/kyarypamyupamy\\u2026\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":2577114,\"friends_count\":165,\"listed_count\":15384,\"created_at\":\"Sat Nov 27 13:30:22 +0000 2010\",\"favourites_count\":3,\"utc_offset\":-36000,\"time_zone\":\"Hawaii\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":11845,\"lang\":\"ja\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"C0DEED\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/531515684274962432\\/8RhH3HfV_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/531515684274962432\\/8RhH3HfV_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/220332457\\/1398672949\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"C0DEED\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":true,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":21111883,\"id_str\":\"21111883\",\"name\":\"Demi Lovato\",\"screen_name\":\"ddlovato\",\"location\":\"DALLAS\\/LA\",\"profile_location\":null,\"description\":\"New album DEMI feat. Neon Lights, & my new single Really Don't Care available NOW!!! Download here - http:\\/\\/t.co\\/ydguDHMvx6 #DEMIWORLDTOUR tix on sale now!\",\"url\":\"http:\\/\\/t.co\\/3J82yCbTXY\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3J82yCbTXY\",\"expanded_url\":\"http:\\/\\/www.facebook.com\\/DemiLovato\",\"display_url\":\"facebook.com\\/DemiLovato\",\"indices\":[0,22]}]},\"description\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/ydguDHMvx6\",\"expanded_url\":\"http:\\/\\/smarturl.it\\/dla1\",\"display_url\":\"smarturl.it\\/dla1\",\"indices\":[101,123]}]}},\"protected\":false,\"followers_count\":25618457,\"friends_count\":339,\"listed_count\":106101,\"created_at\":\"Tue Feb 17 18:02:08 +0000 2009\",\"favourites_count\":10,\"utc_offset\":-25200,\"time_zone\":\"Mountain Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":12365,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/511933200940019712\\/CKxPa76o.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/511933200940019712\\/CKxPa76o.jpeg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/488906749697478656\\/elgT1abh_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/488906749697478656\\/elgT1abh_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/21111883\\/1410889387\",\"profile_link_color\":\"000000\",\"profile_sidebar_border_color\":\"000000\",\"profile_sidebar_fill_color\":\"B9BEB8\",\"profile_text_color\":\"666666\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":28706024,\"id_str\":\"28706024\",\"name\":\"P!nk\",\"screen_name\":\"Pink\",\"location\":\"los angeles\",\"profile_location\":null,\"description\":\"it's all happening\",\"url\":\"http:\\/\\/t.co\\/spVFUPAxU3\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/spVFUPAxU3\",\"expanded_url\":\"http:\\/\\/twitter.com\\/pink\",\"display_url\":\"twitter.com\\/pink\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":25155173,\"friends_count\":340,\"listed_count\":67165,\"created_at\":\"Sat Apr 04 01:16:34 +0000 2009\",\"favourites_count\":229,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":5475,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"DBE9ED\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/178806023\\/grammys13.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/178806023\\/grammys13.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/549375583\\/Pinkdeborahanderson_112_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/549375583\\/Pinkdeborahanderson_112_normal.jpg\",\"profile_link_color\":\"CC3366\",\"profile_sidebar_border_color\":\"DBE9ED\",\"profile_sidebar_fill_color\":\"E6F6F9\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":27195114,\"id_str\":\"27195114\",\"name\":\"Drizzy\",\"screen_name\":\"Drake\",\"location\":\"Paradise\",\"profile_location\":null,\"description\":\"Nothing Was The Same\",\"url\":\"http:\\/\\/t.co\\/C9ZI8aYDQe\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/C9ZI8aYDQe\",\"expanded_url\":\"http:\\/\\/www.octobersveryown.net\",\"display_url\":\"octobersveryown.net\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":18265325,\"friends_count\":633,\"listed_count\":38355,\"created_at\":\"Sat Mar 28 07:17:46 +0000 2009\",\"favourites_count\":11,\"utc_offset\":-18000,\"time_zone\":\"Quito\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":1621,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"000000\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/378800000056841964\\/7c2ff2772b7f89a4ecffdf2d5544a78e.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/378800000056841964\\/7c2ff2772b7f89a4ecffdf2d5544a78e.jpeg\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/378800000337150556\\/c28d01d9b1757babd8194c18270a3074_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/378800000337150556\\/c28d01d9b1757babd8194c18270a3074_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/27195114\\/1377141341\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":18863815,\"id_str\":\"18863815\",\"name\":\"Coldplay\",\"screen_name\":\"coldplay\",\"location\":\"Harveytown\",\"profile_location\":null,\"description\":\"New concert film & live album, Ghost Stories Live 2014, out now. CD\\/DVD\\/Blu-ray http:\\/\\/t.co\\/N9MvHduRIW iTunes http:\\/\\/t.co\\/NIPFjZ4beT\",\"url\":\"http:\\/\\/t.co\\/i83B1uAdgm\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/i83B1uAdgm\",\"expanded_url\":\"http:\\/\\/www.coldplay.com\",\"display_url\":\"coldplay.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/N9MvHduRIW\",\"expanded_url\":\"http:\\/\\/smarturl.it\\/Live2014\",\"display_url\":\"smarturl.it\\/Live2014\",\"indices\":[80,102]},{\"url\":\"http:\\/\\/t.co\\/NIPFjZ4beT\",\"expanded_url\":\"http:\\/\\/smarturl.it\\/Live2014iTunes\",\"display_url\":\"smarturl.it\\/Live2014iTunes\",\"indices\":[110,132]}]}},\"protected\":false,\"followers_count\":13487754,\"friends_count\":2121,\"listed_count\":48353,\"created_at\":\"Sun Jan 11 11:04:45 +0000 2009\",\"favourites_count\":601,\"utc_offset\":null,\"time_zone\":null,\"geo_enabled\":false,\"verified\":true,\"statuses_count\":4354,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"131516\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/524103903088898048\\/IcSdF3zf_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/524103903088898048\\/IcSdF3zf_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/18863815\\/1413791230\",\"profile_link_color\":\"11518C\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"EFEFEF\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":55033131,\"id_str\":\"55033131\",\"name\":\"Ricardo Montaner\",\"screen_name\":\"montanertwiter\",\"location\":\"MIAMI\",\"profile_location\":null,\"description\":\"Ricardo Montaner's official Twitter -\",\"url\":\"http:\\/\\/t.co\\/NEu7krdNMK\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/NEu7krdNMK\",\"expanded_url\":\"http:\\/\\/www.facebook.com\\/ricardo.montaner\",\"display_url\":\"facebook.com\\/ricardo.montan\\u2026\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":6079648,\"friends_count\":206,\"listed_count\":14387,\"created_at\":\"Wed Jul 08 21:21:12 +0000 2009\",\"favourites_count\":87,\"utc_offset\":-18000,\"time_zone\":\"Eastern Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":35028,\"lang\":\"es\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"131516\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/492401562824613888\\/2_NMFPC8.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/492401562824613888\\/2_NMFPC8.jpeg\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/523535846708764673\\/3V9wsrv6_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/523535846708764673\\/3V9wsrv6_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/55033131\\/1413655650\",\"profile_link_color\":\"0C0D0D\",\"profile_sidebar_border_color\":\"000000\",\"profile_sidebar_fill_color\":\"EFEFEF\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":73992972,\"id_str\":\"73992972\",\"name\":\"Avril Lavigne\",\"screen_name\":\"AvrilLavigne\",\"location\":\"\",\"profile_location\":null,\"description\":\"New album available now!\",\"url\":\"http:\\/\\/t.co\\/cRHvcVAUWW\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/cRHvcVAUWW\",\"expanded_url\":\"http:\\/\\/smarturl.it\\/avril-lavigne\",\"display_url\":\"smarturl.it\\/avril-lavigne\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":17260880,\"friends_count\":66,\"listed_count\":39339,\"created_at\":\"Sun Sep 13 22:43:00 +0000 2009\",\"favourites_count\":40,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":2631,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"100C0B\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/378800000109462098\\/cad0a5551d2eabd42d518a66ade275b4.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/378800000109462098\\/cad0a5551d2eabd42d518a66ade275b4.jpeg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/535605743584415744\\/C43ySOsb_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/535605743584415744\\/C43ySOsb_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/73992972\\/1400196824\",\"profile_link_color\":\"FF0000\",\"profile_sidebar_border_color\":\"000000\",\"profile_sidebar_fill_color\":\"1A1A17\",\"profile_text_color\":\"ABABAB\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":3004231,\"id_str\":\"3004231\",\"name\":\"Snoop Dogg\",\"screen_name\":\"SnoopDogg\",\"location\":\"\",\"profile_location\":null,\"description\":\"http:\\/\\/t.co\\/mKAL0xVm2C\\nhttp:\\/\\/t.co\\/IRCkSUgQMo\",\"url\":\"http:\\/\\/t.co\\/DKHrtJuxr9\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/DKHrtJuxr9\",\"expanded_url\":\"http:\\/\\/snoopdogg.com\",\"display_url\":\"snoopdogg.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/mKAL0xVm2C\",\"expanded_url\":\"http:\\/\\/SnooperMarket.com\",\"display_url\":\"SnooperMarket.com\",\"indices\":[0,22]},{\"url\":\"http:\\/\\/t.co\\/IRCkSUgQMo\",\"expanded_url\":\"http:\\/\\/YouTube.com\\/WestFestTV\",\"display_url\":\"YouTube.com\\/WestFestTV\",\"indices\":[23,45]}]}},\"protected\":false,\"followers_count\":11696969,\"friends_count\":2514,\"listed_count\":44250,\"created_at\":\"Fri Mar 30 19:05:42 +0000 2007\",\"favourites_count\":351,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":23799,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"000000\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/378800000146121910\\/HID4uOvf.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/378800000146121910\\/HID4uOvf.jpeg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/473992003449917440\\/-TTmHRJq_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/473992003449917440\\/-TTmHRJq_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/3004231\\/1401843639\",\"profile_link_color\":\"009999\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"EFEFEF\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":42420346,\"id_str\":\"42420346\",\"name\":\"AGNEZ MO\",\"screen_name\":\"agnezmo\",\"location\":\"Los Angeles\",\"profile_location\":null,\"description\":\"DREAM, believe, and make it happen! Instagram: @agnezmo and @myfitnezdiary Tumblr: http:\\/\\/t.co\\/ixccwFIkN7 Facebook page: http:\\/\\/t.co\\/RHEUTdskGW\",\"url\":\"http:\\/\\/t.co\\/OXrfgzYIYG\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/OXrfgzYIYG\",\"expanded_url\":\"http:\\/\\/www.agnezmo.com\",\"display_url\":\"agnezmo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/ixccwFIkN7\",\"expanded_url\":\"http:\\/\\/agnezmothekid.tumblr.com\",\"display_url\":\"agnezmothekid.tumblr.com\",\"indices\":[83,105]},{\"url\":\"http:\\/\\/t.co\\/RHEUTdskGW\",\"expanded_url\":\"http:\\/\\/www.facebook.com\\/agnesmonica\",\"display_url\":\"facebook.com\\/agnesmonica\",\"indices\":[121,143]}]}},\"protected\":false,\"followers_count\":11796465,\"friends_count\":986,\"listed_count\":10635,\"created_at\":\"Mon May 25 15:05:00 +0000 2009\",\"favourites_count\":1142,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":14018,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"1A1B1F\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/512194830709960704\\/fscLT8wF_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/512194830709960704\\/fscLT8wF_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/42420346\\/1380210621\",\"profile_link_color\":\"2FC2EF\",\"profile_sidebar_border_color\":\"181A1E\",\"profile_sidebar_fill_color\":\"252429\",\"profile_text_color\":\"666666\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":18228898,\"id_str\":\"18228898\",\"name\":\"John Legend\",\"screen_name\":\"johnlegend\",\"location\":\"New York, NY, USA\",\"profile_location\":null,\"description\":\"Get #LoveInTheFuture now http:\\/\\/t.co\\/GzKLiH5GD3\",\"url\":\"http:\\/\\/t.co\\/iGc1LHm5UB\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/iGc1LHm5UB\",\"expanded_url\":\"http:\\/\\/johnlegend.com\",\"display_url\":\"johnlegend.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/GzKLiH5GD3\",\"expanded_url\":\"http:\\/\\/smarturl.it\\/LoveInTheFutureDX\",\"display_url\":\"smarturl.it\\/LoveInTheFutur\\u2026\",\"indices\":[25,47]}]}},\"protected\":false,\"followers_count\":6098726,\"friends_count\":523,\"listed_count\":20938,\"created_at\":\"Thu Dec 18 23:42:30 +0000 2008\",\"favourites_count\":49,\"utc_offset\":-18000,\"time_zone\":\"Eastern Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":7253,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FBFBFB\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/378800000065969311\\/f99e78d0f430632cc48feeee8c8fb8cd.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/378800000065969311\\/f99e78d0f430632cc48feeee8c8fb8cd.jpeg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/492422192924078080\\/PL-7YjMk_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/492422192924078080\\/PL-7YjMk_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/18228898\\/1398279153\",\"profile_link_color\":\"009999\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"EFEFEF\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":169686021,\"id_str\":\"169686021\",\"name\":\"KANYE WEST\",\"screen_name\":\"kanyewest\",\"location\":\"\",\"profile_location\":null,\"description\":\"\",\"url\":\"http:\\/\\/t.co\\/ZdywsugSWD\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/ZdywsugSWD\",\"expanded_url\":\"http:\\/\\/KANYEWEST.COM\",\"display_url\":\"KANYEWEST.COM\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10994914,\"friends_count\":1,\"listed_count\":45774,\"created_at\":\"Thu Jul 22 23:00:05 +0000 2010\",\"favourites_count\":1,\"utc_offset\":-36000,\"time_zone\":\"Hawaii\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":98,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"C0DEED\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/390200267\\/Screen_Shot_2011-12-27_at_11.53.35_PM.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/390200267\\/Screen_Shot_2011-12-27_at_11.53.35_PM.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1132696610\\/securedownload_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1132696610\\/securedownload_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/169686021\\/1359417382\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"C0DEED\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":84620024,\"id_str\":\"84620024\",\"name\":\"S\\u0131la Gen\\u00e7o\\u011flu\",\"screen_name\":\"silagencoglu\",\"location\":\"\\u0130stanbul\",\"profile_location\":null,\"description\":\"Official Twitter Profile. http:\\/\\/t.co\\/rZlrTk0u\",\"url\":\"http:\\/\\/t.co\\/IMBpTWs9RK\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/IMBpTWs9RK\",\"expanded_url\":\"http:\\/\\/www.silagencoglu.com.tr\",\"display_url\":\"silagencoglu.com.tr\",\"indices\":[0,22]}]},\"description\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/rZlrTk0u\",\"expanded_url\":\"http:\\/\\/silagencoglu.com.tr\",\"display_url\":\"silagencoglu.com.tr\",\"indices\":[26,46]}]}},\"protected\":false,\"followers_count\":3035273,\"friends_count\":144,\"listed_count\":1605,\"created_at\":\"Fri Oct 23 15:41:00 +0000 2009\",\"favourites_count\":3,\"utc_offset\":-18000,\"time_zone\":\"Quito\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":1132,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/696784051\\/253f8adfa1b570093e38f72882253579.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/696784051\\/253f8adfa1b570093e38f72882253579.jpeg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/534306185735057408\\/E5eFHw3S_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/534306185735057408\\/E5eFHw3S_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/84620024\\/1416223820\",\"profile_link_color\":\"009999\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"EFEFEF\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":14780915,\"id_str\":\"14780915\",\"name\":\"Rolling Stone\",\"screen_name\":\"RollingStone\",\"location\":\"New York, New York\",\"profile_location\":null,\"description\":\"The latest news and more from Rolling Stone magazine and http:\\/\\/t.co\\/P631jaSEDh.\",\"url\":\"http:\\/\\/t.co\\/zhpWt9kvuA\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/zhpWt9kvuA\",\"expanded_url\":\"http:\\/\\/www.rollingstone.com\",\"display_url\":\"rollingstone.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/P631jaSEDh\",\"expanded_url\":\"http:\\/\\/RollingStone.com\",\"display_url\":\"RollingStone.com\",\"indices\":[57,79]}]}},\"protected\":false,\"followers_count\":4069933,\"friends_count\":262,\"listed_count\":33672,\"created_at\":\"Thu May 15 02:52:27 +0000 2008\",\"favourites_count\":5,\"utc_offset\":-18000,\"time_zone\":\"Eastern Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":37066,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"0B0B0E\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/433012998307729408\\/m8vgpwYl.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/433012998307729408\\/m8vgpwYl.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/458998630175617024\\/MIwtW6L0_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/458998630175617024\\/MIwtW6L0_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/14780915\\/1416418099\",\"profile_link_color\":\"2FC2EF\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"252429\",\"profile_text_color\":\"666666\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":740216334,\"id_str\":\"740216334\",\"name\":\"PSY\",\"screen_name\":\"psy_oppa\",\"location\":\"KOREA\",\"profile_location\":null,\"description\":\"Watch #Hangover at http:\\/\\/t.co\\/cMZlv9zu15 And get #Hangover at http:\\/\\/t.co\\/xCNqZLSFDQ\",\"url\":\"http:\\/\\/t.co\\/F5MsR17UWS\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/F5MsR17UWS\",\"expanded_url\":\"http:\\/\\/youtu.be\\/APj-fkBKIpQ\",\"display_url\":\"youtu.be\\/APj-fkBKIpQ\",\"indices\":[0,22]}]},\"description\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/cMZlv9zu15\",\"expanded_url\":\"http:\\/\\/youtu.be\\/HkMNOlYcpHg\",\"display_url\":\"youtu.be\\/HkMNOlYcpHg\",\"indices\":[19,41]},{\"url\":\"http:\\/\\/t.co\\/xCNqZLSFDQ\",\"expanded_url\":\"http:\\/\\/smarturl.it\\/PsyHangoveriT\",\"display_url\":\"smarturl.it\\/PsyHangoveriT\",\"indices\":[63,85]}]}},\"protected\":false,\"followers_count\":3799682,\"friends_count\":621,\"listed_count\":7256,\"created_at\":\"Mon Aug 06 09:15:58 +0000 2012\",\"favourites_count\":17,\"utc_offset\":32400,\"time_zone\":\"Irkutsk\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":2369,\"lang\":\"ko\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"000000\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/710779468\\/1c6285d6a08e99fe833a92cd0555745b.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/710779468\\/1c6285d6a08e99fe833a92cd0555745b.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/529100506287718400\\/IScqsjFU_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/529100506287718400\\/IScqsjFU_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/740216334\\/1414993265\",\"profile_link_color\":\"FF5317\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":19895282,\"id_str\":\"19895282\",\"name\":\"A.R.Rahman\",\"screen_name\":\"arrahman\",\"location\":\"Chennai, India\",\"profile_location\":null,\"description\":\"Grammy and Academy Award winning musician\",\"url\":\"http:\\/\\/t.co\\/Y4qmZ7N7vn\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/Y4qmZ7N7vn\",\"expanded_url\":\"http:\\/\\/www.arrahman.com\",\"display_url\":\"arrahman.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":5549706,\"friends_count\":0,\"listed_count\":10980,\"created_at\":\"Mon Feb 02 05:53:57 +0000 2009\",\"favourites_count\":0,\"utc_offset\":19800,\"time_zone\":\"Chennai\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":717,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"C6E2EE\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/737604036\\/3179cc1733a2b605d117e3661d8439ad.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/737604036\\/3179cc1733a2b605d117e3661d8439ad.jpeg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/2967359603\\/450c0df90b3eb6711318c450db7db201_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/2967359603\\/450c0df90b3eb6711318c450db7db201_normal.jpeg\",\"profile_link_color\":\"1F98C7\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"DAECF4\",\"profile_text_color\":\"663B12\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":74580436,\"id_str\":\"74580436\",\"name\":\"iTunes Music\",\"screen_name\":\"iTunesMusic\",\"location\":\"Cupertino, CA \",\"profile_location\":null,\"description\":\"\",\"url\":\"http:\\/\\/t.co\\/HRfui5yQLk\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/HRfui5yQLk\",\"expanded_url\":\"http:\\/\\/itunes.com\\/music\",\"display_url\":\"itunes.com\\/music\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":6436777,\"friends_count\":128,\"listed_count\":18234,\"created_at\":\"Tue Sep 15 22:49:25 +0000 2009\",\"favourites_count\":0,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":20047,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"EAEAEA\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/280868779\\/Twitter_Festival_Background.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/280868779\\/Twitter_Festival_Background.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/536704075958476800\\/R4tmpH1O_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/536704075958476800\\/R4tmpH1O_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/74580436\\/1416795153\",\"profile_link_color\":\"0088CC\",\"profile_sidebar_border_color\":\"C7C7C7\",\"profile_sidebar_fill_color\":\"E0E0E0\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":59900378,\"id_str\":\"59900378\",\"name\":\"Alejandro Fernandez\",\"screen_name\":\"alexoficial\",\"location\":\"Mexico\",\"profile_location\":null,\"description\":\"Twitter oficial de Alejandro Fern\\u00e1ndez\",\"url\":\"http:\\/\\/t.co\\/8Gv1wWLXtR\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/8Gv1wWLXtR\",\"expanded_url\":\"http:\\/\\/www.alejandrofernandez.com\",\"display_url\":\"alejandrofernandez.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":3217338,\"friends_count\":113,\"listed_count\":6722,\"created_at\":\"Fri Jul 24 22:01:07 +0000 2009\",\"favourites_count\":16,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":3959,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"000000\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/378800000063162501\\/67296aafac07a8bcaa7e666ebed7ec8a.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/378800000063162501\\/67296aafac07a8bcaa7e666ebed7ec8a.jpeg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/534359170754310144\\/T0RB7ghV_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/534359170754310144\\/T0RB7ghV_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/59900378\\/1417216840\",\"profile_link_color\":\"991818\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"CCCCCC\",\"profile_text_color\":\"0A0A0A\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":70162012,\"id_str\":\"70162012\",\"name\":\"Chino y Nacho\",\"screen_name\":\"ChinoyNacho\",\"location\":\"\\u00dcT: 10.487815,-66.836216\",\"profile_location\":null,\"description\":\"Chino&Nacho, son 2 j\\u00f3venes q a fuerza d talento,constancia y entrega se han convertido en los soberanos absolutos de la m\\u00fasica Urbana en el mundo\",\"url\":\"http:\\/\\/t.co\\/A0QCaVh2yg\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/A0QCaVh2yg\",\"expanded_url\":\"http:\\/\\/www.chinoynacho.com.ve\",\"display_url\":\"chinoynacho.com.ve\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":3844621,\"friends_count\":172,\"listed_count\":7290,\"created_at\":\"Sun Aug 30 17:04:34 +0000 2009\",\"favourites_count\":25,\"utc_offset\":-16200,\"time_zone\":\"Caracas\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":16391,\"lang\":\"es\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"1A1B1F\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/494503555919654912\\/NRxf1SCy.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/494503555919654912\\/NRxf1SCy.jpeg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/494501640045486080\\/vH1qCgMr_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/494501640045486080\\/vH1qCgMr_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/70162012\\/1406735026\",\"profile_link_color\":\"2FC2EF\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"252429\",\"profile_text_color\":\"666666\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":637313893,\"id_str\":\"637313893\",\"name\":\"G-DRAGON\",\"screen_name\":\"IBGDRGN\",\"location\":\"SEOULCITY\",\"profile_location\":null,\"description\":\"\\u2592 \\u2592 \\u2592 ONE AND ONLY GD \\u2592 \\u2592 \\u2592 http:\\/\\/t.co\\/ABdWwJrQG4\\uff5chttp:\\/\\/t.co\\/xCuh2e1jE3\\uff5chttp:\\/\\/t.co\\/z4O2zgQL5q\\uff5cinstagram:XXXIBGDRGN\",\"url\":null,\"entities\":{\"description\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/ABdWwJrQG4\",\"expanded_url\":\"http:\\/\\/ygbigbang.com\\/GDRAGON\",\"display_url\":\"ygbigbang.com\\/GDRAGON\",\"indices\":[28,50]},{\"url\":\"http:\\/\\/t.co\\/xCuh2e1jE3\",\"expanded_url\":\"http:\\/\\/youtube.com\\/officialGDRAGON\",\"display_url\":\"youtube.com\\/officialGDRAGON\",\"indices\":[51,73]},{\"url\":\"http:\\/\\/t.co\\/z4O2zgQL5q\",\"expanded_url\":\"http:\\/\\/www.facebook.com\\/GDRAGON\",\"display_url\":\"facebook.com\\/GDRAGON\",\"indices\":[74,96]}]}},\"protected\":false,\"followers_count\":3541821,\"friends_count\":94,\"listed_count\":12975,\"created_at\":\"Mon Jul 16 21:48:58 +0000 2012\",\"favourites_count\":4,\"utc_offset\":32400,\"time_zone\":\"Seoul\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":2374,\"lang\":\"ko\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"DBE9ED\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/749399817\\/aa42bc41c4a74f6723f332dabfc00517.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/749399817\\/aa42bc41c4a74f6723f332dabfc00517.jpeg\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/534967056429363200\\/Zq0uBltY_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/534967056429363200\\/Zq0uBltY_normal.jpeg\",\"profile_link_color\":\"CC3366\",\"profile_sidebar_border_color\":\"000000\",\"profile_sidebar_fill_color\":\"CF7C7C\",\"profile_text_color\":\"FE2E60\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":17074714,\"id_str\":\"17074714\",\"name\":\"Luke Bryan\",\"screen_name\":\"LukeBryanOnline\",\"location\":\"Nashville, TN\",\"profile_location\":null,\"description\":\"OFFICIAL twitter for Luke Bryan\",\"url\":\"http:\\/\\/t.co\\/9biJkKaXjb\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/9biJkKaXjb\",\"expanded_url\":\"http:\\/\\/www.lukebryan.com\\/\",\"display_url\":\"lukebryan.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":3721811,\"friends_count\":11990,\"listed_count\":5474,\"created_at\":\"Thu Oct 30 21:14:38 +0000 2008\",\"favourites_count\":112,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":2307,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/453577882338476032\\/QDjfcf4u.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/453577882338476032\\/QDjfcf4u.jpeg\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/474222943543652352\\/JTJvDyfT_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/474222943543652352\\/JTJvDyfT_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/17074714\\/1413908010\",\"profile_link_color\":\"009999\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"EFEFEF\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":35877056,\"id_str\":\"35877056\",\"name\":\"Axel\",\"screen_name\":\"AxelOficial\",\"location\":\"Buenos Aires, Argentina\",\"profile_location\":null,\"description\":\"#TusOjosMisOjos en iTunes https:\\/\\/t.co\\/b3r9pHsmKd\\nhttp:\\/\\/t.co\\/X5aFKYtGU8\",\"url\":\"http:\\/\\/t.co\\/m4es1c4NmT\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/m4es1c4NmT\",\"expanded_url\":\"http:\\/\\/www.axelweb.com.ar\",\"display_url\":\"axelweb.com.ar\",\"indices\":[0,22]}]},\"description\":{\"urls\":[{\"url\":\"https:\\/\\/t.co\\/b3r9pHsmKd\",\"expanded_url\":\"https:\\/\\/itunes.apple.com\\/ar\\/album\\/tus-ojos-mis-ojos\\/id868755749\",\"display_url\":\"itunes.apple.com\\/ar\\/album\\/tus-o\\u2026\",\"indices\":[26,49]},{\"url\":\"http:\\/\\/t.co\\/X5aFKYtGU8\",\"expanded_url\":\"http:\\/\\/Instagram.com\\/AxelOficial\",\"display_url\":\"Instagram.com\\/AxelOficial\",\"indices\":[50,72]}]}},\"protected\":false,\"followers_count\":2327619,\"friends_count\":781,\"listed_count\":3360,\"created_at\":\"Mon Apr 27 22:02:09 +0000 2009\",\"favourites_count\":76,\"utc_offset\":-10800,\"time_zone\":\"Buenos Aires\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":15414,\"lang\":\"es\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"000000\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/519530357352177664\\/WDb-uVm8.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/519530357352177664\\/WDb-uVm8.png\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/519528857473265666\\/Rez_gtUW_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/519528857473265666\\/Rez_gtUW_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/35877056\\/1412700278\",\"profile_link_color\":\"878A7B\",\"profile_sidebar_border_color\":\"000000\",\"profile_sidebar_fill_color\":\"131317\",\"profile_text_color\":\"0084B4\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":413487212,\"id_str\":\"413487212\",\"name\":\"Simon Cowell\",\"screen_name\":\"SimonCowell\",\"location\":\"\",\"profile_location\":null,\"description\":\"\",\"url\":null,\"entities\":{\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10936837,\"friends_count\":2574,\"listed_count\":12172,\"created_at\":\"Tue Nov 15 23:12:59 +0000 2011\",\"favourites_count\":5,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":1444,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"1A1B1F\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme9\\/bg.gif\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1642774110\\/simoncowelltwitter2_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1642774110\\/simoncowelltwitter2_normal.jpg\",\"profile_link_color\":\"2FC2EF\",\"profile_sidebar_border_color\":\"181A1E\",\"profile_sidebar_fill_color\":\"252429\",\"profile_text_color\":\"666666\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":36307418,\"id_str\":\"36307418\",\"name\":\"Aleks Syntek\",\"screen_name\":\"syntekoficial\",\"location\":\"M\\u00e9xico\",\"profile_location\":null,\"description\":\"Cantante y compositor festejando 25 a\\u00f1os de discograf\\u00eda, en busqueda de Corazones Invencibles en la humanidad @TheGRAMMYs 2014 nominee http:\\/\\/t.co\\/qBacVTFxIA\",\"url\":\"http:\\/\\/t.co\\/ouAcojTfAJ\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/ouAcojTfAJ\",\"expanded_url\":\"http:\\/\\/syntekoficial.com\",\"display_url\":\"syntekoficial.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/qBacVTFxIA\",\"expanded_url\":\"http:\\/\\/www.facebook.com\\/syntekoficial\",\"display_url\":\"facebook.com\\/syntekoficial\",\"indices\":[135,157]}]}},\"protected\":false,\"followers_count\":3674124,\"friends_count\":2525,\"listed_count\":8303,\"created_at\":\"Wed Apr 29 06:53:00 +0000 2009\",\"favourites_count\":427,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":14914,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"000000\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/503774959060013056\\/Miwk_Eta.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/503774959060013056\\/Miwk_Eta.jpeg\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/528414330270662656\\/Y61qm0_F_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/528414330270662656\\/Y61qm0_F_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/36307418\\/1408848817\",\"profile_link_color\":\"3985A8\",\"profile_sidebar_border_color\":\"000000\",\"profile_sidebar_fill_color\":\"FFFFFF\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":30040682,\"id_str\":\"30040682\",\"name\":\"Anahi \",\"screen_name\":\"Anahi\",\"location\":\"\",\"profile_location\":null,\"description\":\"\",\"url\":\"http:\\/\\/t.co\\/mGqguBMPfJ\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/mGqguBMPfJ\",\"expanded_url\":\"http:\\/\\/www.youtube.com\\/anahichannelone\",\"display_url\":\"youtube.com\\/anahichannelone\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":7605912,\"friends_count\":501,\"listed_count\":41917,\"created_at\":\"Thu Apr 09 18:49:26 +0000 2009\",\"favourites_count\":4,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":5806,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/774877553\\/205a72c1ae48d04c7e740269faa442b8.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/774877553\\/205a72c1ae48d04c7e740269faa442b8.jpeg\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/528590102478737408\\/Q92WeO9f_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/528590102478737408\\/Q92WeO9f_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/30040682\\/1359302337\",\"profile_link_color\":\"0F0D0D\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"AB9FBD\",\"profile_text_color\":\"282729\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":116362700,\"id_str\":\"116362700\",\"name\":\"Lil Wayne WEEZY F\",\"screen_name\":\"LilTunechi\",\"location\":\"Mars\",\"profile_location\":null,\"description\":\"IM YOUNG MONEY http:\\/\\/t.co\\/wMwkyzCu\",\"url\":\"http:\\/\\/t.co\\/Drv5zXOC\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/Drv5zXOC\",\"expanded_url\":\"http:\\/\\/youngmoney.com\",\"display_url\":\"youngmoney.com\",\"indices\":[0,20]}]},\"description\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/wMwkyzCu\",\"expanded_url\":\"http:\\/\\/trukfit.com\",\"display_url\":\"trukfit.com\",\"indices\":[15,35]}]}},\"protected\":false,\"followers_count\":19368772,\"friends_count\":43,\"listed_count\":37330,\"created_at\":\"Mon Feb 22 05:29:44 +0000 2010\",\"favourites_count\":7,\"utc_offset\":-32400,\"time_zone\":\"Alaska\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":1126,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"131516\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/77710465\\/lil-wayne-gq-2.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/77710465\\/lil-wayne-gq-2.jpg\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/712863751\\/lil-wayne-gq-2_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/712863751\\/lil-wayne-gq-2_normal.jpg\",\"profile_link_color\":\"009999\",\"profile_sidebar_border_color\":\"EEEEEE\",\"profile_sidebar_fill_color\":\"EFEFEF\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":14502789,\"id_str\":\"14502789\",\"name\":\"Ivete Sangalo\",\"screen_name\":\"ivetesangalo\",\"location\":\"-14.864931,-40.842104\",\"profile_location\":null,\"description\":\"Twitter Oficial da cantora brasileira Ivete Sangalo. Twitter atualizado pela pr\\u00f3pria Ivete e pela equipe do seu site.\",\"url\":\"http:\\/\\/t.co\\/kXhC3KKClM\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/kXhC3KKClM\",\"expanded_url\":\"http:\\/\\/www.ivetesangalo.com\",\"display_url\":\"ivetesangalo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":11297595,\"friends_count\":707,\"listed_count\":51316,\"created_at\":\"Wed Apr 23 23:25:12 +0000 2008\",\"favourites_count\":324,\"utc_offset\":-7200,\"time_zone\":\"Brasilia\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":36080,\"lang\":\"pt\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"757367\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/530000045521657857\\/F53E3FI3.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/530000045521657857\\/F53E3FI3.jpeg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/529999119511613440\\/HNm5uSYW_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/529999119511613440\\/HNm5uSYW_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/14502789\\/1415196734\",\"profile_link_color\":\"F02E0C\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"E6F6F9\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":41265813,\"id_str\":\"41265813\",\"name\":\"Brad Paisley\",\"screen_name\":\"BradPaisley\",\"location\":\"Nashville, TN\",\"profile_location\":null,\"description\":\"In 1972, a crack commando unit was sent to prison by a military court for a crime they didn't commit. I was also born.\",\"url\":\"http:\\/\\/t.co\\/sfUh4kOSha\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/sfUh4kOSha\",\"expanded_url\":\"http:\\/\\/bradpaisley.com\",\"display_url\":\"bradpaisley.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":3040886,\"friends_count\":87,\"listed_count\":9177,\"created_at\":\"Wed May 20 01:37:57 +0000 2009\",\"favourites_count\":9,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":5439,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"1F1F27\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/452892293050007552\\/g85aqtDe.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/452892293050007552\\/g85aqtDe.jpeg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/483027014832500736\\/rjcKrWYB_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/483027014832500736\\/rjcKrWYB_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/41265813\\/1408978641\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"000000\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":23976386,\"id_str\":\"23976386\",\"name\":\"David Guetta\",\"screen_name\":\"davidguetta\",\"location\":\"Ibiza, Paris, the world...\",\"profile_location\":null,\"description\":\"Official David Guetta Twitter Page. http:\\/\\/t.co\\/RMCqdEM9XC\",\"url\":\"http:\\/\\/t.co\\/MdmYLUVs9y\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/MdmYLUVs9y\",\"expanded_url\":\"http:\\/\\/www.davidguetta.com\",\"display_url\":\"davidguetta.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/RMCqdEM9XC\",\"expanded_url\":\"http:\\/\\/instagram.com\\/davidguetta\",\"display_url\":\"instagram.com\\/davidguetta\",\"indices\":[36,58]}]}},\"protected\":false,\"followers_count\":16025842,\"friends_count\":146,\"listed_count\":29341,\"created_at\":\"Thu Mar 12 16:19:49 +0000 2009\",\"favourites_count\":180,\"utc_offset\":3600,\"time_zone\":\"Paris\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":2187,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"000000\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/518408149372395521\\/sMTVC5RL.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/518408149372395521\\/sMTVC5RL.jpeg\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/535477460054208513\\/Vq47wekj_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/535477460054208513\\/Vq47wekj_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/23976386\\/1416578880\",\"profile_link_color\":\"ED2023\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"FFFFFF\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":828742454,\"id_str\":\"828742454\",\"name\":\"Sandara Park\",\"screen_name\":\"krungy21\",\"location\":\"\",\"profile_location\":null,\"description\":\"\\ud22c\\uc560\\ub2c8\\uc6d0\\uc758 \\uc0c1\\ud07c\\ud55c\\ubcf4\\uceec & Pambansang krungkrung ng Pilipinas\",\"url\":null,\"entities\":{\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":2265398,\"friends_count\":160,\"listed_count\":6451,\"created_at\":\"Mon Sep 17 09:51:13 +0000 2012\",\"favourites_count\":8,\"utc_offset\":null,\"time_zone\":null,\"geo_enabled\":false,\"verified\":true,\"statuses_count\":3255,\"lang\":\"ko\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"FAEC50\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme18\\/bg.gif\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme18\\/bg.gif\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/532376821807849472\\/VYsz_lOU_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/532376821807849472\\/VYsz_lOU_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/828742454\\/1393718725\",\"profile_link_color\":\"038543\",\"profile_sidebar_border_color\":\"C0DEED\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":87808186,\"id_str\":\"87808186\",\"name\":\"Diego Torres\",\"screen_name\":\"diegotorres\",\"location\":\"Argentina\",\"profile_location\":null,\"description\":\"Cantante,musico y actor\",\"url\":\"http:\\/\\/t.co\\/uTHDoBLyai\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/uTHDoBLyai\",\"expanded_url\":\"http:\\/\\/www.diegotorres.com\",\"display_url\":\"diegotorres.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":3490348,\"friends_count\":62,\"listed_count\":7289,\"created_at\":\"Thu Nov 05 23:01:00 +0000 2009\",\"favourites_count\":10,\"utc_offset\":-10800,\"time_zone\":\"Buenos Aires\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":4369,\"lang\":\"es\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FAFAFA\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/709250211\\/42dbb99067bf8ab5d3e26751d947d9b3.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/709250211\\/42dbb99067bf8ab5d3e26751d947d9b3.jpeg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/518589155639427072\\/NXM5NB0D_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/518589155639427072\\/NXM5NB0D_normal.jpeg\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":470307418,\"id_str\":\"470307418\",\"name\":\"Nancy Ajram\",\"screen_name\":\"NancyAjram\",\"location\":\"Lebanon\",\"profile_location\":null,\"description\":\"\",\"url\":\"http:\\/\\/t.co\\/VEJDvQzvTy\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/VEJDvQzvTy\",\"expanded_url\":\"http:\\/\\/NancyAjram.com\",\"display_url\":\"NancyAjram.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":4601245,\"friends_count\":82,\"listed_count\":6456,\"created_at\":\"Sat Jan 21 16:32:54 +0000 2012\",\"favourites_count\":733,\"utc_offset\":7200,\"time_zone\":\"Istanbul\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":8506,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"BADFCD\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme12\\/bg.gif\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme12\\/bg.gif\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/497447740050124801\\/wFkcKHO5_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/497447740050124801\\/wFkcKHO5_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/470307418\\/1406740582\",\"profile_link_color\":\"FF0000\",\"profile_sidebar_border_color\":\"F2E195\",\"profile_sidebar_fill_color\":\"FFF7CC\",\"profile_text_color\":\"0C3E53\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":18825961,\"id_str\":\"18825961\",\"name\":\"Skrillex \",\"screen_name\":\"Skrillex\",\"location\":\"\\u00dcT: 33.997971,-118.280807\",\"profile_location\":null,\"description\":\"your friend\",\"url\":\"http:\\/\\/t.co\\/0Shsi9wWDX\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/0Shsi9wWDX\",\"expanded_url\":\"http:\\/\\/facebook.com\\/skrillex\",\"display_url\":\"facebook.com\\/skrillex\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":3893060,\"friends_count\":859,\"listed_count\":11577,\"created_at\":\"Sat Jan 10 03:49:35 +0000 2009\",\"favourites_count\":2072,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":12365,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"C0DEED\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/534637130270519296\\/MmBo2HR7_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/534637130270519296\\/MmBo2HR7_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/18825961\\/1398372903\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"C0DEED\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":true,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":17696167,\"id_str\":\"17696167\",\"name\":\"Ludacris\",\"screen_name\":\"Ludacris\",\"location\":\"International\",\"profile_location\":null,\"description\":\"BURNING BRIDGES EP \\u2013 AVAILABLE DEC 16TH On @GooglePlay - FREE\\u2013ORDER NOW\",\"url\":\"http:\\/\\/t.co\\/mSDcExVt9i\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/mSDcExVt9i\",\"expanded_url\":\"http:\\/\\/smarturl.it\\/LudaBurningBridges?IQid=tb\",\"display_url\":\"smarturl.it\\/LudaBurningBri\\u2026\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":9882247,\"friends_count\":301,\"listed_count\":25972,\"created_at\":\"Fri Nov 28 02:06:50 +0000 2008\",\"favourites_count\":33,\"utc_offset\":-18000,\"time_zone\":\"Eastern Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":14057,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"1A1B1F\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/61663157\\/Conjure_bottle.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/61663157\\/Conjure_bottle.jpg\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/535845250644705280\\/h_cDVsJt_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/535845250644705280\\/h_cDVsJt_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/17696167\\/1416590419\",\"profile_link_color\":\"2FC2EF\",\"profile_sidebar_border_color\":\"181A1E\",\"profile_sidebar_fill_color\":\"252429\",\"profile_text_color\":\"666666\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":24963961,\"id_str\":\"24963961\",\"name\":\"Ozzy Osbourne\",\"screen_name\":\"OzzyOsbourne\",\"location\":\"\",\"profile_location\":null,\"description\":\"The Prince of Darkness\",\"url\":\"http:\\/\\/t.co\\/38g2SvGhEZ\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/38g2SvGhEZ\",\"expanded_url\":\"http:\\/\\/www.ozzy.com\",\"display_url\":\"ozzy.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":3922517,\"friends_count\":87,\"listed_count\":17045,\"created_at\":\"Tue Mar 17 21:56:55 +0000 2009\",\"favourites_count\":52,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":1853,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"1A1B1F\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/113452082\\/ozzy_twiter_bg.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/113452082\\/ozzy_twiter_bg.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/2946590122\\/09add4b845b1b20dab0c8f3dda6d16c3_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/2946590122\\/09add4b845b1b20dab0c8f3dda6d16c3_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/24963961\\/1387140555\",\"profile_link_color\":\"2FC2EF\",\"profile_sidebar_border_color\":\"181A1E\",\"profile_sidebar_fill_color\":\"252429\",\"profile_text_color\":\"666666\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":35787166,\"id_str\":\"35787166\",\"name\":\"NICKI MINAJ\",\"screen_name\":\"NICKIMINAJ\",\"location\":\"The Pinkprint - DEC 15th, 2014\",\"profile_location\":null,\"description\":\"http:\\/\\/t.co\\/IRf1yauV5w ONLY on iTunes\",\"url\":\"http:\\/\\/t.co\\/jWqD25CGhx\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/jWqD25CGhx\",\"expanded_url\":\"http:\\/\\/MYPINKFRIDAY.COM\",\"display_url\":\"MYPINKFRIDAY.COM\",\"indices\":[0,22]}]},\"description\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/IRf1yauV5w\",\"expanded_url\":\"http:\\/\\/smarturl.it\\/OnlyExplicit\",\"display_url\":\"smarturl.it\\/OnlyExplicit\",\"indices\":[0,22]}]}},\"protected\":false,\"followers_count\":18379065,\"friends_count\":3645,\"listed_count\":62423,\"created_at\":\"Mon Apr 27 16:36:43 +0000 2009\",\"favourites_count\":19868,\"utc_offset\":-18000,\"time_zone\":\"Eastern Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":30200,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"F04F8F\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/344918034409996672\\/69ca57d46567f9752c46d59f5385247b.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/344918034409996672\\/69ca57d46567f9752c46d59f5385247b.jpeg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/536552010405777408\\/KvPFuqCn_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/536552010405777408\\/KvPFuqCn_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/35787166\\/1414996188\",\"profile_link_color\":\"102294\",\"profile_sidebar_border_color\":\"000000\",\"profile_sidebar_fill_color\":\"E5507E\",\"profile_text_color\":\"362720\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":49573859,\"id_str\":\"49573859\",\"name\":\"will.i.am\",\"screen_name\":\"iamwill\",\"location\":\"\",\"profile_location\":null,\"description\":\"i.am...i.can...i.will\",\"url\":\"http:\\/\\/t.co\\/A31SqNELFy\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/A31SqNELFy\",\"expanded_url\":\"http:\\/\\/www.will.i.am\",\"display_url\":\"will.i.am\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":12594264,\"friends_count\":1123,\"listed_count\":24437,\"created_at\":\"Mon Jun 22 08:24:19 +0000 2009\",\"favourites_count\":65,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":5737,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"080A0A\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/716435468\\/35ac33ba311101d05d3b1bfbb45840cb.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/716435468\\/35ac33ba311101d05d3b1bfbb45840cb.jpeg\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/523207513534386176\\/SIo5YRFp_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/523207513534386176\\/SIo5YRFp_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/49573859\\/1413577490\",\"profile_link_color\":\"7A5B0D\",\"profile_sidebar_border_color\":\"000000\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":17915334,\"id_str\":\"17915334\",\"name\":\"Big Sean\",\"screen_name\":\"BigSean\",\"location\":\"Detroit, MI\",\"profile_location\":null,\"description\":\"Detroit! #FFOE #GOOD Def Jam. my new album almost ready... https:\\/\\/t.co\\/2hS79MMakq\\r\\n\\r\\nhttp:\\/\\/t.co\\/aS16fltwn5 http:\\/\\/t.co\\/uVIPb5xDCd\",\"url\":\"http:\\/\\/t.co\\/gERYKfit82\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/gERYKfit82\",\"expanded_url\":\"http:\\/\\/uknowbigsean.com\\/\",\"display_url\":\"uknowbigsean.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[{\"url\":\"https:\\/\\/t.co\\/2hS79MMakq\",\"expanded_url\":\"https:\\/\\/soundcloud.com\\/bigsean-1\",\"display_url\":\"soundcloud.com\\/bigsean-1\",\"indices\":[59,82]},{\"url\":\"http:\\/\\/t.co\\/aS16fltwn5\",\"expanded_url\":\"http:\\/\\/youtube.com\\/bseandon\",\"display_url\":\"youtube.com\\/bseandon\",\"indices\":[86,108]},{\"url\":\"http:\\/\\/t.co\\/uVIPb5xDCd\",\"expanded_url\":\"http:\\/\\/facebook.com\\/uknowbigsean\",\"display_url\":\"facebook.com\\/uknowbigsean\",\"indices\":[109,131]}]}},\"protected\":false,\"followers_count\":6100076,\"friends_count\":1913,\"listed_count\":10229,\"created_at\":\"Sat Dec 06 03:17:02 +0000 2008\",\"favourites_count\":2199,\"utc_offset\":-18000,\"time_zone\":\"Eastern Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":17750,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"000000\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/510541510886957057\\/k26NpIgP.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/510541510886957057\\/k26NpIgP.jpeg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/513489771780268034\\/jW_FODLO_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/513489771780268034\\/jW_FODLO_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/17915334\\/1411595498\",\"profile_link_color\":\"005CB3\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":254274083,\"id_str\":\"254274083\",\"name\":\"Marc Anthony\",\"screen_name\":\"MarcAnthony\",\"location\":\"www.marcanthonyonline.com\",\"profile_location\":null,\"description\":\"\",\"url\":\"https:\\/\\/t.co\\/Gv5wkxQwuN\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"https:\\/\\/t.co\\/Gv5wkxQwuN\",\"expanded_url\":\"https:\\/\\/www.facebook.com\\/officialmarcanthony\",\"display_url\":\"facebook.com\\/officialmarcan\\u2026\",\"indices\":[0,23]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":6709436,\"friends_count\":464,\"listed_count\":8137,\"created_at\":\"Fri Feb 18 23:59:54 +0000 2011\",\"favourites_count\":169,\"utc_offset\":-18000,\"time_zone\":\"Eastern Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":1969,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"050505\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/439081688908316672\\/3RtdJ1Hd.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/439081688908316672\\/3RtdJ1Hd.jpeg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/491285957824356352\\/3TVoigee_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/491285957824356352\\/3TVoigee_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/254274083\\/1405968080\",\"profile_link_color\":\"0A0A0A\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"ABC7D1\",\"profile_text_color\":\"1F1E1C\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":278235826,\"id_str\":\"278235826\",\"name\":\"Elissa\",\"screen_name\":\"elissakh\",\"location\":\"Beirut, Lebanon\",\"profile_location\":null,\"description\":\"Lebanese & International singer, 3 times World Music Award!  I m in halethob with my new album #halethob\",\"url\":\"http:\\/\\/t.co\\/YZTG7UtXiD\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/YZTG7UtXiD\",\"expanded_url\":\"http:\\/\\/www.elissalb.com\",\"display_url\":\"elissalb.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":4641945,\"friends_count\":226,\"listed_count\":7308,\"created_at\":\"Wed Apr 06 21:53:47 +0000 2011\",\"favourites_count\":1982,\"utc_offset\":7200,\"time_zone\":\"Cairo\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":16412,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"C0DEED\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/239899016\\/eli_rez.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/239899016\\/eli_rez.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/492391632356925440\\/p1TpB2Kp_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/492391632356925440\\/p1TpB2Kp_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/278235826\\/1406230286\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"C0DEED\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":8273632,\"id_str\":\"8273632\",\"name\":\"Gustavo Cerati\",\"screen_name\":\"cerati\",\"location\":\"Ciudad de Buenos Aires\",\"profile_location\":null,\"description\":\"\",\"url\":\"http:\\/\\/t.co\\/Wvu3Pn6XzH\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/Wvu3Pn6XzH\",\"expanded_url\":\"http:\\/\\/cerati.com\",\"display_url\":\"cerati.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":2917082,\"friends_count\":6,\"listed_count\":11873,\"created_at\":\"Sat Aug 18 22:38:39 +0000 2007\",\"favourites_count\":0,\"utc_offset\":-10800,\"time_zone\":\"Buenos Aires\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":241,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"F2F2F2\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/80124046\\/DSC06909.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/80124046\\/DSC06909.jpg\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/323337022\\/twitter_gus_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/323337022\\/twitter_gus_normal.jpg\",\"profile_link_color\":\"0A0101\",\"profile_sidebar_border_color\":\"CFCFCF\",\"profile_sidebar_fill_color\":\"C2C2C2\",\"profile_text_color\":\"871313\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":14790966,\"id_str\":\"14790966\",\"name\":\"Dolly Parton\",\"screen_name\":\"DollyParton\",\"location\":\"Nashville, Tennessee\",\"profile_location\":null,\"description\":\"Blue Smoke available NOW on iTunes! http:\\/\\/t.co\\/EwJjLhkXKS \\r http:\\/\\/t.co\\/O35Itdxp76\",\"url\":\"http:\\/\\/t.co\\/tvguIe5PuX\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/tvguIe5PuX\",\"expanded_url\":\"http:\\/\\/www.DollyPartonEntertainment.com\",\"display_url\":\"DollyPartonEntertainment.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/EwJjLhkXKS\",\"expanded_url\":\"http:\\/\\/smarturl.it\\/BlueSmoke\",\"display_url\":\"smarturl.it\\/BlueSmoke\",\"indices\":[36,58]},{\"url\":\"http:\\/\\/t.co\\/O35Itdxp76\",\"expanded_url\":\"http:\\/\\/OfficialDollyParton.tumblr.com\",\"display_url\":\"OfficialDollyParton.tumblr.com\",\"indices\":[61,83]}]}},\"protected\":false,\"followers_count\":3305255,\"friends_count\":25,\"listed_count\":15192,\"created_at\":\"Thu May 15 20:00:06 +0000 2008\",\"favourites_count\":3,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":953,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/378800000156045213\\/1wVKtTEb.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/378800000156045213\\/1wVKtTEb.jpeg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/3764210470\\/212b47b120e1ff61a661a2e57f652e60_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/3764210470\\/212b47b120e1ff61a661a2e57f652e60_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/14790966\\/1405628017\",\"profile_link_color\":\"050933\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"8DD1E6\",\"profile_text_color\":\"362720\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":19018401,\"id_str\":\"19018401\",\"name\":\"Jason Mraz\",\"screen_name\":\"jason_mraz\",\"location\":\"San Diego, CA\",\"profile_location\":null,\"description\":\"The Official Jason Mraz You Very Much Twitter Account. Follow @MrazTeam for the latest news. 'YES!' available now: http:\\/\\/t.co\\/yYA6qba8uv\",\"url\":\"http:\\/\\/t.co\\/WkhYapC4u9\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/WkhYapC4u9\",\"expanded_url\":\"http:\\/\\/jasonmraz.com\",\"display_url\":\"jasonmraz.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/yYA6qba8uv\",\"expanded_url\":\"http:\\/\\/smarturl.it\\/YesJasonMraz\",\"display_url\":\"smarturl.it\\/YesJasonMraz\",\"indices\":[115,137]}]}},\"protected\":false,\"followers_count\":5598058,\"friends_count\":34,\"listed_count\":27872,\"created_at\":\"Thu Jan 15 11:16:33 +0000 2009\",\"favourites_count\":99,\"utc_offset\":-32400,\"time_zone\":\"Alaska\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":3090,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"EEEEEE\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/526249557\\/Twitter-skin.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/526249557\\/Twitter-skin.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/492090556877922305\\/X05kHQrT_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/492090556877922305\\/X05kHQrT_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/19018401\\/1412065741\",\"profile_link_color\":\"CC3333\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"EFEFEF\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":18091904,\"id_str\":\"18091904\",\"name\":\"AshleyTisdaleFrench \",\"screen_name\":\"ashleytisdale\",\"location\":\"\",\"profile_location\":null,\"description\":\"My official twitter page!! Hoping my tweets inspire you :)\",\"url\":\"http:\\/\\/t.co\\/GCap09PIfy\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/GCap09PIfy\",\"expanded_url\":\"http:\\/\\/www.ashleytisdale.com\",\"display_url\":\"ashleytisdale.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":12459378,\"friends_count\":179,\"listed_count\":45817,\"created_at\":\"Sat Dec 13 02:32:20 +0000 2008\",\"favourites_count\":425,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":4772,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"EDEDED\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/487368884039589888\\/jjPoFgxn.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/487368884039589888\\/jjPoFgxn.jpeg\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/536054154112675840\\/3eujN-Ml_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/536054154112675840\\/3eujN-Ml_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/18091904\\/1406769565\",\"profile_link_color\":\"DA6796\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":209708391,\"id_str\":\"209708391\",\"name\":\"One Direction\",\"screen_name\":\"onedirection\",\"location\":\"London\",\"profile_location\":null,\"description\":\"1D's new album FOUR - out now http:\\/\\/t.co\\/HYHPLwDyPc                 Pre-order the 'Where We Are' DVD: http:\\/\\/t.co\\/bsEJLFWWcS\",\"url\":\"http:\\/\\/t.co\\/zUsqChksfv\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/zUsqChksfv\",\"expanded_url\":\"http:\\/\\/www.onedirectionmusic.com\",\"display_url\":\"onedirectionmusic.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/HYHPLwDyPc\",\"expanded_url\":\"http:\\/\\/smarturl.it\\/1DFourAmz\",\"display_url\":\"smarturl.it\\/1DFourAmz\",\"indices\":[30,52]},{\"url\":\"http:\\/\\/t.co\\/bsEJLFWWcS\",\"expanded_url\":\"http:\\/\\/smarturl.it\\/WhereWeAreDVD\",\"display_url\":\"smarturl.it\\/WhereWeAreDVD\",\"indices\":[103,125]}]}},\"protected\":false,\"followers_count\":21490572,\"friends_count\":3782,\"listed_count\":63218,\"created_at\":\"Fri Oct 29 19:05:25 +0000 2010\",\"favourites_count\":151,\"utc_offset\":null,\"time_zone\":null,\"geo_enabled\":false,\"verified\":true,\"statuses_count\":7712,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/534140369995194368\\/mmTI0iQr.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/534140369995194368\\/mmTI0iQr.jpeg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/529223941269630977\\/X7qzczoQ_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/529223941269630977\\/X7qzczoQ_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/209708391\\/1416184056\",\"profile_link_color\":\"D60808\",\"profile_sidebar_border_color\":\"000000\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":124003770,\"id_str\":\"124003770\",\"name\":\"Cher  \",\"screen_name\":\"cher\",\"location\":\"Malibu, California\",\"profile_location\":null,\"description\":\"Stand & B Counted or Sit & B Nothing.\\nDon't Litter,Chew Gum,Walk Past \\nHomeless PPL w\\/out Smile.DOESNT MATTER in 5 yrs IT DOESNT MATTER\\nTHERE'S ONLY LOVE&FEAR\",\"url\":\"http:\\/\\/t.co\\/E5aYMJHxx5\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/E5aYMJHxx5\",\"expanded_url\":\"http:\\/\\/cher.com\",\"display_url\":\"cher.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":2373738,\"friends_count\":154,\"listed_count\":10725,\"created_at\":\"Wed Mar 17 23:05:55 +0000 2010\",\"favourites_count\":749,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":12369,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/527880356767084544\\/qhkY_khq.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/527880356767084544\\/qhkY_khq.png\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/516049693038485504\\/OQASMmsF_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/516049693038485504\\/OQASMmsF_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/124003770\\/1402616686\",\"profile_link_color\":\"F92649\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"FFFFFF\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":22461427,\"id_str\":\"22461427\",\"name\":\"Al Yankovic\",\"screen_name\":\"alyankovic\",\"location\":\"Los Angeles\",\"profile_location\":null,\"description\":\"You know... the Eat It guy.\",\"url\":\"http:\\/\\/t.co\\/rwtnBFlCio\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/rwtnBFlCio\",\"expanded_url\":\"http:\\/\\/www.weirdal.com\",\"display_url\":\"weirdal.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":3551629,\"friends_count\":375,\"listed_count\":32697,\"created_at\":\"Mon Mar 02 07:00:29 +0000 2009\",\"favourites_count\":1744,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":2823,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"9AE4E8\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/5009241\\/906623544_l.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/5009241\\/906623544_l.jpg\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/246073324\\/IL2_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/246073324\\/IL2_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/22461427\\/1398828117\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"BDDCAD\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":94339403,\"id_str\":\"94339403\",\"name\":\"afgansyah reza\",\"screen_name\":\"afgansyah_reza\",\"location\":\"Indonesia-Malaysia\",\"profile_location\":null,\"description\":\"I sing sometimes. \\n#L1VEtoLOVE is out on iTunes.\\nhttp:\\/\\/t.co\\/EF1AUjE5XG\",\"url\":\"http:\\/\\/t.co\\/5rQ4z4Qkix\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/5rQ4z4Qkix\",\"expanded_url\":\"http:\\/\\/www.afganworld.com\",\"display_url\":\"afganworld.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/EF1AUjE5XG\",\"expanded_url\":\"http:\\/\\/itunes.com\\/afgan\",\"display_url\":\"itunes.com\\/afgan\",\"indices\":[49,71]}]}},\"protected\":false,\"followers_count\":7163435,\"friends_count\":607,\"listed_count\":3840,\"created_at\":\"Thu Dec 03 14:27:45 +0000 2009\",\"favourites_count\":1,\"utc_offset\":25200,\"time_zone\":\"Bangkok\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":9396,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"C0DEED\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/77429702\\/alisson_13.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/77429702\\/alisson_13.jpg\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/483949121015795712\\/FUn_4oP9_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/483949121015795712\\/FUn_4oP9_normal.jpeg\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"C0DEED\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":40255499,\"id_str\":\"40255499\",\"name\":\"Ricky Martin\",\"screen_name\":\"ricky_martin\",\"location\":\"Puerto Rico\",\"profile_location\":null,\"description\":\"|where words fail, music speaks|                  \\n#ADIOS http:\\/\\/t.co\\/AzknYrMvMP\",\"url\":\"http:\\/\\/t.co\\/DMTdvjIOwZ\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/DMTdvjIOwZ\",\"expanded_url\":\"http:\\/\\/bit.ly\\/RMmusic\",\"display_url\":\"bit.ly\\/RMmusic\",\"indices\":[0,22]}]},\"description\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/AzknYrMvMP\",\"expanded_url\":\"http:\\/\\/bit.ly\\/AdiosOfficialVid\",\"display_url\":\"bit.ly\\/AdiosOfficialV\\u2026\",\"indices\":[58,80]}]}},\"protected\":false,\"followers_count\":11171825,\"friends_count\":334,\"listed_count\":42220,\"created_at\":\"Fri May 15 14:53:26 +0000 2009\",\"favourites_count\":585,\"utc_offset\":-18000,\"time_zone\":\"Eastern Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":5488,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"000000\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/510080524124033026\\/KwxvIcgo.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/510080524124033026\\/KwxvIcgo.jpeg\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/525651525847109634\\/XoK1gtK1_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/525651525847109634\\/XoK1gtK1_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/40255499\\/1413841885\",\"profile_link_color\":\"EB1212\",\"profile_sidebar_border_color\":\"000000\",\"profile_sidebar_fill_color\":\"8ED3F5\",\"profile_text_color\":\"06070F\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":150566311,\"id_str\":\"150566311\",\"name\":\"Demet Akalin Kurt\",\"screen_name\":\"DemetAkalin\",\"location\":\"Istanbul, TR\",\"profile_location\":null,\"description\":\"Demet Akal\\u0131n resmi Twitter hesab\\u0131 \\/ Demet Akal\\u0131n official Twitter account. Facebook: http:\\/\\/t.co\\/DHvYok4Y9y\",\"url\":\"http:\\/\\/t.co\\/CARN00wyp2\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/CARN00wyp2\",\"expanded_url\":\"http:\\/\\/demetakalin.com.tr\",\"display_url\":\"demetakalin.com.tr\",\"indices\":[0,22]}]},\"description\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/DHvYok4Y9y\",\"expanded_url\":\"http:\\/\\/fb.com\\/DemetAkalin\",\"display_url\":\"fb.com\\/DemetAkalin\",\"indices\":[85,107]}]}},\"protected\":false,\"followers_count\":4264271,\"friends_count\":1290,\"listed_count\":8109,\"created_at\":\"Tue Jun 01 07:29:05 +0000 2010\",\"favourites_count\":50,\"utc_offset\":7200,\"time_zone\":\"Istanbul\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":71643,\"lang\":\"tr\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"01090D\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/472270488345903104\\/KqeUc0Dy.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/472270488345903104\\/KqeUc0Dy.jpeg\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/506509837023592448\\/wC89_o1R_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/506509837023592448\\/wC89_o1R_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/150566311\\/1400611200\",\"profile_link_color\":\"1F98C7\",\"profile_sidebar_border_color\":\"000000\",\"profile_sidebar_fill_color\":\"DAECF4\",\"profile_text_color\":\"663B12\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":48332360,\"id_str\":\"48332360\",\"name\":\"Claudia Leitte\",\"screen_name\":\"ClaudiaLeitte\",\"location\":\"Salvador, Bahia\",\"profile_location\":null,\"description\":\"Brazilian Singer\",\"url\":\"http:\\/\\/t.co\\/KHxYYfQn2S\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/KHxYYfQn2S\",\"expanded_url\":\"http:\\/\\/claudialeitte.com\",\"display_url\":\"claudialeitte.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":9864825,\"friends_count\":639,\"listed_count\":35939,\"created_at\":\"Thu Jun 18 12:25:09 +0000 2009\",\"favourites_count\":131,\"utc_offset\":-7200,\"time_zone\":\"Brasilia\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":22035,\"lang\":\"pt\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FCF9F9\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/443104788670971904\\/krY1Q0u2.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/443104788670971904\\/krY1Q0u2.jpeg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/521387485105229825\\/twSFjThT_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/521387485105229825\\/twSFjThT_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/48332360\\/1414610051\",\"profile_link_color\":\"010F09\",\"profile_sidebar_border_color\":\"000000\",\"profile_sidebar_fill_color\":\"CCCCCC\",\"profile_text_color\":\"626262\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":19028953,\"id_str\":\"19028953\",\"name\":\"J. Cole\",\"screen_name\":\"JColeNC\",\"location\":\"\",\"profile_location\":null,\"description\":\"Cole World\",\"url\":\"http:\\/\\/t.co\\/7yAqQahMUP\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/7yAqQahMUP\",\"expanded_url\":\"http:\\/\\/www.dreamvillain.net\",\"display_url\":\"dreamvillain.net\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":5722815,\"friends_count\":386,\"listed_count\":11834,\"created_at\":\"Thu Jan 15 17:08:04 +0000 2009\",\"favourites_count\":63,\"utc_offset\":-18000,\"time_zone\":\"Eastern Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":2406,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"000000\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/850246512\\/8ade99f611767df6960441fd09114ddf.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/850246512\\/8ade99f611767df6960441fd09114ddf.png\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/534204016750649345\\/DuB3Z0xN_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/534204016750649345\\/DuB3Z0xN_normal.jpeg\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":180396151,\"id_str\":\"180396151\",\"name\":\"Rossa Roslaina\",\"screen_name\":\"mynameisrossa\",\"location\":\"Indonesia\",\"profile_location\":null,\"description\":\"Love,Life&Music Album   instagram @itsrossa.  Singer,Brand Ambassador,based in Indonesia,Malaysia.cp: @gemasakti\",\"url\":\"http:\\/\\/t.co\\/ws16Ei16Rx\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/ws16Ei16Rx\",\"expanded_url\":\"http:\\/\\/www.pecintarossa.com\",\"display_url\":\"pecintarossa.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":2373732,\"friends_count\":330,\"listed_count\":1280,\"created_at\":\"Thu Aug 19 14:50:16 +0000 2010\",\"favourites_count\":37,\"utc_offset\":null,\"time_zone\":null,\"geo_enabled\":true,\"verified\":true,\"statuses_count\":15795,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"C0DEED\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/458280497685086208\\/FxRB-gev_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/458280497685086208\\/FxRB-gev_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/180396151\\/1400754000\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"C0DEED\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":true,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":26347170,\"id_str\":\"26347170\",\"name\":\"Depeche Mode\",\"screen_name\":\"depechemode\",\"location\":\"Burbank, CA (band webmaster)\",\"profile_location\":null,\"description\":\"From beginnings in Basildon, Essex, to the Universe, Depeche Mode have been creating their brand of music for over 30 years.\",\"url\":\"http:\\/\\/t.co\\/1mwfKToLhZ\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/1mwfKToLhZ\",\"expanded_url\":\"http:\\/\\/www.depechemode.com\",\"display_url\":\"depechemode.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":2045808,\"friends_count\":6050,\"listed_count\":13617,\"created_at\":\"Tue Mar 24 22:52:15 +0000 2009\",\"favourites_count\":43,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":924,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"000000\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/7115102\\/discography_bg_main.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/7115102\\/discography_bg_main.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/458756496105279488\\/fWFW2Ra8_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/458756496105279488\\/fWFW2Ra8_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/26347170\\/1398211035\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"000000\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":15155074,\"id_str\":\"15155074\",\"name\":\"Pearl Jam\",\"screen_name\":\"PearlJam\",\"location\":\"Seattle, WA\",\"profile_location\":null,\"description\":\"Pearl Jam's Official Twitter.\\nDownload Lightning Bolt now: http:\\/\\/t.co\\/gdBG7twcVq\",\"url\":\"http:\\/\\/t.co\\/sGQjzDFfFJ\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/sGQjzDFfFJ\",\"expanded_url\":\"http:\\/\\/www.pearljam.com\",\"display_url\":\"pearljam.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/gdBG7twcVq\",\"expanded_url\":\"http:\\/\\/smarturl.it\\/PJLightningBolt\",\"display_url\":\"smarturl.it\\/PJLightningBolt\",\"indices\":[59,81]}]}},\"protected\":false,\"followers_count\":2682855,\"friends_count\":530,\"listed_count\":18355,\"created_at\":\"Wed Jun 18 06:59:14 +0000 2008\",\"favourites_count\":254,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":2946,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"000000\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/458709139665846272\\/xuqdWuDa.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/458709139665846272\\/xuqdWuDa.jpeg\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/458703903924551681\\/K1kqKhYb_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/458703903924551681\\/K1kqKhYb_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/15155074\\/1398198846\",\"profile_link_color\":\"DE1D1D\",\"profile_sidebar_border_color\":\"000000\",\"profile_sidebar_fill_color\":\"EFEFEF\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":19330043,\"id_str\":\"19330043\",\"name\":\" GOAT.\",\"screen_name\":\"llcoolj\",\"location\":\"Www.rousesocial.com\",\"profile_location\":null,\"description\":\"Longevity.Versatility.Originality\",\"url\":\"http:\\/\\/t.co\\/W7gQZeWcQm\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/W7gQZeWcQm\",\"expanded_url\":\"http:\\/\\/www.tsu.co\\/LLCOOLJ\",\"display_url\":\"tsu.co\\/LLCOOLJ\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":4521129,\"friends_count\":643,\"listed_count\":18217,\"created_at\":\"Thu Jan 22 07:24:15 +0000 2009\",\"favourites_count\":406,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":23183,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"9AE4E8\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/671106406\\/3ba492f962b7e55859966a1997d6a3e8.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/671106406\\/3ba492f962b7e55859966a1997d6a3e8.jpeg\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/530249570865774593\\/n83MXNyJ_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/530249570865774593\\/n83MXNyJ_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/19330043\\/1415255844\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":31239408,\"id_str\":\"31239408\",\"name\":\"Beyonc\\u00e9 Knowles\",\"screen_name\":\"Beyonce\",\"location\":\"\",\"profile_location\":null,\"description\":\"\",\"url\":\"http:\\/\\/t.co\\/e8ORwX0pFo\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/e8ORwX0pFo\",\"expanded_url\":\"http:\\/\\/www.beyonce.com\",\"display_url\":\"beyonce.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":13713099,\"friends_count\":8,\"listed_count\":32621,\"created_at\":\"Tue Apr 14 21:56:04 +0000 2009\",\"favourites_count\":0,\"utc_offset\":-18000,\"time_zone\":\"Eastern Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":8,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"050505\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/453644137481261056\\/fg6qGE4n_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/453644137481261056\\/fg6qGE4n_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/31239408\\/1396992135\",\"profile_link_color\":\"8F8C8C\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":36483808,\"id_str\":\"36483808\",\"name\":\"Daddy Yankee\",\"screen_name\":\"daddy_yankee\",\"location\":\"Worldwide\",\"profile_location\":null,\"description\":\"*EL JEFE* #DYARMY. Billboard and Grammy Latin Urban Music Award Winner. 10 years of #BarrioFino. Shop at my website\",\"url\":\"http:\\/\\/t.co\\/lwRs93BFGi\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/lwRs93BFGi\",\"expanded_url\":\"http:\\/\\/daddyyankee.com\\/sabado-rebelde\",\"display_url\":\"daddyyankee.com\\/sabado-rebelde\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":7598529,\"friends_count\":65,\"listed_count\":16662,\"created_at\":\"Wed Apr 29 21:15:16 +0000 2009\",\"favourites_count\":3,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":14167,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"1A1B1F\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/378800000095429189\\/27b950bbd1bda298439c3f831d02c984.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/378800000095429189\\/27b950bbd1bda298439c3f831d02c984.jpeg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/425296240755347456\\/xTozEWF__normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/425296240755347456\\/xTozEWF__normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/36483808\\/1414797964\",\"profile_link_color\":\"2FC2EF\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"252429\",\"profile_text_color\":\"666666\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":43152482,\"id_str\":\"43152482\",\"name\":\"Alejandro Sanz\",\"screen_name\":\"AlejandroSanz\",\"location\":\"\",\"profile_location\":null,\"description\":\"http:\\/\\/t.co\\/sS9G4mnnBy\",\"url\":\"http:\\/\\/t.co\\/0Tzx6wyBME\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/0Tzx6wyBME\",\"expanded_url\":\"http:\\/\\/www.alejandrosanz.com\",\"display_url\":\"alejandrosanz.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/sS9G4mnnBy\",\"expanded_url\":\"http:\\/\\/www.facebook.com\\/ASanzOficial\",\"display_url\":\"facebook.com\\/ASanzOficial\",\"indices\":[0,22]}]}},\"protected\":false,\"followers_count\":11793252,\"friends_count\":624,\"listed_count\":32449,\"created_at\":\"Thu May 28 17:21:35 +0000 2009\",\"favourites_count\":7,\"utc_offset\":-10800,\"time_zone\":\"Greenland\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":25579,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"131516\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/442414188892143616\\/UOwW0adf_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/442414188892143616\\/UOwW0adf_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/43152482\\/1394314761\",\"profile_link_color\":\"009999\",\"profile_sidebar_border_color\":\"EEEEEE\",\"profile_sidebar_fill_color\":\"EFEFEF\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":79327591,\"id_str\":\"79327591\",\"name\":\"Dulce Maria\",\"screen_name\":\"DulceMaria\",\"location\":\"\",\"profile_location\":null,\"description\":\"Cantante, Autora y Actriz. Managers: @LuisLuisillo y @PedroDamianof , Management: @SideB_News Contrataciones y contacto: i.want@sidebent.com Dulcemariaoficialfb\",\"url\":\"http:\\/\\/t.co\\/htxREvd0s3\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/htxREvd0s3\",\"expanded_url\":\"http:\\/\\/www.dulcemaria.com.mx\",\"display_url\":\"dulcemaria.com.mx\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":5406997,\"friends_count\":605,\"listed_count\":31435,\"created_at\":\"Sat Oct 03 00:22:58 +0000 2009\",\"favourites_count\":234,\"utc_offset\":-21600,\"time_zone\":\"Mexico City\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":15858,\"lang\":\"es\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"050205\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/456294798194774016\\/aiwakBQF.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/456294798194774016\\/aiwakBQF.jpeg\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/538035020326531072\\/65pUW--Z_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/538035020326531072\\/65pUW--Z_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/79327591\\/1416594952\",\"profile_link_color\":\"F50A15\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"0D0D0D\",\"profile_text_color\":\"706969\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":16998020,\"id_str\":\"16998020\",\"name\":\"lily\",\"screen_name\":\"lilyallen\",\"location\":\"london\",\"profile_location\":null,\"description\":\"YUNGMUMMEY\",\"url\":\"http:\\/\\/t.co\\/5UzePmPwik\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/5UzePmPwik\",\"expanded_url\":\"http:\\/\\/www.lilyallenmusic.com\",\"display_url\":\"lilyallenmusic.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":4905498,\"friends_count\":893,\"listed_count\":27727,\"created_at\":\"Mon Oct 27 13:23:17 +0000 2008\",\"favourites_count\":89,\"utc_offset\":0,\"time_zone\":\"London\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":11477,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"C0DEED\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/378800000076694520\\/1f55db04087950854042a964147708c2.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/378800000076694520\\/1f55db04087950854042a964147708c2.jpeg\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/531996979954716672\\/5U9b4Vz9_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/531996979954716672\\/5U9b4Vz9_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/16998020\\/1379456373\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":39203045,\"id_str\":\"39203045\",\"name\":\"Residente C13\\/ RC13\",\"screen_name\":\"Calle13Oficial\",\"location\":\"Puerto Rico \\/ Argentina \",\"profile_location\":null,\"description\":\"Ren\\u00e9 P\\u00e9rez Joglar http:\\/\\/t.co\\/iLsFUFLoeB\",\"url\":\"https:\\/\\/t.co\\/JhfaKwDqeF\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"https:\\/\\/t.co\\/JhfaKwDqeF\",\"expanded_url\":\"https:\\/\\/www.facebook.com\\/calle13oficial\",\"display_url\":\"facebook.com\\/calle13oficial\",\"indices\":[0,23]}]},\"description\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/iLsFUFLoeB\",\"expanded_url\":\"http:\\/\\/instagram.com\\/residentecalle13\",\"display_url\":\"instagram.com\\/residentecalle\\u2026\",\"indices\":[18,40]}]}},\"protected\":false,\"followers_count\":5318001,\"friends_count\":1017,\"listed_count\":23958,\"created_at\":\"Mon May 11 06:01:58 +0000 2009\",\"favourites_count\":15,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":22161,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"000000\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/435671258785533952\\/Hdt619A4.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/435671258785533952\\/Hdt619A4.jpeg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/3183438195\\/375636a580be0c92ee95d3ea1af7d824_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/3183438195\\/375636a580be0c92ee95d3ea1af7d824_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/39203045\\/1392707368\",\"profile_link_color\":\"146B06\",\"profile_sidebar_border_color\":\"000000\",\"profile_sidebar_fill_color\":\"999999\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":119509520,\"id_str\":\"119509520\",\"name\":\"Chris Brown\",\"screen_name\":\"chrisbrown\",\"location\":\"\",\"profile_location\":null,\"description\":\"Official Chris Brown Twitter #XTheAlbum available now! http:\\/\\/t.co\\/x3IKiOn11q\",\"url\":\"http:\\/\\/t.co\\/GdreIID9ez\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/GdreIID9ez\",\"expanded_url\":\"http:\\/\\/www.chrisbrownworld.com\",\"display_url\":\"chrisbrownworld.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/x3IKiOn11q\",\"expanded_url\":\"http:\\/\\/smarturl.it\\/XTheAlbum?IQid=tw\",\"display_url\":\"smarturl.it\\/XTheAlbum?IQid\\u2026\",\"indices\":[55,77]}]}},\"protected\":false,\"followers_count\":13775640,\"friends_count\":4,\"listed_count\":46371,\"created_at\":\"Wed Mar 03 21:39:14 +0000 2010\",\"favourites_count\":589,\"utc_offset\":-36000,\"time_zone\":\"Hawaii\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":1784,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"999999\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/511907950839877632\\/ZeEHXWUI.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/511907950839877632\\/ZeEHXWUI.jpeg\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/497420988498198528\\/EjB-W5lb_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/497420988498198528\\/EjB-W5lb_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/119509520\\/1410840561\",\"profile_link_color\":\"0A0101\",\"profile_sidebar_border_color\":\"000000\",\"profile_sidebar_fill_color\":\"D0D8D9\",\"profile_text_color\":\"4327E6\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":24775528,\"id_str\":\"24775528\",\"name\":\"Nelly_Mo \",\"screen_name\":\"Nelly_Mo\",\"location\":\"St. Louis\",\"profile_location\":null,\"description\":\"NELLY's OFFICIAL TWITTER...CEO of Nelly Inc, Derrty Ent, Apple Bottom Clothing and a St. Lunatic\",\"url\":\"http:\\/\\/t.co\\/tIOe39p7Zn\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/tIOe39p7Zn\",\"expanded_url\":\"http:\\/\\/www.nelly.net\",\"display_url\":\"nelly.net\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":3820807,\"friends_count\":1398,\"listed_count\":10744,\"created_at\":\"Mon Mar 16 21:38:48 +0000 2009\",\"favourites_count\":12,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":8955,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"9AE4E8\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/378800000090616184\\/e8a5371dfa3901be19294a1599d2d8e3.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/378800000090616184\\/e8a5371dfa3901be19294a1599d2d8e3.jpeg\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/534830121237372929\\/_LG_hlcX_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/534830121237372929\\/_LG_hlcX_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/24775528\\/1396172748\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":20659839,\"id_str\":\"20659839\",\"name\":\"Wyclef Jean\",\"screen_name\":\"wyclef\",\"location\":\"\",\"profile_location\":null,\"description\":\"The Official and only Wyclef Twitter Page\",\"url\":\"http:\\/\\/t.co\\/4sKDALBrHu\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/4sKDALBrHu\",\"expanded_url\":\"http:\\/\\/www.instagram.com\\/wyclefjean\",\"display_url\":\"instagram.com\\/wyclefjean\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":3651572,\"friends_count\":109,\"listed_count\":14009,\"created_at\":\"Thu Feb 12 07:11:07 +0000 2009\",\"favourites_count\":165,\"utc_offset\":-18000,\"time_zone\":\"Eastern Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":26839,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"990000\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/450627631608651776\\/BzzpwDg8.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/450627631608651776\\/BzzpwDg8.png\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/459606244487991298\\/3eYuCONq_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/459606244487991298\\/3eYuCONq_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/20659839\\/1416847744\",\"profile_link_color\":\"990000\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"F3F3F3\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":57099808,\"id_str\":\"57099808\",\"name\":\"David Bisbal\",\"screen_name\":\"davidbisbal\",\"location\":\"Almer\\u00eda, Andaluc\\u00eda, Espa\\u00f1a\",\"profile_location\":null,\"description\":\"#T\\u00fayYo http:\\/\\/t.co\\/PlkzeLYruB http:\\/\\/t.co\\/O2KUvVSkwx http:\\/\\/t.co\\/I1WB9uAO2Z\",\"url\":\"http:\\/\\/t.co\\/pBQ19jDLHL\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/pBQ19jDLHL\",\"expanded_url\":\"http:\\/\\/www.davidbisbal.com\",\"display_url\":\"davidbisbal.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/PlkzeLYruB\",\"expanded_url\":\"http:\\/\\/bit.ly\\/TuyYoTourEdition\",\"display_url\":\"bit.ly\\/TuyYoTourEditi\\u2026\",\"indices\":[7,29]},{\"url\":\"http:\\/\\/t.co\\/O2KUvVSkwx\",\"expanded_url\":\"http:\\/\\/facebook.com\\/DavidBisbal\",\"display_url\":\"facebook.com\\/DavidBisbal\",\"indices\":[30,52]},{\"url\":\"http:\\/\\/t.co\\/I1WB9uAO2Z\",\"expanded_url\":\"http:\\/\\/Instagram.com\\/DavidBisbal\",\"display_url\":\"Instagram.com\\/DavidBisbal\",\"indices\":[53,75]}]}},\"protected\":false,\"followers_count\":6932893,\"friends_count\":598,\"listed_count\":18725,\"created_at\":\"Wed Jul 15 18:47:03 +0000 2009\",\"favourites_count\":1234,\"utc_offset\":3600,\"time_zone\":\"Madrid\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":13237,\"lang\":\"es\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"48494B\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/445902412021129216\\/qOku4NAv.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/445902412021129216\\/qOku4NAv.jpeg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/530658391530565632\\/Qlv-i3p3_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/530658391530565632\\/Qlv-i3p3_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/57099808\\/1415353692\",\"profile_link_color\":\"8F6907\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"F0F0F5\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":28897926,\"id_str\":\"28897926\",\"name\":\"Ciara\",\"screen_name\":\"ciara\",\"location\":\"Making My Album....\",\"profile_location\":null,\"description\":\"\",\"url\":\"http:\\/\\/t.co\\/21bB11F5NG\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/21bB11F5NG\",\"expanded_url\":\"http:\\/\\/onlyciara.com\",\"display_url\":\"onlyciara.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":6015676,\"friends_count\":34,\"listed_count\":17566,\"created_at\":\"Sat Apr 04 23:53:24 +0000 2009\",\"favourites_count\":3,\"utc_offset\":-18000,\"time_zone\":\"Quito\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":6753,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"211B1C\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/378800000078758829\\/7eac875d1b4d281c850f388021f5b08a.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/378800000078758829\\/7eac875d1b4d281c850f388021f5b08a.jpeg\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/531939541318660096\\/WuOiG_Ry_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/531939541318660096\\/WuOiG_Ry_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/28897926\\/1409267739\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"000000\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":23006794,\"id_str\":\"23006794\",\"name\":\"Lenny Kravitz\",\"screen_name\":\"LennyKravitz\",\"location\":\"Paris\",\"profile_location\":null,\"description\":\"New album Strut available now on Roxie Records \\/ iTunes: http:\\/\\/t.co\\/AWRHdynur4 \\/ Fall 2014 European Tour Dates @ http:\\/\\/t.co\\/7QqCkVToUe\",\"url\":\"http:\\/\\/t.co\\/FrREsleu8A\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/FrREsleu8A\",\"expanded_url\":\"http:\\/\\/www.lennykravitz.com\",\"display_url\":\"lennykravitz.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/AWRHdynur4\",\"expanded_url\":\"http:\\/\\/smarturl.it\\/strutitunes\",\"display_url\":\"smarturl.it\\/strutitunes\",\"indices\":[57,79]},{\"url\":\"http:\\/\\/t.co\\/7QqCkVToUe\",\"expanded_url\":\"http:\\/\\/LennyKravitz.com\",\"display_url\":\"LennyKravitz.com\",\"indices\":[114,136]}]}},\"protected\":false,\"followers_count\":4721097,\"friends_count\":1878,\"listed_count\":25855,\"created_at\":\"Fri Mar 06 00:51:27 +0000 2009\",\"favourites_count\":2,\"utc_offset\":-18000,\"time_zone\":\"Eastern Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":1390,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"000000\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/459351819655712768\\/ZuXTP4AS.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/459351819655712768\\/ZuXTP4AS.jpeg\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/480750582353760258\\/yHSbChAu_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/480750582353760258\\/yHSbChAu_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/23006794\\/1417234519\",\"profile_link_color\":\"0F7195\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"92998F\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":16685316,\"id_str\":\"16685316\",\"name\":\"weezer\",\"screen_name\":\"Weezer\",\"location\":\"Los Angeles\",\"profile_location\":null,\"description\":\"Everything WiIl Be Alright In The End out now http:\\/\\/t.co\\/DI3DKApClU  Fan Club http:\\/\\/t.co\\/SGnAy9eMeW\",\"url\":\"http:\\/\\/t.co\\/IIJP32O92E\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/IIJP32O92E\",\"expanded_url\":\"http:\\/\\/www.weezer.com\",\"display_url\":\"weezer.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/DI3DKApClU\",\"expanded_url\":\"http:\\/\\/smarturl.it\\/WeezerTheEndDA\",\"display_url\":\"smarturl.it\\/WeezerTheEndDA\",\"indices\":[46,68]},{\"url\":\"http:\\/\\/t.co\\/SGnAy9eMeW\",\"expanded_url\":\"http:\\/\\/bit.ly\\/1uTEY7Q\",\"display_url\":\"bit.ly\\/1uTEY7Q\",\"indices\":[79,101]}]}},\"protected\":false,\"followers_count\":1458942,\"friends_count\":452,\"listed_count\":10345,\"created_at\":\"Fri Oct 10 16:33:54 +0000 2008\",\"favourites_count\":2,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":4534,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"EEEEEE\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/487716852332646400\\/43kSF1wb.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/487716852332646400\\/43kSF1wb.jpeg\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/436202276672131072\\/s8yod4jn_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/436202276672131072\\/s8yod4jn_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/16685316\\/1412659779\",\"profile_link_color\":\"FF2200\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"D4D4D4\",\"profile_text_color\":\"050505\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":24702915,\"id_str\":\"24702915\",\"name\":\"Luis Fonsi \",\"screen_name\":\"LuisFonsi\",\"location\":\"PuertoRico\\/Miami\",\"profile_location\":null,\"description\":\"\",\"url\":\"http:\\/\\/t.co\\/5Zq36KkPxs\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/5Zq36KkPxs\",\"expanded_url\":\"http:\\/\\/www.luisfonsi.com\",\"display_url\":\"luisfonsi.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":6742065,\"friends_count\":387,\"listed_count\":17193,\"created_at\":\"Mon Mar 16 14:58:39 +0000 2009\",\"favourites_count\":26,\"utc_offset\":-18000,\"time_zone\":\"Eastern Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":6048,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/461551143303147520\\/1oxtwghh.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/461551143303147520\\/1oxtwghh.jpeg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/433003297444614144\\/twN0XSfM_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/433003297444614144\\/twN0XSfM_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/24702915\\/1392071026\",\"profile_link_color\":\"2FC2EF\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"252429\",\"profile_text_color\":\"666666\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":47288005,\"id_str\":\"47288005\",\"name\":\"JUANES\",\"screen_name\":\"juanes\",\"location\":\"\",\"profile_location\":null,\"description\":\"El nuevo \\u00e1lbum \\u2018Loco de Amor' disponible en iTunes: http:\\/\\/t.co\\/JFB2qMT2gG | DELUXE: http:\\/\\/t.co\\/F3a5z2kTzt\",\"url\":\"http:\\/\\/t.co\\/BgQt677oHi\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/BgQt677oHi\",\"expanded_url\":\"http:\\/\\/www.juanes.net\",\"display_url\":\"juanes.net\",\"indices\":[0,22]}]},\"description\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/JFB2qMT2gG\",\"expanded_url\":\"http:\\/\\/bit.ly\\/1kKnjXt\",\"display_url\":\"bit.ly\\/1kKnjXt\",\"indices\":[52,74]},{\"url\":\"http:\\/\\/t.co\\/F3a5z2kTzt\",\"expanded_url\":\"http:\\/\\/bit.ly\\/1hPDkxu\",\"display_url\":\"bit.ly\\/1hPDkxu\",\"indices\":[85,107]}]}},\"protected\":false,\"followers_count\":9806589,\"friends_count\":2082,\"listed_count\":32445,\"created_at\":\"Mon Jun 15 07:57:11 +0000 2009\",\"favourites_count\":134,\"utc_offset\":-18000,\"time_zone\":\"Bogota\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":7251,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/443443681639428096\\/90O1xM-T.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/443443681639428096\\/90O1xM-T.jpeg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/499357609002926081\\/p6_KTWos_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/499357609002926081\\/p6_KTWos_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/47288005\\/1407891502\",\"profile_link_color\":\"424242\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"FFFFFF\",\"profile_text_color\":\"1A1A1A\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":22412376,\"id_str\":\"22412376\",\"name\":\"deadmau5\",\"screen_name\":\"deadmau5\",\"location\":\"9th circle of hell\",\"profile_location\":null,\"description\":\"loves EDM\",\"url\":\"http:\\/\\/t.co\\/cnNrVJOo1H\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/cnNrVJOo1H\",\"expanded_url\":\"http:\\/\\/live.deadmau5.com\",\"display_url\":\"live.deadmau5.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":3057985,\"friends_count\":195,\"listed_count\":15997,\"created_at\":\"Sun Mar 01 21:59:41 +0000 2009\",\"favourites_count\":28,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":24361,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"003A42\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/633097334\\/etecldyneiq7uiesf3tz.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/633097334\\/etecldyneiq7uiesf3tz.jpeg\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/525674381251334144\\/d9jYSrpO_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/525674381251334144\\/d9jYSrpO_normal.png\",\"profile_link_color\":\"ABB8C2\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"000000\",\"profile_text_color\":\"ABABAB\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":27911944,\"id_str\":\"27911944\",\"name\":\"Michael Bubl\\u00e9\",\"screen_name\":\"michaelbuble\",\"location\":\"Vancouver, BC\",\"profile_location\":null,\"description\":\"Download 'Christmas' http:\\/\\/t.co\\/RzvD1BnujX.   Tweets Signed MB are from Michael, himself! Tweets from TOT are from Tory on Tour\",\"url\":\"http:\\/\\/t.co\\/OQ14XxX54Y\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/OQ14XxX54Y\",\"expanded_url\":\"http:\\/\\/www.michaelbuble.com\",\"display_url\":\"michaelbuble.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/RzvD1BnujX\",\"expanded_url\":\"http:\\/\\/smarturl.it\\/MBXmasDeluxe\",\"display_url\":\"smarturl.it\\/MBXmasDeluxe\",\"indices\":[21,43]}]}},\"protected\":false,\"followers_count\":2077700,\"friends_count\":235,\"listed_count\":7115,\"created_at\":\"Tue Mar 31 17:01:38 +0000 2009\",\"favourites_count\":109,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":1873,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"295EA8\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/466001812009410560\\/BxMi1tpS.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/466001812009410560\\/BxMi1tpS.jpeg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/537331634828099584\\/ONf84kC7_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/537331634828099584\\/ONf84kC7_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/27911944\\/1416905611\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"FFFFFF\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":18220175,\"id_str\":\"18220175\",\"name\":\"Diddy\",\"screen_name\":\"iamdiddy\",\"location\":\"EVERYWHERE!!!\",\"profile_location\":null,\"description\":\"KING COMBS\\r\\n\\r\\nLISTEN TO THE #TAKETHATTAKETHAT SUPERPACK \\r\\nCLICK - http:\\/\\/t.co\\/z84kWYvQ2q\",\"url\":\"http:\\/\\/t.co\\/c3KmsZl4vA\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/c3KmsZl4vA\",\"expanded_url\":\"http:\\/\\/www.facebook.com\\/Diddy\",\"display_url\":\"facebook.com\\/Diddy\",\"indices\":[0,22]}]},\"description\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/z84kWYvQ2q\",\"expanded_url\":\"http:\\/\\/bit.ly\\/takethatsuperpack\",\"display_url\":\"bit.ly\\/takethatsuperp\\u2026\",\"indices\":[66,88]}]}},\"protected\":false,\"followers_count\":10080146,\"friends_count\":1651,\"listed_count\":34490,\"created_at\":\"Thu Dec 18 17:52:09 +0000 2008\",\"favourites_count\":104,\"utc_offset\":-18000,\"time_zone\":\"Eastern Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":27555,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"030303\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/378800000024715541\\/09eb30b9122deb669c3c610b25ac320d.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/378800000024715541\\/09eb30b9122deb669c3c610b25ac320d.jpeg\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/476344890818052096\\/TWXRKsPo_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/476344890818052096\\/TWXRKsPo_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/18220175\\/1402406227\",\"profile_link_color\":\"646666\",\"profile_sidebar_border_color\":\"000000\",\"profile_sidebar_fill_color\":\"181F1F\",\"profile_text_color\":\"348A8A\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":22733444,\"id_str\":\"22733444\",\"name\":\"T-Raww\",\"screen_name\":\"Tyga\",\"location\":\"KINGIN\",\"profile_location\":null,\"description\":\"business inquires: anthony@thecmsn.com\\n\\n lastkings.co \\u00a0 \\n#LastKings #TheGoldAlbum\",\"url\":\"http:\\/\\/t.co\\/S5GdD2pTc8\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/S5GdD2pTc8\",\"expanded_url\":\"http:\\/\\/tygasworld.com\",\"display_url\":\"tygasworld.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":5679043,\"friends_count\":4518,\"listed_count\":13307,\"created_at\":\"Wed Mar 04 04:29:52 +0000 2009\",\"favourites_count\":18,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":8631,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"F0F0F0\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/511293751948353537\\/GiBqOHhj.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/511293751948353537\\/GiBqOHhj.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/477618791833018368\\/U_-j3MCO_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/477618791833018368\\/U_-j3MCO_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/22733444\\/1416697612\",\"profile_link_color\":\"EB0000\",\"profile_sidebar_border_color\":\"000000\",\"profile_sidebar_fill_color\":\"FFFFFF\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":38871237,\"id_str\":\"38871237\",\"name\":\"Julieta Venegas\",\"screen_name\":\"julietav\",\"location\":\"Mexico\",\"profile_location\":null,\"description\":\"m\\u00fasica m\\u00fasicaaaaaaa\",\"url\":\"http:\\/\\/t.co\\/fDsz5MCTU0\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/fDsz5MCTU0\",\"expanded_url\":\"http:\\/\\/www.julietavenegas.net\",\"display_url\":\"julietavenegas.net\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":3658625,\"friends_count\":561,\"listed_count\":13655,\"created_at\":\"Sat May 09 15:32:20 +0000 2009\",\"favourites_count\":2680,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":7934,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"642D8B\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme10\\/bg.gif\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme10\\/bg.gif\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/2560409305\\/1tl273uunpnjpyp8tj82_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/2560409305\\/1tl273uunpnjpyp8tj82_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/38871237\\/1402460637\",\"profile_link_color\":\"FF0000\",\"profile_sidebar_border_color\":\"65B0DA\",\"profile_sidebar_fill_color\":\"7AC3EE\",\"profile_text_color\":\"3D1957\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":14128609,\"id_str\":\"14128609\",\"name\":\"Felipe Neto\",\"screen_name\":\"felipeneto\",\"location\":\"Rio de Janeiro\",\"profile_location\":null,\"description\":\"Cover da Kelly Key e cantor de Sertanejo Universit\\u00e1rio - Contato Prof.: comercial@parafernalha.com.br\",\"url\":\"http:\\/\\/t.co\\/53GN5v0nsW\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/53GN5v0nsW\",\"expanded_url\":\"http:\\/\\/www.youtube.com\\/felipeneto\",\"display_url\":\"youtube.com\\/felipeneto\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":3135805,\"friends_count\":469,\"listed_count\":19880,\"created_at\":\"Wed Mar 12 00:17:35 +0000 2008\",\"favourites_count\":6,\"utc_offset\":-7200,\"time_zone\":\"Brasilia\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":52411,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"000000\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/166858058\\/bgtwitter.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/166858058\\/bgtwitter.jpg\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/476459804794171392\\/GnorRvUf_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/476459804794171392\\/GnorRvUf_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/14128609\\/1402438928\",\"profile_link_color\":\"0D60A8\",\"profile_sidebar_border_color\":\"F0F0F0\",\"profile_sidebar_fill_color\":\"F2F2F2\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":57912874,\"id_str\":\"57912874\",\"name\":\"Carlos Baute\",\"screen_name\":\"carlosbaute\",\"location\":\"\\u00dcT: 25.762257,-80.265178\",\"profile_location\":null,\"description\":\"Official Twitter page. Bienvenidos a la p\\u00e1gina oficial de Carlos Baute en Twitter .\",\"url\":\"http:\\/\\/t.co\\/YGEMEVqyp2\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/YGEMEVqyp2\",\"expanded_url\":\"http:\\/\\/carlosbauteoficial.com\",\"display_url\":\"carlosbauteoficial.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":2138700,\"friends_count\":722,\"listed_count\":5094,\"created_at\":\"Sat Jul 18 11:32:25 +0000 2009\",\"favourites_count\":23,\"utc_offset\":3600,\"time_zone\":\"Madrid\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":4492,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"DBE9ED\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/509144312966152192\\/Rr2-nUh8.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/509144312966152192\\/Rr2-nUh8.jpeg\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/530075168643616768\\/EHjJq1P2_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/530075168643616768\\/EHjJq1P2_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/57912874\\/1415214601\",\"profile_link_color\":\"CC3366\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"CCE9FF\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":6211972,\"id_str\":\"6211972\",\"name\":\"Sara Bareilles\",\"screen_name\":\"SaraBareilles\",\"location\":\"hear.\",\"profile_location\":null,\"description\":\"\",\"url\":\"http:\\/\\/t.co\\/UWzRxPIxzg\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/UWzRxPIxzg\",\"expanded_url\":\"http:\\/\\/www.sarabmusic.com\",\"display_url\":\"sarabmusic.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":3132788,\"friends_count\":225,\"listed_count\":15164,\"created_at\":\"Mon May 21 23:17:07 +0000 2007\",\"favourites_count\":32,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":5510,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/451498962634031105\\/vHK8Rekj.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/451498962634031105\\/vHK8Rekj.jpeg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/483666678488629248\\/tBfafhe2_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/483666678488629248\\/tBfafhe2_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/6211972\\/1401733947\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"B8C9FF\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":19341413,\"id_str\":\"19341413\",\"name\":\"Cage The Elephant\",\"screen_name\":\"CageTheElephant\",\"location\":\"\",\"profile_location\":null,\"description\":\"New album MELOPHOBIA out NOW!!\",\"url\":\"http:\\/\\/t.co\\/kbmvKefqSO\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/kbmvKefqSO\",\"expanded_url\":\"http:\\/\\/www.cagetheelephant.com\",\"display_url\":\"cagetheelephant.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":1009524,\"friends_count\":669,\"listed_count\":3445,\"created_at\":\"Thu Jan 22 15:01:28 +0000 2009\",\"favourites_count\":1262,\"utc_offset\":-18000,\"time_zone\":\"Eastern Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":4126,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"C0DEED\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/378800000090531250\\/2fd159b2d48cd4028811a690f39b1798.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/378800000090531250\\/2fd159b2d48cd4028811a690f39b1798.jpeg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/378800000289017036\\/80318a2f3361997d30014ace0c5469dd_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/378800000289017036\\/80318a2f3361997d30014ace0c5469dd_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/19341413\\/1398887632\",\"profile_link_color\":\"EDCD00\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"807070\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":21705616,\"id_str\":\"21705616\",\"name\":\"Jim Jones \",\"screen_name\":\"jimjonescapo\",\"location\":\"Harlem\",\"profile_location\":null,\"description\":\"#VampireLife bookings for #JimJones bookjimjones@gmail.com  info@nextofkinent.com\",\"url\":\"http:\\/\\/t.co\\/9S2nUmSo5l\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/9S2nUmSo5l\",\"expanded_url\":\"http:\\/\\/www.capolife.com\",\"display_url\":\"capolife.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":3543101,\"friends_count\":640,\"listed_count\":7399,\"created_at\":\"Mon Feb 23 23:10:39 +0000 2009\",\"favourites_count\":17,\"utc_offset\":-18000,\"time_zone\":\"Eastern Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":18934,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/364318203\\/vampirelifefrontcover.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/364318203\\/vampirelifefrontcover.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/481947772518932480\\/jVCTNlwI_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/481947772518932480\\/jVCTNlwI_normal.jpeg\",\"profile_link_color\":\"0A0A0A\",\"profile_sidebar_border_color\":\"000000\",\"profile_sidebar_fill_color\":\"FFFFFF\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":50751556,\"id_str\":\"50751556\",\"name\":\"Nelly Furtado\",\"screen_name\":\"NellyFurtado\",\"location\":\"ONWARDS. UPWARDS!\",\"profile_location\":null,\"description\":\"The Spirit Indestructible is available now worldwide!\\r\\nhttp:\\/\\/t.co\\/O3NJZUsrKo\",\"url\":\"http:\\/\\/t.co\\/PPPUIat0Hl\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/PPPUIat0Hl\",\"expanded_url\":\"http:\\/\\/www.nellyfurtado.com\",\"display_url\":\"nellyfurtado.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/O3NJZUsrKo\",\"expanded_url\":\"http:\\/\\/smarturl.it\\/NellyTSIalbum\",\"display_url\":\"smarturl.it\\/NellyTSIalbum\",\"indices\":[55,77]}]}},\"protected\":false,\"followers_count\":3275695,\"friends_count\":4290,\"listed_count\":23840,\"created_at\":\"Thu Jun 25 20:02:18 +0000 2009\",\"favourites_count\":7,\"utc_offset\":-18000,\"time_zone\":\"Eastern Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":4279,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"000000\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/800018137\\/7f2140fe6c5f798c2ae0a72eae65f7ae.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/800018137\\/7f2140fe6c5f798c2ae0a72eae65f7ae.jpeg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/513303997848240128\\/wM7bPqMt_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/513303997848240128\\/wM7bPqMt_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/50751556\\/1411216205\",\"profile_link_color\":\"0E3A61\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"FAEFD5\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":36008570,\"id_str\":\"36008570\",\"name\":\"Jessie J\",\"screen_name\":\"JessieJ\",\"location\":\"Here, there and everywhere...\",\"profile_location\":null,\"description\":\"I love to sing...\\r\\nInsta: isthatjessiej\",\"url\":\"http:\\/\\/t.co\\/BvolsUaHEG\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/BvolsUaHEG\",\"expanded_url\":\"http:\\/\\/jessiejofficial.com\\/\",\"display_url\":\"jessiejofficial.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":6731060,\"friends_count\":882,\"listed_count\":14036,\"created_at\":\"Tue Apr 28 06:34:34 +0000 2009\",\"favourites_count\":28,\"utc_offset\":0,\"time_zone\":\"London\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":17428,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"050505\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/378800000141949220\\/z1v1rjuq.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/378800000141949220\\/z1v1rjuq.jpeg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/538607318930587648\\/ywy_nniH_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/538607318930587648\\/ywy_nniH_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/36008570\\/1416309498\",\"profile_link_color\":\"942694\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"ADADAD\",\"profile_text_color\":\"09090A\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}],\"size\":343,\"slug\":\"music\",\"name\":\"Music\"}"
+                }
+            }
+        }
+    ]
+}
\ No newline at end of file
diff --git a/cassettes/testsuggesteduserstweets.json b/cassettes/testsuggesteduserstweets.json
new file mode 100644 (file)
index 0000000..e8450a8
--- /dev/null
@@ -0,0 +1,173 @@
+{
+    "version": 1, 
+    "interactions": [
+        {
+            "request": {
+                "body": null, 
+                "headers": {
+                    "Host": [
+                        "api.twitter.com"
+                    ]
+                }, 
+                "method": "GET", 
+                "uri": "https://api.twitter.com:443/1.1/users/suggestions.json"
+            }, 
+            "response": {
+                "status": {
+                    "message": "OK", 
+                    "code": 200
+                }, 
+                "headers": {
+                    "status": [
+                        "200 OK"
+                    ], 
+                    "x-rate-limit-remaining": [
+                        "12"
+                    ], 
+                    "content-length": [
+                        "1326"
+                    ], 
+                    "expires": [
+                        "Tue, 31 Mar 1981 05:00:00 GMT"
+                    ], 
+                    "x-transaction": [
+                        "3ab812ed1a102e9c"
+                    ], 
+                    "x-content-type-options": [
+                        "nosniff"
+                    ], 
+                    "x-connection-hash": [
+                        "f3e9c12c48bc356553e188c47f79107d"
+                    ], 
+                    "set-cookie": [
+                        "lang=en", 
+                        "guest_id=v1%3A141738010683587969; Domain=.twitter.com; Path=/; Expires=Tue, 29-Nov-2016 20:41:46 UTC"
+                    ], 
+                    "strict-transport-security": [
+                        "max-age=631138519"
+                    ], 
+                    "x-access-level": [
+                        "read-write-directmessages"
+                    ], 
+                    "server": [
+                        "tsa_b"
+                    ], 
+                    "last-modified": [
+                        "Sun, 30 Nov 2014 20:41:46 GMT"
+                    ], 
+                    "x-xss-protection": [
+                        "1; mode=block"
+                    ], 
+                    "x-rate-limit-reset": [
+                        "1417381004"
+                    ], 
+                    "pragma": [
+                        "no-cache"
+                    ], 
+                    "cache-control": [
+                        "no-cache, no-store, must-revalidate, pre-check=0, post-check=0"
+                    ], 
+                    "date": [
+                        "Sun, 30 Nov 2014 20:41:46 UTC"
+                    ], 
+                    "x-rate-limit-limit": [
+                        "15"
+                    ], 
+                    "x-frame-options": [
+                        "SAMEORIGIN"
+                    ], 
+                    "content-type": [
+                        "application/json;charset=utf-8"
+                    ]
+                }, 
+                "body": {
+                    "string": "[{\"size\":343,\"slug\":\"music\",\"name\":\"Music\"},{\"size\":79,\"slug\":\"sports\",\"name\":\"Sports\"},{\"size\":83,\"slug\":\"photography\",\"name\":\"Photography\"},{\"size\":51,\"slug\":\"twitter\",\"name\":\"Twitter\"},{\"size\":83,\"slug\":\"entertainment\",\"name\":\"Entertainment\"},{\"size\":64,\"slug\":\"funny\",\"name\":\"Funny\"},{\"size\":111,\"slug\":\"news\",\"name\":\"News\"},{\"size\":67,\"slug\":\"technology\",\"name\":\"Technology\"},{\"size\":75,\"slug\":\"fashion\",\"name\":\"Fashion\"},{\"size\":64,\"slug\":\"food-drink\",\"name\":\"Food & Drink\"},{\"size\":209,\"slug\":\"television\",\"name\":\"Television\"},{\"size\":37,\"slug\":\"family\",\"name\":\"Family\"},{\"size\":71,\"slug\":\"art-design\",\"name\":\"Art & Design\"},{\"size\":45,\"slug\":\"business\",\"name\":\"Business\"},{\"size\":46,\"slug\":\"health\",\"name\":\"Health\"},{\"size\":64,\"slug\":\"books\",\"name\":\"Books\"},{\"size\":49,\"slug\":\"science\",\"name\":\"Science\"},{\"size\":76,\"slug\":\"faith-and-religion\",\"name\":\"Faith and Religion\"},{\"size\":52,\"slug\":\"government\",\"name\":\"Government\"},{\"size\":48,\"slug\":\"social-good\",\"name\":\"Social Good\"},{\"size\":127,\"slug\":\"nba\",\"name\":\"NBA\"},{\"size\":44,\"slug\":\"travel\",\"name\":\"Travel\"},{\"size\":51,\"slug\":\"staff-picks\",\"name\":\"Staff Picks\"},{\"size\":81,\"slug\":\"mlb\",\"name\":\"MLB\"},{\"size\":98,\"slug\":\"nascar\",\"name\":\"NASCAR\"},{\"size\":62,\"slug\":\"nhl\",\"name\":\"NHL\"},{\"size\":128,\"slug\":\"pga\",\"name\":\"PGA\"},{\"size\":68,\"slug\":\"gaming\",\"name\":\"Gaming\"}]"
+                }
+            }
+        }, 
+        {
+            "request": {
+                "body": null, 
+                "headers": {
+                    "Host": [
+                        "api.twitter.com"
+                    ]
+                }, 
+                "method": "GET", 
+                "uri": "https://api.twitter.com:443/1.1/users/suggestions/music/members.json"
+            }, 
+            "response": {
+                "status": {
+                    "message": "OK", 
+                    "code": 200
+                }, 
+                "headers": {
+                    "status": [
+                        "200 OK"
+                    ], 
+                    "x-rate-limit-remaining": [
+                        "14"
+                    ], 
+                    "content-length": [
+                        "57635"
+                    ], 
+                    "expires": [
+                        "Tue, 31 Mar 1981 05:00:00 GMT"
+                    ], 
+                    "x-transaction": [
+                        "b1d9be0429b56d26"
+                    ], 
+                    "x-content-type-options": [
+                        "nosniff"
+                    ], 
+                    "x-connection-hash": [
+                        "576dcda64c390e6e2fcb36a96fd14188"
+                    ], 
+                    "set-cookie": [
+                        "lang=en", 
+                        "guest_id=v1%3A141738010721012536; Domain=.twitter.com; Path=/; Expires=Tue, 29-Nov-2016 20:41:47 UTC"
+                    ], 
+                    "strict-transport-security": [
+                        "max-age=631138519"
+                    ], 
+                    "x-access-level": [
+                        "read-write-directmessages"
+                    ], 
+                    "server": [
+                        "tsa_b"
+                    ], 
+                    "last-modified": [
+                        "Sun, 30 Nov 2014 20:41:47 GMT"
+                    ], 
+                    "x-xss-protection": [
+                        "1; mode=block"
+                    ], 
+                    "x-rate-limit-reset": [
+                        "1417381007"
+                    ], 
+                    "pragma": [
+                        "no-cache"
+                    ], 
+                    "cache-control": [
+                        "no-cache, no-store, must-revalidate, pre-check=0, post-check=0"
+                    ], 
+                    "date": [
+                        "Sun, 30 Nov 2014 20:41:47 UTC"
+                    ], 
+                    "x-rate-limit-limit": [
+                        "15"
+                    ], 
+                    "x-frame-options": [
+                        "SAMEORIGIN"
+                    ], 
+                    "content-type": [
+                        "application/json;charset=utf-8"
+                    ]
+                }, 
+                "body": {
+                    "string": "[{\"id\":44409004,\"id_str\":\"44409004\",\"name\":\"Shakira\",\"screen_name\":\"shakira\",\"location\":\"Barranquilla\",\"profile_location\":null,\"description\":\"New album Shakira out now! \\/ El nuevo \\u00e1lbum Shakira ya disponible en iTunes http:\\/\\/t.co\\/2hjhcJE9fk \\/ CD http:\\/\\/t.co\\/HFzQPvOUyQ\",\"url\":\"http:\\/\\/t.co\\/Hj5KfwjYJO\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/Hj5KfwjYJO\",\"expanded_url\":\"http:\\/\\/www.shakira.com\",\"display_url\":\"shakira.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/2hjhcJE9fk\",\"expanded_url\":\"http:\\/\\/smarturl.it\\/ShakiraiTunes\",\"display_url\":\"smarturl.it\\/ShakiraiTunes\",\"indices\":[76,98]},{\"url\":\"http:\\/\\/t.co\\/HFzQPvOUyQ\",\"expanded_url\":\"http:\\/\\/smarturl.it\\/ShakiraAlbumCD\",\"display_url\":\"smarturl.it\\/ShakiraAlbumCD\",\"indices\":[104,126]}]}},\"protected\":false,\"followers_count\":28037003,\"friends_count\":158,\"listed_count\":103093,\"created_at\":\"Wed Jun 03 17:38:07 +0000 2009\",\"favourites_count\":73,\"utc_offset\":-18000,\"time_zone\":\"Eastern Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":3242,\"lang\":\"en\",\"status\":{\"created_at\":\"Sat Nov 29 18:46:32 +0000 2014\",\"id\":538765972866629632,\"id_str\":\"538765972866629632\",\"text\":\"Roberto G. Bola\\u00f1os Chespirito ..Gracias por hacer mejor con tu vida, mi infancia y la de millones de ni\\u00f1os. Te querremos siempre!! Shak\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003eTwitter for iPhone\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":4235,\"favorite_count\":6086,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[]},\"favorited\":false,\"retweeted\":false,\"lang\":\"es\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/509016736553648128\\/RUHaGMev.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/509016736553648128\\/RUHaGMev.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/515764781043564544\\/Spnqqy28_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/515764781043564544\\/Spnqqy28_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/44409004\\/1411802902\",\"profile_link_color\":\"99033A\",\"profile_sidebar_border_color\":\"000000\",\"profile_sidebar_fill_color\":\"C3E2FA\",\"profile_text_color\":\"080808\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":79293791,\"id_str\":\"79293791\",\"name\":\"Rihanna\",\"screen_name\":\"rihanna\",\"location\":\"LA BABY!\",\"profile_location\":null,\"description\":\"Support the Clara Lionel Foundation w\\/ the Hard Rock Rihanna Tee -- http:\\/\\/t.co\\/RP1lrQKILP\",\"url\":\"http:\\/\\/t.co\\/v6qLcjAydl\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/v6qLcjAydl\",\"expanded_url\":\"http:\\/\\/www.rihannanow.com\",\"display_url\":\"rihannanow.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/RP1lrQKILP\",\"expanded_url\":\"http:\\/\\/hardrock.co\\/1mse2ne\",\"display_url\":\"hardrock.co\\/1mse2ne\",\"indices\":[68,90]}]}},\"protected\":false,\"followers_count\":38203956,\"friends_count\":1172,\"listed_count\":97597,\"created_at\":\"Fri Oct 02 21:37:33 +0000 2009\",\"favourites_count\":825,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":9457,\"lang\":\"en\",\"status\":{\"created_at\":\"Sat Nov 29 17:44:44 +0000 2014\",\"id\":538750422409035776,\"id_str\":\"538750422409035776\",\"text\":\"Just posted a photo http:\\/\\/t.co\\/sV0BKTc4RG\",\"source\":\"\\u003ca href=\\\"http:\\/\\/instagram.com\\\" rel=\\\"nofollow\\\"\\u003eInstagram\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":1846,\"favorite_count\":3375,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/sV0BKTc4RG\",\"expanded_url\":\"http:\\/\\/instagram.com\\/p\\/v_hMT4hM_v\\/\",\"display_url\":\"instagram.com\\/p\\/v_hMT4hM_v\\/\",\"indices\":[20,42]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":true,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"131516\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/447423178004901888\\/f8j9ZoVV.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/447423178004901888\\/f8j9ZoVV.jpeg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/523351869583007744\\/-KzL6Mgi_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/523351869583007744\\/-KzL6Mgi_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/79293791\\/1411123252\",\"profile_link_color\":\"009999\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"EFEFEF\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":21447363,\"id_str\":\"21447363\",\"name\":\"KATY PERRY \",\"screen_name\":\"katyperry\",\"location\":\"\",\"profile_location\":null,\"description\":\"CURRENTLY\\u2728BEAMING\\u2728ON THE PRISMATIC WORLD TOUR 2014!\",\"url\":\"http:\\/\\/t.co\\/TUWZkUWWhw\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/TUWZkUWWhw\",\"expanded_url\":\"http:\\/\\/www.katyperry.com\",\"display_url\":\"katyperry.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":60698303,\"friends_count\":159,\"listed_count\":143584,\"created_at\":\"Fri Feb 20 23:45:56 +0000 2009\",\"favourites_count\":1245,\"utc_offset\":-32400,\"time_zone\":\"Alaska\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":6227,\"lang\":\"en\",\"status\":{\"created_at\":\"Sun Nov 30 09:28:00 +0000 2014\",\"id\":538987801987915776,\"id_str\":\"538987801987915776\",\"text\":\"OMG THEE @iamtovelo joins #ThePrismaticWorldTour tonight!!! Currently one of my FAVORITE songwriters! My\\ud83d\\udc42are so pleased!\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003eTwitter for iPhone\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":2858,\"favorite_count\":6066,\"entities\":{\"hashtags\":[{\"text\":\"ThePrismaticWorldTour\",\"indices\":[26,48]}],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"iamtovelo\",\"name\":\"Tove Lo\",\"id\":613718362,\"id_str\":\"613718362\",\"indices\":[9,19]}],\"urls\":[]},\"favorited\":false,\"retweeted\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"CECFBC\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/378800000168797027\\/kSZ-ewZo.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/378800000168797027\\/kSZ-ewZo.jpeg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/423542935368380416\\/ryEG2fNO_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/423542935368380416\\/ryEG2fNO_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/21447363\\/1401576937\",\"profile_link_color\":\"D55732\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"78C0A8\",\"profile_text_color\":\"5E412F\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":14230524,\"id_str\":\"14230524\",\"name\":\"Lady Gaga\",\"screen_name\":\"ladygaga\",\"location\":\"\",\"profile_location\":null,\"description\":\"The lady herself is not just a chameleon in person, but a chameleon in music.\",\"url\":null,\"entities\":{\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":42925797,\"friends_count\":133668,\"listed_count\":239344,\"created_at\":\"Wed Mar 26 22:37:48 +0000 2008\",\"favourites_count\":508,\"utc_offset\":-18000,\"time_zone\":\"Quito\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":6090,\"lang\":\"en\",\"status\":{\"created_at\":\"Sun Nov 30 17:26:08 +0000 2014\",\"id\":539108126570450945,\"id_str\":\"539108126570450945\",\"text\":\"They had to land the plane early. Face mask and cigarette on the Tarmac. Ways to stay relaxed during holiday travels. http:\\/\\/t.co\\/qJ56RkwpWM\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003eTwitter for iPhone\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":3590,\"favorite_count\":6027,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[],\"media\":[{\"id\":539108126075531264,\"id_str\":\"539108126075531264\",\"indices\":[118,140],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3tL-_5CMAAyz36.jpg\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3tL-_5CMAAyz36.jpg\",\"url\":\"http:\\/\\/t.co\\/qJ56RkwpWM\",\"display_url\":\"pic.twitter.com\\/qJ56RkwpWM\",\"expanded_url\":\"http:\\/\\/twitter.com\\/ladygaga\\/status\\/539108126570450945\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"small\":{\"w\":340,\"h\":453,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":800,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"large\":{\"w\":768,\"h\":1024,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":true,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"0A090A\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/514429204939563008\\/4md0cRjw.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/514429204939563008\\/4md0cRjw.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/531075942555586560\\/xvamUQWM_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/531075942555586560\\/xvamUQWM_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/14230524\\/1415453416\",\"profile_link_color\":\"050505\",\"profile_sidebar_border_color\":\"000000\",\"profile_sidebar_fill_color\":\"DDFFCC\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":26565946,\"id_str\":\"26565946\",\"name\":\"Justin Timberlake \",\"screen_name\":\"jtimberlake\",\"location\":\"Memphis, TN\",\"profile_location\":null,\"description\":\"Official Twitter Account of Justin Timberlake\",\"url\":\"http:\\/\\/t.co\\/SRqd8jEvNZ\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/SRqd8jEvNZ\",\"expanded_url\":\"http:\\/\\/www.justintimberlake.com\",\"display_url\":\"justintimberlake.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":38135123,\"friends_count\":88,\"listed_count\":76213,\"created_at\":\"Wed Mar 25 19:10:50 +0000 2009\",\"favourites_count\":14,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":2706,\"lang\":\"en\",\"status\":{\"created_at\":\"Sat Nov 29 23:38:05 +0000 2014\",\"id\":538839342530056192,\"id_str\":\"538839342530056192\",\"text\":\"\\u201c@imSarahHarrison: Paid my respects to the GOATS @michaeljackson &amp; @jtimberlake @ Nike Town London today. My heroes.\\\" What company! \\ud83d\\ude4f\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003eTwitter for iPhone\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":538837846044708864,\"in_reply_to_status_id_str\":\"538837846044708864\",\"in_reply_to_user_id\":47409455,\"in_reply_to_user_id_str\":\"47409455\",\"in_reply_to_screen_name\":\"imSarahHarrison\",\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":415,\"favorite_count\":1290,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"imSarahHarrison\",\"name\":\"TheSarahHarrisonShow\",\"id\":47409455,\"id_str\":\"47409455\",\"indices\":[1,17]},{\"screen_name\":\"michaeljackson\",\"name\":\"Michael Jackson\",\"id\":54387680,\"id_str\":\"54387680\",\"indices\":[49,64]},{\"screen_name\":\"jtimberlake\",\"name\":\"Justin Timberlake \",\"id\":26565946,\"id_str\":\"26565946\",\"indices\":[71,83]}],\"urls\":[]},\"favorited\":false,\"retweeted\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"131516\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/423976765573197824\\/H8DOsOPm_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/423976765573197824\\/H8DOsOPm_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/26565946\\/1414544111\",\"profile_link_color\":\"009999\",\"profile_sidebar_border_color\":\"EEEEEE\",\"profile_sidebar_fill_color\":\"EFEFEF\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":100220864,\"id_str\":\"100220864\",\"name\":\"Bruno Mars\",\"screen_name\":\"BrunoMars\",\"location\":\"Los Angeles, CA\",\"profile_location\":null,\"description\":\"Julio!!! Get The Stretch!!!!\",\"url\":\"http:\\/\\/t.co\\/hgVCE0yz7c\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/hgVCE0yz7c\",\"expanded_url\":\"http:\\/\\/www.brunomars.com\",\"display_url\":\"brunomars.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":19327954,\"friends_count\":90,\"listed_count\":36425,\"created_at\":\"Tue Dec 29 13:07:04 +0000 2009\",\"favourites_count\":28,\"utc_offset\":null,\"time_zone\":null,\"geo_enabled\":false,\"verified\":true,\"statuses_count\":3326,\"lang\":\"en\",\"status\":{\"created_at\":\"Fri Nov 28 20:53:00 +0000 2014\",\"id\":538435412872531970,\"id_str\":\"538435412872531970\",\"text\":\"\\u201c@BrunosLadyClub: @BrunoMars What's the prize?\\u201d We'll here's the thing... I didn't really think this all the way through... Soooooooo\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003eTwitter for iPhone\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":538433329205219328,\"in_reply_to_status_id_str\":\"538433329205219328\",\"in_reply_to_user_id\":1300277395,\"in_reply_to_user_id_str\":\"1300277395\",\"in_reply_to_screen_name\":\"BrunosLadyClub\",\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":1410,\"favorite_count\":3322,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"BrunosLadyClub\",\"name\":\"Bruno's Ladies \",\"id\":1300277395,\"id_str\":\"1300277395\",\"indices\":[1,16]},{\"screen_name\":\"BrunoMars\",\"name\":\"Bruno Mars\",\"id\":100220864,\"id_str\":\"100220864\",\"indices\":[18,28]}],\"urls\":[]},\"favorited\":false,\"retweeted\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"F0DBB7\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/378800000180677345\\/HQxt1pHD.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/378800000180677345\\/HQxt1pHD.png\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/531626153837359105\\/ZR11lw1R_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/531626153837359105\\/ZR11lw1R_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/100220864\\/1415585700\",\"profile_link_color\":\"0A0104\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"E6F6F9\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":17919972,\"id_str\":\"17919972\",\"name\":\"Taylor Swift\",\"screen_name\":\"taylorswift13\",\"location\":\"\",\"profile_location\":null,\"description\":\"Born in 1989.\",\"url\":\"http:\\/\\/t.co\\/AjT5TRgs35\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/AjT5TRgs35\",\"expanded_url\":\"http:\\/\\/www.taylorswift.com\",\"display_url\":\"taylorswift.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":47556617,\"friends_count\":148,\"listed_count\":117989,\"created_at\":\"Sat Dec 06 10:10:54 +0000 2008\",\"favourites_count\":175,\"utc_offset\":null,\"time_zone\":null,\"geo_enabled\":false,\"verified\":true,\"statuses_count\":2972,\"lang\":\"en\",\"status\":{\"created_at\":\"Sun Nov 30 07:26:17 +0000 2014\",\"id\":538957168800976896,\"id_str\":\"538957168800976896\",\"text\":\"HELP @GenaGabrielle I AM CONVULSIVELY SOBBING AND CAN'T STOP \\nhttp:\\/\\/t.co\\/gT4OKXNCCN\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003eTwitter for iPhone\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":4741,\"favorite_count\":11186,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"GenaGabrielle\",\"name\":\"Gena Gabrielle\",\"id\":202947448,\"id_str\":\"202947448\",\"indices\":[5,19]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/gT4OKXNCCN\",\"expanded_url\":\"http:\\/\\/vimeo.com\\/112733463\",\"display_url\":\"vimeo.com\\/112733463\",\"indices\":[62,84]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"C0DEED\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/687293757\\/6d2ec27f32fa8cc2fcb7e6a9eada9945.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/687293757\\/6d2ec27f32fa8cc2fcb7e6a9eada9945.jpeg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/505200807503867904\\/osJXmYRl_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/505200807503867904\\/osJXmYRl_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/17919972\\/1409286315\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":373471064,\"id_str\":\"373471064\",\"name\":\"Twitter Music\",\"screen_name\":\"TwitterMusic\",\"location\":\"Twitter HQ\",\"profile_location\":null,\"description\":\"Music related Tweets from around the world.\",\"url\":\"http:\\/\\/t.co\\/7eUtBKV1bf\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/7eUtBKV1bf\",\"expanded_url\":\"http:\\/\\/music.twitter.com\",\"display_url\":\"music.twitter.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":5907927,\"friends_count\":152,\"listed_count\":8775,\"created_at\":\"Wed Sep 14 16:50:47 +0000 2011\",\"favourites_count\":518,\"utc_offset\":-36000,\"time_zone\":\"Hawaii\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":5537,\"lang\":\"en\",\"status\":{\"created_at\":\"Sun Nov 30 20:02:49 +0000 2014\",\"id\":539147559802245122,\"id_str\":\"539147559802245122\",\"text\":\"RT @CFL: On our way out! #GreyCup http:\\/\\/t.co\\/gH57wFqLJ5\",\"source\":\"\\u003ca href=\\\"https:\\/\\/about.twitter.com\\/products\\/tweetdeck\\\" rel=\\\"nofollow\\\"\\u003eTweetDeck\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweeted_status\":{\"created_at\":\"Sun Nov 30 04:45:11 +0000 2014\",\"id\":538916627727646722,\"id_str\":\"538916627727646722\",\"text\":\"On our way out! #GreyCup http:\\/\\/t.co\\/gH57wFqLJ5\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003eTwitter for iPhone\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":154,\"favorite_count\":431,\"entities\":{\"hashtags\":[{\"text\":\"GreyCup\",\"indices\":[16,24]}],\"symbols\":[],\"user_mentions\":[],\"urls\":[],\"media\":[{\"id\":538916620341493760,\"id_str\":\"538916620341493760\",\"indices\":[25,47],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3qdz5cCQAAQ90g.jpg\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3qdz5cCQAAQ90g.jpg\",\"url\":\"http:\\/\\/t.co\\/gH57wFqLJ5\",\"display_url\":\"pic.twitter.com\\/gH57wFqLJ5\",\"expanded_url\":\"http:\\/\\/twitter.com\\/CFL\\/status\\/538916627727646722\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"small\":{\"w\":340,\"h\":453,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":800,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"large\":{\"w\":768,\"h\":1024,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"retweet_count\":154,\"favorite_count\":0,\"entities\":{\"hashtags\":[{\"text\":\"GreyCup\",\"indices\":[25,33]}],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"CFL\",\"name\":\"CFL Official Feed\",\"id\":18194219,\"id_str\":\"18194219\",\"indices\":[3,7]}],\"urls\":[],\"media\":[{\"id\":538916620341493760,\"id_str\":\"538916620341493760\",\"indices\":[34,56],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3qdz5cCQAAQ90g.jpg\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3qdz5cCQAAQ90g.jpg\",\"url\":\"http:\\/\\/t.co\\/gH57wFqLJ5\",\"display_url\":\"pic.twitter.com\\/gH57wFqLJ5\",\"expanded_url\":\"http:\\/\\/twitter.com\\/CFL\\/status\\/538916627727646722\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"small\":{\"w\":340,\"h\":453,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":800,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"large\":{\"w\":768,\"h\":1024,\"resize\":\"fit\"}},\"source_status_id\":538916627727646722,\"source_status_id_str\":\"538916627727646722\"}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"131516\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme14\\/bg.gif\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/378800000449287089\\/70dea90873e8a0f92fd582b4d04cfd4b_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/378800000449287089\\/70dea90873e8a0f92fd582b4d04cfd4b_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/373471064\\/1347670819\",\"profile_link_color\":\"009999\",\"profile_sidebar_border_color\":\"000000\",\"profile_sidebar_fill_color\":\"EFEFEF\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":27260086,\"id_str\":\"27260086\",\"name\":\"Justin Bieber\",\"screen_name\":\"justinbieber\",\"location\":\"\",\"profile_location\":null,\"description\":\"Let's make the world better, together. Join my fan club @officialfahlo and add me on @shots 'justinbieber'.\",\"url\":\"http:\\/\\/t.co\\/OkBCJEbGi2\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/OkBCJEbGi2\",\"expanded_url\":\"http:\\/\\/www.youtube.com\\/justinbieber\",\"display_url\":\"youtube.com\\/justinbieber\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":57288635,\"friends_count\":164322,\"listed_count\":555580,\"created_at\":\"Sat Mar 28 16:41:22 +0000 2009\",\"favourites_count\":1387,\"utc_offset\":-18000,\"time_zone\":\"Eastern Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":27918,\"lang\":\"en\",\"status\":{\"created_at\":\"Sun Nov 30 18:05:23 +0000 2014\",\"id\":539118004701650944,\"id_str\":\"539118004701650944\",\"text\":\"Nice job @Meghan_Trainor. #Mistletoe :) http:\\/\\/t.co\\/XRiOkIxEXN\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003eTwitter for iPhone\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":26428,\"favorite_count\":31213,\"entities\":{\"hashtags\":[{\"text\":\"Mistletoe\",\"indices\":[26,36]}],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"Meghan_Trainor\",\"name\":\"Meghan Trainor\",\"id\":254830969,\"id_str\":\"254830969\",\"indices\":[9,24]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/XRiOkIxEXN\",\"expanded_url\":\"http:\\/\\/youtu.be\\/r4fG44OtvTE\",\"display_url\":\"youtu.be\\/r4fG44OtvTE\",\"indices\":[40,62]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/460851381025267712\\/RU-xit8T.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/460851381025267712\\/RU-xit8T.png\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/520374943272284160\\/FzNKwxes_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/520374943272284160\\/FzNKwxes_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/27260086\\/1411311442\",\"profile_link_color\":\"89C9FA\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"C0DFEC\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":4101221,\"id_str\":\"4101221\",\"name\":\"Thalia\",\"screen_name\":\"thalia\",\"location\":\"\",\"profile_location\":null,\"description\":\"FACEBOOK: http:\\/\\/t.co\\/3ozWqxnN8b\\r\\nand INSTAGRAM: http:\\/\\/t.co\\/dSf9N5uDIp and PINTEREST: http:\\/\\/t.co\\/qnQxavU0MG and\\r\\nNEW BOOK: http:\\/\\/t.co\\/j4R7x0JsfG\",\"url\":\"http:\\/\\/t.co\\/836sw9cMGX\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/836sw9cMGX\",\"expanded_url\":\"http:\\/\\/Thalia.com\",\"display_url\":\"Thalia.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3ozWqxnN8b\",\"expanded_url\":\"http:\\/\\/facebook.com\\/thalia\",\"display_url\":\"facebook.com\\/thalia\",\"indices\":[10,32]},{\"url\":\"http:\\/\\/t.co\\/dSf9N5uDIp\",\"expanded_url\":\"http:\\/\\/instagram.com\\/thalia\",\"display_url\":\"instagram.com\\/thalia\",\"indices\":[49,71]},{\"url\":\"http:\\/\\/t.co\\/qnQxavU0MG\",\"expanded_url\":\"http:\\/\\/pinterest.com\\/LadyTH\",\"display_url\":\"pinterest.com\\/LadyTH\",\"indices\":[87,109]},{\"url\":\"http:\\/\\/t.co\\/j4R7x0JsfG\",\"expanded_url\":\"http:\\/\\/facebook.com\\/chupiethebinky\",\"display_url\":\"facebook.com\\/chupiethebinky\",\"indices\":[125,147]}]}},\"protected\":false,\"followers_count\":6240957,\"friends_count\":1565,\"listed_count\":29611,\"created_at\":\"Wed Apr 11 01:07:09 +0000 2007\",\"favourites_count\":3640,\"utc_offset\":-18000,\"time_zone\":\"Eastern Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":14770,\"lang\":\"en\",\"status\":{\"created_at\":\"Sun Nov 30 03:51:11 +0000 2014\",\"id\":538903038782881792,\"id_str\":\"538903038782881792\",\"text\":\"#ChespiritoPorSiempre nuestro gran s\\u00faper h\\u00e9roe \\ud83d\\ude4f\\ud83d\\ude4f\\ud83d\\ude4f\\ud83d\\ude4f http:\\/\\/t.co\\/odgqzexY5n\",\"source\":\"\\u003ca href=\\\"http:\\/\\/instagram.com\\\" rel=\\\"nofollow\\\"\\u003eInstagram\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":558,\"favorite_count\":931,\"entities\":{\"hashtags\":[{\"text\":\"ChespiritoPorSiempre\",\"indices\":[0,21]}],\"symbols\":[],\"user_mentions\":[],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/odgqzexY5n\",\"expanded_url\":\"http:\\/\\/instagram.com\\/p\\/wAmmBIK2DK\\/\",\"display_url\":\"instagram.com\\/p\\/wAmmBIK2DK\\/\",\"indices\":[52,74]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":true,\"lang\":\"es\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"131516\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/512058502072655872\\/hEmPqld5.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/512058502072655872\\/hEmPqld5.jpeg\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/490244518478753793\\/UP-8jVtS_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/490244518478753793\\/UP-8jVtS_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/4101221\\/1410919094\",\"profile_link_color\":\"DD2E44\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"591C78\",\"profile_text_color\":\"61ADD6\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":23375688,\"id_str\":\"23375688\",\"name\":\"Selena Gomez\",\"screen_name\":\"selenagomez\",\"location\":\"Los Angeles \",\"profile_location\":null,\"description\":\"Get \\u2018The Heart Wants What It Wants\\u2019 and my new collection \\u2018For You\\u2019 - http:\\/\\/t.co\\/RXvhX21okT Philippians 4:13\",\"url\":\"http:\\/\\/t.co\\/bsIURHevHT\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/bsIURHevHT\",\"expanded_url\":\"http:\\/\\/www.selenagomez.com\",\"display_url\":\"selenagomez.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/RXvhX21okT\",\"expanded_url\":\"http:\\/\\/smarturl.it\\/sga1\",\"display_url\":\"smarturl.it\\/sga1\",\"indices\":[70,92]}]}},\"protected\":false,\"followers_count\":24833477,\"friends_count\":1276,\"listed_count\":136116,\"created_at\":\"Mon Mar 09 00:16:45 +0000 2009\",\"favourites_count\":22,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":3602,\"lang\":\"en\",\"status\":{\"created_at\":\"Sun Nov 30 17:23:52 +0000 2014\",\"id\":539107558121029632,\"id_str\":\"539107558121029632\",\"text\":\"Happy Sunday everyone! \\u263a\\ufe0f\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003eTwitter for iPhone\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":13120,\"favorite_count\":20330,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[]},\"favorited\":false,\"retweeted\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/432562884673941506\\/EygIGZH-.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/432562884673941506\\/EygIGZH-.jpeg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/530328886744068096\\/OcFcv4dj_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/530328886744068096\\/OcFcv4dj_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/23375688\\/1416805110\",\"profile_link_color\":\"02806B\",\"profile_sidebar_border_color\":\"000000\",\"profile_sidebar_fill_color\":\"252429\",\"profile_text_color\":\"CC3399\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":27909036,\"id_str\":\"27909036\",\"name\":\"Jesse & Joy Oficial\",\"screen_name\":\"jesseyjoy\",\"location\":\"En el espacio sideral..de Tour\",\"profile_location\":null,\"description\":\"Instagram: @jesseyjoy Booking: ACShows - Ana Garcia: (+5255) 53372034 agarcia@westwoodent.com Contacto: mnoriega@westwoodent.com\",\"url\":\"http:\\/\\/t.co\\/wRvpu358EP\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/wRvpu358EP\",\"expanded_url\":\"http:\\/\\/www.jesseyjoy.com\",\"display_url\":\"jesseyjoy.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":3626307,\"friends_count\":1068,\"listed_count\":3310,\"created_at\":\"Tue Mar 31 16:48:05 +0000 2009\",\"favourites_count\":3,\"utc_offset\":-25200,\"time_zone\":\"Mountain Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":26320,\"lang\":\"en\",\"status\":{\"created_at\":\"Sun Nov 30 19:31:33 +0000 2014\",\"id\":539139688838467585,\"id_str\":\"539139688838467585\",\"text\":\"No hay invierno que resista tu calor, un coraz\\u00f3n #IluminaTuNavidad \\u266a \\u266a  Nuevo video aqu\\u00ed: http:\\/\\/t.co\\/GB2NMr3It6 @Coppel\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":46,\"favorite_count\":59,\"entities\":{\"hashtags\":[{\"text\":\"IluminaTuNavidad\",\"indices\":[49,66]}],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"Coppel\",\"name\":\"Coppel\",\"id\":112775424,\"id_str\":\"112775424\",\"indices\":[113,120]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/GB2NMr3It6\",\"expanded_url\":\"http:\\/\\/bit.ly\\/1t9PKQK\",\"display_url\":\"bit.ly\\/1t9PKQK\",\"indices\":[90,112]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"es\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/496413778859151361\\/QntDs1Hx.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/496413778859151361\\/QntDs1Hx.jpeg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/496410110608957441\\/O1xU76ZE_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/496410110608957441\\/O1xU76ZE_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/27909036\\/1407189638\",\"profile_link_color\":\"88888F\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"F7E0D4\",\"profile_text_color\":\"0ECCC3\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":184910040,\"id_str\":\"184910040\",\"name\":\"Adele\",\"screen_name\":\"OfficialAdele\",\"location\":\"London\\/NYC\",\"profile_location\":null,\"description\":\"Official Twitter account for Adele. @XLRECORDINGS \\/ @ColumbiaRecords recording artist.\",\"url\":\"http:\\/\\/t.co\\/Yr71qltaxt\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/Yr71qltaxt\",\"expanded_url\":\"http:\\/\\/www.adele.tv\\/\",\"display_url\":\"adele.tv\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":21294438,\"friends_count\":170,\"listed_count\":29831,\"created_at\":\"Mon Aug 30 19:53:19 +0000 2010\",\"favourites_count\":0,\"utc_offset\":-18000,\"time_zone\":\"Quito\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":214,\"lang\":\"en\",\"status\":{\"created_at\":\"Thu Oct 30 18:08:51 +0000 2014\",\"id\":527884855192092673,\"id_str\":\"527884855192092673\",\"text\":\"Just watched Nightcrawler after months of being excited and it WAS AMAZZZING! Go and see it!\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003eTwitter for iPhone\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":1692,\"favorite_count\":3073,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[]},\"favorited\":false,\"retweeted\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"131516\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/167616538\\/bg.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/167616538\\/bg.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1676212439\\/image_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1676212439\\/image_normal.jpg\",\"profile_link_color\":\"009999\",\"profile_sidebar_border_color\":\"EEEEEE\",\"profile_sidebar_fill_color\":\"EFEFEF\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":23605048,\"id_str\":\"23605048\",\"name\":\"Paulina Rubio\",\"screen_name\":\"paurubio\",\"location\":\"\",\"profile_location\":null,\"description\":\"Paulina Rubio official twitter \\/ El twitter oficial de Paulina Rubio\",\"url\":\"http:\\/\\/t.co\\/UAeeFGpH4m\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/UAeeFGpH4m\",\"expanded_url\":\"http:\\/\\/www.paulinarubio.com\",\"display_url\":\"paulinarubio.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":9261399,\"friends_count\":700,\"listed_count\":23164,\"created_at\":\"Tue Mar 10 15:30:11 +0000 2009\",\"favourites_count\":464,\"utc_offset\":-21600,\"time_zone\":\"Mexico City\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":6216,\"lang\":\"en\",\"status\":{\"created_at\":\"Fri Nov 28 23:46:14 +0000 2014\",\"id\":538479007378186240,\"id_str\":\"538479007378186240\",\"text\":\"Gracias x tantas sonrisas! Chespirito vives en cada uno de los que crecimos con tu alegr\\u00eda. Descansa en Paz.\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003eTwitter for iPhone\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":767,\"favorite_count\":1107,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[]},\"favorited\":false,\"retweeted\":false,\"lang\":\"es\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"EF508A\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/378800000172223115\\/3_jlWYKP.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/378800000172223115\\/3_jlWYKP.jpeg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/503018480099020800\\/yFOHjySN_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/503018480099020800\\/yFOHjySN_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/23605048\\/1390333595\",\"profile_link_color\":\"01A7E0\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"F768BE\",\"profile_text_color\":\"3D1957\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":268414482,\"id_str\":\"268414482\",\"name\":\"Miley Ray Cyrus\",\"screen_name\":\"MileyCyrus\",\"location\":\"PLUTO \",\"profile_location\":null,\"description\":\"#FUCKINGBANGERZ\",\"url\":\"http:\\/\\/t.co\\/0JoMA1kUve\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/0JoMA1kUve\",\"expanded_url\":\"http:\\/\\/smarturl.it\\/bangerz?IQid=tw\",\"display_url\":\"smarturl.it\\/bangerz?IQid=tw\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":18843057,\"friends_count\":371,\"listed_count\":60263,\"created_at\":\"Fri Mar 18 18:36:02 +0000 2011\",\"favourites_count\":81,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":7901,\"lang\":\"en\",\"status\":{\"created_at\":\"Mon Nov 24 23:12:39 +0000 2014\",\"id\":537021004879384576,\"id_str\":\"537021004879384576\",\"text\":\"INC(RED)IBLE: These Apps Save Lives. For 2 weeks 100% proceeds go to @RED to fight AIDS. #AppsforRED Only @AppStore http:\\/\\/t.co\\/HOl39j51qe\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003eTwitter for iPhone\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":5028,\"favorite_count\":8059,\"entities\":{\"hashtags\":[{\"text\":\"AppsforRED\",\"indices\":[89,100]}],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"RED\",\"name\":\"(RED)\",\"id\":16423109,\"id_str\":\"16423109\",\"indices\":[69,73]},{\"screen_name\":\"AppStore\",\"name\":\"App Store \",\"id\":74594552,\"id_str\":\"74594552\",\"indices\":[106,115]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/HOl39j51qe\",\"expanded_url\":\"http:\\/\\/AppStore.com\\/AppsforRED\",\"display_url\":\"AppStore.com\\/AppsforRED\",\"indices\":[116,138]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":true,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"000000\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/474222043446013953\\/q3HjRJfx.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/474222043446013953\\/q3HjRJfx.jpeg\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/527640747277709312\\/lXMBojtU_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/527640747277709312\\/lXMBojtU_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/268414482\\/1412118738\",\"profile_link_color\":\"0D0101\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"000000\",\"profile_text_color\":\"FF8400\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":35094637,\"id_str\":\"35094637\",\"name\":\"Alicia Keys\",\"screen_name\":\"aliciakeys\",\"location\":\"New York City\",\"profile_location\":null,\"description\":\"Passionate about my work, in love with my family and dedicated to spreading light. It's contagious!;-)\\r\\n\\r\\nhttp:\\/\\/t.co\\/QP5RXoYH12\",\"url\":\"http:\\/\\/t.co\\/X29Mgazy7h\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/X29Mgazy7h\",\"expanded_url\":\"http:\\/\\/www.aliciakeys.com\",\"display_url\":\"aliciakeys.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/QP5RXoYH12\",\"expanded_url\":\"http:\\/\\/www.weareheremovement.com\",\"display_url\":\"weareheremovement.com\",\"indices\":[106,128]}]}},\"protected\":false,\"followers_count\":20320485,\"friends_count\":523,\"listed_count\":52372,\"created_at\":\"Sat Apr 25 00:46:24 +0000 2009\",\"favourites_count\":4,\"utc_offset\":-18000,\"time_zone\":\"Eastern Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":5138,\"lang\":\"en\",\"status\":{\"created_at\":\"Sat Nov 29 20:53:30 +0000 2014\",\"id\":538797926399868928,\"id_str\":\"538797926399868928\",\"text\":\"Sending you Saturday smiles!! Big love to riccardotisci17 givenchyofficial and nicobustos love the\\u2026 http:\\/\\/t.co\\/vL2QwoneNg\",\"source\":\"\\u003ca href=\\\"http:\\/\\/instagram.com\\\" rel=\\\"nofollow\\\"\\u003eInstagram\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":116,\"favorite_count\":339,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/vL2QwoneNg\",\"expanded_url\":\"http:\\/\\/instagram.com\\/p\\/v_2y1gwFjr\\/\",\"display_url\":\"instagram.com\\/p\\/v_2y1gwFjr\\/\",\"indices\":[100,122]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"150D1A\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/517414879871762433\\/G5qktqdM.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/517414879871762433\\/G5qktqdM.jpeg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/508975448257089536\\/HMCqyPP9_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/508975448257089536\\/HMCqyPP9_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/35094637\\/1412196329\",\"profile_link_color\":\"171415\",\"profile_sidebar_border_color\":\"000000\",\"profile_sidebar_fill_color\":\"D91C26\",\"profile_text_color\":\"090A02\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":31927467,\"id_str\":\"31927467\",\"name\":\"Pitbull\",\"screen_name\":\"pitbull\",\"location\":\"Miami, FL\",\"profile_location\":null,\"description\":\"GLOBALIZATION\",\"url\":\"http:\\/\\/t.co\\/xUbzGGaZFr\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/xUbzGGaZFr\",\"expanded_url\":\"http:\\/\\/www.youtube.com\\/pitbullmusic\",\"display_url\":\"youtube.com\\/pitbullmusic\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":18527262,\"friends_count\":2490,\"listed_count\":23168,\"created_at\":\"Thu Apr 16 16:03:02 +0000 2009\",\"favourites_count\":25,\"utc_offset\":-18000,\"time_zone\":\"Eastern Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":6023,\"lang\":\"en\",\"status\":{\"created_at\":\"Sat Nov 29 20:21:04 +0000 2014\",\"id\":538789762778165248,\"id_str\":\"538789762778165248\",\"text\":\"nos vemos ma\\u00f1ana Guadalajara http:\\/\\/t.co\\/oxe2ZVPM2y\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":307,\"favorite_count\":1156,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[],\"media\":[{\"id\":538789762014789633,\"id_str\":\"538789762014789633\",\"indices\":[29,51],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3oqbxWCQAEbBE6.jpg\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3oqbxWCQAEbBE6.jpg\",\"url\":\"http:\\/\\/t.co\\/oxe2ZVPM2y\",\"display_url\":\"pic.twitter.com\\/oxe2ZVPM2y\",\"expanded_url\":\"http:\\/\\/twitter.com\\/pitbull\\/status\\/538789762778165248\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"large\":{\"w\":634,\"h\":950,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":509,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":899,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"es\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"000000\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/537659330967773184\\/kxEdlsLE.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/537659330967773184\\/kxEdlsLE.png\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/492106704490754049\\/ugHZbQNF_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/492106704490754049\\/ugHZbQNF_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/31927467\\/1417022925\",\"profile_link_color\":\"3B94D9\",\"profile_sidebar_border_color\":\"000000\",\"profile_sidebar_fill_color\":\"D6D6D6\",\"profile_text_color\":\"C40808\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":16409683,\"id_str\":\"16409683\",\"name\":\"Britney Spears\",\"screen_name\":\"britneyspears\",\"location\":\"Los Angeles, CA\",\"profile_location\":null,\"description\":\"It\\u2019s Britney Bitch! #BritneyJean available now on @iTunesMusic: http:\\/\\/t.co\\/dps446FIFx\",\"url\":\"http:\\/\\/t.co\\/PBMqPsIRsx\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/PBMqPsIRsx\",\"expanded_url\":\"http:\\/\\/www.britneyspears.com\",\"display_url\":\"britneyspears.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/dps446FIFx\",\"expanded_url\":\"http:\\/\\/smarturl.it\\/britneyjean?IQid=tw\",\"display_url\":\"smarturl.it\\/britneyjean?IQ\\u2026\",\"indices\":[64,86]}]}},\"protected\":false,\"followers_count\":39693192,\"friends_count\":400806,\"listed_count\":129408,\"created_at\":\"Mon Sep 22 20:47:35 +0000 2008\",\"favourites_count\":498,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":3878,\"lang\":\"en\",\"status\":{\"created_at\":\"Fri Nov 28 16:28:02 +0000 2014\",\"id\":538368732373204992,\"id_str\":\"538368732373204992\",\"text\":\"Happy Black Friday! Lots of stuff happening in the Britney store. LOVE the new xmas ornament! http:\\/\\/t.co\\/JuYdEKx8IT http:\\/\\/t.co\\/1ZVx4ZdDH8\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":1199,\"favorite_count\":1895,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/JuYdEKx8IT\",\"expanded_url\":\"http:\\/\\/britney.lk\\/store\",\"display_url\":\"britney.lk\\/store\",\"indices\":[94,116]}],\"media\":[{\"id\":538368731240747008,\"id_str\":\"538368731240747008\",\"indices\":[117,139],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3irgjfIUAA6ws_.jpg\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3irgjfIUAA6ws_.jpg\",\"url\":\"http:\\/\\/t.co\\/1ZVx4ZdDH8\",\"display_url\":\"pic.twitter.com\\/1ZVx4ZdDH8\",\"expanded_url\":\"http:\\/\\/twitter.com\\/britneyspears\\/status\\/538368732373204992\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"large\":{\"w\":404,\"h\":404,\"resize\":\"fit\"},\"small\":{\"w\":340,\"h\":340,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"medium\":{\"w\":404,\"h\":404,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"000000\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/378800000172752091\\/DmmPCAPz.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/378800000172752091\\/DmmPCAPz.jpeg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/426108979186384896\\/J3JDXvs4_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/426108979186384896\\/J3JDXvs4_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/16409683\\/1397512555\",\"profile_link_color\":\"D44A71\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"F4F4F4\",\"profile_text_color\":\"222222\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":220332457,\"id_str\":\"220332457\",\"name\":\"\\u304d\\u3083\\u308a\\u30fc\\u3071\\u307f\\u3085\\u3071\\u307f\\u3085\",\"screen_name\":\"pamyurin\",\"location\":\"ASOBI SYSTEM\",\"profile_location\":null,\"description\":\"\\u3075\\u3041\\u3093\\u305f\\u4eba\",\"url\":\"http:\\/\\/t.co\\/H7jhAUjcMw\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/H7jhAUjcMw\",\"expanded_url\":\"http:\\/\\/s.ameblo.jp\\/kyarypamyupamyu\\/\",\"display_url\":\"s.ameblo.jp\\/kyarypamyupamy\\u2026\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":2577114,\"friends_count\":165,\"listed_count\":15384,\"created_at\":\"Sat Nov 27 13:30:22 +0000 2010\",\"favourites_count\":3,\"utc_offset\":-36000,\"time_zone\":\"Hawaii\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":11845,\"lang\":\"ja\",\"status\":{\"created_at\":\"Sun Nov 30 16:31:18 +0000 2014\",\"id\":539094328425992193,\"id_str\":\"539094328425992193\",\"text\":\"http:\\/\\/t.co\\/Jjt5899WkX\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003eTwitter for iPhone\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":567,\"favorite_count\":1491,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[],\"media\":[{\"id\":539094323317309440,\"id_str\":\"539094323317309440\",\"indices\":[0,22],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3s_bknCAAA6KiT.jpg\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3s_bknCAAA6KiT.jpg\",\"url\":\"http:\\/\\/t.co\\/Jjt5899WkX\",\"display_url\":\"pic.twitter.com\\/Jjt5899WkX\",\"expanded_url\":\"http:\\/\\/twitter.com\\/pamyurin\\/status\\/539094328425992193\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"large\":{\"w\":180,\"h\":178,\"resize\":\"fit\"},\"small\":{\"w\":180,\"h\":178,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"medium\":{\"w\":180,\"h\":178,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"und\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"C0DEED\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/531515684274962432\\/8RhH3HfV_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/531515684274962432\\/8RhH3HfV_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/220332457\\/1398672949\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"C0DEED\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":true,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},{\"id\":21111883,\"id_str\":\"21111883\",\"name\":\"Demi Lovato\",\"screen_name\":\"ddlovato\",\"location\":\"DALLAS\\/LA\",\"profile_location\":null,\"description\":\"New album DEMI feat. Neon Lights, & my new single Really Don't Care available NOW!!! Download here - http:\\/\\/t.co\\/ydguDHMvx6 #DEMIWORLDTOUR tix on sale now!\",\"url\":\"http:\\/\\/t.co\\/3J82yCbTXY\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3J82yCbTXY\",\"expanded_url\":\"http:\\/\\/www.facebook.com\\/DemiLovato\",\"display_url\":\"facebook.com\\/DemiLovato\",\"indices\":[0,22]}]},\"description\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/ydguDHMvx6\",\"expanded_url\":\"http:\\/\\/smarturl.it\\/dla1\",\"display_url\":\"smarturl.it\\/dla1\",\"indices\":[101,123]}]}},\"protected\":false,\"followers_count\":25618459,\"friends_count\":339,\"listed_count\":106101,\"created_at\":\"Tue Feb 17 18:02:08 +0000 2009\",\"favourites_count\":10,\"utc_offset\":-25200,\"time_zone\":\"Mountain Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":12365,\"lang\":\"en\",\"status\":{\"created_at\":\"Sat Nov 29 16:16:12 +0000 2014\",\"id\":538728140731084800,\"id_str\":\"538728140731084800\",\"text\":\"I wanna throw a Christmas party SO BAD.... Thanks pinterest. \\ud83d\\ude12.... \\ud83c\\udf85\\ud83c\\udf84\\ud83c\\udf81\",\"source\":\"\\u003ca href=\\\"http:\\/\\/www.echofon.com\\/\\\" rel=\\\"nofollow\\\"\\u003eEchofon\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":14398,\"favorite_count\":24101,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[]},\"favorited\":false,\"retweeted\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":true,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/511933200940019712\\/CKxPa76o.jpeg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/511933200940019712\\/CKxPa76o.jpeg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/488906749697478656\\/elgT1abh_normal.jpeg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/488906749697478656\\/elgT1abh_normal.jpeg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/21111883\\/1410889387\",\"profile_link_color\":\"000000\",\"profile_sidebar_border_color\":\"000000\",\"profile_sidebar_fill_color\":\"B9BEB8\",\"profile_text_color\":\"666666\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}]"
+                }
+            }
+        }
+    ]
+}
\ No newline at end of file
diff --git a/cassettes/testsupportedlanguages.json b/cassettes/testsupportedlanguages.json
new file mode 100644 (file)
index 0000000..0fcc482
--- /dev/null
@@ -0,0 +1,86 @@
+{
+    "version": 1, 
+    "interactions": [
+        {
+            "request": {
+                "body": null, 
+                "headers": {
+                    "Host": [
+                        "api.twitter.com"
+                    ]
+                }, 
+                "method": "GET", 
+                "uri": "https://api.twitter.com:443/1.1/help/languages.json"
+            }, 
+            "response": {
+                "status": {
+                    "message": "OK", 
+                    "code": 200
+                }, 
+                "headers": {
+                    "status": [
+                        "200 OK"
+                    ], 
+                    "x-rate-limit-remaining": [
+                        "14"
+                    ], 
+                    "content-length": [
+                        "1792"
+                    ], 
+                    "expires": [
+                        "Mon, 01 Dec 2014 20:41:48 GMT"
+                    ], 
+                    "x-transaction": [
+                        "471d8f2b2f291ae8"
+                    ], 
+                    "x-content-type-options": [
+                        "nosniff"
+                    ], 
+                    "x-connection-hash": [
+                        "186e9de0d5f65f02836c52d9bc18b60c"
+                    ], 
+                    "set-cookie": [
+                        "lang=en", 
+                        "guest_id=v1%3A141738010802209936; Domain=.twitter.com; Path=/; Expires=Tue, 29-Nov-2016 20:41:48 UTC"
+                    ], 
+                    "strict-transport-security": [
+                        "max-age=631138519"
+                    ], 
+                    "x-access-level": [
+                        "read-write-directmessages"
+                    ], 
+                    "server": [
+                        "tsa_b"
+                    ], 
+                    "last-modified": [
+                        "Sun, 30 Nov 2014 20:41:48 GMT"
+                    ], 
+                    "x-xss-protection": [
+                        "1; mode=block"
+                    ], 
+                    "x-rate-limit-reset": [
+                        "1417381008"
+                    ], 
+                    "pragma": [
+                        "no-cache"
+                    ], 
+                    "date": [
+                        "Sun, 30 Nov 2014 20:41:48 UTC"
+                    ], 
+                    "x-rate-limit-limit": [
+                        "15"
+                    ], 
+                    "x-frame-options": [
+                        "SAMEORIGIN"
+                    ], 
+                    "content-type": [
+                        "application/json;charset=utf-8"
+                    ]
+                }, 
+                "body": {
+                    "string": "[{\"code\":\"fr\",\"name\":\"French\",\"status\":\"production\"},{\"code\":\"en\",\"name\":\"English\",\"status\":\"production\"},{\"code\":\"ar\",\"name\":\"Arabic\",\"status\":\"production\"},{\"code\":\"ja\",\"name\":\"Japanese\",\"status\":\"production\"},{\"code\":\"es\",\"name\":\"Spanish\",\"status\":\"production\"},{\"code\":\"de\",\"name\":\"German\",\"status\":\"production\"},{\"code\":\"it\",\"name\":\"Italian\",\"status\":\"production\"},{\"code\":\"id\",\"name\":\"Indonesian\",\"status\":\"production\"},{\"code\":\"pt\",\"name\":\"Portuguese\",\"status\":\"production\"},{\"code\":\"ko\",\"name\":\"Korean\",\"status\":\"production\"},{\"code\":\"tr\",\"name\":\"Turkish\",\"status\":\"production\"},{\"code\":\"ru\",\"name\":\"Russian\",\"status\":\"production\"},{\"code\":\"nl\",\"name\":\"Dutch\",\"status\":\"production\"},{\"code\":\"fil\",\"name\":\"Filipino\",\"status\":\"production\"},{\"code\":\"msa\",\"name\":\"Malay\",\"status\":\"production\"},{\"code\":\"zh-tw\",\"name\":\"Traditional Chinese\",\"status\":\"production\"},{\"code\":\"zh-cn\",\"name\":\"Simplified Chinese\",\"status\":\"production\"},{\"code\":\"hi\",\"name\":\"Hindi\",\"status\":\"production\"},{\"code\":\"no\",\"name\":\"Norwegian\",\"status\":\"production\"},{\"code\":\"sv\",\"name\":\"Swedish\",\"status\":\"production\"},{\"code\":\"fi\",\"name\":\"Finnish\",\"status\":\"production\"},{\"code\":\"da\",\"name\":\"Danish\",\"status\":\"production\"},{\"code\":\"pl\",\"name\":\"Polish\",\"status\":\"production\"},{\"code\":\"hu\",\"name\":\"Hungarian\",\"status\":\"production\"},{\"code\":\"fa\",\"name\":\"Persian\",\"status\":\"production\"},{\"code\":\"he\",\"name\":\"Hebrew\",\"status\":\"production\"},{\"code\":\"th\",\"name\":\"Thai\",\"status\":\"production\"},{\"code\":\"uk\",\"name\":\"Ukrainian\",\"status\":\"production\"},{\"code\":\"cs\",\"name\":\"Czech\",\"status\":\"production\"},{\"code\":\"ro\",\"name\":\"Romanian\",\"status\":\"production\"},{\"code\":\"en-gb\",\"name\":\"British English\",\"status\":\"production\"},{\"code\":\"vi\",\"name\":\"Vietnamese\",\"status\":\"production\"},{\"code\":\"bn\",\"name\":\"Bengali\",\"status\":\"production\"}]"
+                }
+            }
+        }
+    ]
+}
\ No newline at end of file
diff --git a/cassettes/testupdateanddestroystatus.json b/cassettes/testupdateanddestroystatus.json
new file mode 100644 (file)
index 0000000..7d206c9
--- /dev/null
@@ -0,0 +1,161 @@
+{
+    "version": 1, 
+    "interactions": [
+        {
+            "request": {
+                "body": null, 
+                "headers": {
+                    "Host": [
+                        "api.twitter.com"
+                    ], 
+                    "Content-Length": [
+                        "0"
+                    ]
+                }, 
+                "method": "POST", 
+                "uri": "https://api.twitter.com:443/1.1/statuses/update.json?status=testing+208"
+            }, 
+            "response": {
+                "status": {
+                    "message": "OK", 
+                    "code": 200
+                }, 
+                "headers": {
+                    "status": [
+                        "200 OK"
+                    ], 
+                    "content-length": [
+                        "2213"
+                    ], 
+                    "expires": [
+                        "Tue, 31 Mar 1981 05:00:00 GMT"
+                    ], 
+                    "x-transaction": [
+                        "3c5fc657d9100a2e"
+                    ], 
+                    "x-content-type-options": [
+                        "nosniff"
+                    ], 
+                    "x-connection-hash": [
+                        "2f2714141c1188cdc93abe326aef67e5"
+                    ], 
+                    "set-cookie": [
+                        "lang=en", 
+                        "guest_id=v1%3A141738010836211740; Domain=.twitter.com; Path=/; Expires=Tue, 29-Nov-2016 20:41:48 UTC"
+                    ], 
+                    "strict-transport-security": [
+                        "max-age=631138519"
+                    ], 
+                    "x-access-level": [
+                        "read-write-directmessages"
+                    ], 
+                    "server": [
+                        "tsa_b"
+                    ], 
+                    "last-modified": [
+                        "Sun, 30 Nov 2014 20:41:48 GMT"
+                    ], 
+                    "x-xss-protection": [
+                        "1; mode=block"
+                    ], 
+                    "pragma": [
+                        "no-cache"
+                    ], 
+                    "cache-control": [
+                        "no-cache, no-store, must-revalidate, pre-check=0, post-check=0"
+                    ], 
+                    "date": [
+                        "Sun, 30 Nov 2014 20:41:48 UTC"
+                    ], 
+                    "x-frame-options": [
+                        "SAMEORIGIN"
+                    ], 
+                    "content-type": [
+                        "application/json;charset=utf-8"
+                    ]
+                }, 
+                "body": {
+                    "string": "{\"created_at\":\"Sun Nov 30 20:41:48 +0000 2014\",\"id\":539157368517697536,\"id_str\":\"539157368517697536\",\"text\":\"testing 208\",\"source\":\"\\u003ca href=\\\"http:\\/\\/tweepy.github.com\\/\\\" rel=\\\"nofollow\\\"\\u003eTweepyTravis\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":540,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":0,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[]},\"favorited\":false,\"retweeted\":false,\"lang\":\"en\"}"
+                }
+            }
+        }, 
+        {
+            "request": {
+                "body": null, 
+                "headers": {
+                    "Host": [
+                        "api.twitter.com"
+                    ], 
+                    "Content-Length": [
+                        "0"
+                    ]
+                }, 
+                "method": "POST", 
+                "uri": "https://api.twitter.com:443/1.1/statuses/destroy/539157368517697536.json"
+            }, 
+            "response": {
+                "status": {
+                    "message": "OK", 
+                    "code": 200
+                }, 
+                "headers": {
+                    "status": [
+                        "200 OK"
+                    ], 
+                    "content-length": [
+                        "2213"
+                    ], 
+                    "expires": [
+                        "Tue, 31 Mar 1981 05:00:00 GMT"
+                    ], 
+                    "x-transaction": [
+                        "d7e0ef53e8e58bfc"
+                    ], 
+                    "x-content-type-options": [
+                        "nosniff"
+                    ], 
+                    "x-connection-hash": [
+                        "29528e82cfce7064d568f91958dbcb7d"
+                    ], 
+                    "set-cookie": [
+                        "lang=en", 
+                        "guest_id=v1%3A141738010879050228; Domain=.twitter.com; Path=/; Expires=Tue, 29-Nov-2016 20:41:48 UTC"
+                    ], 
+                    "strict-transport-security": [
+                        "max-age=631138519"
+                    ], 
+                    "x-access-level": [
+                        "read-write-directmessages"
+                    ], 
+                    "server": [
+                        "tsa_b"
+                    ], 
+                    "last-modified": [
+                        "Sun, 30 Nov 2014 20:41:48 GMT"
+                    ], 
+                    "x-xss-protection": [
+                        "1; mode=block"
+                    ], 
+                    "pragma": [
+                        "no-cache"
+                    ], 
+                    "cache-control": [
+                        "no-cache, no-store, must-revalidate, pre-check=0, post-check=0"
+                    ], 
+                    "date": [
+                        "Sun, 30 Nov 2014 20:41:48 UTC"
+                    ], 
+                    "x-frame-options": [
+                        "SAMEORIGIN"
+                    ], 
+                    "content-type": [
+                        "application/json;charset=utf-8"
+                    ]
+                }, 
+                "body": {
+                    "string": "{\"created_at\":\"Sun Nov 30 20:41:48 +0000 2014\",\"id\":539157368517697536,\"id_str\":\"539157368517697536\",\"text\":\"testing 208\",\"source\":\"\\u003ca href=\\\"http:\\/\\/tweepy.github.com\\/\\\" rel=\\\"nofollow\\\"\\u003eTweepyTravis\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":540,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":0,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[]},\"favorited\":false,\"retweeted\":false,\"lang\":\"en\"}"
+                }
+            }
+        }
+    ]
+}
\ No newline at end of file
diff --git a/cassettes/testupdateprofile.json b/cassettes/testupdateprofile.json
new file mode 100644 (file)
index 0000000..6bd637b
--- /dev/null
@@ -0,0 +1,329 @@
+{
+    "version": 1, 
+    "interactions": [
+        {
+            "request": {
+                "body": null, 
+                "headers": {
+                    "Host": [
+                        "api.twitter.com"
+                    ]
+                }, 
+                "method": "GET", 
+                "uri": "https://api.twitter.com:443/1.1/account/verify_credentials.json"
+            }, 
+            "response": {
+                "status": {
+                    "message": "OK", 
+                    "code": 200
+                }, 
+                "headers": {
+                    "status": [
+                        "200 OK"
+                    ], 
+                    "x-rate-limit-remaining": [
+                        "13"
+                    ], 
+                    "content-length": [
+                        "2848"
+                    ], 
+                    "expires": [
+                        "Tue, 31 Mar 1981 05:00:00 GMT"
+                    ], 
+                    "x-transaction": [
+                        "c5a4f8d79d0292cd"
+                    ], 
+                    "x-content-type-options": [
+                        "nosniff"
+                    ], 
+                    "x-connection-hash": [
+                        "5463cc25802366517770eeaf3d051ad6"
+                    ], 
+                    "set-cookie": [
+                        "lang=en", 
+                        "guest_id=v1%3A141738010919601002; Domain=.twitter.com; Path=/; Expires=Tue, 29-Nov-2016 20:41:49 UTC"
+                    ], 
+                    "strict-transport-security": [
+                        "max-age=631138519"
+                    ], 
+                    "x-access-level": [
+                        "read-write-directmessages"
+                    ], 
+                    "server": [
+                        "tsa_b"
+                    ], 
+                    "last-modified": [
+                        "Sun, 30 Nov 2014 20:41:49 GMT"
+                    ], 
+                    "x-xss-protection": [
+                        "1; mode=block"
+                    ], 
+                    "x-rate-limit-reset": [
+                        "1417380989"
+                    ], 
+                    "pragma": [
+                        "no-cache"
+                    ], 
+                    "cache-control": [
+                        "no-cache, no-store, must-revalidate, pre-check=0, post-check=0"
+                    ], 
+                    "date": [
+                        "Sun, 30 Nov 2014 20:41:49 UTC"
+                    ], 
+                    "x-rate-limit-limit": [
+                        "15"
+                    ], 
+                    "x-frame-options": [
+                        "SAMEORIGIN"
+                    ], 
+                    "content-type": [
+                        "application/json;charset=utf-8"
+                    ]
+                }, 
+                "body": {
+                    "string": "{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"status\":{\"created_at\":\"Sun Nov 30 19:24:54 +0000 2014\",\"id\":539138015181160448,\"id_str\":\"539138015181160448\",\"text\":\"testing 1000 http:\\/\\/t.co\\/AYksz2oIC5\",\"source\":\"\\u003ca href=\\\"http:\\/\\/tweepy.github.com\\/\\\" rel=\\\"nofollow\\\"\\u003eTweepyTravis\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":0,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[],\"media\":[{\"id\":539138015076290560,\"id_str\":\"539138015076290560\",\"indices\":[13,35],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3tnKxGIEAAkMeT.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3tnKxGIEAAkMeT.png\",\"url\":\"http:\\/\\/t.co\\/AYksz2oIC5\",\"display_url\":\"pic.twitter.com\\/AYksz2oIC5\",\"expanded_url\":\"http:\\/\\/twitter.com\\/tweepytest\\/status\\/539138015181160448\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":170,\"resize\":\"fit\"},\"large\":{\"w\":1024,\"h\":512,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":300,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}"
+                }
+            }
+        }, 
+        {
+            "request": {
+                "body": null, 
+                "headers": {
+                    "Host": [
+                        "api.twitter.com"
+                    ]
+                }, 
+                "method": "GET", 
+                "uri": "https://api.twitter.com:443/1.1/users/show.json?screen_name=tweepytest"
+            }, 
+            "response": {
+                "status": {
+                    "message": "OK", 
+                    "code": 200
+                }, 
+                "headers": {
+                    "status": [
+                        "200 OK"
+                    ], 
+                    "x-rate-limit-remaining": [
+                        "176"
+                    ], 
+                    "content-length": [
+                        "2899"
+                    ], 
+                    "expires": [
+                        "Tue, 31 Mar 1981 05:00:00 GMT"
+                    ], 
+                    "x-transaction": [
+                        "19799dac81f5a83a"
+                    ], 
+                    "x-content-type-options": [
+                        "nosniff"
+                    ], 
+                    "x-connection-hash": [
+                        "be04173c15e9c6b85cda7dde0722986a"
+                    ], 
+                    "set-cookie": [
+                        "lang=en", 
+                        "guest_id=v1%3A141738010961658551; Domain=.twitter.com; Path=/; Expires=Tue, 29-Nov-2016 20:41:49 UTC"
+                    ], 
+                    "strict-transport-security": [
+                        "max-age=631138519"
+                    ], 
+                    "x-access-level": [
+                        "read-write-directmessages"
+                    ], 
+                    "server": [
+                        "tsa_b"
+                    ], 
+                    "last-modified": [
+                        "Sun, 30 Nov 2014 20:41:49 GMT"
+                    ], 
+                    "x-xss-protection": [
+                        "1; mode=block"
+                    ], 
+                    "x-rate-limit-reset": [
+                        "1417380980"
+                    ], 
+                    "pragma": [
+                        "no-cache"
+                    ], 
+                    "cache-control": [
+                        "no-cache, no-store, must-revalidate, pre-check=0, post-check=0"
+                    ], 
+                    "date": [
+                        "Sun, 30 Nov 2014 20:41:49 UTC"
+                    ], 
+                    "x-rate-limit-limit": [
+                        "180"
+                    ], 
+                    "x-frame-options": [
+                        "SAMEORIGIN"
+                    ], 
+                    "content-type": [
+                        "application/json;charset=utf-8"
+                    ]
+                }, 
+                "body": {
+                    "string": "{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"status\":{\"created_at\":\"Sun Nov 30 19:24:54 +0000 2014\",\"id\":539138015181160448,\"id_str\":\"539138015181160448\",\"text\":\"testing 1000 http:\\/\\/t.co\\/AYksz2oIC5\",\"source\":\"\\u003ca href=\\\"http:\\/\\/tweepy.github.com\\/\\\" rel=\\\"nofollow\\\"\\u003eTweepyTravis\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":0,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[],\"media\":[{\"id\":539138015076290560,\"id_str\":\"539138015076290560\",\"indices\":[13,35],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3tnKxGIEAAkMeT.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3tnKxGIEAAkMeT.png\",\"url\":\"http:\\/\\/t.co\\/AYksz2oIC5\",\"display_url\":\"pic.twitter.com\\/AYksz2oIC5\",\"expanded_url\":\"http:\\/\\/twitter.com\\/tweepytest\\/status\\/539138015181160448\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":170,\"resize\":\"fit\"},\"large\":{\"w\":1024,\"h\":512,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":300,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false,\"suspended\":false,\"needs_phone_verification\":false}"
+                }
+            }
+        }, 
+        {
+            "request": {
+                "body": null, 
+                "headers": {
+                    "Host": [
+                        "api.twitter.com"
+                    ], 
+                    "Content-Length": [
+                        "0"
+                    ]
+                }, 
+                "method": "POST", 
+                "uri": "https://api.twitter.com:443/1.1/account/update_profile.json?description=just+testing+things+out&location=pytopia&name=Tweepy+test+123"
+            }, 
+            "response": {
+                "status": {
+                    "message": "OK", 
+                    "code": 200
+                }, 
+                "headers": {
+                    "status": [
+                        "200 OK"
+                    ], 
+                    "content-length": [
+                        "2836"
+                    ], 
+                    "expires": [
+                        "Tue, 31 Mar 1981 05:00:00 GMT"
+                    ], 
+                    "x-transaction": [
+                        "64aa87b494a26ba5"
+                    ], 
+                    "x-content-type-options": [
+                        "nosniff"
+                    ], 
+                    "x-connection-hash": [
+                        "e4f2ae3df0ddce89c0f80eb11b8641ce"
+                    ], 
+                    "set-cookie": [
+                        "lang=en", 
+                        "guest_id=v1%3A141738010998794698; Domain=.twitter.com; Path=/; Expires=Tue, 29-Nov-2016 20:41:50 UTC"
+                    ], 
+                    "strict-transport-security": [
+                        "max-age=631138519"
+                    ], 
+                    "x-access-level": [
+                        "read-write-directmessages"
+                    ], 
+                    "server": [
+                        "tsa_b"
+                    ], 
+                    "last-modified": [
+                        "Sun, 30 Nov 2014 20:41:49 GMT"
+                    ], 
+                    "x-xss-protection": [
+                        "1; mode=block"
+                    ], 
+                    "pragma": [
+                        "no-cache"
+                    ], 
+                    "cache-control": [
+                        "no-cache, no-store, must-revalidate, pre-check=0, post-check=0"
+                    ], 
+                    "date": [
+                        "Sun, 30 Nov 2014 20:41:50 UTC"
+                    ], 
+                    "x-frame-options": [
+                        "SAMEORIGIN"
+                    ], 
+                    "content-type": [
+                        "application/json;charset=utf-8"
+                    ]
+                }, 
+                "body": {
+                    "string": "{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"just testing things out\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"status\":{\"created_at\":\"Sun Nov 30 19:24:54 +0000 2014\",\"id\":539138015181160448,\"id_str\":\"539138015181160448\",\"text\":\"testing 1000 http:\\/\\/t.co\\/AYksz2oIC5\",\"source\":\"\\u003ca href=\\\"http:\\/\\/tweepy.github.com\\/\\\" rel=\\\"nofollow\\\"\\u003eTweepyTravis\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":0,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[],\"media\":[{\"id\":539138015076290560,\"id_str\":\"539138015076290560\",\"indices\":[13,35],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3tnKxGIEAAkMeT.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3tnKxGIEAAkMeT.png\",\"url\":\"http:\\/\\/t.co\\/AYksz2oIC5\",\"display_url\":\"pic.twitter.com\\/AYksz2oIC5\",\"expanded_url\":\"http:\\/\\/twitter.com\\/tweepytest\\/status\\/539138015181160448\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":170,\"resize\":\"fit\"},\"large\":{\"w\":1024,\"h\":512,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":300,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":null,\"follow_request_sent\":false,\"notifications\":null}"
+                }
+            }
+        }, 
+        {
+            "request": {
+                "body": null, 
+                "headers": {
+                    "Host": [
+                        "api.twitter.com"
+                    ], 
+                    "Content-Length": [
+                        "0"
+                    ]
+                }, 
+                "method": "POST", 
+                "uri": "https://api.twitter.com:443/1.1/account/update_profile.json?url=http%3A%2F%2Ft.co%2F3L9bWVrV0b&location=pytopia&name=Tweepy+test+123&description=A+test+account+for+testing+stuff."
+            }, 
+            "response": {
+                "status": {
+                    "message": "OK", 
+                    "code": 200
+                }, 
+                "headers": {
+                    "status": [
+                        "200 OK"
+                    ], 
+                    "content-length": [
+                        "2846"
+                    ], 
+                    "expires": [
+                        "Tue, 31 Mar 1981 05:00:00 GMT"
+                    ], 
+                    "x-transaction": [
+                        "29d0518e2f3f9980"
+                    ], 
+                    "x-content-type-options": [
+                        "nosniff"
+                    ], 
+                    "x-connection-hash": [
+                        "2dbb517ba8311a39856b9219db1e8282"
+                    ], 
+                    "set-cookie": [
+                        "lang=en", 
+                        "guest_id=v1%3A141738011040014896; Domain=.twitter.com; Path=/; Expires=Tue, 29-Nov-2016 20:41:50 UTC"
+                    ], 
+                    "strict-transport-security": [
+                        "max-age=631138519"
+                    ], 
+                    "x-access-level": [
+                        "read-write-directmessages"
+                    ], 
+                    "server": [
+                        "tsa_b"
+                    ], 
+                    "last-modified": [
+                        "Sun, 30 Nov 2014 20:41:50 GMT"
+                    ], 
+                    "x-xss-protection": [
+                        "1; mode=block"
+                    ], 
+                    "pragma": [
+                        "no-cache"
+                    ], 
+                    "cache-control": [
+                        "no-cache, no-store, must-revalidate, pre-check=0, post-check=0"
+                    ], 
+                    "date": [
+                        "Sun, 30 Nov 2014 20:41:50 UTC"
+                    ], 
+                    "x-frame-options": [
+                        "SAMEORIGIN"
+                    ], 
+                    "content-type": [
+                        "application/json;charset=utf-8"
+                    ]
+                }, 
+                "body": {
+                    "string": "{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"status\":{\"created_at\":\"Sun Nov 30 19:24:54 +0000 2014\",\"id\":539138015181160448,\"id_str\":\"539138015181160448\",\"text\":\"testing 1000 http:\\/\\/t.co\\/AYksz2oIC5\",\"source\":\"\\u003ca href=\\\"http:\\/\\/tweepy.github.com\\/\\\" rel=\\\"nofollow\\\"\\u003eTweepyTravis\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":0,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[],\"media\":[{\"id\":539138015076290560,\"id_str\":\"539138015076290560\",\"indices\":[13,35],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3tnKxGIEAAkMeT.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3tnKxGIEAAkMeT.png\",\"url\":\"http:\\/\\/t.co\\/AYksz2oIC5\",\"display_url\":\"pic.twitter.com\\/AYksz2oIC5\",\"expanded_url\":\"http:\\/\\/twitter.com\\/tweepytest\\/status\\/539138015181160448\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":170,\"resize\":\"fit\"},\"large\":{\"w\":1024,\"h\":512,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":300,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417375486\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":null,\"follow_request_sent\":false,\"notifications\":null}"
+                }
+            }
+        }
+    ]
+}
\ No newline at end of file
diff --git a/cassettes/testupdateprofilebannerimage.yaml b/cassettes/testupdateprofilebannerimage.yaml
new file mode 100644 (file)
index 0000000..81869af
--- /dev/null
@@ -0,0 +1,318 @@
+interactions:
+- request:
+    body: !!binary |
+      LS1UdzNlUHkNCkNvbnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0iYmFubmVyIjsg
+      ZmlsZW5hbWU9ImV4YW1wbGVzL2Jhbm5lci5wbmciDQpDb250ZW50LVR5cGU6IGltYWdlL3BuZw0K
+      DQqJUE5HDQoaCgAAAA1JSERSAAAE5AAAAnIEAwAAAJYAAksAAAAbUExURczMzJaWlr6+vrGxscXF
+      xaqqqre3t5ycnKOjoyqkoHcAAA6kSURBVHic7d3LkxvHeQDw1e5yzaNgm+IewZKr5KNhJtEVTIqk
+      j1nJSfkIVkkVHwXnYR93Lbv8b4cLTPe8+gUJO+VUfr+LBfR8g8+cr7p7eh57cQEAAAAAAAAAAAAA
+      AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+      AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+      AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJzf568/2qZarr/922r1p39P
+      ttW9+91+9fKv3/zwxArufptpaEk5G8wy3q4ebRMt/7I/NK1e/sP4+09WCbtJ8PWXXcN/pnb9I12t
+      Vr9KNuRSbgpmGTf7XMm97etp3C0kS+5fx8HXd7HlRWLfP9LmY1HtEt9nU24JZhmhNLazlqtsQbWU
+      3GbQ9OLcSd8cOrL1CSk3BLOQ/1hlSu76YXj8RoeooeR+M2r7w5mTfnXY6+0050LK9WAWEktjO235
+      YlxRnw2a6iV3uR837s6a9HUip0rK9WCWcROPz3bScjktqV3fVi+5V5PG8x7f991ef9aecjWYZQxG
+      ou2kaVo0w6qpltzs4J+3mwtZ37enXA1mGR/6w7Mdt1zvZ1Wzjo3Vkns/a/3pGbN+1u3z5TjnYsq1
+      YJYxnONvx03P5zX1X7GxWnIPs9ZzHuHNLKF6yrVgFjFaUtiO2zazwzdY6qiV3FW5+UeKo/b6hJRr
+      wSxhvKSwHbelimodWmsl9ybRfL6RNex9MlMrp1wJZhHjXmE7aksMUoMJd+2C13xcXa1uz5b3vtvj
+      5KJVOeVKMEv45fjgbEeN8eTvxS+ufx/+O3ZUXcn9PLPn/nz1q+27WH7rM+Ud5v/TGi6nXAlmAdP5
+      1nbUGgrlsEYfVljjzKhScrG/+cvFYFH4XJO5cJb93eT7csqVYJ7e9PLAuORiP3UYf8Lqw8vQXCm5
+      0N8cF1vDgsmZjvJ1MuFqyuVgFjBYkUschNBPdZPsMOded82Vkgv9ze7wKRzmM50/TFJrTbkczAI2
+      odRepEouHLDd8ePV+GOl5KYXMTdnPcwh8ek4XUm5HMwCwnB3u02VXHdo4mXI/fhIlUsuHO1wUviT
+      rrbPkncYP2fz/0rK5WAW0F3Pv11fpEpuerzujp/vu4/lkpuW2LNzHudu5/PfrqRcDmYJD13FFUqu
+      n3t3M79wBtBUcvF0oavul+mtT9R1ZvPbBCopl4NZwpuu4pIld3yCoC+pV6eUXPfQQ9zh5RlLLgyN
+      81G6knI5mCVcdRWXLLnjAxG7+LE7fp92HytnrIc7jfuzhXCkz5F1OOVMXJQvp1wJZgkP3SMnyZK7
+      uHkYTr7enFZyF78fTqLCGew5kg5D4zrRVky5FswC3u6O/5suuYvLh0FFndjLPV5N6/d3xl4uVG96
+      aCylXA1mOZmSu7he9/+9GU+M6iV38c/9f3aLJueYy4VLpJkrGYWU68EsJldyQ931hPvuY0PJDXRT
+      qOQiyRfjMth31bnO7CpcSsu151M+LZgn1VByYUgKi7unlVw3q0o+3tLVWHc1LF4CzXVED81D4zTl
+      k4J5Wg0lF64nrLvPp5XcZlhV6R/v6jHe3fJpatv+ebSGH56mfFIwT6uh5ML1y/A5ltz1t/vVH79f
+      F/cf+ptkGYUaO070wtWBXMmF9ob7K6cpnxTM02ooubvjJnE2Fkrusmv4qrT/MGu/L/x41xvFuywz
+      JfdhWJ9l05RPCuZp1UsurHLE1d2u5H56F0rkz4X9hzraFX68uza6qZTcfpLHCSmfEswTq5fc+2kh
+      zJ99yI9W8enS0o93Jwxh00zJ3Qy3LZulfEowT6xecuGWy1hX85LL3yYSrjKl38cQd/B4ctE/M5Eu
+      uTAb2128+7fKaxZnKZ8SzBOrllw8j4ybJJ7w+ksuetNtkD5RjPGPSxfP4qd0ycXZ2OPTNC9LpwHz
+      lE8I5qlVSy7cs158dDrXzcX37KRvxO13cDE4Yc2U3P7Y+NnxJQOltxLOUz4hmKdWK7m4Ptv3U6nn
+      WDP3dsenqNP7v4vxu+FrbJI7C+Pu/4QqPyXl9mCeXK3k4ittdvGrVMllXua2LzZf3Lx+fRerrPuv
+      71//U3LbMCsMu8zfhJRIuT2YJ1crufh8aP9V8mn95A7iI6332d/vhtNP49iXy2T22onsq3USKbcH
+      8+QqJRfn9INuoeVdwUd39QPczfY+C2Nf9lWDm9lPZnqqVMrNwTy9SsnFB153/XfJkktdQ40nD6UF
+      2P1hi9tQKdmFs/3sJzPnLKmUm4N5euWSi2tlwxswYsndfnPxLjGKRfGEoPTgaFch209mdZLOZCC5
+      1pFKuTmYBZRLLs6B7gdfhpI7PDxxEzqQ9Sw4njkWe5Ruvrc71mf2Gmi/atdLLvalUm4OZgHFkutf
+      hjpsDwtox77r/ejT0Pumo9v1QPd3h//JDsGp0TxVysmUW4NZQrHk4hnnuBI+P4ym3UQ/DFrz9dv4
+      oq9dMYPjZj+fdU1j/ardwLox5dZgllAsubtweCYTn+tvB99tUlV5MRjNKu+7P46Et5U6iKkM3Tem
+      3BrMEkolF69Vzgehyy/j7LybPM3u8N40HtvhRCt/m/g+5vJN/pWFuZQbg1lEqeTickNqEStGdCUz
+      nfjHFZLaquvwLb/ZWV+/0e4ieRG1lHJrMIsolFy/tLAu7eEyvYs4f6r2Jpu+5LKrKTejvcXM2lJu
+      DGYZhZKLZ5yVW2mTddmfOe5qKQz+MkkqjYNn471tMvtOp9wYzDIKxzqecVZeAdhtNz7FiGeO9fGr
+      f29x/kQjLMzcjvc+zSydcmMwy8iXXOHkYewudQRDV9JyYhg7xPxt4mFlrRulMyszmZTbgllIvuSK
+      Jw+JDe+H3zWfPIx+aZfdJMwMQ10/jIqoknJbMAvJllw/GVtXdpF4l1s/qWo5rmHgKzzx92GSS/eb
+      41lmLuWmYJaSLbnMlYeExIu1Wq88HIWRrlCem0lRdmPleKKYS7kpmKVkSy4OUtVbLhIlF8fVtr+0
+      u0oU7djdpEqSbyDOpdwUzFJyJdd2G8hB4h0lyTtQssKsv1CfD5MtUq8Qy6bcEsxiciUXB6n67bOJ
+      kgvjatv93mHiV6iB/XGLOPSmXpSYTbklmMXkSi4OUrOWmXnJxXG17aa0Tdg8P4bvJ/tLvQ42m3JL
+      MIvJHKU4SDWc1s1LLo6ru5YU+kug+QqdbhBiBnnnU24IZjmZf/14jahhiX5ecnddcNs5YX8rSX77
+      boNPp18M8s6n3BDMcjL/+mH1tOWsblZy8cL5fVMKgyf+pmlM0yxVTT5lJfd3JfOvv+++b3n2brZI
+      Epd2p3tNi2t4hRpdTco6MTbmU24IZjnpf/04/9+loy6HrzHsSq6/+hDm8W3L+8PHr7KLwftM1TSl
+      XA9mQemSC/1UZnJ18zBcz5hd8Ar9TdutGnFtY1UYx/eTkpyvcxRSrgezoHTJbVbTMhp6fJBw13+c
+      XtYPK7uNS63Hiv3ZMWad2ai+mltI2VLw35VkycX1hnUq5PAn2u77z5tJnxZOBxrv1Dj2Qd89FGq8
+      4ZpVKeVqMEtKllzxCtTVtJ66I7oLn0N/0/Y8fDcH+9Wxr8xN/zaTjmn2h4VLKVeDWVKy5EI/dZ+K
+      eDXtIh7G3Uvobxo7ke74dy+IyA12mfuP+gIrpVwNZknJktskv+28mXRqYRfhY+hvTvpTJPE1OJmu
+      MVRU9i7LUsrVYJaUPFKFQSqeYcblr8tJpxZu+24bV6/D4b8sFmo4H83eS15KuRrMklIlF/qpzPnq
+      sTHOhJ5PDnbX3zSeD17Fn9oXyjxezZo8MXPflHItmEWlSq5/Y33K9E+yvRp1Iaf+UY83cWcfEplE
+      k4XeD5McyinXgllUquRejTqFmbtxTe3H/UsYtu7bfv8u/n5XfJn141A146efY9rllCvBLCr1z1+Z
+      Xofr58de4vnoU/953fTz132pdMNfZjJ3N+ypQj/VV1g55Uowi0qUXBg57zMhoahePAZdP0z28Oak
+      A/q8L5XpachYvN0k+SabSsrlYJby+etH3b//1x//89ddQ5j6fP96JDQPXo36zcW70IHEs4muE7kd
+      B79eJzLo38E//BteXyffwp96EWZfYZWUy8EsZX4Quobn85Zhc/p1bXE8fEg0rtIrEv1+DqPyJn5M
+      zOeu57scDN6VlMvBLCV7gN7MW4bN6Q3CVC55dFfpkutbt+PdpjbezPfZX7GqpVwMZinZA/Rh3jI6
+      fv2iQ+9loe2gWHLH+Vv578YlOrL+ZsxaysVglpI9QJvK8UuNrHEufjWPy1bRJLr81zET3ec6NtZS
+      LgazlOwByszGBiU37zR2+aZ8FcXGbk1vX9p4/o7pwWJzNeVSMEvJHqD9vGV8/Abvm+n0l6l+korM
+      VFFs7CaCm9LG8yF7cPWgmnIpmKVkD1Dm8A3v2/5N9gB+kgytlNz2+PlNaePZhG14NbaeciGYpWQP
+      UP34TWdzg1Hqh5RcOHl8Vtr441xvP9rjrvj/ZZpyIZilZA/Qft4yOX6Dv6P0aPgHdX/IwBrOPS5L
+      G3/0drjD0d9Wb0g5H8xSsgeoukjy6Ko/yre7wfenLJKEXXyX/WLil/3+/jBqaEk5G8xSZmd54erm
+      oJpSzZ2bEP/f69H3X6YP/n0igy+6tjgT3Bw/v1wnNj54G1L7avx9U8q5YP7P+Px3+9Uf//rr+oZn
+      dP2Pf9uv/vT1evlgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+      AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+      AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+      AAD4f+9/AVKOStPdjXi8AAAAAElFTkSuQmCCDQotLVR3M2VQeS0tDQo=
+    headers:
+      Content-Length: ['3974']
+      Content-Type: [!!python/unicode multipart/form-data; boundary=Tw3ePy]
+      Host: [!!python/unicode api.twitter.com]
+    method: POST
+    uri: https://api.twitter.com:443/1.1/account/update_profile_banner.json
+  response:
+    body: {string: !!python/unicode ''}
+    headers:
+      cache-control: ['no-cache, no-store, must-revalidate, pre-check=0, post-check=0']
+      content-length: ['0']
+      content-security-policy-report-only: ['default-src ''self''; connect-src ''self'';
+          font-src ''self'' https://*.twimg.com https://ton.twitter.com https://twitter.com
+          data:; frame-src ''self''; img-src ''self'' https://*.twimg.com https://ton.twitter.com
+          https://twitter.com data:; media-src ''self'' https://*.twimg.com https://ton.twitter.com
+          https://twitter.com; object-src ''none''; script-src ''self'' https://*.twimg.com
+          https://ton.twitter.com https://twitter.com; style-src ''self'' https://*.twimg.com
+          https://ton.twitter.com https://twitter.com; report-uri https://twitter.com/i/csp_report?a=OBZG6ZTJNRSWE2LSMQ%3D%3D%3D%3D%3D%3D&ro=true;']
+      content-type: [text/html;charset=utf-8]
+      date: ['Sun, 30 Nov 2014 20:41:51 UTC']
+      expires: ['Tue, 31 Mar 1981 05:00:00 GMT']
+      last-modified: ['Sun, 30 Nov 2014 20:41:50 GMT']
+      pragma: [no-cache]
+      server: [tsa_b]
+      set-cookie: [lang=en, 'guest_id=v1%3A141738011087701975; Domain=.twitter.com;
+          Path=/; Expires=Tue, 29-Nov-2016 20:41:51 UTC']
+      status: [201 Created]
+      strict-transport-security: [max-age=631138519]
+      x-access-level: [read-write-directmessages]
+      x-connection-hash: [5740085bc5a7abce8cf118d0a7c829e4]
+      x-frame-options: [SAMEORIGIN]
+      x-transaction: [2b0b55946eca69dd]
+      x-xss-protection: [1; mode=block]
+    status: {code: 201, message: Created}
+- request:
+    body: !!binary |
+      LS1UdzNlUHkNCkNvbnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0iYmFubmVyIjsg
+      ZmlsZW5hbWU9ImV4YW1wbGVzL2Jhbm5lci5wbmciDQpDb250ZW50LVR5cGU6IGltYWdlL3BuZw0K
+      DQqJUE5HDQoaCgAAAA1JSERSAAAE5AAAAnIEAwAAAJYAAksAAAAbUExURczMzJaWlr6+vrGxscXF
+      xaqqqre3t5ycnKOjoyqkoHcAAA6kSURBVHic7d3LkxvHeQDw1e5yzaNgm+IewZKr5KNhJtEVTIqk
+      j1nJSfkIVkkVHwXnYR93Lbv8b4cLTPe8+gUJO+VUfr+LBfR8g8+cr7p7eh57cQEAAAAAAAAAAAAA
+      AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+      AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+      AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJzf568/2qZarr/922r1p39P
+      ttW9+91+9fKv3/zwxArufptpaEk5G8wy3q4ebRMt/7I/NK1e/sP4+09WCbtJ8PWXXcN/pnb9I12t
+      Vr9KNuRSbgpmGTf7XMm97etp3C0kS+5fx8HXd7HlRWLfP9LmY1HtEt9nU24JZhmhNLazlqtsQbWU
+      3GbQ9OLcSd8cOrL1CSk3BLOQ/1hlSu76YXj8RoeooeR+M2r7w5mTfnXY6+0050LK9WAWEktjO235
+      YlxRnw2a6iV3uR837s6a9HUip0rK9WCWcROPz3bScjktqV3fVi+5V5PG8x7f991ef9aecjWYZQxG
+      ou2kaVo0w6qpltzs4J+3mwtZ37enXA1mGR/6w7Mdt1zvZ1Wzjo3Vkns/a/3pGbN+1u3z5TjnYsq1
+      YJYxnONvx03P5zX1X7GxWnIPs9ZzHuHNLKF6yrVgFjFaUtiO2zazwzdY6qiV3FW5+UeKo/b6hJRr
+      wSxhvKSwHbelimodWmsl9ybRfL6RNex9MlMrp1wJZhHjXmE7aksMUoMJd+2C13xcXa1uz5b3vtvj
+      5KJVOeVKMEv45fjgbEeN8eTvxS+ufx/+O3ZUXcn9PLPn/nz1q+27WH7rM+Ud5v/TGi6nXAlmAdP5
+      1nbUGgrlsEYfVljjzKhScrG/+cvFYFH4XJO5cJb93eT7csqVYJ7e9PLAuORiP3UYf8Lqw8vQXCm5
+      0N8cF1vDgsmZjvJ1MuFqyuVgFjBYkUschNBPdZPsMOded82Vkgv9ze7wKRzmM50/TFJrTbkczAI2
+      odRepEouHLDd8ePV+GOl5KYXMTdnPcwh8ek4XUm5HMwCwnB3u02VXHdo4mXI/fhIlUsuHO1wUviT
+      rrbPkncYP2fz/0rK5WAW0F3Pv11fpEpuerzujp/vu4/lkpuW2LNzHudu5/PfrqRcDmYJD13FFUqu
+      n3t3M79wBtBUcvF0oavul+mtT9R1ZvPbBCopl4NZwpuu4pIld3yCoC+pV6eUXPfQQ9zh5RlLLgyN
+      81G6knI5mCVcdRWXLLnjAxG7+LE7fp92HytnrIc7jfuzhXCkz5F1OOVMXJQvp1wJZgkP3SMnyZK7
+      uHkYTr7enFZyF78fTqLCGew5kg5D4zrRVky5FswC3u6O/5suuYvLh0FFndjLPV5N6/d3xl4uVG96
+      aCylXA1mOZmSu7he9/+9GU+M6iV38c/9f3aLJueYy4VLpJkrGYWU68EsJldyQ931hPvuY0PJDXRT
+      qOQiyRfjMth31bnO7CpcSsu151M+LZgn1VByYUgKi7unlVw3q0o+3tLVWHc1LF4CzXVED81D4zTl
+      k4J5Wg0lF64nrLvPp5XcZlhV6R/v6jHe3fJpatv+ebSGH56mfFIwT6uh5ML1y/A5ltz1t/vVH79f
+      F/cf+ptkGYUaO070wtWBXMmF9ob7K6cpnxTM02ooubvjJnE2Fkrusmv4qrT/MGu/L/x41xvFuywz
+      JfdhWJ9l05RPCuZp1UsurHLE1d2u5H56F0rkz4X9hzraFX68uza6qZTcfpLHCSmfEswTq5fc+2kh
+      zJ99yI9W8enS0o93Jwxh00zJ3Qy3LZulfEowT6xecuGWy1hX85LL3yYSrjKl38cQd/B4ctE/M5Eu
+      uTAb2128+7fKaxZnKZ8SzBOrllw8j4ybJJ7w+ksuetNtkD5RjPGPSxfP4qd0ycXZ2OPTNC9LpwHz
+      lE8I5qlVSy7cs158dDrXzcX37KRvxO13cDE4Yc2U3P7Y+NnxJQOltxLOUz4hmKdWK7m4Ptv3U6nn
+      WDP3dsenqNP7v4vxu+FrbJI7C+Pu/4QqPyXl9mCeXK3k4ittdvGrVMllXua2LzZf3Lx+fRerrPuv
+      71//U3LbMCsMu8zfhJRIuT2YJ1crufh8aP9V8mn95A7iI6332d/vhtNP49iXy2T22onsq3USKbcH
+      8+QqJRfn9INuoeVdwUd39QPczfY+C2Nf9lWDm9lPZnqqVMrNwTy9SsnFB153/XfJkktdQ40nD6UF
+      2P1hi9tQKdmFs/3sJzPnLKmUm4N5euWSi2tlwxswYsndfnPxLjGKRfGEoPTgaFch209mdZLOZCC5
+      1pFKuTmYBZRLLs6B7gdfhpI7PDxxEzqQ9Sw4njkWe5Ruvrc71mf2Gmi/atdLLvalUm4OZgHFkutf
+      hjpsDwtox77r/ejT0Pumo9v1QPd3h//JDsGp0TxVysmUW4NZQrHk4hnnuBI+P4ym3UQ/DFrz9dv4
+      oq9dMYPjZj+fdU1j/ardwLox5dZgllAsubtweCYTn+tvB99tUlV5MRjNKu+7P46Et5U6iKkM3Tem
+      3BrMEkolF69Vzgehyy/j7LybPM3u8N40HtvhRCt/m/g+5vJN/pWFuZQbg1lEqeTickNqEStGdCUz
+      nfjHFZLaquvwLb/ZWV+/0e4ieRG1lHJrMIsolFy/tLAu7eEyvYs4f6r2Jpu+5LKrKTejvcXM2lJu
+      DGYZhZKLZ5yVW2mTddmfOe5qKQz+MkkqjYNn471tMvtOp9wYzDIKxzqecVZeAdhtNz7FiGeO9fGr
+      f29x/kQjLMzcjvc+zSydcmMwy8iXXOHkYewudQRDV9JyYhg7xPxt4mFlrRulMyszmZTbgllIvuSK
+      Jw+JDe+H3zWfPIx+aZfdJMwMQ10/jIqoknJbMAvJllw/GVtXdpF4l1s/qWo5rmHgKzzx92GSS/eb
+      41lmLuWmYJaSLbnMlYeExIu1Wq88HIWRrlCem0lRdmPleKKYS7kpmKVkSy4OUtVbLhIlF8fVtr+0
+      u0oU7djdpEqSbyDOpdwUzFJyJdd2G8hB4h0lyTtQssKsv1CfD5MtUq8Qy6bcEsxiciUXB6n67bOJ
+      kgvjatv93mHiV6iB/XGLOPSmXpSYTbklmMXkSi4OUrOWmXnJxXG17aa0Tdg8P4bvJ/tLvQ42m3JL
+      MIvJHKU4SDWc1s1LLo6ru5YU+kug+QqdbhBiBnnnU24IZjmZf/14jahhiX5ecnddcNs5YX8rSX77
+      boNPp18M8s6n3BDMcjL/+mH1tOWsblZy8cL5fVMKgyf+pmlM0yxVTT5lJfd3JfOvv+++b3n2brZI
+      Epd2p3tNi2t4hRpdTco6MTbmU24IZjnpf/04/9+loy6HrzHsSq6/+hDm8W3L+8PHr7KLwftM1TSl
+      XA9mQemSC/1UZnJ18zBcz5hd8Ar9TdutGnFtY1UYx/eTkpyvcxRSrgezoHTJbVbTMhp6fJBw13+c
+      XtYPK7uNS63Hiv3ZMWad2ai+mltI2VLw35VkycX1hnUq5PAn2u77z5tJnxZOBxrv1Dj2Qd89FGq8
+      4ZpVKeVqMEtKllzxCtTVtJ66I7oLn0N/0/Y8fDcH+9Wxr8xN/zaTjmn2h4VLKVeDWVKy5EI/dZ+K
+      eDXtIh7G3Uvobxo7ke74dy+IyA12mfuP+gIrpVwNZknJktskv+28mXRqYRfhY+hvTvpTJPE1OJmu
+      MVRU9i7LUsrVYJaUPFKFQSqeYcblr8tJpxZu+24bV6/D4b8sFmo4H83eS15KuRrMklIlF/qpzPnq
+      sTHOhJ5PDnbX3zSeD17Fn9oXyjxezZo8MXPflHItmEWlSq5/Y33K9E+yvRp1Iaf+UY83cWcfEplE
+      k4XeD5McyinXgllUquRejTqFmbtxTe3H/UsYtu7bfv8u/n5XfJn141A146efY9rllCvBLCr1z1+Z
+      Xofr58de4vnoU/953fTz132pdMNfZjJ3N+ypQj/VV1g55Uowi0qUXBg57zMhoahePAZdP0z28Oak
+      A/q8L5XpachYvN0k+SabSsrlYJby+etH3b//1x//89ddQ5j6fP96JDQPXo36zcW70IHEs4muE7kd
+      B79eJzLo38E//BteXyffwp96EWZfYZWUy8EsZX4Quobn85Zhc/p1bXE8fEg0rtIrEv1+DqPyJn5M
+      zOeu57scDN6VlMvBLCV7gN7MW4bN6Q3CVC55dFfpkutbt+PdpjbezPfZX7GqpVwMZinZA/Rh3jI6
+      fv2iQ+9loe2gWHLH+Vv578YlOrL+ZsxaysVglpI9QJvK8UuNrHEufjWPy1bRJLr81zET3ec6NtZS
+      LgazlOwByszGBiU37zR2+aZ8FcXGbk1vX9p4/o7pwWJzNeVSMEvJHqD9vGV8/Abvm+n0l6l+korM
+      VFFs7CaCm9LG8yF7cPWgmnIpmKVkD1Dm8A3v2/5N9gB+kgytlNz2+PlNaePZhG14NbaeciGYpWQP
+      UP34TWdzg1Hqh5RcOHl8Vtr441xvP9rjrvj/ZZpyIZilZA/Qft4yOX6Dv6P0aPgHdX/IwBrOPS5L
+      G3/0drjD0d9Wb0g5H8xSsgeoukjy6Ko/yre7wfenLJKEXXyX/WLil/3+/jBqaEk5G8xSZmd54erm
+      oJpSzZ2bEP/f69H3X6YP/n0igy+6tjgT3Bw/v1wnNj54G1L7avx9U8q5YP7P+Px3+9Uf//rr+oZn
+      dP2Pf9uv/vT1evlgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+      AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+      AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+      AAD4f+9/AVKOStPdjXi8AAAAAElFTkSuQmCCDQotLVR3M2VQeS0tDQo=
+    headers:
+      Content-Length: ['3974']
+      Content-Type: [!!python/unicode multipart/form-data; boundary=Tw3ePy]
+      Cookie: [!!python/unicode lang=en; guest_id=v1%3A141738011087701975]
+      Host: [!!python/unicode api.twitter.com]
+    method: POST
+    uri: https://api.twitter.com:443/1.1/account/update_profile_banner.json
+  response:
+    body: {string: !!python/unicode ''}
+    headers:
+      cache-control: ['no-cache, no-store, must-revalidate, pre-check=0, post-check=0']
+      content-length: ['0']
+      content-security-policy-report-only: ['default-src ''self''; connect-src ''self'';
+          font-src ''self'' https://*.twimg.com https://ton.twitter.com https://twitter.com
+          data:; frame-src ''self''; img-src ''self'' https://*.twimg.com https://ton.twitter.com
+          https://twitter.com data:; media-src ''self'' https://*.twimg.com https://ton.twitter.com
+          https://twitter.com; object-src ''none''; script-src ''self'' https://*.twimg.com
+          https://ton.twitter.com https://twitter.com; style-src ''self'' https://*.twimg.com
+          https://ton.twitter.com https://twitter.com; report-uri https://twitter.com/i/csp_report?a=OBZG6ZTJNRSWE2LSMQ%3D%3D%3D%3D%3D%3D&ro=true;']
+      content-type: [text/html;charset=utf-8]
+      date: ['Sun, 30 Nov 2014 20:41:56 UTC']
+      expires: ['Tue, 31 Mar 1981 05:00:00 GMT']
+      last-modified: ['Sun, 30 Nov 2014 20:41:56 GMT']
+      pragma: [no-cache]
+      server: [tsa_b]
+      status: [201 Created]
+      strict-transport-security: [max-age=631138519]
+      x-access-level: [read-write-directmessages]
+      x-connection-hash: [5740085bc5a7abce8cf118d0a7c829e4]
+      x-frame-options: [SAMEORIGIN]
+      x-transaction: [e3608ca22287e168]
+      x-xss-protection: [1; mode=block]
+    status: {code: 201, message: Created}
+- request:
+    body: !!binary |
+      LS1UdzNlUHkNCkNvbnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0iYmFubmVyIjsg
+      ZmlsZW5hbWU9ImV4YW1wbGVzL2Jhbm5lci5wbmciDQpDb250ZW50LVR5cGU6IGltYWdlL3BuZw0K
+      DQqJUE5HDQoaCgAAAA1JSERSAAAE5AAAAnIEAwAAAJYAAksAAAAbUExURczMzJaWlr6+vrGxscXF
+      xaqqqre3t5ycnKOjoyqkoHcAAA6kSURBVHic7d3LkxvHeQDw1e5yzaNgm+IewZKr5KNhJtEVTIqk
+      j1nJSfkIVkkVHwXnYR93Lbv8b4cLTPe8+gUJO+VUfr+LBfR8g8+cr7p7eh57cQEAAAAAAAAAAAAA
+      AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+      AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+      AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJzf568/2qZarr/922r1p39P
+      ttW9+91+9fKv3/zwxArufptpaEk5G8wy3q4ebRMt/7I/NK1e/sP4+09WCbtJ8PWXXcN/pnb9I12t
+      Vr9KNuRSbgpmGTf7XMm97etp3C0kS+5fx8HXd7HlRWLfP9LmY1HtEt9nU24JZhmhNLazlqtsQbWU
+      3GbQ9OLcSd8cOrL1CSk3BLOQ/1hlSu76YXj8RoeooeR+M2r7w5mTfnXY6+0050LK9WAWEktjO235
+      YlxRnw2a6iV3uR837s6a9HUip0rK9WCWcROPz3bScjktqV3fVi+5V5PG8x7f991ef9aecjWYZQxG
+      ou2kaVo0w6qpltzs4J+3mwtZ37enXA1mGR/6w7Mdt1zvZ1Wzjo3Vkns/a/3pGbN+1u3z5TjnYsq1
+      YJYxnONvx03P5zX1X7GxWnIPs9ZzHuHNLKF6yrVgFjFaUtiO2zazwzdY6qiV3FW5+UeKo/b6hJRr
+      wSxhvKSwHbelimodWmsl9ybRfL6RNex9MlMrp1wJZhHjXmE7aksMUoMJd+2C13xcXa1uz5b3vtvj
+      5KJVOeVKMEv45fjgbEeN8eTvxS+ufx/+O3ZUXcn9PLPn/nz1q+27WH7rM+Ud5v/TGi6nXAlmAdP5
+      1nbUGgrlsEYfVljjzKhScrG/+cvFYFH4XJO5cJb93eT7csqVYJ7e9PLAuORiP3UYf8Lqw8vQXCm5
+      0N8cF1vDgsmZjvJ1MuFqyuVgFjBYkUschNBPdZPsMOded82Vkgv9ze7wKRzmM50/TFJrTbkczAI2
+      odRepEouHLDd8ePV+GOl5KYXMTdnPcwh8ek4XUm5HMwCwnB3u02VXHdo4mXI/fhIlUsuHO1wUviT
+      rrbPkncYP2fz/0rK5WAW0F3Pv11fpEpuerzujp/vu4/lkpuW2LNzHudu5/PfrqRcDmYJD13FFUqu
+      n3t3M79wBtBUcvF0oavul+mtT9R1ZvPbBCopl4NZwpuu4pIld3yCoC+pV6eUXPfQQ9zh5RlLLgyN
+      81G6knI5mCVcdRWXLLnjAxG7+LE7fp92HytnrIc7jfuzhXCkz5F1OOVMXJQvp1wJZgkP3SMnyZK7
+      uHkYTr7enFZyF78fTqLCGew5kg5D4zrRVky5FswC3u6O/5suuYvLh0FFndjLPV5N6/d3xl4uVG96
+      aCylXA1mOZmSu7he9/+9GU+M6iV38c/9f3aLJueYy4VLpJkrGYWU68EsJldyQ931hPvuY0PJDXRT
+      qOQiyRfjMth31bnO7CpcSsu151M+LZgn1VByYUgKi7unlVw3q0o+3tLVWHc1LF4CzXVED81D4zTl
+      k4J5Wg0lF64nrLvPp5XcZlhV6R/v6jHe3fJpatv+ebSGH56mfFIwT6uh5ML1y/A5ltz1t/vVH79f
+      F/cf+ptkGYUaO070wtWBXMmF9ob7K6cpnxTM02ooubvjJnE2Fkrusmv4qrT/MGu/L/x41xvFuywz
+      JfdhWJ9l05RPCuZp1UsurHLE1d2u5H56F0rkz4X9hzraFX68uza6qZTcfpLHCSmfEswTq5fc+2kh
+      zJ99yI9W8enS0o93Jwxh00zJ3Qy3LZulfEowT6xecuGWy1hX85LL3yYSrjKl38cQd/B4ctE/M5Eu
+      uTAb2128+7fKaxZnKZ8SzBOrllw8j4ybJJ7w+ksuetNtkD5RjPGPSxfP4qd0ycXZ2OPTNC9LpwHz
+      lE8I5qlVSy7cs158dDrXzcX37KRvxO13cDE4Yc2U3P7Y+NnxJQOltxLOUz4hmKdWK7m4Ptv3U6nn
+      WDP3dsenqNP7v4vxu+FrbJI7C+Pu/4QqPyXl9mCeXK3k4ittdvGrVMllXua2LzZf3Lx+fRerrPuv
+      71//U3LbMCsMu8zfhJRIuT2YJ1crufh8aP9V8mn95A7iI6332d/vhtNP49iXy2T22onsq3USKbcH
+      8+QqJRfn9INuoeVdwUd39QPczfY+C2Nf9lWDm9lPZnqqVMrNwTy9SsnFB153/XfJkktdQ40nD6UF
+      2P1hi9tQKdmFs/3sJzPnLKmUm4N5euWSi2tlwxswYsndfnPxLjGKRfGEoPTgaFch209mdZLOZCC5
+      1pFKuTmYBZRLLs6B7gdfhpI7PDxxEzqQ9Sw4njkWe5Ruvrc71mf2Gmi/atdLLvalUm4OZgHFkutf
+      hjpsDwtox77r/ejT0Pumo9v1QPd3h//JDsGp0TxVysmUW4NZQrHk4hnnuBI+P4ym3UQ/DFrz9dv4
+      oq9dMYPjZj+fdU1j/ardwLox5dZgllAsubtweCYTn+tvB99tUlV5MRjNKu+7P46Et5U6iKkM3Tem
+      3BrMEkolF69Vzgehyy/j7LybPM3u8N40HtvhRCt/m/g+5vJN/pWFuZQbg1lEqeTickNqEStGdCUz
+      nfjHFZLaquvwLb/ZWV+/0e4ieRG1lHJrMIsolFy/tLAu7eEyvYs4f6r2Jpu+5LKrKTejvcXM2lJu
+      DGYZhZKLZ5yVW2mTddmfOe5qKQz+MkkqjYNn471tMvtOp9wYzDIKxzqecVZeAdhtNz7FiGeO9fGr
+      f29x/kQjLMzcjvc+zSydcmMwy8iXXOHkYewudQRDV9JyYhg7xPxt4mFlrRulMyszmZTbgllIvuSK
+      Jw+JDe+H3zWfPIx+aZfdJMwMQ10/jIqoknJbMAvJllw/GVtXdpF4l1s/qWo5rmHgKzzx92GSS/eb
+      41lmLuWmYJaSLbnMlYeExIu1Wq88HIWRrlCem0lRdmPleKKYS7kpmKVkSy4OUtVbLhIlF8fVtr+0
+      u0oU7djdpEqSbyDOpdwUzFJyJdd2G8hB4h0lyTtQssKsv1CfD5MtUq8Qy6bcEsxiciUXB6n67bOJ
+      kgvjatv93mHiV6iB/XGLOPSmXpSYTbklmMXkSi4OUrOWmXnJxXG17aa0Tdg8P4bvJ/tLvQ42m3JL
+      MIvJHKU4SDWc1s1LLo6ru5YU+kug+QqdbhBiBnnnU24IZjmZf/14jahhiX5ecnddcNs5YX8rSX77
+      boNPp18M8s6n3BDMcjL/+mH1tOWsblZy8cL5fVMKgyf+pmlM0yxVTT5lJfd3JfOvv+++b3n2brZI
+      Epd2p3tNi2t4hRpdTco6MTbmU24IZjnpf/04/9+loy6HrzHsSq6/+hDm8W3L+8PHr7KLwftM1TSl
+      XA9mQemSC/1UZnJ18zBcz5hd8Ar9TdutGnFtY1UYx/eTkpyvcxRSrgezoHTJbVbTMhp6fJBw13+c
+      XtYPK7uNS63Hiv3ZMWad2ai+mltI2VLw35VkycX1hnUq5PAn2u77z5tJnxZOBxrv1Dj2Qd89FGq8
+      4ZpVKeVqMEtKllzxCtTVtJ66I7oLn0N/0/Y8fDcH+9Wxr8xN/zaTjmn2h4VLKVeDWVKy5EI/dZ+K
+      eDXtIh7G3Uvobxo7ke74dy+IyA12mfuP+gIrpVwNZknJktskv+28mXRqYRfhY+hvTvpTJPE1OJmu
+      MVRU9i7LUsrVYJaUPFKFQSqeYcblr8tJpxZu+24bV6/D4b8sFmo4H83eS15KuRrMklIlF/qpzPnq
+      sTHOhJ5PDnbX3zSeD17Fn9oXyjxezZo8MXPflHItmEWlSq5/Y33K9E+yvRp1Iaf+UY83cWcfEplE
+      k4XeD5McyinXgllUquRejTqFmbtxTe3H/UsYtu7bfv8u/n5XfJn141A146efY9rllCvBLCr1z1+Z
+      Xofr58de4vnoU/953fTz132pdMNfZjJ3N+ypQj/VV1g55Uowi0qUXBg57zMhoahePAZdP0z28Oak
+      A/q8L5XpachYvN0k+SabSsrlYJby+etH3b//1x//89ddQ5j6fP96JDQPXo36zcW70IHEs4muE7kd
+      B79eJzLo38E//BteXyffwp96EWZfYZWUy8EsZX4Quobn85Zhc/p1bXE8fEg0rtIrEv1+DqPyJn5M
+      zOeu57scDN6VlMvBLCV7gN7MW4bN6Q3CVC55dFfpkutbt+PdpjbezPfZX7GqpVwMZinZA/Rh3jI6
+      fv2iQ+9loe2gWHLH+Vv578YlOrL+ZsxaysVglpI9QJvK8UuNrHEufjWPy1bRJLr81zET3ec6NtZS
+      LgazlOwByszGBiU37zR2+aZ8FcXGbk1vX9p4/o7pwWJzNeVSMEvJHqD9vGV8/Abvm+n0l6l+korM
+      VFFs7CaCm9LG8yF7cPWgmnIpmKVkD1Dm8A3v2/5N9gB+kgytlNz2+PlNaePZhG14NbaeciGYpWQP
+      UP34TWdzg1Hqh5RcOHl8Vtr441xvP9rjrvj/ZZpyIZilZA/Qft4yOX6Dv6P0aPgHdX/IwBrOPS5L
+      G3/0drjD0d9Wb0g5H8xSsgeoukjy6Ko/yre7wfenLJKEXXyX/WLil/3+/jBqaEk5G8xSZmd54erm
+      oJpSzZ2bEP/f69H3X6YP/n0igy+6tjgT3Bw/v1wnNj54G1L7avx9U8q5YP7P+Px3+9Uf//rr+oZn
+      dP2Pf9uv/vT1evlgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+      AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+      AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+      AAD4f+9/AVKOStPdjXi8AAAAAElFTkSuQmCCDQotLVR3M2VQeS0tDQo=
+    headers:
+      Content-Length: ['3974']
+      Content-Type: [!!python/unicode multipart/form-data; boundary=Tw3ePy]
+      Cookie: [!!python/unicode lang=en; guest_id=v1%3A141738011087701975]
+      Host: [!!python/unicode api.twitter.com]
+    method: POST
+    uri: https://api.twitter.com:443/1.1/account/update_profile_banner.json
+  response:
+    body: {string: !!python/unicode ''}
+    headers:
+      cache-control: ['no-cache, no-store, must-revalidate, pre-check=0, post-check=0']
+      content-length: ['0']
+      content-security-policy-report-only: ['default-src ''self''; connect-src ''self'';
+          font-src ''self'' https://*.twimg.com https://ton.twitter.com https://twitter.com
+          data:; frame-src ''self''; img-src ''self'' https://*.twimg.com https://ton.twitter.com
+          https://twitter.com data:; media-src ''self'' https://*.twimg.com https://ton.twitter.com
+          https://twitter.com; object-src ''none''; script-src ''self'' https://*.twimg.com
+          https://ton.twitter.com https://twitter.com; style-src ''self'' https://*.twimg.com
+          https://ton.twitter.com https://twitter.com; report-uri https://twitter.com/i/csp_report?a=OBZG6ZTJNRSWE2LSMQ%3D%3D%3D%3D%3D%3D&ro=true;']
+      content-type: [text/html;charset=utf-8]
+      date: ['Sun, 30 Nov 2014 20:42:02 UTC']
+      expires: ['Tue, 31 Mar 1981 05:00:00 GMT']
+      last-modified: ['Sun, 30 Nov 2014 20:42:02 GMT']
+      pragma: [no-cache]
+      server: [tsa_b]
+      status: [201 Created]
+      strict-transport-security: [max-age=631138519]
+      x-access-level: [read-write-directmessages]
+      x-connection-hash: [5740085bc5a7abce8cf118d0a7c829e4]
+      x-frame-options: [SAMEORIGIN]
+      x-transaction: [db4ae0a9df038bf7]
+      x-xss-protection: [1; mode=block]
+    status: {code: 201, message: Created}
+version: 1
diff --git a/cassettes/testupdateprofilecolors.json b/cassettes/testupdateprofilecolors.json
new file mode 100644 (file)
index 0000000..0dd16cd
--- /dev/null
@@ -0,0 +1,371 @@
+{
+    "version": 1, 
+    "interactions": [
+        {
+            "request": {
+                "body": null, 
+                "headers": {
+                    "Host": [
+                        "api.twitter.com"
+                    ]
+                }, 
+                "method": "GET", 
+                "uri": "https://api.twitter.com:443/1.1/account/verify_credentials.json"
+            }, 
+            "response": {
+                "status": {
+                    "message": "OK", 
+                    "code": 200
+                }, 
+                "headers": {
+                    "status": [
+                        "200 OK"
+                    ], 
+                    "x-rate-limit-remaining": [
+                        "12"
+                    ], 
+                    "content-length": [
+                        "2848"
+                    ], 
+                    "expires": [
+                        "Tue, 31 Mar 1981 05:00:00 GMT"
+                    ], 
+                    "x-transaction": [
+                        "95a214c1958d2a75"
+                    ], 
+                    "x-content-type-options": [
+                        "nosniff"
+                    ], 
+                    "x-connection-hash": [
+                        "f8d3b13cd063df852258eebb2777d8f1"
+                    ], 
+                    "set-cookie": [
+                        "lang=en", 
+                        "guest_id=v1%3A141738012824579974; Domain=.twitter.com; Path=/; Expires=Tue, 29-Nov-2016 20:42:08 UTC"
+                    ], 
+                    "strict-transport-security": [
+                        "max-age=631138519"
+                    ], 
+                    "x-access-level": [
+                        "read-write-directmessages"
+                    ], 
+                    "server": [
+                        "tsa_b"
+                    ], 
+                    "last-modified": [
+                        "Sun, 30 Nov 2014 20:42:08 GMT"
+                    ], 
+                    "x-xss-protection": [
+                        "1; mode=block"
+                    ], 
+                    "x-rate-limit-reset": [
+                        "1417380989"
+                    ], 
+                    "pragma": [
+                        "no-cache"
+                    ], 
+                    "cache-control": [
+                        "no-cache, no-store, must-revalidate, pre-check=0, post-check=0"
+                    ], 
+                    "date": [
+                        "Sun, 30 Nov 2014 20:42:08 UTC"
+                    ], 
+                    "x-rate-limit-limit": [
+                        "15"
+                    ], 
+                    "x-frame-options": [
+                        "SAMEORIGIN"
+                    ], 
+                    "content-type": [
+                        "application/json;charset=utf-8"
+                    ]
+                }, 
+                "body": {
+                    "string": "{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"status\":{\"created_at\":\"Sun Nov 30 19:24:54 +0000 2014\",\"id\":539138015181160448,\"id_str\":\"539138015181160448\",\"text\":\"testing 1000 http:\\/\\/t.co\\/AYksz2oIC5\",\"source\":\"\\u003ca href=\\\"http:\\/\\/tweepy.github.com\\/\\\" rel=\\\"nofollow\\\"\\u003eTweepyTravis\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":0,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[],\"media\":[{\"id\":539138015076290560,\"id_str\":\"539138015076290560\",\"indices\":[13,35],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3tnKxGIEAAkMeT.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3tnKxGIEAAkMeT.png\",\"url\":\"http:\\/\\/t.co\\/AYksz2oIC5\",\"display_url\":\"pic.twitter.com\\/AYksz2oIC5\",\"expanded_url\":\"http:\\/\\/twitter.com\\/tweepytest\\/status\\/539138015181160448\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":170,\"resize\":\"fit\"},\"large\":{\"w\":1024,\"h\":512,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":300,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417380122\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}"
+                }
+            }
+        }, 
+        {
+            "request": {
+                "body": null, 
+                "headers": {
+                    "Host": [
+                        "api.twitter.com"
+                    ]
+                }, 
+                "method": "GET", 
+                "uri": "https://api.twitter.com:443/1.1/users/show.json?screen_name=tweepytest"
+            }, 
+            "response": {
+                "status": {
+                    "message": "OK", 
+                    "code": 200
+                }, 
+                "headers": {
+                    "status": [
+                        "200 OK"
+                    ], 
+                    "x-rate-limit-remaining": [
+                        "175"
+                    ], 
+                    "content-length": [
+                        "2899"
+                    ], 
+                    "expires": [
+                        "Tue, 31 Mar 1981 05:00:00 GMT"
+                    ], 
+                    "x-transaction": [
+                        "b94037a5e5fcfda8"
+                    ], 
+                    "x-content-type-options": [
+                        "nosniff"
+                    ], 
+                    "x-connection-hash": [
+                        "439d7e4e3e9b5bd48119cf5d5f232bc6"
+                    ], 
+                    "set-cookie": [
+                        "lang=en", 
+                        "guest_id=v1%3A141738012863838395; Domain=.twitter.com; Path=/; Expires=Tue, 29-Nov-2016 20:42:08 UTC"
+                    ], 
+                    "strict-transport-security": [
+                        "max-age=631138519"
+                    ], 
+                    "x-access-level": [
+                        "read-write-directmessages"
+                    ], 
+                    "server": [
+                        "tsa_b"
+                    ], 
+                    "last-modified": [
+                        "Sun, 30 Nov 2014 20:42:08 GMT"
+                    ], 
+                    "x-xss-protection": [
+                        "1; mode=block"
+                    ], 
+                    "x-rate-limit-reset": [
+                        "1417380980"
+                    ], 
+                    "pragma": [
+                        "no-cache"
+                    ], 
+                    "cache-control": [
+                        "no-cache, no-store, must-revalidate, pre-check=0, post-check=0"
+                    ], 
+                    "date": [
+                        "Sun, 30 Nov 2014 20:42:08 UTC"
+                    ], 
+                    "x-rate-limit-limit": [
+                        "180"
+                    ], 
+                    "x-frame-options": [
+                        "SAMEORIGIN"
+                    ], 
+                    "content-type": [
+                        "application/json;charset=utf-8"
+                    ]
+                }, 
+                "body": {
+                    "string": "{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":539,\"lang\":\"en\",\"status\":{\"created_at\":\"Sun Nov 30 19:24:54 +0000 2014\",\"id\":539138015181160448,\"id_str\":\"539138015181160448\",\"text\":\"testing 1000 http:\\/\\/t.co\\/AYksz2oIC5\",\"source\":\"\\u003ca href=\\\"http:\\/\\/tweepy.github.com\\/\\\" rel=\\\"nofollow\\\"\\u003eTweepyTravis\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":0,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[],\"media\":[{\"id\":539138015076290560,\"id_str\":\"539138015076290560\",\"indices\":[13,35],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3tnKxGIEAAkMeT.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3tnKxGIEAAkMeT.png\",\"url\":\"http:\\/\\/t.co\\/AYksz2oIC5\",\"display_url\":\"pic.twitter.com\\/AYksz2oIC5\",\"expanded_url\":\"http:\\/\\/twitter.com\\/tweepytest\\/status\\/539138015181160448\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":170,\"resize\":\"fit\"},\"large\":{\"w\":1024,\"h\":512,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":300,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417380122\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false,\"suspended\":false,\"needs_phone_verification\":false}"
+                }
+            }
+        }, 
+        {
+            "request": {
+                "body": null, 
+                "headers": {
+                    "Host": [
+                        "api.twitter.com"
+                    ], 
+                    "Content-Length": [
+                        "0"
+                    ]
+                }, 
+                "method": "POST", 
+                "uri": "https://api.twitter.com:443/1.1/account/update_profile_colors.json?profile_link_color=000&profile_text_color=000&profile_sidebar_border_color=000&profile_sidebar_fill_color=000&profile_background_color=000"
+            }, 
+            "response": {
+                "status": {
+                    "message": "OK", 
+                    "code": 200
+                }, 
+                "headers": {
+                    "content-length": [
+                        "2808"
+                    ], 
+                    "vary": [
+                        "Accept-Encoding"
+                    ], 
+                    "x-transaction-mask": [
+                        "a6183ffa5f8ca943ff1b53b5644ef114028ecc49"
+                    ], 
+                    "x-xss-protection": [
+                        "1; mode=block"
+                    ], 
+                    "x-content-type-options": [
+                        "nosniff"
+                    ], 
+                    "x-connection-hash": [
+                        "2f6d5357b5ccc0a08b7abf0900258faa"
+                    ], 
+                    "x-runtime": [
+                        "0.27056"
+                    ], 
+                    "etag": [
+                        "\"7750f7414abdffd980100622dd408b90\""
+                    ], 
+                    "cache-control": [
+                        "no-cache, no-store, must-revalidate, pre-check=0, post-check=0"
+                    ], 
+                    "status": [
+                        "200 OK"
+                    ], 
+                    "set-cookie": [
+                        "dnt=1; domain=.twitter.com; path=/; expires=Sat, 30-Nov-2024 08:42:09 GMT", 
+                        "pid=; domain=.twitter.com; path=/; expires=Thu, 01-Jan-1970 00:00:00 GMT", 
+                        "lang=en; path=/", 
+                        "lang=en; path=/", 
+                        "lang=en; path=/", 
+                        "twid=u%3D82301637%7CC4vLyBO04ZTRgFoYdu8kf7cmRFU%3D; domain=.twitter.com; path=/; secure", 
+                        "_twitter_sess=BAh7BzoPY3JlYXRlZF9hdGwrCMdpcAJKAToHaWQiJWNmNmNlZDlmZWIxZmVk%250AZDFhMjljZjFkYmEwNGEwMGIy--20496b8e01c3bb8bd9370f8f665d5bdfcebbe11a; domain=.twitter.com; path=/; secure; HttpOnly", 
+                        "guest_id=v1%3A141738012898841383; Domain=.twitter.com; Path=/; Expires=Tue, 29-Nov-2016 20:42:09 UTC"
+                    ], 
+                    "expires": [
+                        "Tue, 31 Mar 1981 05:00:00 GMT"
+                    ], 
+                    "x-access-level": [
+                        "read-write-directmessages"
+                    ], 
+                    "last-modified": [
+                        "Sun, 30 Nov 2014 20:42:09 GMT"
+                    ], 
+                    "pragma": [
+                        "no-cache"
+                    ], 
+                    "date": [
+                        "Sun, 30 Nov 2014 20:42:09 UTC"
+                    ], 
+                    "x-transaction": [
+                        "e191a70c593c095a"
+                    ], 
+                    "strict-transport-security": [
+                        "max-age=631138519"
+                    ], 
+                    "server": [
+                        "tsa_b"
+                    ], 
+                    "x-mid": [
+                        "0e64b40237868b07d833d191f18c0b3d6a480b96"
+                    ], 
+                    "x-frame-options": [
+                        "SAMEORIGIN"
+                    ], 
+                    "content-type": [
+                        "application/json; charset=utf-8"
+                    ]
+                }, 
+                "body": {
+                    "string": "{\"profile_sidebar_border_color\":\"000000\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"indices\":[0,22],\"display_url\":\"foo.com\",\"expanded_url\":\"http:\\/\\/foo.com\"}]},\"description\":{\"urls\":[]}},\"name\":\"Tweepy test 123\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"listed_count\":0,\"verified\":false,\"profile_background_tile\":false,\"location\":\"pytopia\",\"id\":82301637,\"profile_sidebar_fill_color\":\"000000\",\"status\":{\"entities\":{\"urls\":[],\"hashtags\":[],\"user_mentions\":[],\"media\":[{\"source_status_id\":null,\"url\":\"http:\\/\\/t.co\\/AYksz2oIC5\",\"id_str\":\"539138015076290560\",\"id\":539138015076290560,\"indices\":[13,35],\"type\":\"photo\",\"display_url\":\"pic.twitter.com\\/AYksz2oIC5\",\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3tnKxGIEAAkMeT.png\",\"expanded_url\":\"http:\\/\\/twitter.com\\/tweepytest\\/status\\/539138015181160448\\/photo\\/1\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3tnKxGIEAAkMeT.png\",\"sizes\":{\"thumb\":{\"h\":150,\"w\":150,\"resize\":\"crop\"},\"large\":{\"h\":512,\"w\":1024,\"resize\":\"fit\"},\"small\":{\"h\":170,\"w\":340,\"resize\":\"fit\"},\"medium\":{\"h\":300,\"w\":600,\"resize\":\"fit\"}}}]},\"retweet_count\":0,\"in_reply_to_status_id\":null,\"place\":null,\"in_reply_to_screen_name\":null,\"contributors\":null,\"retweeted\":false,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tweepy.github.com\\/\\\" rel=\\\"nofollow\\\"\\u003ETweepyTravis\\u003C\\/a\\u003E\",\"possibly_sensitive_editable\":true,\"created_at\":\"Sun Nov 30 19:24:54 +0000 2014\",\"in_reply_to_status_id_str\":null,\"id_str\":\"539138015181160448\",\"coordinates\":null,\"geo\":null,\"id\":539138015181160448,\"truncated\":false,\"possibly_sensitive\":false,\"in_reply_to_user_id_str\":null,\"in_reply_to_user_id\":null,\"favorited\":false,\"text\":\"testing 1000 http:\\/\\/t.co\\/AYksz2oIC5\"},\"time_zone\":\"Central Time (US & Canada)\",\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"lang\":\"en\",\"id_str\":\"82301637\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417380122\",\"statuses_count\":539,\"is_translator\":false,\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"contributors_enabled\":false,\"profile_background_color\":\"000000\",\"screen_name\":\"tweepytest\",\"utc_offset\":-21600,\"favourites_count\":1,\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"follow_request_sent\":false,\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"followers_count\":10,\"profile_link_color\":\"000000\",\"notifications\":false,\"following\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"protected\":false,\"default_profile_image\":false,\"description\":\"A test account for testing stuff.\",\"profile_use_background_image\":false,\"profile_text_color\":\"000000\",\"friends_count\":11,\"default_profile\":false,\"geo_enabled\":true}"
+                }
+            }
+        }, 
+        {
+            "request": {
+                "body": null, 
+                "headers": {
+                    "Host": [
+                        "api.twitter.com"
+                    ], 
+                    "Content-Length": [
+                        "0"
+                    ]
+                }, 
+                "method": "POST", 
+                "uri": "https://api.twitter.com:443/1.1/account/update_profile_colors.json?profile_link_color=0000FF&profile_text_color=000000&profile_sidebar_border_color=87BC44&profile_sidebar_fill_color=E0FF92&profile_background_color=FFFFFF"
+            }, 
+            "response": {
+                "status": {
+                    "message": "OK", 
+                    "code": 200
+                }, 
+                "headers": {
+                    "content-length": [
+                        "2808"
+                    ], 
+                    "vary": [
+                        "Accept-Encoding"
+                    ], 
+                    "x-transaction-mask": [
+                        "a6183ffa5f8ca943ff1b53b5644ef114028ecc49"
+                    ], 
+                    "x-xss-protection": [
+                        "1; mode=block"
+                    ], 
+                    "x-content-type-options": [
+                        "nosniff"
+                    ], 
+                    "x-connection-hash": [
+                        "62390f980647ed27b5cbbfaecb979dc6"
+                    ], 
+                    "x-runtime": [
+                        "0.27387"
+                    ], 
+                    "etag": [
+                        "\"dc0e0674075ef0c93bafd6c000af0c51\""
+                    ], 
+                    "cache-control": [
+                        "no-cache, no-store, must-revalidate, pre-check=0, post-check=0"
+                    ], 
+                    "status": [
+                        "200 OK"
+                    ], 
+                    "set-cookie": [
+                        "dnt=1; domain=.twitter.com; path=/; expires=Sat, 30-Nov-2024 08:42:10 GMT", 
+                        "pid=; domain=.twitter.com; path=/; expires=Thu, 01-Jan-1970 00:00:00 GMT", 
+                        "lang=en; path=/", 
+                        "lang=en; path=/", 
+                        "lang=en; path=/", 
+                        "twid=u%3D82301637%7CC4vLyBO04ZTRgFoYdu8kf7cmRFU%3D; domain=.twitter.com; path=/; secure", 
+                        "_twitter_sess=BAh7BzoPY3JlYXRlZF9hdGwrCANtcAJKAToHaWQiJWExOTdmMzllYmY1ODBj%250AYzM0ZjZlYWRhZGQwZTM0NmM1--8c1e73df6c90e40fd9c9b04ef86645f0d52fc610; domain=.twitter.com; path=/; secure; HttpOnly", 
+                        "guest_id=v1%3A141738012979301718; Domain=.twitter.com; Path=/; Expires=Tue, 29-Nov-2016 20:42:10 UTC"
+                    ], 
+                    "expires": [
+                        "Tue, 31 Mar 1981 05:00:00 GMT"
+                    ], 
+                    "x-access-level": [
+                        "read-write-directmessages"
+                    ], 
+                    "last-modified": [
+                        "Sun, 30 Nov 2014 20:42:10 GMT"
+                    ], 
+                    "pragma": [
+                        "no-cache"
+                    ], 
+                    "date": [
+                        "Sun, 30 Nov 2014 20:42:10 UTC"
+                    ], 
+                    "x-transaction": [
+                        "ffd0686d8a09e83b"
+                    ], 
+                    "strict-transport-security": [
+                        "max-age=631138519"
+                    ], 
+                    "server": [
+                        "tsa_b"
+                    ], 
+                    "x-mid": [
+                        "711d4952f46f8d1a71f2b5fd72bec1a70994eb91"
+                    ], 
+                    "x-frame-options": [
+                        "SAMEORIGIN"
+                    ], 
+                    "content-type": [
+                        "application/json; charset=utf-8"
+                    ]
+                }, 
+                "body": {
+                    "string": "{\"profile_sidebar_border_color\":\"87BC44\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"indices\":[0,22],\"display_url\":\"foo.com\",\"expanded_url\":\"http:\\/\\/foo.com\"}]},\"description\":{\"urls\":[]}},\"name\":\"Tweepy test 123\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"is_translator\":false,\"listed_count\":0,\"verified\":false,\"profile_background_tile\":false,\"location\":\"pytopia\",\"id\":82301637,\"profile_sidebar_fill_color\":\"E0FF92\",\"status\":{\"possibly_sensitive\":false,\"entities\":{\"urls\":[],\"hashtags\":[],\"user_mentions\":[],\"media\":[{\"source_status_id\":null,\"url\":\"http:\\/\\/t.co\\/AYksz2oIC5\",\"id_str\":\"539138015076290560\",\"id\":539138015076290560,\"indices\":[13,35],\"type\":\"photo\",\"display_url\":\"pic.twitter.com\\/AYksz2oIC5\",\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3tnKxGIEAAkMeT.png\",\"expanded_url\":\"http:\\/\\/twitter.com\\/tweepytest\\/status\\/539138015181160448\\/photo\\/1\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3tnKxGIEAAkMeT.png\",\"sizes\":{\"thumb\":{\"h\":150,\"w\":150,\"resize\":\"crop\"},\"large\":{\"h\":512,\"w\":1024,\"resize\":\"fit\"},\"small\":{\"h\":170,\"w\":340,\"resize\":\"fit\"},\"medium\":{\"h\":300,\"w\":600,\"resize\":\"fit\"}}}]},\"retweet_count\":0,\"in_reply_to_status_id\":null,\"place\":null,\"in_reply_to_screen_name\":null,\"possibly_sensitive_editable\":true,\"contributors\":null,\"retweeted\":false,\"source\":\"\\u003Ca href=\\\"http:\\/\\/tweepy.github.com\\/\\\" rel=\\\"nofollow\\\"\\u003ETweepyTravis\\u003C\\/a\\u003E\",\"in_reply_to_status_id_str\":null,\"created_at\":\"Sun Nov 30 19:24:54 +0000 2014\",\"id_str\":\"539138015181160448\",\"coordinates\":null,\"geo\":null,\"id\":539138015181160448,\"in_reply_to_user_id_str\":null,\"truncated\":false,\"in_reply_to_user_id\":null,\"favorited\":false,\"text\":\"testing 1000 http:\\/\\/t.co\\/AYksz2oIC5\"},\"time_zone\":\"Central Time (US & Canada)\",\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"lang\":\"en\",\"id_str\":\"82301637\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417380122\",\"statuses_count\":539,\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"contributors_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"screen_name\":\"tweepytest\",\"utc_offset\":-21600,\"favourites_count\":1,\"follow_request_sent\":false,\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"followers_count\":10,\"profile_link_color\":\"0000FF\",\"notifications\":false,\"following\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"protected\":false,\"default_profile_image\":false,\"description\":\"A test account for testing stuff.\",\"profile_use_background_image\":false,\"profile_text_color\":\"000000\",\"friends_count\":11,\"default_profile\":false,\"geo_enabled\":true}"
+                }
+            }
+        }
+    ]
+}
\ No newline at end of file
diff --git a/cassettes/testupdatestatuswithmedia.yaml b/cassettes/testupdatestatuswithmedia.yaml
new file mode 100644 (file)
index 0000000..eb70a8a
--- /dev/null
@@ -0,0 +1,112 @@
+interactions:
+- request:
+    body: !!binary |
+      LS1UdzNlUHkNCkNvbnRlbnQtRGlzcG9zaXRpb246IGZvcm0tZGF0YTsgbmFtZT0ibWVkaWFbXSI7
+      IGZpbGVuYW1lPSJleGFtcGxlcy9iYW5uZXIucG5nIg0KQ29udGVudC1UeXBlOiBpbWFnZS9wbmcN
+      Cg0KiVBORw0KGgoAAAANSUhEUgAABOQAAAJyBAMAAACWAAJLAAAAG1BMVEXMzMyWlpa+vr6xsbHF
+      xcWqqqq3t7ecnJyjo6MqpKB3AAAOpElEQVR4nO3dy5Mbx3kA8NXucs2jYJviHsGSq+SjYSbRFUyK
+      pI9ZyUn5CFZJFR8F52Efdy27/G+HC0z3vPoFCTvlVH6/iwX0fIPPnK+6e3oee3EBAAAAAAAAAAAA
+      AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+      AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+      AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACc3+evP9qmWq6//dtq9ad/
+      T7bVvfvdfvXyr9/88MQK7n6baWhJORvMMt6uHm0TLf+yPzStXv7D+PtPVgm7SfD1l13Df6Z2/SNd
+      rVa/SjbkUm4KZhk3+1zJve3radwtJEvuX8fB13ex5UVi3z/S5mNR7RLfZ1NuCWYZoTS2s5arbEG1
+      lNxm0PTi3EnfHDqy9QkpNwSzkP9YZUru+mF4/EaHqKHkfjNq+8OZk3512OvtNOdCyvVgFhJLYztt
+      +WJcUZ8Nmuold7kfN+7OmvR1IqdKyvVglnETj8920nI5Lald31YvuVeTxvMe3/fdXn/WnnI1mGUM
+      RqLtpGlaNMOqqZbc7OCft5sLWd+3p1wNZhkf+sOzHbdc72dVs46N1ZJ7P2v96Rmzftbt8+U452LK
+      tWCWMZzjb8dNz+c19V+xsVpyD7PWcx7hzSyhesq1YBYxWlLYjts2s8M3WOqoldxVuflHiqP2+oSU
+      a8EsYbyksB23pYpqHVprJfcm0Xy+kTXsfTJTK6dcCWYR415hO2pLDFKDCXftgtd8XF2tbs+W977b
+      4+SiVTnlSjBL+OX44GxHjfHk78Uvrn8f/jt2VF3J/Tyz5/589avtu1h+6zPlHeb/0xoup1wJZgHT
+      +dZ21BoK5bBGH1ZY48yoUnKxv/nLxWBR+FyTuXCW/d3k+3LKlWCe3vTywLjkYj91GH/C6sPL0Fwp
+      udDfHBdbw4LJmY7ydTLhasrlYBYwWJFLHITQT3WT7DDnXnfNlZIL/c3u8Ckc5jOdP0xSa025HMwC
+      NqHUXqRKLhyw3fHj1fhjpeSmFzE3Zz3MIfHpOF1JuRzMAsJwd7tNlVx3aOJlyP34SJVLLhztcFL4
+      k662z5J3GD9n8/9KyuVgFtBdz79dX6RKbnq87o6f77uP5ZKbltizcx7nbufz366kXA5mCQ9dxRVK
+      rp97dzO/cAbQVHLxdKGr7pfprU/UdWbz2wQqKZeDWcKbruKSJXd8gqAvqVenlFz30EPc4eUZSy4M
+      jfNRupJyOZglXHUVlyy54wMRu/ixO36fdh8rZ6yHO437s4VwpM+RdTjlTFyUL6dcCWYJD90jJ8mS
+      u7h5GE6+3pxWche/H06iwhnsOZIOQ+M60VZMuRbMAt7ujv+bLrmLy4dBRZ3Yyz1eTev3d8ZeLlRv
+      emgspVwNZjmZkru4Xvf/vRlPjOold/HP/X92iybnmMuFS6SZKxmFlOvBLCZXckPd9YT77mNDyQ10
+      U6jkIskX4zLYd9W5zuwqXErLtedTPi2YJ9VQcmFICou7p5VcN6tKPt7S1Vh3NSxeAs11RA/NQ+M0
+      5ZOCeVoNJReuJ6y7z6eV3GZYVekf7+ox3t3yaWrb/nm0hh+epnxSME+roeTC9cvwOZbc9bf71R+/
+      Xxf3H/qbZBmFGjtO9MLVgVzJhfaG+yunKZ8UzNNqKLm74yZxNhZK7rJr+Kq0/zBrvy/8eNcbxbss
+      MyX3YVifZdOUTwrmadVLLqxyxNXdruR+ehdK5M+F/Yc62hV+vLs2uqmU3H6SxwkpnxLME6uX3Ptp
+      IcyffciPVvHp0tKPdycMYdNMyd0Mty2bpXxKME+sXnLhlstYV/OSy98mEq4ypd/HEHfweHLRPzOR
+      LrkwG9tdvPu3ymsWZymfEswTq5ZcPI+MmySe8PpLLnrTbZA+UYzxj0sXz+KndMnF2djj0zQvS6cB
+      85RPCOapVUsu3LNefHQ6183F9+ykb8Ttd3AxOGHNlNz+2PjZ8SUDpbcSzlM+IZinViu5uD7b91Op
+      51gz93bHp6jT+7+L8bvha2ySOwvj7v+EKj8l5fZgnlyt5OIrbXbxq1TJZV7mti82X9y8fn0Xq6z7
+      r+9f/1Ny2zArDLvM34SUSLk9mCdXK7n4fGj/VfJp/eQO4iOt99nf74bTT+PYl8tk9tqJ7Kt1Eim3
+      B/PkKiUX5/SDbqHlXcFHd/UD3M32PgtjX/ZVg5vZT2Z6qlTKzcE8vUrJxQded/13yZJLXUONJw+l
+      Bdj9YYvbUCnZhbP97Ccz5yyplJuDeXrlkotrZcMbMGLJ3X5z8S4xikXxhKD04GhXIdtPZnWSzmQg
+      udaRSrk5mAWUSy7Oge4HX4aSOzw8cRM6kPUsOJ45FnuUbr63O9Zn9hpov2rXSy72pVJuDmYBxZLr
+      X4Y6bA8LaMe+6/3o09D7pqPb9UD3d4f/yQ7BqdE8VcrJlFuDWUKx5OIZ57gSPj+Mpt1EPwxa8/Xb
+      +KKvXTGD42Y/n3VNY/2q3cC6MeXWYJZQLLm7cHgmE5/rbwffbVJVeTEYzSrvuz+OhLeVOoipDN03
+      ptwazBJKJRevVc4Hocsv4+y8mzzN7vDeNB7b4UQrf5v4PubyTf6VhbmUG4NZRKnk4nJDahErRnQl
+      M534xxWS2qrr8C2/2Vlfv9HuInkRtZRyazCLKJRcv7SwLu3hMr2LOH+q9iabvuSyqyk3o73FzNpS
+      bgxmGYWSi2eclVtpk3XZnznuaikM/jJJKo2DZ+O9bTL7TqfcGMwyCsc6nnFWXgHYbTc+xYhnjvXx
+      q39vcf5EIyzM3I73Ps0snXJjMMvIl1zh5GHsLnUEQ1fScmIYO8T8beJhZa0bpTMrM5mU24JZSL7k
+      iicPiQ3vh981nzyMfmmX3STMDENdP4yKqJJyWzALyZZcPxlbV3aReJdbP6lqOa5h4Cs88fdhkkv3
+      m+NZZi7lpmCWki25zJWHhMSLtVqvPByFka5QnptJUXZj5XiimEu5KZilZEsuDlLVWy4SJRfH1ba/
+      tLtKFO3Y3aRKkm8gzqXcFMxSciXXdhvIQeIdJck7ULLCrL9Qnw+TLVKvEMum3BLMYnIlFwep+u2z
+      iZIL42rb/d5h4leogf1xizj0pl6UmE25JZjF5EouDlKzlpl5ycVxte2mtE3YPD+G7yf7S70ONpty
+      SzCLyRylOEg1nNbNSy6Oq7uWFPpLoPkKnW4QYgZ551NuCGY5mX/9eI2oYYl+XnJ3XXDbOWF/K0l+
+      +26DT6dfDPLOp9wQzHIy//ph9bTlrG5WcvHC+X1TCoMn/qZpTNMsVU0+ZSX3dyXzr7/vvm959m62
+      SBKXdqd7TYtreIUaXU3KOjE25lNuCGY56X/9OP/fpaMuh68x7Equv/oQ5vFty/vDx6+yi8H7TNU0
+      pVwPZkHpkgv9VGZydfMwXM+YXfAK/U3brRpxbWNVGMf3k5Kcr3MUUq4Hs6B0yW1W0zIaenyQcNd/
+      nF7WDyu7jUutx4r92TFmndmovppbSNlS8N+VZMnF9YZ1KuTwJ9ru+8+bSZ8WTgca79Q49kHfPRRq
+      vOGaVSnlajBLSpZc8QrU1bSeuiO6C59Df9P2PHw3B/vVsa/MTf82k45p9oeFSylXg1lSsuRCP3Wf
+      ing17SIext1L6G8aO5Hu+HcviMgNdpn7j/oCK6VcDWZJyZLbJL/tvJl0amEX4WPob076UyTxNTiZ
+      rjFUVPYuy1LK1WCWlDxShUEqnmHG5a/LSacWbvtuG1evw+G/LBZqOB/N3kteSrkazJJSJRf6qcz5
+      6rExzoSeTw521980ng9exZ/aF8o8Xs2aPDFz35RyLZhFpUquf2N9yvRPsr0adSGn/lGPN3FnHxKZ
+      RJOF3g+THMop14JZVKrkXo06hZm7cU3tx/1LGLbu237/Lv5+V3yZ9eNQNeOnn2Pa5ZQrwSwq9c9f
+      mV6H6+fHXuL56FP/ed3089d9qXTDX2YydzfsqUI/1VdYOeVKMItKlFwYOe8zIaGoXjwGXT9M9vDm
+      pAP6vC+V6WnIWLzdJPkmm0rK5WCW8vnrR92//9cf//PXXUOY+nz/eiQ0D16N+s3Fu9CBxLOJrhO5
+      HQe/Xicy6N/BP/wbXl8n38KfehFmX2GVlMvBLGV+ELqG5/OWYXP6dW1xPHxINK7SKxL9fg6j8iZ+
+      TMznrue7HAzelZTLwSwle4DezFuGzekNwlQueXRX6ZLrW7fj3aY23sz32V+xqqVcDGYp2QP0Yd4y
+      On79okPvZaHtoFhyx/lb+e/GJTqy/mbMWsrFYJaSPUCbyvFLjaxxLn41j8tW0SS6/NcxE93nOjbW
+      Ui4Gs5TsAcrMxgYlN+80dvmmfBXFxm5Nb1/aeP6O6cFiczXlUjBLyR6g/bxlfPwG75vp9JepfpKK
+      zFRRbOwmgpvSxvMhe3D1oJpyKZilZA9Q5vAN79v+TfYAfpIMrZTc9vj5TWnj2YRteDW2nnIhmKVk
+      D1D9+E1nc4NR6oeUXDh5fFba+ONcbz/a4674/2WaciGYpWQP0H7eMjl+g7+j9Gj4B3V/yMAazj0u
+      Sxt/9Ha4w9HfVm9IOR/MUrIHqLpI8uiqP8q3u8H3pyyShF18l/1i4pf9/v4wamhJORvMUmZneeHq
+      5qCaUs2dmxD/3+vR91+mD/59IoMvurY4E9wcP79cJzY+eBtS+2r8fVPKuWD+z/j8d/vVH//66/qG
+      Z3T9j3/br/709Xr5YAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+      AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+      AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
+      AAAA+H/vfwFSjkrT3Y14vAAAAABJRU5ErkJggg0KLS1UdzNlUHktLQ0K
+    headers:
+      Content-Length: ['3975']
+      Content-Type: [!!python/unicode multipart/form-data; boundary=Tw3ePy]
+      Host: [!!python/unicode api.twitter.com]
+    method: POST
+    uri: https://api.twitter.com:443/1.1/statuses/update_with_media.json?status=testing+1000
+  response:
+    body: {string: !!python/unicode '{"created_at":"Sun Nov 30 20:42:10 +0000 2014","id":539157461698351104,"id_str":"539157461698351104","text":"testing
+        1000 http:\/\/t.co\/tGU9ReCq1H","source":"\u003ca href=\"http:\/\/tweepy.github.com\/\"
+        rel=\"nofollow\"\u003eTweepyTravis\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":82301637,"id_str":"82301637","name":"Tweepy
+        test 123","screen_name":"tweepytest","location":"pytopia","profile_location":null,"description":"A
+        test account for testing stuff.","url":"http:\/\/t.co\/3L9bWVrV0b","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/3L9bWVrV0b","expanded_url":"http:\/\/foo.com","display_url":"foo.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":10,"friends_count":11,"listed_count":0,"created_at":"Wed
+        Oct 14 07:28:20 +0000 2009","favourites_count":1,"utc_offset":-21600,"time_zone":"Central
+        Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":540,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"FFFFFF","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/394345638\/test.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/394345638\/test.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/1733327710\/test_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/1733327710\/test_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/82301637\/1417380122","profile_link_color":"0000FF","profile_sidebar_border_color":"87BC44","profile_sidebar_fill_color":"E0FF92","profile_text_color":"000000","profile_use_background_image":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":539157461669015554,"id_str":"539157461669015554","indices":[13,35],"media_url":"http:\/\/pbs.twimg.com\/media\/B3t42tTIcAIsEPG.png","media_url_https":"https:\/\/pbs.twimg.com\/media\/B3t42tTIcAIsEPG.png","url":"http:\/\/t.co\/tGU9ReCq1H","display_url":"pic.twitter.com\/tGU9ReCq1H","expanded_url":"http:\/\/twitter.com\/tweepytest\/status\/539157461698351104\/photo\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":170,"resize":"fit"},"large":{"w":1024,"h":512,"resize":"fit"},"medium":{"w":600,"h":300,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":539157461669015554,"id_str":"539157461669015554","indices":[13,35],"media_url":"http:\/\/pbs.twimg.com\/media\/B3t42tTIcAIsEPG.png","media_url_https":"https:\/\/pbs.twimg.com\/media\/B3t42tTIcAIsEPG.png","url":"http:\/\/t.co\/tGU9ReCq1H","display_url":"pic.twitter.com\/tGU9ReCq1H","expanded_url":"http:\/\/twitter.com\/tweepytest\/status\/539157461698351104\/photo\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":170,"resize":"fit"},"large":{"w":1024,"h":512,"resize":"fit"},"medium":{"w":600,"h":300,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"}'}
+    headers:
+      cache-control: ['no-cache, no-store, must-revalidate, pre-check=0, post-check=0']
+      content-length: ['3447']
+      content-type: [application/json;charset=utf-8]
+      date: ['Sun, 30 Nov 2014 20:42:10 UTC']
+      expires: ['Tue, 31 Mar 1981 05:00:00 GMT']
+      last-modified: ['Sun, 30 Nov 2014 20:42:10 GMT']
+      pragma: [no-cache]
+      server: [tsa_b]
+      set-cookie: [lang=en, 'guest_id=v1%3A141738013057312686; Domain=.twitter.com;
+          Path=/; Expires=Tue, 29-Nov-2016 20:42:10 UTC']
+      status: [200 OK]
+      strict-transport-security: [max-age=631138519]
+      x-access-level: [read-write-directmessages]
+      x-connection-hash: [fe5af9f849da7bb93448c1afe800d475]
+      x-content-type-options: [nosniff]
+      x-frame-options: [SAMEORIGIN]
+      x-mediaratelimit-class: [photos]
+      x-mediaratelimit-limit: ['3000']
+      x-mediaratelimit-remaining: ['2998']
+      x-mediaratelimit-reset: ['1417461894']
+      x-transaction: [16efabe203760c5b]
+      x-xss-protection: [1; mode=block]
+    status: {code: 200, message: OK}
+version: 1
diff --git a/cassettes/testusertimeline.json b/cassettes/testusertimeline.json
new file mode 100644 (file)
index 0000000..d715a01
--- /dev/null
@@ -0,0 +1,173 @@
+{
+    "version": 1, 
+    "interactions": [
+        {
+            "request": {
+                "body": null, 
+                "headers": {
+                    "Host": [
+                        "api.twitter.com"
+                    ]
+                }, 
+                "method": "GET", 
+                "uri": "https://api.twitter.com:443/1.1/statuses/user_timeline.json"
+            }, 
+            "response": {
+                "status": {
+                    "message": "OK", 
+                    "code": 200
+                }, 
+                "headers": {
+                    "status": [
+                        "200 OK"
+                    ], 
+                    "x-rate-limit-remaining": [
+                        "179"
+                    ], 
+                    "content-length": [
+                        "65513"
+                    ], 
+                    "expires": [
+                        "Tue, 31 Mar 1981 05:00:00 GMT"
+                    ], 
+                    "x-transaction": [
+                        "90de5017696cc249"
+                    ], 
+                    "x-content-type-options": [
+                        "nosniff"
+                    ], 
+                    "x-connection-hash": [
+                        "5ddcaa160d773aa7a74d4b50afbd48ad"
+                    ], 
+                    "set-cookie": [
+                        "lang=en", 
+                        "guest_id=v1%3A141738013106043679; Domain=.twitter.com; Path=/; Expires=Tue, 29-Nov-2016 20:42:11 UTC"
+                    ], 
+                    "strict-transport-security": [
+                        "max-age=631138519"
+                    ], 
+                    "x-access-level": [
+                        "read-write-directmessages"
+                    ], 
+                    "server": [
+                        "tsa_b"
+                    ], 
+                    "last-modified": [
+                        "Sun, 30 Nov 2014 20:42:11 GMT"
+                    ], 
+                    "x-xss-protection": [
+                        "1; mode=block"
+                    ], 
+                    "x-rate-limit-reset": [
+                        "1417381031"
+                    ], 
+                    "pragma": [
+                        "no-cache"
+                    ], 
+                    "cache-control": [
+                        "no-cache, no-store, must-revalidate, pre-check=0, post-check=0"
+                    ], 
+                    "date": [
+                        "Sun, 30 Nov 2014 20:42:11 UTC"
+                    ], 
+                    "x-rate-limit-limit": [
+                        "180"
+                    ], 
+                    "x-frame-options": [
+                        "SAMEORIGIN"
+                    ], 
+                    "content-type": [
+                        "application/json;charset=utf-8"
+                    ]
+                }, 
+                "body": {
+                    "string": "[{\"created_at\":\"Sun Nov 30 20:42:10 +0000 2014\",\"id\":539157461698351104,\"id_str\":\"539157461698351104\",\"text\":\"testing 1000 http:\\/\\/t.co\\/tGU9ReCq1H\",\"source\":\"\\u003ca href=\\\"http:\\/\\/tweepy.github.com\\/\\\" rel=\\\"nofollow\\\"\\u003eTweepyTravis\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":540,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417380122\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":0,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[],\"media\":[{\"id\":539157461669015554,\"id_str\":\"539157461669015554\",\"indices\":[13,35],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3t42tTIcAIsEPG.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3t42tTIcAIsEPG.png\",\"url\":\"http:\\/\\/t.co\\/tGU9ReCq1H\",\"display_url\":\"pic.twitter.com\\/tGU9ReCq1H\",\"expanded_url\":\"http:\\/\\/twitter.com\\/tweepytest\\/status\\/539157461698351104\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":170,\"resize\":\"fit\"},\"large\":{\"w\":1024,\"h\":512,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":300,\"resize\":\"fit\"}}}]},\"extended_entities\":{\"media\":[{\"id\":539157461669015554,\"id_str\":\"539157461669015554\",\"indices\":[13,35],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3t42tTIcAIsEPG.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3t42tTIcAIsEPG.png\",\"url\":\"http:\\/\\/t.co\\/tGU9ReCq1H\",\"display_url\":\"pic.twitter.com\\/tGU9ReCq1H\",\"expanded_url\":\"http:\\/\\/twitter.com\\/tweepytest\\/status\\/539157461698351104\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":170,\"resize\":\"fit\"},\"large\":{\"w\":1024,\"h\":512,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":300,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Sun Nov 30 19:24:54 +0000 2014\",\"id\":539138015181160448,\"id_str\":\"539138015181160448\",\"text\":\"testing 1000 http:\\/\\/t.co\\/AYksz2oIC5\",\"source\":\"\\u003ca href=\\\"http:\\/\\/tweepy.github.com\\/\\\" rel=\\\"nofollow\\\"\\u003eTweepyTravis\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":540,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417380122\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":0,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[],\"media\":[{\"id\":539138015076290560,\"id_str\":\"539138015076290560\",\"indices\":[13,35],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3tnKxGIEAAkMeT.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3tnKxGIEAAkMeT.png\",\"url\":\"http:\\/\\/t.co\\/AYksz2oIC5\",\"display_url\":\"pic.twitter.com\\/AYksz2oIC5\",\"expanded_url\":\"http:\\/\\/twitter.com\\/tweepytest\\/status\\/539138015181160448\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":170,\"resize\":\"fit\"},\"large\":{\"w\":1024,\"h\":512,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":300,\"resize\":\"fit\"}}}]},\"extended_entities\":{\"media\":[{\"id\":539138015076290560,\"id_str\":\"539138015076290560\",\"indices\":[13,35],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3tnKxGIEAAkMeT.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3tnKxGIEAAkMeT.png\",\"url\":\"http:\\/\\/t.co\\/AYksz2oIC5\",\"display_url\":\"pic.twitter.com\\/AYksz2oIC5\",\"expanded_url\":\"http:\\/\\/twitter.com\\/tweepytest\\/status\\/539138015181160448\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":170,\"resize\":\"fit\"},\"large\":{\"w\":1024,\"h\":512,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":300,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Sat Nov 29 12:24:19 +0000 2014\",\"id\":538669787388596225,\"id_str\":\"538669787388596225\",\"text\":\"testing 1000 http:\\/\\/t.co\\/VRnep3xgr4\",\"source\":\"\\u003ca href=\\\"http:\\/\\/tweepy.github.com\\/\\\" rel=\\\"nofollow\\\"\\u003eTweepyTravis\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":540,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417380122\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":0,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[],\"media\":[{\"id\":538669787350851584,\"id_str\":\"538669787350851584\",\"indices\":[13,35],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3m9UU5IYAAU5e7.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3m9UU5IYAAU5e7.png\",\"url\":\"http:\\/\\/t.co\\/VRnep3xgr4\",\"display_url\":\"pic.twitter.com\\/VRnep3xgr4\",\"expanded_url\":\"http:\\/\\/twitter.com\\/tweepytest\\/status\\/538669787388596225\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":170,\"resize\":\"fit\"},\"large\":{\"w\":1024,\"h\":512,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":300,\"resize\":\"fit\"}}}]},\"extended_entities\":{\"media\":[{\"id\":538669787350851584,\"id_str\":\"538669787350851584\",\"indices\":[13,35],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3m9UU5IYAAU5e7.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3m9UU5IYAAU5e7.png\",\"url\":\"http:\\/\\/t.co\\/VRnep3xgr4\",\"display_url\":\"pic.twitter.com\\/VRnep3xgr4\",\"expanded_url\":\"http:\\/\\/twitter.com\\/tweepytest\\/status\\/538669787388596225\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":170,\"resize\":\"fit\"},\"large\":{\"w\":1024,\"h\":512,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":300,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Wed Nov 19 20:09:16 +0000 2014\",\"id\":535162914437890048,\"id_str\":\"535162914437890048\",\"text\":\"testing 1000 http:\\/\\/t.co\\/DJey6s3yJO\",\"source\":\"\\u003ca href=\\\"http:\\/\\/tweepy.github.com\\/\\\" rel=\\\"nofollow\\\"\\u003eTweepyTravis\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":540,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417380122\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":0,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[],\"media\":[{\"id\":535162914341392384,\"id_str\":\"535162914341392384\",\"indices\":[13,35],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B21H1c5IEAAzjPf.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B21H1c5IEAAzjPf.png\",\"url\":\"http:\\/\\/t.co\\/DJey6s3yJO\",\"display_url\":\"pic.twitter.com\\/DJey6s3yJO\",\"expanded_url\":\"http:\\/\\/twitter.com\\/tweepytest\\/status\\/535162914437890048\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":170,\"resize\":\"fit\"},\"large\":{\"w\":1024,\"h\":512,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":300,\"resize\":\"fit\"}}}]},\"extended_entities\":{\"media\":[{\"id\":535162914341392384,\"id_str\":\"535162914341392384\",\"indices\":[13,35],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B21H1c5IEAAzjPf.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B21H1c5IEAAzjPf.png\",\"url\":\"http:\\/\\/t.co\\/DJey6s3yJO\",\"display_url\":\"pic.twitter.com\\/DJey6s3yJO\",\"expanded_url\":\"http:\\/\\/twitter.com\\/tweepytest\\/status\\/535162914437890048\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":170,\"resize\":\"fit\"},\"large\":{\"w\":1024,\"h\":512,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":300,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Wed Nov 19 20:08:10 +0000 2014\",\"id\":535162638578515968,\"id_str\":\"535162638578515968\",\"text\":\"testing 1000 http:\\/\\/t.co\\/KaBNMsN9y3\",\"source\":\"\\u003ca href=\\\"http:\\/\\/tweepy.github.com\\/\\\" rel=\\\"nofollow\\\"\\u003eTweepyTravis\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":540,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417380122\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":0,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[],\"media\":[{\"id\":535162638414921730,\"id_str\":\"535162638414921730\",\"indices\":[13,35],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B21HlY_IQAIc6px.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B21HlY_IQAIc6px.png\",\"url\":\"http:\\/\\/t.co\\/KaBNMsN9y3\",\"display_url\":\"pic.twitter.com\\/KaBNMsN9y3\",\"expanded_url\":\"http:\\/\\/twitter.com\\/tweepytest\\/status\\/535162638578515968\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":170,\"resize\":\"fit\"},\"large\":{\"w\":1024,\"h\":512,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":300,\"resize\":\"fit\"}}}]},\"extended_entities\":{\"media\":[{\"id\":535162638414921730,\"id_str\":\"535162638414921730\",\"indices\":[13,35],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B21HlY_IQAIc6px.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B21HlY_IQAIc6px.png\",\"url\":\"http:\\/\\/t.co\\/KaBNMsN9y3\",\"display_url\":\"pic.twitter.com\\/KaBNMsN9y3\",\"expanded_url\":\"http:\\/\\/twitter.com\\/tweepytest\\/status\\/535162638578515968\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":170,\"resize\":\"fit\"},\"large\":{\"w\":1024,\"h\":512,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":300,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Sat Nov 15 15:10:06 +0000 2014\",\"id\":533638078091759616,\"id_str\":\"533638078091759616\",\"text\":\"testing 1000 http:\\/\\/t.co\\/VfbPrXOmQG\",\"source\":\"\\u003ca href=\\\"http:\\/\\/tweepy.github.com\\/\\\" rel=\\\"nofollow\\\"\\u003eTweepyTravis\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":540,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417380122\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":0,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[],\"media\":[{\"id\":533638077986926593,\"id_str\":\"533638077986926593\",\"indices\":[13,35],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B2fdAS0IcAEnzcp.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B2fdAS0IcAEnzcp.png\",\"url\":\"http:\\/\\/t.co\\/VfbPrXOmQG\",\"display_url\":\"pic.twitter.com\\/VfbPrXOmQG\",\"expanded_url\":\"http:\\/\\/twitter.com\\/tweepytest\\/status\\/533638078091759616\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":170,\"resize\":\"fit\"},\"large\":{\"w\":1024,\"h\":512,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":300,\"resize\":\"fit\"}}}]},\"extended_entities\":{\"media\":[{\"id\":533638077986926593,\"id_str\":\"533638077986926593\",\"indices\":[13,35],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B2fdAS0IcAEnzcp.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B2fdAS0IcAEnzcp.png\",\"url\":\"http:\\/\\/t.co\\/VfbPrXOmQG\",\"display_url\":\"pic.twitter.com\\/VfbPrXOmQG\",\"expanded_url\":\"http:\\/\\/twitter.com\\/tweepytest\\/status\\/533638078091759616\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":170,\"resize\":\"fit\"},\"large\":{\"w\":1024,\"h\":512,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":300,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Sat Nov 15 13:35:04 +0000 2014\",\"id\":533614161096617984,\"id_str\":\"533614161096617984\",\"text\":\"testing 1000 http:\\/\\/t.co\\/w94UErYw0G\",\"source\":\"\\u003ca href=\\\"http:\\/\\/tweepy.github.com\\/\\\" rel=\\\"nofollow\\\"\\u003eTweepyTravis\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":540,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417380122\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":0,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[],\"media\":[{\"id\":533614160962408448,\"id_str\":\"533614160962408448\",\"indices\":[13,35],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B2fHQI9IUAAHDKM.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B2fHQI9IUAAHDKM.png\",\"url\":\"http:\\/\\/t.co\\/w94UErYw0G\",\"display_url\":\"pic.twitter.com\\/w94UErYw0G\",\"expanded_url\":\"http:\\/\\/twitter.com\\/tweepytest\\/status\\/533614161096617984\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":170,\"resize\":\"fit\"},\"large\":{\"w\":1024,\"h\":512,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":300,\"resize\":\"fit\"}}}]},\"extended_entities\":{\"media\":[{\"id\":533614160962408448,\"id_str\":\"533614160962408448\",\"indices\":[13,35],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B2fHQI9IUAAHDKM.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B2fHQI9IUAAHDKM.png\",\"url\":\"http:\\/\\/t.co\\/w94UErYw0G\",\"display_url\":\"pic.twitter.com\\/w94UErYw0G\",\"expanded_url\":\"http:\\/\\/twitter.com\\/tweepytest\\/status\\/533614161096617984\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":170,\"resize\":\"fit\"},\"large\":{\"w\":1024,\"h\":512,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":300,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Wed Nov 12 20:05:12 +0000 2014\",\"id\":532625175624163328,\"id_str\":\"532625175624163328\",\"text\":\"testing 1000 http:\\/\\/t.co\\/tzKZ9823Op\",\"source\":\"\\u003ca href=\\\"http:\\/\\/tweepy.github.com\\/\\\" rel=\\\"nofollow\\\"\\u003eTweepyTravis\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":540,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417380122\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":0,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[],\"media\":[{\"id\":532625175468974080,\"id_str\":\"532625175468974080\",\"indices\":[13,35],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B2RDxm5CIAAAQL6.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B2RDxm5CIAAAQL6.png\",\"url\":\"http:\\/\\/t.co\\/tzKZ9823Op\",\"display_url\":\"pic.twitter.com\\/tzKZ9823Op\",\"expanded_url\":\"http:\\/\\/twitter.com\\/tweepytest\\/status\\/532625175624163328\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":170,\"resize\":\"fit\"},\"large\":{\"w\":1024,\"h\":512,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":300,\"resize\":\"fit\"}}}]},\"extended_entities\":{\"media\":[{\"id\":532625175468974080,\"id_str\":\"532625175468974080\",\"indices\":[13,35],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B2RDxm5CIAAAQL6.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B2RDxm5CIAAAQL6.png\",\"url\":\"http:\\/\\/t.co\\/tzKZ9823Op\",\"display_url\":\"pic.twitter.com\\/tzKZ9823Op\",\"expanded_url\":\"http:\\/\\/twitter.com\\/tweepytest\\/status\\/532625175624163328\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":170,\"resize\":\"fit\"},\"large\":{\"w\":1024,\"h\":512,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":300,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Sun Nov 02 17:54:47 +0000 2014\",\"id\":528968476996550658,\"id_str\":\"528968476996550658\",\"text\":\"testing 1000 http:\\/\\/t.co\\/eIaw6uflqe\",\"source\":\"\\u003ca href=\\\"http:\\/\\/tweepy.github.com\\/\\\" rel=\\\"nofollow\\\"\\u003eTweepyTravis\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":540,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417380122\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":0,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[],\"media\":[{\"id\":528968476887506944,\"id_str\":\"528968476887506944\",\"indices\":[13,35],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B1dGBvJCYAALmw8.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B1dGBvJCYAALmw8.png\",\"url\":\"http:\\/\\/t.co\\/eIaw6uflqe\",\"display_url\":\"pic.twitter.com\\/eIaw6uflqe\",\"expanded_url\":\"http:\\/\\/twitter.com\\/tweepytest\\/status\\/528968476996550658\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":170,\"resize\":\"fit\"},\"large\":{\"w\":1024,\"h\":512,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":300,\"resize\":\"fit\"}}}]},\"extended_entities\":{\"media\":[{\"id\":528968476887506944,\"id_str\":\"528968476887506944\",\"indices\":[13,35],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B1dGBvJCYAALmw8.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B1dGBvJCYAALmw8.png\",\"url\":\"http:\\/\\/t.co\\/eIaw6uflqe\",\"display_url\":\"pic.twitter.com\\/eIaw6uflqe\",\"expanded_url\":\"http:\\/\\/twitter.com\\/tweepytest\\/status\\/528968476996550658\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":170,\"resize\":\"fit\"},\"large\":{\"w\":1024,\"h\":512,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":300,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Thu Oct 30 19:00:40 +0000 2014\",\"id\":527897893441507328,\"id_str\":\"527897893441507328\",\"text\":\"testing 1000 http:\\/\\/t.co\\/Z6xcfiwNbI\",\"source\":\"\\u003ca href=\\\"http:\\/\\/tweepy.github.com\\/\\\" rel=\\\"nofollow\\\"\\u003eTweepyTravis\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":540,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417380122\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":0,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[],\"media\":[{\"id\":527897893210816512,\"id_str\":\"527897893210816512\",\"indices\":[13,35],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B1N4VkKCAAA3T5W.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B1N4VkKCAAA3T5W.png\",\"url\":\"http:\\/\\/t.co\\/Z6xcfiwNbI\",\"display_url\":\"pic.twitter.com\\/Z6xcfiwNbI\",\"expanded_url\":\"http:\\/\\/twitter.com\\/tweepytest\\/status\\/527897893441507328\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":170,\"resize\":\"fit\"},\"large\":{\"w\":1024,\"h\":512,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":300,\"resize\":\"fit\"}}}]},\"extended_entities\":{\"media\":[{\"id\":527897893210816512,\"id_str\":\"527897893210816512\",\"indices\":[13,35],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B1N4VkKCAAA3T5W.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B1N4VkKCAAA3T5W.png\",\"url\":\"http:\\/\\/t.co\\/Z6xcfiwNbI\",\"display_url\":\"pic.twitter.com\\/Z6xcfiwNbI\",\"expanded_url\":\"http:\\/\\/twitter.com\\/tweepytest\\/status\\/527897893441507328\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":170,\"resize\":\"fit\"},\"large\":{\"w\":1024,\"h\":512,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":300,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Tue Oct 28 19:01:58 +0000 2014\",\"id\":527173447017713664,\"id_str\":\"527173447017713664\",\"text\":\"testing 1000 http:\\/\\/t.co\\/L5f2BasSkB\",\"source\":\"\\u003ca href=\\\"http:\\/\\/tweepy.github.com\\/\\\" rel=\\\"nofollow\\\"\\u003eTweepyTravis\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":540,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417380122\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":0,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[],\"media\":[{\"id\":527173446917033985,\"id_str\":\"527173446917033985\",\"indices\":[13,35],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B1DldPaCEAEk_aJ.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B1DldPaCEAEk_aJ.png\",\"url\":\"http:\\/\\/t.co\\/L5f2BasSkB\",\"display_url\":\"pic.twitter.com\\/L5f2BasSkB\",\"expanded_url\":\"http:\\/\\/twitter.com\\/tweepytest\\/status\\/527173447017713664\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":170,\"resize\":\"fit\"},\"large\":{\"w\":1024,\"h\":512,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":300,\"resize\":\"fit\"}}}]},\"extended_entities\":{\"media\":[{\"id\":527173446917033985,\"id_str\":\"527173446917033985\",\"indices\":[13,35],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B1DldPaCEAEk_aJ.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B1DldPaCEAEk_aJ.png\",\"url\":\"http:\\/\\/t.co\\/L5f2BasSkB\",\"display_url\":\"pic.twitter.com\\/L5f2BasSkB\",\"expanded_url\":\"http:\\/\\/twitter.com\\/tweepytest\\/status\\/527173447017713664\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":170,\"resize\":\"fit\"},\"large\":{\"w\":1024,\"h\":512,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":300,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Sat Oct 25 04:32:25 +0000 2014\",\"id\":525867453255925761,\"id_str\":\"525867453255925761\",\"text\":\"testing 1000 http:\\/\\/t.co\\/Cdqddk0LVj\",\"source\":\"\\u003ca href=\\\"http:\\/\\/tweepy.github.com\\/\\\" rel=\\\"nofollow\\\"\\u003eTweepyTravis\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":540,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417380122\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":0,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[],\"media\":[{\"id\":525867452823920641,\"id_str\":\"525867452823920641\",\"indices\":[13,35],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B0xBqYSCYAEulrq.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B0xBqYSCYAEulrq.png\",\"url\":\"http:\\/\\/t.co\\/Cdqddk0LVj\",\"display_url\":\"pic.twitter.com\\/Cdqddk0LVj\",\"expanded_url\":\"http:\\/\\/twitter.com\\/tweepytest\\/status\\/525867453255925761\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":170,\"resize\":\"fit\"},\"large\":{\"w\":1024,\"h\":512,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":300,\"resize\":\"fit\"}}}]},\"extended_entities\":{\"media\":[{\"id\":525867452823920641,\"id_str\":\"525867452823920641\",\"indices\":[13,35],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B0xBqYSCYAEulrq.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B0xBqYSCYAEulrq.png\",\"url\":\"http:\\/\\/t.co\\/Cdqddk0LVj\",\"display_url\":\"pic.twitter.com\\/Cdqddk0LVj\",\"expanded_url\":\"http:\\/\\/twitter.com\\/tweepytest\\/status\\/525867453255925761\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":170,\"resize\":\"fit\"},\"large\":{\"w\":1024,\"h\":512,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":300,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Thu Oct 23 23:14:46 +0000 2014\",\"id\":525425125781696512,\"id_str\":\"525425125781696512\",\"text\":\"testing 1000 http:\\/\\/t.co\\/DfBljRX0jg\",\"source\":\"\\u003ca href=\\\"http:\\/\\/tweepy.github.com\\/\\\" rel=\\\"nofollow\\\"\\u003eTweepyTravis\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":540,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417380122\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":0,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[],\"media\":[{\"id\":525425125651677185,\"id_str\":\"525425125651677185\",\"indices\":[13,35],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B0qvXjKIgAEuypM.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B0qvXjKIgAEuypM.png\",\"url\":\"http:\\/\\/t.co\\/DfBljRX0jg\",\"display_url\":\"pic.twitter.com\\/DfBljRX0jg\",\"expanded_url\":\"http:\\/\\/twitter.com\\/tweepytest\\/status\\/525425125781696512\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":170,\"resize\":\"fit\"},\"large\":{\"w\":1024,\"h\":512,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":300,\"resize\":\"fit\"}}}]},\"extended_entities\":{\"media\":[{\"id\":525425125651677185,\"id_str\":\"525425125651677185\",\"indices\":[13,35],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B0qvXjKIgAEuypM.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B0qvXjKIgAEuypM.png\",\"url\":\"http:\\/\\/t.co\\/DfBljRX0jg\",\"display_url\":\"pic.twitter.com\\/DfBljRX0jg\",\"expanded_url\":\"http:\\/\\/twitter.com\\/tweepytest\\/status\\/525425125781696512\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":170,\"resize\":\"fit\"},\"large\":{\"w\":1024,\"h\":512,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":300,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Wed Oct 22 01:37:08 +0000 2014\",\"id\":524736177669038080,\"id_str\":\"524736177669038080\",\"text\":\"testing 1000 http:\\/\\/t.co\\/j1OoDHzPi2\",\"source\":\"\\u003ca href=\\\"http:\\/\\/tweepy.github.com\\/\\\" rel=\\\"nofollow\\\"\\u003eTweepyTravis\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":540,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417380122\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":0,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[],\"media\":[{\"id\":524736177471897601,\"id_str\":\"524736177471897601\",\"indices\":[13,35],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B0g8xfMCQAEPkd3.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B0g8xfMCQAEPkd3.png\",\"url\":\"http:\\/\\/t.co\\/j1OoDHzPi2\",\"display_url\":\"pic.twitter.com\\/j1OoDHzPi2\",\"expanded_url\":\"http:\\/\\/twitter.com\\/tweepytest\\/status\\/524736177669038080\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":170,\"resize\":\"fit\"},\"large\":{\"w\":1024,\"h\":512,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":300,\"resize\":\"fit\"}}}]},\"extended_entities\":{\"media\":[{\"id\":524736177471897601,\"id_str\":\"524736177471897601\",\"indices\":[13,35],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B0g8xfMCQAEPkd3.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B0g8xfMCQAEPkd3.png\",\"url\":\"http:\\/\\/t.co\\/j1OoDHzPi2\",\"display_url\":\"pic.twitter.com\\/j1OoDHzPi2\",\"expanded_url\":\"http:\\/\\/twitter.com\\/tweepytest\\/status\\/524736177669038080\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":170,\"resize\":\"fit\"},\"large\":{\"w\":1024,\"h\":512,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":300,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Sun Oct 12 14:03:55 +0000 2014\",\"id\":521300231275573248,\"id_str\":\"521300231275573248\",\"text\":\"testing 1000 http:\\/\\/t.co\\/knm02MhHgF\",\"source\":\"\\u003ca href=\\\"http:\\/\\/tweepy.github.com\\/\\\" rel=\\\"nofollow\\\"\\u003eTweepyTravis\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":540,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417380122\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":0,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[],\"media\":[{\"id\":521300230944206848,\"id_str\":\"521300230944206848\",\"indices\":[13,35],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/BzwHzE7CMAAGu5M.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/BzwHzE7CMAAGu5M.png\",\"url\":\"http:\\/\\/t.co\\/knm02MhHgF\",\"display_url\":\"pic.twitter.com\\/knm02MhHgF\",\"expanded_url\":\"http:\\/\\/twitter.com\\/tweepytest\\/status\\/521300231275573248\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":170,\"resize\":\"fit\"},\"large\":{\"w\":1024,\"h\":512,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":300,\"resize\":\"fit\"}}}]},\"extended_entities\":{\"media\":[{\"id\":521300230944206848,\"id_str\":\"521300230944206848\",\"indices\":[13,35],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/BzwHzE7CMAAGu5M.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/BzwHzE7CMAAGu5M.png\",\"url\":\"http:\\/\\/t.co\\/knm02MhHgF\",\"display_url\":\"pic.twitter.com\\/knm02MhHgF\",\"expanded_url\":\"http:\\/\\/twitter.com\\/tweepytest\\/status\\/521300231275573248\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":170,\"resize\":\"fit\"},\"large\":{\"w\":1024,\"h\":512,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":300,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Fri Oct 10 19:01:44 +0000 2014\",\"id\":520650406158823424,\"id_str\":\"520650406158823424\",\"text\":\"testing 1000 http:\\/\\/t.co\\/Joo3ArWQDt\",\"source\":\"\\u003ca href=\\\"http:\\/\\/tweepy.github.com\\/\\\" rel=\\\"nofollow\\\"\\u003eTweepyTravis\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":540,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417380122\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":0,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[],\"media\":[{\"id\":520650405982650368,\"id_str\":\"520650405982650368\",\"indices\":[13,35],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/Bzm4ySTCQAA76BP.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/Bzm4ySTCQAA76BP.png\",\"url\":\"http:\\/\\/t.co\\/Joo3ArWQDt\",\"display_url\":\"pic.twitter.com\\/Joo3ArWQDt\",\"expanded_url\":\"http:\\/\\/twitter.com\\/tweepytest\\/status\\/520650406158823424\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":170,\"resize\":\"fit\"},\"large\":{\"w\":1024,\"h\":512,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":300,\"resize\":\"fit\"}}}]},\"extended_entities\":{\"media\":[{\"id\":520650405982650368,\"id_str\":\"520650405982650368\",\"indices\":[13,35],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/Bzm4ySTCQAA76BP.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/Bzm4ySTCQAA76BP.png\",\"url\":\"http:\\/\\/t.co\\/Joo3ArWQDt\",\"display_url\":\"pic.twitter.com\\/Joo3ArWQDt\",\"expanded_url\":\"http:\\/\\/twitter.com\\/tweepytest\\/status\\/520650406158823424\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":170,\"resize\":\"fit\"},\"large\":{\"w\":1024,\"h\":512,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":300,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Thu Oct 09 10:17:28 +0000 2014\",\"id\":520156080920203264,\"id_str\":\"520156080920203264\",\"text\":\"testing 1000 http:\\/\\/t.co\\/wjYfw7uiV8\",\"source\":\"\\u003ca href=\\\"http:\\/\\/tweepy.github.com\\/\\\" rel=\\\"nofollow\\\"\\u003eTweepyTravis\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":540,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417380122\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":0,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[],\"media\":[{\"id\":520156080798568448,\"id_str\":\"520156080798568448\",\"indices\":[13,35],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/Bzf3MxfCEAAxKcV.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/Bzf3MxfCEAAxKcV.png\",\"url\":\"http:\\/\\/t.co\\/wjYfw7uiV8\",\"display_url\":\"pic.twitter.com\\/wjYfw7uiV8\",\"expanded_url\":\"http:\\/\\/twitter.com\\/tweepytest\\/status\\/520156080920203264\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":170,\"resize\":\"fit\"},\"large\":{\"w\":1024,\"h\":512,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":300,\"resize\":\"fit\"}}}]},\"extended_entities\":{\"media\":[{\"id\":520156080798568448,\"id_str\":\"520156080798568448\",\"indices\":[13,35],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/Bzf3MxfCEAAxKcV.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/Bzf3MxfCEAAxKcV.png\",\"url\":\"http:\\/\\/t.co\\/wjYfw7uiV8\",\"display_url\":\"pic.twitter.com\\/wjYfw7uiV8\",\"expanded_url\":\"http:\\/\\/twitter.com\\/tweepytest\\/status\\/520156080920203264\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":170,\"resize\":\"fit\"},\"large\":{\"w\":1024,\"h\":512,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":300,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Thu Oct 02 23:00:33 +0000 2014\",\"id\":517811404171014145,\"id_str\":\"517811404171014145\",\"text\":\"testing 1000 http:\\/\\/t.co\\/9NqbF1Ypqp\",\"source\":\"\\u003ca href=\\\"http:\\/\\/tweepy.github.com\\/\\\" rel=\\\"nofollow\\\"\\u003eTweepyTravis\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":540,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417380122\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":0,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[],\"media\":[{\"id\":517811403986460673,\"id_str\":\"517811403986460673\",\"indices\":[13,35],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/By-iuntCYAEGlEC.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/By-iuntCYAEGlEC.png\",\"url\":\"http:\\/\\/t.co\\/9NqbF1Ypqp\",\"display_url\":\"pic.twitter.com\\/9NqbF1Ypqp\",\"expanded_url\":\"http:\\/\\/twitter.com\\/tweepytest\\/status\\/517811404171014145\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":170,\"resize\":\"fit\"},\"large\":{\"w\":1024,\"h\":512,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":300,\"resize\":\"fit\"}}}]},\"extended_entities\":{\"media\":[{\"id\":517811403986460673,\"id_str\":\"517811403986460673\",\"indices\":[13,35],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/By-iuntCYAEGlEC.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/By-iuntCYAEGlEC.png\",\"url\":\"http:\\/\\/t.co\\/9NqbF1Ypqp\",\"display_url\":\"pic.twitter.com\\/9NqbF1Ypqp\",\"expanded_url\":\"http:\\/\\/twitter.com\\/tweepytest\\/status\\/517811404171014145\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":170,\"resize\":\"fit\"},\"large\":{\"w\":1024,\"h\":512,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":300,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Sat Sep 20 00:06:16 +0000 2014\",\"id\":513116899798839296,\"id_str\":\"513116899798839296\",\"text\":\"testing 1000 http:\\/\\/t.co\\/yc6WGlcF3d\",\"source\":\"\\u003ca href=\\\"http:\\/\\/tweepy.github.com\\/\\\" rel=\\\"nofollow\\\"\\u003eTweepyTravis\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":540,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417380122\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":0,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[],\"media\":[{\"id\":513116899618480128,\"id_str\":\"513116899618480128\",\"indices\":[13,35],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/Bx71GgICYAAFCo3.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/Bx71GgICYAAFCo3.png\",\"url\":\"http:\\/\\/t.co\\/yc6WGlcF3d\",\"display_url\":\"pic.twitter.com\\/yc6WGlcF3d\",\"expanded_url\":\"http:\\/\\/twitter.com\\/tweepytest\\/status\\/513116899798839296\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":170,\"resize\":\"fit\"},\"large\":{\"w\":1024,\"h\":512,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":300,\"resize\":\"fit\"}}}]},\"extended_entities\":{\"media\":[{\"id\":513116899618480128,\"id_str\":\"513116899618480128\",\"indices\":[13,35],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/Bx71GgICYAAFCo3.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/Bx71GgICYAAFCo3.png\",\"url\":\"http:\\/\\/t.co\\/yc6WGlcF3d\",\"display_url\":\"pic.twitter.com\\/yc6WGlcF3d\",\"expanded_url\":\"http:\\/\\/twitter.com\\/tweepytest\\/status\\/513116899798839296\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":170,\"resize\":\"fit\"},\"large\":{\"w\":1024,\"h\":512,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":300,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"}]"
+                }
+            }
+        }, 
+        {
+            "request": {
+                "body": null, 
+                "headers": {
+                    "Host": [
+                        "api.twitter.com"
+                    ]
+                }, 
+                "method": "GET", 
+                "uri": "https://api.twitter.com:443/1.1/statuses/user_timeline.json?id=twitter"
+            }, 
+            "response": {
+                "status": {
+                    "message": "OK", 
+                    "code": 200
+                }, 
+                "headers": {
+                    "status": [
+                        "200 OK"
+                    ], 
+                    "x-rate-limit-remaining": [
+                        "178"
+                    ], 
+                    "content-length": [
+                        "81963"
+                    ], 
+                    "expires": [
+                        "Tue, 31 Mar 1981 05:00:00 GMT"
+                    ], 
+                    "x-transaction": [
+                        "032e1f5014c347c7"
+                    ], 
+                    "x-content-type-options": [
+                        "nosniff"
+                    ], 
+                    "x-connection-hash": [
+                        "314c81f453ef7fcacd4ac689885610af"
+                    ], 
+                    "set-cookie": [
+                        "lang=en", 
+                        "guest_id=v1%3A141738013159174179; Domain=.twitter.com; Path=/; Expires=Tue, 29-Nov-2016 20:42:11 UTC"
+                    ], 
+                    "strict-transport-security": [
+                        "max-age=631138519"
+                    ], 
+                    "x-access-level": [
+                        "read-write-directmessages"
+                    ], 
+                    "server": [
+                        "tsa_b"
+                    ], 
+                    "last-modified": [
+                        "Sun, 30 Nov 2014 20:42:11 GMT"
+                    ], 
+                    "x-xss-protection": [
+                        "1; mode=block"
+                    ], 
+                    "x-rate-limit-reset": [
+                        "1417381031"
+                    ], 
+                    "pragma": [
+                        "no-cache"
+                    ], 
+                    "cache-control": [
+                        "no-cache, no-store, must-revalidate, pre-check=0, post-check=0"
+                    ], 
+                    "date": [
+                        "Sun, 30 Nov 2014 20:42:11 UTC"
+                    ], 
+                    "x-rate-limit-limit": [
+                        "180"
+                    ], 
+                    "x-frame-options": [
+                        "SAMEORIGIN"
+                    ], 
+                    "content-type": [
+                        "application/json;charset=utf-8"
+                    ]
+                }, 
+                "body": {
+                    "string": "[{\"created_at\":\"Wed Nov 26 16:29:15 +0000 2014\",\"id\":537644262628663296,\"id_str\":\"537644262628663296\",\"text\":\"We love a good bird reference. Cast your vote to help the @WhiteHouse select the National Thanksgiving Turkey: https:\\/\\/t.co\\/wMP98fpiEw\",\"source\":\"\\u003ca href=\\\"https:\\/\\/about.twitter.com\\/products\\/tweetdeck\\\" rel=\\\"nofollow\\\"\\u003eTweetDeck\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":783214,\"id_str\":\"783214\",\"name\":\"Twitter\",\"screen_name\":\"twitter\",\"location\":\"San Francisco, CA\",\"profile_location\":null,\"description\":\"Your official source for news, updates and tips from Twitter, Inc.\",\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"expanded_url\":\"http:\\/\\/blog.twitter.com\\/\",\"display_url\":\"blog.twitter.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":33620563,\"friends_count\":101,\"listed_count\":86770,\"created_at\":\"Tue Feb 20 14:35:54 +0000 2007\",\"favourites_count\":21,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":1845,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"ACDED6\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/783214\\/1347405327\",\"profile_link_color\":\"226699\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":289,\"favorite_count\":392,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"WhiteHouse\",\"name\":\"The White House\",\"id\":30313925,\"id_str\":\"30313925\",\"indices\":[58,69]}],\"urls\":[{\"url\":\"https:\\/\\/t.co\\/wMP98fpiEw\",\"expanded_url\":\"https:\\/\\/twitter.com\\/WhiteHouse\\/status\\/537617841928015872\",\"display_url\":\"twitter.com\\/WhiteHouse\\/sta\\u2026\",\"indices\":[111,134]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Tue Nov 25 22:02:11 +0000 2014\",\"id\":537365660850876418,\"id_str\":\"537365660850876418\",\"text\":\"RT @vine: Never miss a Vine from your favorite Viners. Tap the star to favorite their accounts &amp; be notified when they post. http:\\/\\/t.co\\/EP\\u2026\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":783214,\"id_str\":\"783214\",\"name\":\"Twitter\",\"screen_name\":\"twitter\",\"location\":\"San Francisco, CA\",\"profile_location\":null,\"description\":\"Your official source for news, updates and tips from Twitter, Inc.\",\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"expanded_url\":\"http:\\/\\/blog.twitter.com\\/\",\"display_url\":\"blog.twitter.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":33620563,\"friends_count\":101,\"listed_count\":86770,\"created_at\":\"Tue Feb 20 14:35:54 +0000 2007\",\"favourites_count\":21,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":1845,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"ACDED6\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/783214\\/1347405327\",\"profile_link_color\":\"226699\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweeted_status\":{\"created_at\":\"Tue Nov 25 16:05:28 +0000 2014\",\"id\":537275889411977217,\"id_str\":\"537275889411977217\",\"text\":\"Never miss a Vine from your favorite Viners. Tap the star to favorite their accounts &amp; be notified when they post. http:\\/\\/t.co\\/EPAHSN69JP\",\"source\":\"\\u003ca href=\\\"http:\\/\\/itunes.apple.com\\/us\\/app\\/twitter\\/id409789998?mt=12\\\" rel=\\\"nofollow\\\"\\u003eTwitter for Mac\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":586671909,\"id_str\":\"586671909\",\"name\":\"Vine\",\"screen_name\":\"vine\",\"location\":\"\",\"profile_location\":null,\"description\":\"The best way to create and share short, looping videos. Free for iPhone, Android and Windows Phone. For support, tweet @VineHelp.\",\"url\":\"http:\\/\\/t.co\\/HLAhG6mqQx\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/HLAhG6mqQx\",\"expanded_url\":\"http:\\/\\/vine.co\",\"display_url\":\"vine.co\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":11712740,\"friends_count\":43,\"listed_count\":6640,\"created_at\":\"Mon May 21 14:34:36 +0000 2012\",\"favourites_count\":694,\"utc_offset\":-14400,\"time_zone\":\"Atlantic Time (Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":677,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"F1F1EC\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme17\\/bg.gif\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme17\\/bg.gif\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/3578238864\\/50d7e05aa6fe5d477e48a63047e38ce7_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/3578238864\\/50d7e05aa6fe5d477e48a63047e38ce7_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/586671909\\/1408551006\",\"profile_link_color\":\"00BF8F\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":282,\"favorite_count\":741,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[],\"media\":[{\"id\":537275889068048384,\"id_str\":\"537275889068048384\",\"indices\":[119,141],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3TJkxJIgAAEUDr.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3TJkxJIgAAEUDr.png\",\"url\":\"http:\\/\\/t.co\\/EPAHSN69JP\",\"display_url\":\"pic.twitter.com\\/EPAHSN69JP\",\"expanded_url\":\"http:\\/\\/twitter.com\\/vine\\/status\\/537275889411977217\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":170,\"resize\":\"fit\"},\"large\":{\"w\":1024,\"h\":512,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":300,\"resize\":\"fit\"}}}]},\"extended_entities\":{\"media\":[{\"id\":537275889068048384,\"id_str\":\"537275889068048384\",\"indices\":[119,141],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3TJkxJIgAAEUDr.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3TJkxJIgAAEUDr.png\",\"url\":\"http:\\/\\/t.co\\/EPAHSN69JP\",\"display_url\":\"pic.twitter.com\\/EPAHSN69JP\",\"expanded_url\":\"http:\\/\\/twitter.com\\/vine\\/status\\/537275889411977217\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":170,\"resize\":\"fit\"},\"large\":{\"w\":1024,\"h\":512,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":300,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"retweet_count\":282,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"vine\",\"name\":\"Vine\",\"id\":586671909,\"id_str\":\"586671909\",\"indices\":[3,8]}],\"urls\":[],\"media\":[{\"id\":537275889068048384,\"id_str\":\"537275889068048384\",\"indices\":[143,144],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3TJkxJIgAAEUDr.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3TJkxJIgAAEUDr.png\",\"url\":\"http:\\/\\/t.co\\/EPAHSN69JP\",\"display_url\":\"pic.twitter.com\\/EPAHSN69JP\",\"expanded_url\":\"http:\\/\\/twitter.com\\/vine\\/status\\/537275889411977217\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":170,\"resize\":\"fit\"},\"large\":{\"w\":1024,\"h\":512,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":300,\"resize\":\"fit\"}},\"source_status_id\":537275889411977217,\"source_status_id_str\":\"537275889411977217\"}]},\"extended_entities\":{\"media\":[{\"id\":537275889068048384,\"id_str\":\"537275889068048384\",\"indices\":[143,144],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3TJkxJIgAAEUDr.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3TJkxJIgAAEUDr.png\",\"url\":\"http:\\/\\/t.co\\/EPAHSN69JP\",\"display_url\":\"pic.twitter.com\\/EPAHSN69JP\",\"expanded_url\":\"http:\\/\\/twitter.com\\/vine\\/status\\/537275889411977217\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":170,\"resize\":\"fit\"},\"large\":{\"w\":1024,\"h\":512,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":300,\"resize\":\"fit\"}},\"source_status_id\":537275889411977217,\"source_status_id_str\":\"537275889411977217\"}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Tue Nov 25 17:07:59 +0000 2014\",\"id\":537291621323128832,\"id_str\":\"537291621323128832\",\"text\":\"RT @TwitterAds: Introducing Twitter Offers, a new way for merchants to connect with customers and grow business through Twitter https:\\/\\/t.c\\u2026\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":783214,\"id_str\":\"783214\",\"name\":\"Twitter\",\"screen_name\":\"twitter\",\"location\":\"San Francisco, CA\",\"profile_location\":null,\"description\":\"Your official source for news, updates and tips from Twitter, Inc.\",\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"expanded_url\":\"http:\\/\\/blog.twitter.com\\/\",\"display_url\":\"blog.twitter.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":33620563,\"friends_count\":101,\"listed_count\":86770,\"created_at\":\"Tue Feb 20 14:35:54 +0000 2007\",\"favourites_count\":21,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":1845,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"ACDED6\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/783214\\/1347405327\",\"profile_link_color\":\"226699\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweeted_status\":{\"created_at\":\"Tue Nov 25 17:02:44 +0000 2014\",\"id\":537290298498379776,\"id_str\":\"537290298498379776\",\"text\":\"Introducing Twitter Offers, a new way for merchants to connect with customers and grow business through Twitter https:\\/\\/t.co\\/bYS05v258E\",\"source\":\"\\u003ca href=\\\"https:\\/\\/about.twitter.com\\/products\\/tweetdeck\\\" rel=\\\"nofollow\\\"\\u003eTweetDeck\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":357750891,\"id_str\":\"357750891\",\"name\":\"Twitter Advertising\",\"screen_name\":\"TwitterAds\",\"location\":\"San Francisco, CA \",\"profile_location\":null,\"description\":\"Your source for Twitter Ads product updates, tips, success stories and support. Need help? http:\\/\\/t.co\\/8vxlEFmaE5\",\"url\":\"http:\\/\\/t.co\\/44ez09dJjJ\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/44ez09dJjJ\",\"expanded_url\":\"http:\\/\\/advertising.twitter.com\",\"display_url\":\"advertising.twitter.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/8vxlEFmaE5\",\"expanded_url\":\"http:\\/\\/ow.ly\\/kshRw\",\"display_url\":\"ow.ly\\/kshRw\",\"indices\":[91,113]}]}},\"protected\":false,\"followers_count\":449850,\"friends_count\":75,\"listed_count\":2562,\"created_at\":\"Thu Aug 18 21:08:15 +0000 2011\",\"favourites_count\":507,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":3818,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"C0DEED\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/662767273\\/jvmxdpdrplhxcw8yvkv2.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/662767273\\/jvmxdpdrplhxcw8yvkv2.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/531882230440677376\\/HGgK3TBY_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/531882230440677376\\/HGgK3TBY_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/357750891\\/1396959666\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":268,\"favorite_count\":285,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[{\"url\":\"https:\\/\\/t.co\\/bYS05v258E\",\"expanded_url\":\"https:\\/\\/blog.twitter.com\\/2014\\/introducing-twitter-offers\",\"display_url\":\"blog.twitter.com\\/2014\\/introduci\\u2026\",\"indices\":[112,135]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"retweet_count\":268,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"TwitterAds\",\"name\":\"Twitter Advertising\",\"id\":357750891,\"id_str\":\"357750891\",\"indices\":[3,14]}],\"urls\":[{\"url\":\"https:\\/\\/t.co\\/bYS05v258E\",\"expanded_url\":\"https:\\/\\/blog.twitter.com\\/2014\\/introducing-twitter-offers\",\"display_url\":\"blog.twitter.com\\/2014\\/introduci\\u2026\",\"indices\":[139,140]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Mon Nov 24 21:10:59 +0000 2014\",\"id\":536990385831047169,\"id_str\":\"536990385831047169\",\"text\":\"Via @Guardian, see how one journalist is using @Vine to raise awareness about the Ebola crisis in Sierra Leone: http:\\/\\/t.co\\/uAeHSfE6dy\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":783214,\"id_str\":\"783214\",\"name\":\"Twitter\",\"screen_name\":\"twitter\",\"location\":\"San Francisco, CA\",\"profile_location\":null,\"description\":\"Your official source for news, updates and tips from Twitter, Inc.\",\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"expanded_url\":\"http:\\/\\/blog.twitter.com\\/\",\"display_url\":\"blog.twitter.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":33620563,\"friends_count\":101,\"listed_count\":86770,\"created_at\":\"Tue Feb 20 14:35:54 +0000 2007\",\"favourites_count\":21,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":1845,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"ACDED6\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/783214\\/1347405327\",\"profile_link_color\":\"226699\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":252,\"favorite_count\":439,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"guardian\",\"name\":\"The Guardian\",\"id\":87818409,\"id_str\":\"87818409\",\"indices\":[4,13]},{\"screen_name\":\"vine\",\"name\":\"Vine\",\"id\":586671909,\"id_str\":\"586671909\",\"indices\":[47,52]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/uAeHSfE6dy\",\"expanded_url\":\"http:\\/\\/www.theguardian.com\\/media\\/2014\\/nov\\/23\\/vine-comedy-clips-journalistic-tool-alex-thomson\",\"display_url\":\"theguardian.com\\/media\\/2014\\/nov\\u2026\",\"indices\":[112,134]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Thu Nov 20 19:57:39 +0000 2014\",\"id\":535522377879146496,\"id_str\":\"535522377879146496\",\"text\":\"Starting today, we're rolling out the ability for you to share Tweets via Direct Messages: https:\\/\\/t.co\\/zRFhYTfKDP\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":783214,\"id_str\":\"783214\",\"name\":\"Twitter\",\"screen_name\":\"twitter\",\"location\":\"San Francisco, CA\",\"profile_location\":null,\"description\":\"Your official source for news, updates and tips from Twitter, Inc.\",\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"expanded_url\":\"http:\\/\\/blog.twitter.com\\/\",\"display_url\":\"blog.twitter.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":33620563,\"friends_count\":101,\"listed_count\":86770,\"created_at\":\"Tue Feb 20 14:35:54 +0000 2007\",\"favourites_count\":21,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":1845,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"ACDED6\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/783214\\/1347405327\",\"profile_link_color\":\"226699\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":1162,\"favorite_count\":896,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[{\"url\":\"https:\\/\\/t.co\\/zRFhYTfKDP\",\"expanded_url\":\"https:\\/\\/blog.twitter.com\\/2014\\/share-a-tweet-through-direct-messages\",\"display_url\":\"blog.twitter.com\\/2014\\/share-a-t\\u2026\",\"indices\":[91,114]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Wed Nov 19 18:08:19 +0000 2014\",\"id\":535132476218150912,\"id_str\":\"535132476218150912\",\"text\":\"Giving #thanks in 140 characters: what are you grateful for? https:\\/\\/t.co\\/PyJnA1P41n\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":783214,\"id_str\":\"783214\",\"name\":\"Twitter\",\"screen_name\":\"twitter\",\"location\":\"San Francisco, CA\",\"profile_location\":null,\"description\":\"Your official source for news, updates and tips from Twitter, Inc.\",\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"expanded_url\":\"http:\\/\\/blog.twitter.com\\/\",\"display_url\":\"blog.twitter.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":33620563,\"friends_count\":101,\"listed_count\":86770,\"created_at\":\"Tue Feb 20 14:35:54 +0000 2007\",\"favourites_count\":21,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":1845,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"ACDED6\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/783214\\/1347405327\",\"profile_link_color\":\"226699\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":301,\"favorite_count\":464,\"entities\":{\"hashtags\":[{\"text\":\"thanks\",\"indices\":[7,14]}],\"symbols\":[],\"user_mentions\":[],\"urls\":[{\"url\":\"https:\\/\\/t.co\\/PyJnA1P41n\",\"expanded_url\":\"https:\\/\\/blog.twitter.com\\/2014\\/giving-thanks-in-140-characters\",\"display_url\":\"blog.twitter.com\\/2014\\/giving-th\\u2026\",\"indices\":[61,84]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Wed Nov 19 17:06:35 +0000 2014\",\"id\":535116943477313536,\"id_str\":\"535116943477313536\",\"text\":\"Move over, Cyber Monday, for \\u201cTwitter Wednesday\\u201d - biggest day for conversation around deals, sales (@mainstr):   http:\\/\\/t.co\\/4Xp4r9EeFE\",\"source\":\"\\u003ca href=\\\"https:\\/\\/about.twitter.com\\/products\\/tweetdeck\\\" rel=\\\"nofollow\\\"\\u003eTweetDeck\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":783214,\"id_str\":\"783214\",\"name\":\"Twitter\",\"screen_name\":\"twitter\",\"location\":\"San Francisco, CA\",\"profile_location\":null,\"description\":\"Your official source for news, updates and tips from Twitter, Inc.\",\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"expanded_url\":\"http:\\/\\/blog.twitter.com\\/\",\"display_url\":\"blog.twitter.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":33620563,\"friends_count\":101,\"listed_count\":86770,\"created_at\":\"Tue Feb 20 14:35:54 +0000 2007\",\"favourites_count\":21,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":1845,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"ACDED6\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/783214\\/1347405327\",\"profile_link_color\":\"226699\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":226,\"favorite_count\":384,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"MainStr\",\"name\":\"MainStreet\",\"id\":15767621,\"id_str\":\"15767621\",\"indices\":[101,109]}],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/4Xp4r9EeFE\",\"expanded_url\":\"http:\\/\\/www.mainstreet.com\\/article\\/twitter-wednesday-joins-black-friday-and-cyber-monday-for-bargains\\/page\\/2\",\"display_url\":\"mainstreet.com\\/article\\/twitte\\u2026\",\"indices\":[114,136]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Tue Nov 18 22:33:24 +0000 2014\",\"id\":534836800276410370,\"id_str\":\"534836800276410370\",\"text\":\"RT @twitterforgood: Find out what our offices around the globe did to support local organizations on #FridayforGood: https:\\/\\/t.co\\/h3sFVFJGMg\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":783214,\"id_str\":\"783214\",\"name\":\"Twitter\",\"screen_name\":\"twitter\",\"location\":\"San Francisco, CA\",\"profile_location\":null,\"description\":\"Your official source for news, updates and tips from Twitter, Inc.\",\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"expanded_url\":\"http:\\/\\/blog.twitter.com\\/\",\"display_url\":\"blog.twitter.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":33620563,\"friends_count\":101,\"listed_count\":86770,\"created_at\":\"Tue Feb 20 14:35:54 +0000 2007\",\"favourites_count\":21,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":1845,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"ACDED6\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/783214\\/1347405327\",\"profile_link_color\":\"226699\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweeted_status\":{\"created_at\":\"Tue Nov 18 22:30:03 +0000 2014\",\"id\":534835958710272003,\"id_str\":\"534835958710272003\",\"text\":\"Find out what our offices around the globe did to support local organizations on #FridayforGood: https:\\/\\/t.co\\/h3sFVFJGMg\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":1884191208,\"id_str\":\"1884191208\",\"name\":\"Twitter for Good\",\"screen_name\":\"twitterforgood\",\"location\":\"\",\"profile_location\":null,\"description\":\"Highlighting our social good initiatives in San Francisco,                               and around the world.\",\"url\":\"https:\\/\\/t.co\\/3IiN18On01\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"https:\\/\\/t.co\\/3IiN18On01\",\"expanded_url\":\"https:\\/\\/blog.twitter.com\\/twitter-for-good\",\"display_url\":\"blog.twitter.com\\/twitter-for-go\\u2026\",\"indices\":[0,23]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":5812,\"friends_count\":22,\"listed_count\":89,\"created_at\":\"Thu Sep 19 19:58:52 +0000 2013\",\"favourites_count\":214,\"utc_offset\":-36000,\"time_zone\":\"Hawaii\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":217,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"C0DEED\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme1\\/bg.png\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/378800000545566440\\/b311670ee00df2c1ba62900a50b73e93_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/378800000545566440\\/b311670ee00df2c1ba62900a50b73e93_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/1884191208\\/1399586556\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"C0DEED\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":true,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":154,\"favorite_count\":224,\"entities\":{\"hashtags\":[{\"text\":\"FridayforGood\",\"indices\":[81,95]}],\"symbols\":[],\"user_mentions\":[],\"urls\":[{\"url\":\"https:\\/\\/t.co\\/h3sFVFJGMg\",\"expanded_url\":\"https:\\/\\/blog.twitter.com\\/2014\\/lending-a-helping-hand-on-fridayforgood-november\",\"display_url\":\"blog.twitter.com\\/2014\\/lending-a\\u2026\",\"indices\":[97,120]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"retweet_count\":154,\"favorite_count\":0,\"entities\":{\"hashtags\":[{\"text\":\"FridayforGood\",\"indices\":[101,115]}],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"twitterforgood\",\"name\":\"Twitter for Good\",\"id\":1884191208,\"id_str\":\"1884191208\",\"indices\":[3,18]}],\"urls\":[{\"url\":\"https:\\/\\/t.co\\/h3sFVFJGMg\",\"expanded_url\":\"https:\\/\\/blog.twitter.com\\/2014\\/lending-a-helping-hand-on-fridayforgood-november\",\"display_url\":\"blog.twitter.com\\/2014\\/lending-a\\u2026\",\"indices\":[117,140]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Tue Nov 18 19:16:14 +0000 2014\",\"id\":534787182938976256,\"id_str\":\"534787182938976256\",\"text\":\"All the world's a stage on #LoveTheatre day. Celebrate tomorrow with @TwitterUK and 300 theaters &amp; organizations: https:\\/\\/t.co\\/rUmbrpd98g\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":783214,\"id_str\":\"783214\",\"name\":\"Twitter\",\"screen_name\":\"twitter\",\"location\":\"San Francisco, CA\",\"profile_location\":null,\"description\":\"Your official source for news, updates and tips from Twitter, Inc.\",\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"expanded_url\":\"http:\\/\\/blog.twitter.com\\/\",\"display_url\":\"blog.twitter.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":33620563,\"friends_count\":101,\"listed_count\":86770,\"created_at\":\"Tue Feb 20 14:35:54 +0000 2007\",\"favourites_count\":21,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":1845,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"ACDED6\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/783214\\/1347405327\",\"profile_link_color\":\"226699\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":295,\"favorite_count\":360,\"entities\":{\"hashtags\":[{\"text\":\"LoveTheatre\",\"indices\":[27,39]}],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"TwitterUK\",\"name\":\"Twitter UK\",\"id\":277761722,\"id_str\":\"277761722\",\"indices\":[69,79]}],\"urls\":[{\"url\":\"https:\\/\\/t.co\\/rUmbrpd98g\",\"expanded_url\":\"https:\\/\\/blog.twitter.com\\/en-gb\\/2014\\/roll-up-for-lovetheatre-day-on-twitter\",\"display_url\":\"blog.twitter.com\\/en-gb\\/2014\\/rol\\u2026\",\"indices\":[118,141]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Tue Nov 18 18:15:56 +0000 2014\",\"id\":534772008198742017,\"id_str\":\"534772008198742017\",\"text\":\"RT @TwitterEng: We're rolling out the ability to search for every Tweet ever published. Learn about how we built this https:\\/\\/t.co\\/KhbgVHZt\\u2026\",\"source\":\"\\u003ca href=\\\"https:\\/\\/about.twitter.com\\/products\\/tweetdeck\\\" rel=\\\"nofollow\\\"\\u003eTweetDeck\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":783214,\"id_str\":\"783214\",\"name\":\"Twitter\",\"screen_name\":\"twitter\",\"location\":\"San Francisco, CA\",\"profile_location\":null,\"description\":\"Your official source for news, updates and tips from Twitter, Inc.\",\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"expanded_url\":\"http:\\/\\/blog.twitter.com\\/\",\"display_url\":\"blog.twitter.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":33620563,\"friends_count\":101,\"listed_count\":86770,\"created_at\":\"Tue Feb 20 14:35:54 +0000 2007\",\"favourites_count\":21,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":1845,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"ACDED6\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/783214\\/1347405327\",\"profile_link_color\":\"226699\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweeted_status\":{\"created_at\":\"Tue Nov 18 17:40:30 +0000 2014\",\"id\":534763087757189120,\"id_str\":\"534763087757189120\",\"text\":\"We're rolling out the ability to search for every Tweet ever published. Learn about how we built this https:\\/\\/t.co\\/KhbgVHZtYE #TwitterSearch\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":6844292,\"id_str\":\"6844292\",\"name\":\"Twitter Engineering\",\"screen_name\":\"TwitterEng\",\"location\":\"San Francisco, CA\",\"profile_location\":null,\"description\":\"The official account for Twitter Engineering.\",\"url\":\"http:\\/\\/t.co\\/gJvsjUZJ3O\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/gJvsjUZJ3O\",\"expanded_url\":\"http:\\/\\/engineering.twitter.com\",\"display_url\":\"engineering.twitter.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":641775,\"friends_count\":0,\"listed_count\":3474,\"created_at\":\"Sat Jun 16 00:14:36 +0000 2007\",\"favourites_count\":0,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":248,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"C6E2EE\",\"profile_background_image_url\":\"http:\\/\\/abs.twimg.com\\/images\\/themes\\/theme2\\/bg.gif\",\"profile_background_image_url_https\":\"https:\\/\\/abs.twimg.com\\/images\\/themes\\/theme2\\/bg.gif\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/2284174594\\/apcu4c9tu2zkefnev0jt_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/2284174594\\/apcu4c9tu2zkefnev0jt_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/6844292\\/1396958504\",\"profile_link_color\":\"1F98C7\",\"profile_sidebar_border_color\":\"C6E2EE\",\"profile_sidebar_fill_color\":\"DAECF4\",\"profile_text_color\":\"663B12\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":1418,\"favorite_count\":1054,\"entities\":{\"hashtags\":[{\"text\":\"TwitterSearch\",\"indices\":[126,140]}],\"symbols\":[],\"user_mentions\":[],\"urls\":[{\"url\":\"https:\\/\\/t.co\\/KhbgVHZtYE\",\"expanded_url\":\"https:\\/\\/blog.twitter.com\\/2014\\/building-a-complete-tweet-index\",\"display_url\":\"blog.twitter.com\\/2014\\/building-\\u2026\",\"indices\":[102,125]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"retweet_count\":1418,\"favorite_count\":0,\"entities\":{\"hashtags\":[{\"text\":\"TwitterSearch\",\"indices\":[139,140]}],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"TwitterEng\",\"name\":\"Twitter Engineering\",\"id\":6844292,\"id_str\":\"6844292\",\"indices\":[3,14]}],\"urls\":[{\"url\":\"https:\\/\\/t.co\\/KhbgVHZtYE\",\"expanded_url\":\"https:\\/\\/blog.twitter.com\\/2014\\/building-a-complete-tweet-index\",\"display_url\":\"blog.twitter.com\\/2014\\/building-\\u2026\",\"indices\":[139,140]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Mon Nov 17 18:16:56 +0000 2014\",\"id\":534409871592943616,\"id_str\":\"534409871592943616\",\"text\":\"Correction: it\\u2019s @SethRogen &amp; @evandgoldberg doing Twitter Q&amp;A Tuesday Nov 18, 4pm PT. Send your questions using #TheInterviewMovie.\",\"source\":\"\\u003ca href=\\\"https:\\/\\/about.twitter.com\\/products\\/tweetdeck\\\" rel=\\\"nofollow\\\"\\u003eTweetDeck\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":783214,\"id_str\":\"783214\",\"name\":\"Twitter\",\"screen_name\":\"twitter\",\"location\":\"San Francisco, CA\",\"profile_location\":null,\"description\":\"Your official source for news, updates and tips from Twitter, Inc.\",\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"expanded_url\":\"http:\\/\\/blog.twitter.com\\/\",\"display_url\":\"blog.twitter.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":33620563,\"friends_count\":101,\"listed_count\":86770,\"created_at\":\"Tue Feb 20 14:35:54 +0000 2007\",\"favourites_count\":21,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":1845,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"ACDED6\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/783214\\/1347405327\",\"profile_link_color\":\"226699\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":155,\"favorite_count\":282,\"entities\":{\"hashtags\":[{\"text\":\"TheInterviewMovie\",\"indices\":[121,139]}],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"Sethrogen\",\"name\":\"Seth Rogen\",\"id\":443215941,\"id_str\":\"443215941\",\"indices\":[17,27]},{\"screen_name\":\"evandgoldberg\",\"name\":\"Evan Goldberg\",\"id\":158639291,\"id_str\":\"158639291\",\"indices\":[34,48]}],\"urls\":[]},\"favorited\":false,\"retweeted\":false,\"lang\":\"en\"},{\"created_at\":\"Mon Nov 17 17:20:06 +0000 2014\",\"id\":534395568269688832,\"id_str\":\"534395568269688832\",\"text\":\"Hey, @SethRogen &amp; @EvanGoldberg are doing Twitter Q&amp;A from our HQ Tuesday Nov 18, 4pm PT. Send your questions using #TheInterviewMovie.\",\"source\":\"\\u003ca href=\\\"https:\\/\\/about.twitter.com\\/products\\/tweetdeck\\\" rel=\\\"nofollow\\\"\\u003eTweetDeck\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":783214,\"id_str\":\"783214\",\"name\":\"Twitter\",\"screen_name\":\"twitter\",\"location\":\"San Francisco, CA\",\"profile_location\":null,\"description\":\"Your official source for news, updates and tips from Twitter, Inc.\",\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"expanded_url\":\"http:\\/\\/blog.twitter.com\\/\",\"display_url\":\"blog.twitter.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":33620563,\"friends_count\":101,\"listed_count\":86770,\"created_at\":\"Tue Feb 20 14:35:54 +0000 2007\",\"favourites_count\":21,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":1845,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"ACDED6\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/783214\\/1347405327\",\"profile_link_color\":\"226699\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":135,\"favorite_count\":267,\"entities\":{\"hashtags\":[{\"text\":\"TheInterviewMovie\",\"indices\":[124,142]}],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"Sethrogen\",\"name\":\"Seth Rogen\",\"id\":443215941,\"id_str\":\"443215941\",\"indices\":[5,15]},{\"screen_name\":\"evangoldberg\",\"name\":\"Evan Goldberg\",\"id\":17544053,\"id_str\":\"17544053\",\"indices\":[22,35]}],\"urls\":[]},\"favorited\":false,\"retweeted\":false,\"lang\":\"en\"},{\"created_at\":\"Thu Nov 13 15:01:21 +0000 2014\",\"id\":532911097175498752,\"id_str\":\"532911097175498752\",\"text\":\"The @WhiteHouse just debuted new #ItsOnUs PSA w\\/ Twitter video tool. Watch this important message here: https:\\/\\/t.co\\/k8XAk4Cp2n\",\"source\":\"\\u003ca href=\\\"https:\\/\\/about.twitter.com\\/products\\/tweetdeck\\\" rel=\\\"nofollow\\\"\\u003eTweetDeck\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":783214,\"id_str\":\"783214\",\"name\":\"Twitter\",\"screen_name\":\"twitter\",\"location\":\"San Francisco, CA\",\"profile_location\":null,\"description\":\"Your official source for news, updates and tips from Twitter, Inc.\",\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"expanded_url\":\"http:\\/\\/blog.twitter.com\\/\",\"display_url\":\"blog.twitter.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":33620563,\"friends_count\":101,\"listed_count\":86770,\"created_at\":\"Tue Feb 20 14:35:54 +0000 2007\",\"favourites_count\":21,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":1845,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"ACDED6\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/783214\\/1347405327\",\"profile_link_color\":\"226699\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":459,\"favorite_count\":464,\"entities\":{\"hashtags\":[{\"text\":\"ItsOnUs\",\"indices\":[33,41]}],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"WhiteHouse\",\"name\":\"The White House\",\"id\":30313925,\"id_str\":\"30313925\",\"indices\":[4,15]}],\"urls\":[{\"url\":\"https:\\/\\/t.co\\/k8XAk4Cp2n\",\"expanded_url\":\"https:\\/\\/twitter.com\\/WhiteHouse\\/status\\/532908216019984384\",\"display_url\":\"twitter.com\\/WhiteHouse\\/sta\\u2026\",\"indices\":[104,127]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Wed Nov 12 19:07:23 +0000 2014\",\"id\":532610627382951936,\"id_str\":\"532610627382951936\",\"text\":\"Here are some insights into product improvements we\\u2019re bringing to Twitter in the coming months: https:\\/\\/t.co\\/Svds9V8UBW\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":783214,\"id_str\":\"783214\",\"name\":\"Twitter\",\"screen_name\":\"twitter\",\"location\":\"San Francisco, CA\",\"profile_location\":null,\"description\":\"Your official source for news, updates and tips from Twitter, Inc.\",\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"expanded_url\":\"http:\\/\\/blog.twitter.com\\/\",\"display_url\":\"blog.twitter.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":33620563,\"friends_count\":101,\"listed_count\":86770,\"created_at\":\"Tue Feb 20 14:35:54 +0000 2007\",\"favourites_count\":21,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":1845,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"ACDED6\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/783214\\/1347405327\",\"profile_link_color\":\"226699\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":585,\"favorite_count\":659,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[{\"url\":\"https:\\/\\/t.co\\/Svds9V8UBW\",\"expanded_url\":\"https:\\/\\/blog.twitter.com\\/2014\\/coming-soon-to-twitter\",\"display_url\":\"blog.twitter.com\\/2014\\/coming-so\\u2026\",\"indices\":[97,120]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Wed Nov 12 14:46:32 +0000 2014\",\"id\":532544981131481091,\"id_str\":\"532544981131481091\",\"text\":\"Wow! @ESA_Rosetta Tweets \\u2018farewell\\u2018 photo from space of @Philae2014 heading towards its historic #CometLanding http:\\/\\/t.co\\/AYRLHrpXVy\",\"source\":\"\\u003ca href=\\\"https:\\/\\/about.twitter.com\\/products\\/tweetdeck\\\" rel=\\\"nofollow\\\"\\u003eTweetDeck\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":783214,\"id_str\":\"783214\",\"name\":\"Twitter\",\"screen_name\":\"twitter\",\"location\":\"San Francisco, CA\",\"profile_location\":null,\"description\":\"Your official source for news, updates and tips from Twitter, Inc.\",\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"expanded_url\":\"http:\\/\\/blog.twitter.com\\/\",\"display_url\":\"blog.twitter.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":33620563,\"friends_count\":101,\"listed_count\":86770,\"created_at\":\"Tue Feb 20 14:35:54 +0000 2007\",\"favourites_count\":21,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":1845,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"ACDED6\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/783214\\/1347405327\",\"profile_link_color\":\"226699\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":673,\"favorite_count\":777,\"entities\":{\"hashtags\":[{\"text\":\"CometLanding\",\"indices\":[97,110]}],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"ESA_Rosetta\",\"name\":\"ESA Rosetta Mission\",\"id\":253536357,\"id_str\":\"253536357\",\"indices\":[5,17]},{\"screen_name\":\"Philae2014\",\"name\":\"Philae Lander\",\"id\":208442526,\"id_str\":\"208442526\",\"indices\":[56,67]}],\"urls\":[],\"media\":[{\"id\":532544980720443392,\"id_str\":\"532544980720443392\",\"indices\":[111,133],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B2P61qLCYAAtZkE.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B2P61qLCYAAtZkE.png\",\"url\":\"http:\\/\\/t.co\\/AYRLHrpXVy\",\"display_url\":\"pic.twitter.com\\/AYRLHrpXVy\",\"expanded_url\":\"http:\\/\\/twitter.com\\/twitter\\/status\\/532544981131481091\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"small\":{\"w\":340,\"h\":341,\"resize\":\"fit\"},\"medium\":{\"w\":556,\"h\":559,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"large\":{\"w\":556,\"h\":559,\"resize\":\"fit\"}}}]},\"extended_entities\":{\"media\":[{\"id\":532544980720443392,\"id_str\":\"532544980720443392\",\"indices\":[111,133],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B2P61qLCYAAtZkE.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B2P61qLCYAAtZkE.png\",\"url\":\"http:\\/\\/t.co\\/AYRLHrpXVy\",\"display_url\":\"pic.twitter.com\\/AYRLHrpXVy\",\"expanded_url\":\"http:\\/\\/twitter.com\\/twitter\\/status\\/532544981131481091\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"small\":{\"w\":340,\"h\":341,\"resize\":\"fit\"},\"medium\":{\"w\":556,\"h\":559,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"large\":{\"w\":556,\"h\":559,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Tue Nov 11 19:32:29 +0000 2014\",\"id\":532254554071769089,\"id_str\":\"532254554071769089\",\"text\":\"RT @TwitterSports: Our #NFL recap of week 10 takes your favorite sport, then turns it up to 11. https:\\/\\/t.co\\/NXjC8vQhyq http:\\/\\/t.co\\/PaFGlZI\\u2026\",\"source\":\"\\u003ca href=\\\"https:\\/\\/about.twitter.com\\/products\\/tweetdeck\\\" rel=\\\"nofollow\\\"\\u003eTweetDeck\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":783214,\"id_str\":\"783214\",\"name\":\"Twitter\",\"screen_name\":\"twitter\",\"location\":\"San Francisco, CA\",\"profile_location\":null,\"description\":\"Your official source for news, updates and tips from Twitter, Inc.\",\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"expanded_url\":\"http:\\/\\/blog.twitter.com\\/\",\"display_url\":\"blog.twitter.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":33620563,\"friends_count\":101,\"listed_count\":86770,\"created_at\":\"Tue Feb 20 14:35:54 +0000 2007\",\"favourites_count\":21,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":1845,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"ACDED6\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/783214\\/1347405327\",\"profile_link_color\":\"226699\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweeted_status\":{\"created_at\":\"Tue Nov 11 19:25:30 +0000 2014\",\"id\":532252796225986560,\"id_str\":\"532252796225986560\",\"text\":\"Our #NFL recap of week 10 takes your favorite sport, then turns it up to 11. https:\\/\\/t.co\\/NXjC8vQhyq http:\\/\\/t.co\\/PaFGlZIWcQ\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":300392950,\"id_str\":\"300392950\",\"name\":\"Twitter Sports\",\"screen_name\":\"TwitterSports\",\"location\":\"TwitterHQ\",\"profile_location\":null,\"description\":\"Sports related tweets from around the world.\",\"url\":\"https:\\/\\/t.co\\/J9jRbknG4l\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"https:\\/\\/t.co\\/J9jRbknG4l\",\"expanded_url\":\"https:\\/\\/blog.twitter.com\\/media\",\"display_url\":\"blog.twitter.com\\/media\",\"indices\":[0,23]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":4248281,\"friends_count\":263,\"listed_count\":6486,\"created_at\":\"Tue May 17 17:54:29 +0000 2011\",\"favourites_count\":62,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":2138,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"C0DEED\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/656936359\\/pjmryisi4g22te2awpxb.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/656936359\\/pjmryisi4g22te2awpxb.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/3752498247\\/a26b3f2a944f600b8bc990d02cd96928_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/3752498247\\/a26b3f2a944f600b8bc990d02cd96928_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/300392950\\/1396972348\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"C0DEED\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":216,\"favorite_count\":301,\"entities\":{\"hashtags\":[{\"text\":\"NFL\",\"indices\":[4,8]}],\"symbols\":[],\"user_mentions\":[],\"urls\":[{\"url\":\"https:\\/\\/t.co\\/NXjC8vQhyq\",\"expanded_url\":\"https:\\/\\/blog.twitter.com\\/2014\\/the-nfl-on-twitter-week-10\",\"display_url\":\"blog.twitter.com\\/2014\\/the-nfl-o\\u2026\",\"indices\":[77,100]}],\"media\":[{\"id\":532252795076747264,\"id_str\":\"532252795076747264\",\"indices\":[101,123],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B2LxGN1CIAAqB7h.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B2LxGN1CIAAqB7h.png\",\"url\":\"http:\\/\\/t.co\\/PaFGlZIWcQ\",\"display_url\":\"pic.twitter.com\\/PaFGlZIWcQ\",\"expanded_url\":\"http:\\/\\/twitter.com\\/TwitterSports\\/status\\/532252796225986560\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"large\":{\"w\":800,\"h\":400,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":170,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":300,\"resize\":\"fit\"}}}]},\"extended_entities\":{\"media\":[{\"id\":532252795076747264,\"id_str\":\"532252795076747264\",\"indices\":[101,123],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B2LxGN1CIAAqB7h.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B2LxGN1CIAAqB7h.png\",\"url\":\"http:\\/\\/t.co\\/PaFGlZIWcQ\",\"display_url\":\"pic.twitter.com\\/PaFGlZIWcQ\",\"expanded_url\":\"http:\\/\\/twitter.com\\/TwitterSports\\/status\\/532252796225986560\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"large\":{\"w\":800,\"h\":400,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":170,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":300,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"retweet_count\":216,\"favorite_count\":0,\"entities\":{\"hashtags\":[{\"text\":\"NFL\",\"indices\":[23,27]}],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"TwitterSports\",\"name\":\"Twitter Sports\",\"id\":300392950,\"id_str\":\"300392950\",\"indices\":[3,17]}],\"urls\":[{\"url\":\"https:\\/\\/t.co\\/NXjC8vQhyq\",\"expanded_url\":\"https:\\/\\/blog.twitter.com\\/2014\\/the-nfl-on-twitter-week-10\",\"display_url\":\"blog.twitter.com\\/2014\\/the-nfl-o\\u2026\",\"indices\":[96,119]}],\"media\":[{\"id\":532252795076747264,\"id_str\":\"532252795076747264\",\"indices\":[139,140],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B2LxGN1CIAAqB7h.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B2LxGN1CIAAqB7h.png\",\"url\":\"http:\\/\\/t.co\\/PaFGlZIWcQ\",\"display_url\":\"pic.twitter.com\\/PaFGlZIWcQ\",\"expanded_url\":\"http:\\/\\/twitter.com\\/TwitterSports\\/status\\/532252796225986560\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"large\":{\"w\":800,\"h\":400,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":170,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":300,\"resize\":\"fit\"}},\"source_status_id\":532252796225986560,\"source_status_id_str\":\"532252796225986560\"}]},\"extended_entities\":{\"media\":[{\"id\":532252795076747264,\"id_str\":\"532252795076747264\",\"indices\":[139,140],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B2LxGN1CIAAqB7h.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B2LxGN1CIAAqB7h.png\",\"url\":\"http:\\/\\/t.co\\/PaFGlZIWcQ\",\"display_url\":\"pic.twitter.com\\/PaFGlZIWcQ\",\"expanded_url\":\"http:\\/\\/twitter.com\\/TwitterSports\\/status\\/532252796225986560\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"large\":{\"w\":800,\"h\":400,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":170,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":300,\"resize\":\"fit\"}},\"source_status_id\":532252796225986560,\"source_status_id_str\":\"532252796225986560\"}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Tue Nov 11 18:57:48 +0000 2014\",\"id\":532245825997398016,\"id_str\":\"532245825997398016\",\"text\":\"Last night @Jeopardy featured a category called Twitter Feeds. We'll take \\\"Best Category Ever\\\" for $500, Alex. http:\\/\\/t.co\\/RJ8OMh0vIW\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":783214,\"id_str\":\"783214\",\"name\":\"Twitter\",\"screen_name\":\"twitter\",\"location\":\"San Francisco, CA\",\"profile_location\":null,\"description\":\"Your official source for news, updates and tips from Twitter, Inc.\",\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"expanded_url\":\"http:\\/\\/blog.twitter.com\\/\",\"display_url\":\"blog.twitter.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":33620563,\"friends_count\":101,\"listed_count\":86770,\"created_at\":\"Tue Feb 20 14:35:54 +0000 2007\",\"favourites_count\":21,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":1845,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"ACDED6\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/783214\\/1347405327\",\"profile_link_color\":\"226699\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":406,\"favorite_count\":676,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"Jeopardy\",\"name\":\"Jeopardy!\",\"id\":52554306,\"id_str\":\"52554306\",\"indices\":[11,20]}],\"urls\":[],\"media\":[{\"id\":532245825355673601,\"id_str\":\"532245825355673601\",\"indices\":[111,133],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B2LqwhmCcAEy-Gp.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B2LqwhmCcAEy-Gp.png\",\"url\":\"http:\\/\\/t.co\\/RJ8OMh0vIW\",\"display_url\":\"pic.twitter.com\\/RJ8OMh0vIW\",\"expanded_url\":\"http:\\/\\/twitter.com\\/twitter\\/status\\/532245825997398016\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"medium\":{\"w\":394,\"h\":419,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":360,\"resize\":\"fit\"},\"large\":{\"w\":394,\"h\":419,\"resize\":\"fit\"}}}]},\"extended_entities\":{\"media\":[{\"id\":532245825355673601,\"id_str\":\"532245825355673601\",\"indices\":[111,133],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B2LqwhmCcAEy-Gp.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B2LqwhmCcAEy-Gp.png\",\"url\":\"http:\\/\\/t.co\\/RJ8OMh0vIW\",\"display_url\":\"pic.twitter.com\\/RJ8OMh0vIW\",\"expanded_url\":\"http:\\/\\/twitter.com\\/twitter\\/status\\/532245825997398016\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"medium\":{\"w\":394,\"h\":419,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":360,\"resize\":\"fit\"},\"large\":{\"w\":394,\"h\":419,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Wed Nov 05 18:42:24 +0000 2014\",\"id\":530067625791868928,\"id_str\":\"530067625791868928\",\"text\":\"It just got easier to Tweet on http:\\/\\/t.co\\/SlNTFacp9A. You can now compose new Tweets at the top of your home timeline.\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\\" rel=\\\"nofollow\\\"\\u003eTwitter Web Client\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":783214,\"id_str\":\"783214\",\"name\":\"Twitter\",\"screen_name\":\"twitter\",\"location\":\"San Francisco, CA\",\"profile_location\":null,\"description\":\"Your official source for news, updates and tips from Twitter, Inc.\",\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"expanded_url\":\"http:\\/\\/blog.twitter.com\\/\",\"display_url\":\"blog.twitter.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":33620563,\"friends_count\":101,\"listed_count\":86770,\"created_at\":\"Tue Feb 20 14:35:54 +0000 2007\",\"favourites_count\":21,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":1845,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"ACDED6\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/783214\\/1347405327\",\"profile_link_color\":\"226699\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":1162,\"favorite_count\":1179,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[{\"url\":\"http:\\/\\/t.co\\/SlNTFacp9A\",\"expanded_url\":\"http:\\/\\/Twitter.com\",\"display_url\":\"Twitter.com\",\"indices\":[31,53]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Tue Nov 04 15:47:00 +0000 2014\",\"id\":529661094508236800,\"id_str\":\"529661094508236800\",\"text\":\"RT @gov: #Election2014: keeping you informed on the midterms https:\\/\\/t.co\\/gzUv5lbvQC\",\"source\":\"\\u003ca href=\\\"https:\\/\\/about.twitter.com\\/products\\/tweetdeck\\\" rel=\\\"nofollow\\\"\\u003eTweetDeck\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":783214,\"id_str\":\"783214\",\"name\":\"Twitter\",\"screen_name\":\"twitter\",\"location\":\"San Francisco, CA\",\"profile_location\":null,\"description\":\"Your official source for news, updates and tips from Twitter, Inc.\",\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"expanded_url\":\"http:\\/\\/blog.twitter.com\\/\",\"display_url\":\"blog.twitter.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":33620563,\"friends_count\":101,\"listed_count\":86770,\"created_at\":\"Tue Feb 20 14:35:54 +0000 2007\",\"favourites_count\":21,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":1845,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"ACDED6\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/783214\\/1347405327\",\"profile_link_color\":\"226699\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweeted_status\":{\"created_at\":\"Tue Nov 04 14:35:26 +0000 2014\",\"id\":529643085022502912,\"id_str\":\"529643085022502912\",\"text\":\"#Election2014: keeping you informed on the midterms https:\\/\\/t.co\\/gzUv5lbvQC\",\"source\":\"\\u003ca href=\\\"https:\\/\\/about.twitter.com\\/products\\/tweetdeck\\\" rel=\\\"nofollow\\\"\\u003eTweetDeck\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":222953824,\"id_str\":\"222953824\",\"name\":\"Twitter Government\",\"screen_name\":\"gov\",\"location\":\"Washington, DC\",\"profile_location\":null,\"description\":\"Updates from the Twitter Government & Politics team, tracking creative & effective uses of Twitter for civic engagement. RTs & examples\\u2260political endorsements.\",\"url\":\"http:\\/\\/t.co\\/gsq7JK76IN\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/gsq7JK76IN\",\"expanded_url\":\"http:\\/\\/gov.twitter.com\",\"display_url\":\"gov.twitter.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":748852,\"friends_count\":3,\"listed_count\":3343,\"created_at\":\"Sat Dec 04 23:27:01 +0000 2010\",\"favourites_count\":19,\"utc_offset\":-18000,\"time_zone\":\"Eastern Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":1178,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"C0DEED\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/378138859\\/townhallbg.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/378138859\\/townhallbg.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/531872382793707520\\/renUd2dR_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/531872382793707520\\/renUd2dR_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/222953824\\/1408990539\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"C0DEED\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":190,\"favorite_count\":291,\"entities\":{\"hashtags\":[{\"text\":\"Election2014\",\"indices\":[0,13]}],\"symbols\":[],\"user_mentions\":[],\"urls\":[{\"url\":\"https:\\/\\/t.co\\/gzUv5lbvQC\",\"expanded_url\":\"https:\\/\\/blog.twitter.com\\/2014\\/election2014-keeping-you-informed-on-the-midterms\",\"display_url\":\"blog.twitter.com\\/2014\\/election2\\u2026\",\"indices\":[52,75]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"retweet_count\":190,\"favorite_count\":0,\"entities\":{\"hashtags\":[{\"text\":\"Election2014\",\"indices\":[9,22]}],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"gov\",\"name\":\"Twitter Government\",\"id\":222953824,\"id_str\":\"222953824\",\"indices\":[3,7]}],\"urls\":[{\"url\":\"https:\\/\\/t.co\\/gzUv5lbvQC\",\"expanded_url\":\"https:\\/\\/blog.twitter.com\\/2014\\/election2014-keeping-you-informed-on-the-midterms\",\"display_url\":\"blog.twitter.com\\/2014\\/election2\\u2026\",\"indices\":[61,84]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},{\"created_at\":\"Sat Nov 01 22:53:33 +0000 2014\",\"id\":528681275725328384,\"id_str\":\"528681275725328384\",\"text\":\"RT @TwitterMovies: Check out the Twitter Q&amp;A with @JimCarrey and @Jeff_Daniels here: https:\\/\\/t.co\\/0eRh8nBeOX #DumbTo\",\"source\":\"\\u003ca href=\\\"https:\\/\\/about.twitter.com\\/products\\/tweetdeck\\\" rel=\\\"nofollow\\\"\\u003eTweetDeck\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":783214,\"id_str\":\"783214\",\"name\":\"Twitter\",\"screen_name\":\"twitter\",\"location\":\"San Francisco, CA\",\"profile_location\":null,\"description\":\"Your official source for news, updates and tips from Twitter, Inc.\",\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/5iRhy7wTgu\",\"expanded_url\":\"http:\\/\\/blog.twitter.com\\/\",\"display_url\":\"blog.twitter.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":33620563,\"friends_count\":101,\"listed_count\":86770,\"created_at\":\"Tue Feb 20 14:35:54 +0000 2007\",\"favourites_count\":21,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":true,\"verified\":true,\"statuses_count\":1845,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"ACDED6\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/657090062\\/l1uqey5sy82r9ijhke1i.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/530553072594874368\\/7f9QErOD_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/783214\\/1347405327\",\"profile_link_color\":\"226699\",\"profile_sidebar_border_color\":\"FFFFFF\",\"profile_sidebar_fill_color\":\"F6F6F6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":true,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweeted_status\":{\"created_at\":\"Sat Nov 01 22:29:39 +0000 2014\",\"id\":528675264327581696,\"id_str\":\"528675264327581696\",\"text\":\"Check out the Twitter Q&amp;A with @JimCarrey and @Jeff_Daniels here: https:\\/\\/t.co\\/0eRh8nBeOX #DumbTo\",\"source\":\"\\u003ca href=\\\"http:\\/\\/twitter.com\\/download\\/iphone\\\" rel=\\\"nofollow\\\"\\u003eTwitter for iPhone\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"user\":{\"id\":436266454,\"id_str\":\"436266454\",\"name\":\"Twitter Movies\",\"screen_name\":\"TwitterMovies\",\"location\":\"\",\"profile_location\":null,\"description\":\"News, trailers, and fun facts from the silver screen.\",\"url\":null,\"entities\":{\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":2316694,\"friends_count\":179,\"listed_count\":2869,\"created_at\":\"Wed Dec 14 00:18:42 +0000 2011\",\"favourites_count\":124,\"utc_offset\":-28800,\"time_zone\":\"Pacific Time (US & Canada)\",\"geo_enabled\":false,\"verified\":true,\"statuses_count\":1874,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"C0DEED\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/533938350\\/twitter_movies_bkg.png\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/533938350\\/twitter_movies_bkg.png\",\"profile_background_tile\":true,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/3782455568\\/fd405c11cd9ca7f29aa158fc4ac5f0a1_normal.png\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/3782455568\\/fd405c11cd9ca7f29aa158fc4ac5f0a1_normal.png\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/436266454\\/1347404339\",\"profile_link_color\":\"0084B4\",\"profile_sidebar_border_color\":\"C0DEED\",\"profile_sidebar_fill_color\":\"DDEEF6\",\"profile_text_color\":\"333333\",\"profile_use_background_image\":true,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false},\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":216,\"favorite_count\":384,\"entities\":{\"hashtags\":[{\"text\":\"DumbTo\",\"indices\":[94,101]}],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"JimCarrey\",\"name\":\"Jim Carrey\",\"id\":52551600,\"id_str\":\"52551600\",\"indices\":[35,45]},{\"screen_name\":\"Jeff_Daniels\",\"name\":\"Jeff Daniels\",\"id\":506652594,\"id_str\":\"506652594\",\"indices\":[50,63]}],\"urls\":[{\"url\":\"https:\\/\\/t.co\\/0eRh8nBeOX\",\"expanded_url\":\"https:\\/\\/twitter.com\\/TwitterMovies\\/timelines\\/528654634693320704\",\"display_url\":\"twitter.com\\/TwitterMovies\\/\\u2026\",\"indices\":[70,93]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"retweet_count\":216,\"favorite_count\":0,\"entities\":{\"hashtags\":[{\"text\":\"DumbTo\",\"indices\":[113,120]}],\"symbols\":[],\"user_mentions\":[{\"screen_name\":\"TwitterMovies\",\"name\":\"Twitter Movies\",\"id\":436266454,\"id_str\":\"436266454\",\"indices\":[3,17]},{\"screen_name\":\"JimCarrey\",\"name\":\"Jim Carrey\",\"id\":52551600,\"id_str\":\"52551600\",\"indices\":[54,64]},{\"screen_name\":\"Jeff_Daniels\",\"name\":\"Jeff Daniels\",\"id\":506652594,\"id_str\":\"506652594\",\"indices\":[69,82]}],\"urls\":[{\"url\":\"https:\\/\\/t.co\\/0eRh8nBeOX\",\"expanded_url\":\"https:\\/\\/twitter.com\\/TwitterMovies\\/timelines\\/528654634693320704\",\"display_url\":\"twitter.com\\/TwitterMovies\\/\\u2026\",\"indices\":[89,112]}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"}]"
+                }
+            }
+        }
+    ]
+}
\ No newline at end of file
diff --git a/cassettes/testverifycredentials.json b/cassettes/testverifycredentials.json
new file mode 100644 (file)
index 0000000..411ed5d
--- /dev/null
@@ -0,0 +1,257 @@
+{
+    "version": 1, 
+    "interactions": [
+        {
+            "request": {
+                "body": null, 
+                "headers": {
+                    "Host": [
+                        "api.twitter.com"
+                    ]
+                }, 
+                "method": "GET", 
+                "uri": "https://api.twitter.com:443/1.1/account/verify_credentials.json"
+            }, 
+            "response": {
+                "status": {
+                    "message": "OK", 
+                    "code": 200
+                }, 
+                "headers": {
+                    "status": [
+                        "200 OK"
+                    ], 
+                    "x-rate-limit-remaining": [
+                        "11"
+                    ], 
+                    "content-length": [
+                        "2848"
+                    ], 
+                    "expires": [
+                        "Tue, 31 Mar 1981 05:00:00 GMT"
+                    ], 
+                    "x-transaction": [
+                        "6ed8a8fdec335685"
+                    ], 
+                    "x-content-type-options": [
+                        "nosniff"
+                    ], 
+                    "x-connection-hash": [
+                        "20ad734d9d80aa2269790cc6392359ad"
+                    ], 
+                    "set-cookie": [
+                        "lang=en", 
+                        "guest_id=v1%3A141738013225532923; Domain=.twitter.com; Path=/; Expires=Tue, 29-Nov-2016 20:42:12 UTC"
+                    ], 
+                    "strict-transport-security": [
+                        "max-age=631138519"
+                    ], 
+                    "x-access-level": [
+                        "read-write-directmessages"
+                    ], 
+                    "server": [
+                        "tsa_b"
+                    ], 
+                    "last-modified": [
+                        "Sun, 30 Nov 2014 20:42:12 GMT"
+                    ], 
+                    "x-xss-protection": [
+                        "1; mode=block"
+                    ], 
+                    "x-rate-limit-reset": [
+                        "1417380989"
+                    ], 
+                    "pragma": [
+                        "no-cache"
+                    ], 
+                    "cache-control": [
+                        "no-cache, no-store, must-revalidate, pre-check=0, post-check=0"
+                    ], 
+                    "date": [
+                        "Sun, 30 Nov 2014 20:42:12 UTC"
+                    ], 
+                    "x-rate-limit-limit": [
+                        "15"
+                    ], 
+                    "x-frame-options": [
+                        "SAMEORIGIN"
+                    ], 
+                    "content-type": [
+                        "application/json;charset=utf-8"
+                    ]
+                }, 
+                "body": {
+                    "string": "{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":540,\"lang\":\"en\",\"status\":{\"created_at\":\"Sun Nov 30 20:42:10 +0000 2014\",\"id\":539157461698351104,\"id_str\":\"539157461698351104\",\"text\":\"testing 1000 http:\\/\\/t.co\\/tGU9ReCq1H\",\"source\":\"\\u003ca href=\\\"http:\\/\\/tweepy.github.com\\/\\\" rel=\\\"nofollow\\\"\\u003eTweepyTravis\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":0,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[],\"media\":[{\"id\":539157461669015554,\"id_str\":\"539157461669015554\",\"indices\":[13,35],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3t42tTIcAIsEPG.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3t42tTIcAIsEPG.png\",\"url\":\"http:\\/\\/t.co\\/tGU9ReCq1H\",\"display_url\":\"pic.twitter.com\\/tGU9ReCq1H\",\"expanded_url\":\"http:\\/\\/twitter.com\\/tweepytest\\/status\\/539157461698351104\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":170,\"resize\":\"fit\"},\"large\":{\"w\":1024,\"h\":512,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":300,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417380122\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}"
+                }
+            }
+        }, 
+        {
+            "request": {
+                "body": null, 
+                "headers": {
+                    "Host": [
+                        "api.twitter.com"
+                    ]
+                }, 
+                "method": "GET", 
+                "uri": "https://api.twitter.com:443/1.1/account/verify_credentials.json?include_entities=True"
+            }, 
+            "response": {
+                "status": {
+                    "message": "OK", 
+                    "code": 200
+                }, 
+                "headers": {
+                    "status": [
+                        "200 OK"
+                    ], 
+                    "x-rate-limit-remaining": [
+                        "10"
+                    ], 
+                    "content-length": [
+                        "2848"
+                    ], 
+                    "expires": [
+                        "Tue, 31 Mar 1981 05:00:00 GMT"
+                    ], 
+                    "x-transaction": [
+                        "d0a122d04af12188"
+                    ], 
+                    "x-content-type-options": [
+                        "nosniff"
+                    ], 
+                    "x-connection-hash": [
+                        "6476088134c2f866fd6c9f97f65c1bad"
+                    ], 
+                    "set-cookie": [
+                        "lang=en", 
+                        "guest_id=v1%3A141738013268928331; Domain=.twitter.com; Path=/; Expires=Tue, 29-Nov-2016 20:42:12 UTC"
+                    ], 
+                    "strict-transport-security": [
+                        "max-age=631138519"
+                    ], 
+                    "x-access-level": [
+                        "read-write-directmessages"
+                    ], 
+                    "server": [
+                        "tsa_b"
+                    ], 
+                    "last-modified": [
+                        "Sun, 30 Nov 2014 20:42:12 GMT"
+                    ], 
+                    "x-xss-protection": [
+                        "1; mode=block"
+                    ], 
+                    "x-rate-limit-reset": [
+                        "1417380989"
+                    ], 
+                    "pragma": [
+                        "no-cache"
+                    ], 
+                    "cache-control": [
+                        "no-cache, no-store, must-revalidate, pre-check=0, post-check=0"
+                    ], 
+                    "date": [
+                        "Sun, 30 Nov 2014 20:42:12 UTC"
+                    ], 
+                    "x-rate-limit-limit": [
+                        "15"
+                    ], 
+                    "x-frame-options": [
+                        "SAMEORIGIN"
+                    ], 
+                    "content-type": [
+                        "application/json;charset=utf-8"
+                    ]
+                }, 
+                "body": {
+                    "string": "{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":540,\"lang\":\"en\",\"status\":{\"created_at\":\"Sun Nov 30 20:42:10 +0000 2014\",\"id\":539157461698351104,\"id_str\":\"539157461698351104\",\"text\":\"testing 1000 http:\\/\\/t.co\\/tGU9ReCq1H\",\"source\":\"\\u003ca href=\\\"http:\\/\\/tweepy.github.com\\/\\\" rel=\\\"nofollow\\\"\\u003eTweepyTravis\\u003c\\/a\\u003e\",\"truncated\":false,\"in_reply_to_status_id\":null,\"in_reply_to_status_id_str\":null,\"in_reply_to_user_id\":null,\"in_reply_to_user_id_str\":null,\"in_reply_to_screen_name\":null,\"geo\":null,\"coordinates\":null,\"place\":null,\"contributors\":null,\"retweet_count\":0,\"favorite_count\":0,\"entities\":{\"hashtags\":[],\"symbols\":[],\"user_mentions\":[],\"urls\":[],\"media\":[{\"id\":539157461669015554,\"id_str\":\"539157461669015554\",\"indices\":[13,35],\"media_url\":\"http:\\/\\/pbs.twimg.com\\/media\\/B3t42tTIcAIsEPG.png\",\"media_url_https\":\"https:\\/\\/pbs.twimg.com\\/media\\/B3t42tTIcAIsEPG.png\",\"url\":\"http:\\/\\/t.co\\/tGU9ReCq1H\",\"display_url\":\"pic.twitter.com\\/tGU9ReCq1H\",\"expanded_url\":\"http:\\/\\/twitter.com\\/tweepytest\\/status\\/539157461698351104\\/photo\\/1\",\"type\":\"photo\",\"sizes\":{\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":340,\"h\":170,\"resize\":\"fit\"},\"large\":{\"w\":1024,\"h\":512,\"resize\":\"fit\"},\"medium\":{\"w\":600,\"h\":300,\"resize\":\"fit\"}}}]},\"favorited\":false,\"retweeted\":false,\"possibly_sensitive\":false,\"lang\":\"en\"},\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417380122\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}"
+                }
+            }
+        }, 
+        {
+            "request": {
+                "body": null, 
+                "headers": {
+                    "Host": [
+                        "api.twitter.com"
+                    ]
+                }, 
+                "method": "GET", 
+                "uri": "https://api.twitter.com:443/1.1/account/verify_credentials.json?skip_status=True"
+            }, 
+            "response": {
+                "status": {
+                    "message": "OK", 
+                    "code": 200
+                }, 
+                "headers": {
+                    "status": [
+                        "200 OK"
+                    ], 
+                    "x-rate-limit-remaining": [
+                        "9"
+                    ], 
+                    "content-length": [
+                        "1590"
+                    ], 
+                    "expires": [
+                        "Tue, 31 Mar 1981 05:00:00 GMT"
+                    ], 
+                    "x-transaction": [
+                        "6ea7b3baf1f441a3"
+                    ], 
+                    "x-content-type-options": [
+                        "nosniff"
+                    ], 
+                    "x-connection-hash": [
+                        "8bf2d13540183a6199f17c80574de3ff"
+                    ], 
+                    "set-cookie": [
+                        "lang=en", 
+                        "guest_id=v1%3A141738013309380877; Domain=.twitter.com; Path=/; Expires=Tue, 29-Nov-2016 20:42:13 UTC"
+                    ], 
+                    "strict-transport-security": [
+                        "max-age=631138519"
+                    ], 
+                    "x-access-level": [
+                        "read-write-directmessages"
+                    ], 
+                    "server": [
+                        "tsa_b"
+                    ], 
+                    "last-modified": [
+                        "Sun, 30 Nov 2014 20:42:13 GMT"
+                    ], 
+                    "x-xss-protection": [
+                        "1; mode=block"
+                    ], 
+                    "x-rate-limit-reset": [
+                        "1417380989"
+                    ], 
+                    "pragma": [
+                        "no-cache"
+                    ], 
+                    "cache-control": [
+                        "no-cache, no-store, must-revalidate, pre-check=0, post-check=0"
+                    ], 
+                    "date": [
+                        "Sun, 30 Nov 2014 20:42:13 UTC"
+                    ], 
+                    "x-rate-limit-limit": [
+                        "15"
+                    ], 
+                    "x-frame-options": [
+                        "SAMEORIGIN"
+                    ], 
+                    "content-type": [
+                        "application/json;charset=utf-8"
+                    ]
+                }, 
+                "body": {
+                    "string": "{\"id\":82301637,\"id_str\":\"82301637\",\"name\":\"Tweepy test 123\",\"screen_name\":\"tweepytest\",\"location\":\"pytopia\",\"profile_location\":null,\"description\":\"A test account for testing stuff.\",\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"entities\":{\"url\":{\"urls\":[{\"url\":\"http:\\/\\/t.co\\/3L9bWVrV0b\",\"expanded_url\":\"http:\\/\\/foo.com\",\"display_url\":\"foo.com\",\"indices\":[0,22]}]},\"description\":{\"urls\":[]}},\"protected\":false,\"followers_count\":10,\"friends_count\":11,\"listed_count\":0,\"created_at\":\"Wed Oct 14 07:28:20 +0000 2009\",\"favourites_count\":1,\"utc_offset\":-21600,\"time_zone\":\"Central Time (US & Canada)\",\"geo_enabled\":true,\"verified\":false,\"statuses_count\":540,\"lang\":\"en\",\"contributors_enabled\":false,\"is_translator\":false,\"is_translation_enabled\":false,\"profile_background_color\":\"FFFFFF\",\"profile_background_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_background_images\\/394345638\\/test.jpg\",\"profile_background_tile\":false,\"profile_image_url\":\"http:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_image_url_https\":\"https:\\/\\/pbs.twimg.com\\/profile_images\\/1733327710\\/test_normal.jpg\",\"profile_banner_url\":\"https:\\/\\/pbs.twimg.com\\/profile_banners\\/82301637\\/1417380122\",\"profile_link_color\":\"0000FF\",\"profile_sidebar_border_color\":\"87BC44\",\"profile_sidebar_fill_color\":\"E0FF92\",\"profile_text_color\":\"000000\",\"profile_use_background_image\":false,\"default_profile\":false,\"default_profile_image\":false,\"following\":false,\"follow_request_sent\":false,\"notifications\":false}"
+                }
+            }
+        }
+    ]
+}
\ No newline at end of file
index 88c5ceec8bf6e67ff8eb36d59be99d38c3136054..2912164773aed6f61dfce556d04b95aebef9139a 100644 (file)
@@ -390,7 +390,7 @@ class TweepyAPITests(TweepyTestCase):
                                                  long=-122.400612831116,
                                                  name='South of Market Child Care')
         # Assumes that twitter_hq is first Place returned...
-        self.assertEqual(twitter_hq[0].id, '09aff2da00000000')
+        self.assertEqual(twitter_hq[0].id, '1d019624e6b4dcff')
         # Test various API functions using Austin, TX, USA
         self.assertEqual(self.api.geo_id(id='1ffd3558f2e98349').full_name, 'Dogpatch, San Francisco')
         self.assertTrue(place_name_in_list('Austin, TX',
diff --git a/upload_record.py b/upload_record.py
deleted file mode 100644 (file)
index 2e64188..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-import boto
-from boto.s3.key import Key
-from os import environ as env
-
-conn = boto.connect_s3()
-bucket = conn.get_bucket(env['AWS_BUCKET'])
-k = bucket.get_key('record', validate=False)
-k.set_contents_from_filename('tests/record.json')
-k.set_acl('public-read')
-k.close(fast=True)