Created
January 17, 2016 21:11
-
-
Save timrogers/57a67478ea575d6a7e7c to your computer and use it in GitHub Desktop.
Sample tweet data from Twitter Streaming API
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"created_at":"Sun Jan 17 17:52:50 +0000 2016", | |
"id":688781035077787650, | |
"id_str":"688781035077787650", | |
"text":"Testing with #VoteRemain", | |
"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":14127195, | |
"id_str":"14127195", | |
"name":"Tim Rogers", | |
"screen_name":"timrogers", | |
"location":"London, UK", | |
"url":"http://timrogers.uk", | |
"description":"22 year old follower of Jesus, engineer at @GoCardless, author, LSE student and coffee addict. #romans116", | |
"protected":false, | |
"verified":false, | |
"followers_count":1053, | |
"friends_count":585, | |
"listed_count":55, | |
"favourites_count":398, | |
"statuses_count":29512, | |
"created_at":"Tue Mar 11 20:40:21 +0000 2008", | |
"utc_offset":0, | |
"time_zone":"London", | |
"geo_enabled":true, | |
"lang":"en", | |
"contributors_enabled":false, | |
"is_translator":false, | |
"profile_background_color":"9AE4E8", | |
"profile_background_image_url":"http://abs.twimg.com/images/themes/theme16/bg.gif", | |
"profile_background_image_url_https":"https://abs.twimg.com/images/themes/theme16/bg.gif", | |
"profile_background_tile":false, | |
"profile_link_color":"0084B4", | |
"profile_sidebar_border_color":"FFFFFF", | |
"profile_sidebar_fill_color":"DDFFCC", | |
"profile_text_color":"333333", | |
"profile_use_background_image":true, | |
"profile_image_url":"http://pbs.twimg.com/profile_images/475770795365777408/I3jNYgoO_normal.jpeg", | |
"profile_image_url_https":"https://pbs.twimg.com/profile_images/475770795365777408/I3jNYgoO_normal.jpeg", | |
"profile_banner_url":"https://pbs.twimg.com/profile_banners/14127195/1348864022", | |
"default_profile":false, | |
"default_profile_image":false, | |
"following":null, | |
"follow_request_sent":null, | |
"notifications":null | |
}, | |
"geo":null, | |
"coordinates":null, | |
"place":null, | |
"contributors":null, | |
"is_quote_status":false, | |
"retweet_count":0, | |
"favorite_count":0, | |
"entities":{ | |
"hashtags":[ | |
{ | |
"text":"VoteRemain", | |
"indices":[ | |
13, | |
24 | |
] | |
} | |
], | |
"urls":[ | |
], | |
"user_mentions":[ | |
], | |
"symbols":[ | |
] | |
}, | |
"favorited":false, | |
"retweeted":false, | |
"filter_level":"low", | |
"lang":"en", | |
"timestamp_ms":"1453053170352" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment