Skip to content

Instantly share code, notes, and snippets.

@bharvidixit
Created October 2, 2015 16:31
Show Gist options
  • Save bharvidixit/0d35b7ac907127860e58 to your computer and use it in GitHub Desktop.
Save bharvidixit/0d35b7ac907127860e58 to your computer and use it in GitHub Desktop.
A Sample Json Payload From Twitter Streaming API
{
"contributors": null,
"truncated": false,
"text": "@5OClockShadow_ @Talkmaster we've exp a decline in gun related crime/violence.",
"is_quote_status": false,
"in_reply_to_status_id": 649955237852246000,
"id": 649956049278120000,
"favorite_count": 0,
"source": "<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>",
"retweeted": false,
"coordinates": null,
"timestamp_ms": "1443796572404",
"entities": {
"user_mentions": [
{
"indices": [
0,
15
],
"screen_name": "5OClockShadow_",
"id": 2176661282,
"name": "5OClockShadow",
"id_str": "2176661282"
},
{
"indices": [
16,
27
],
"screen_name": "Talkmaster",
"id": 16725276,
"name": "Neal Boortz",
"id_str": "16725276"
}
],
"symbols": [],
"hashtags": [],
"urls": []
},
"in_reply_to_screen_name": "5OClockShadow_",
"in_reply_to_user_id": 2176661282,
"retweet_count": 0,
"id_str": "649956049278119936",
"favorited": false,
"user": {
"follow_request_sent": null,
"profile_use_background_image": true,
"id": 2333056045,
"verified": false,
"profile_image_url_https": "https://pbs.twimg.com/profile_images/627638325520654336/lzZqp6w7_normal.jpg",
"profile_sidebar_fill_color": "252429",
"is_translator": false,
"geo_enabled": true,
"profile_text_color": "666666",
"followers_count": 2275,
"protected": false,
"location": "anywhere and everywhere ",
"default_profile_image": false,
"id_str": "2333056045",
"utc_offset": null,
"statuses_count": 25717,
"description": "In the information age ignorance is a choice...and I'm not Google (they/them)",
"friends_count": 2367,
"profile_link_color": "3D754A",
"profile_image_url": "http://pbs.twimg.com/profile_images/627638325520654336/lzZqp6w7_normal.jpg",
"notifications": null,
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme9/bg.gif",
"profile_background_color": "1A1B1F",
"profile_banner_url": "https://pbs.twimg.com/profile_banners/2333056045/1398745414",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme9/bg.gif",
"screen_name": "vgnsocjust",
"lang": "en",
"profile_background_tile": false,
"favourites_count": 3582,
"name": "B",
"url": "http://vegansocialjustice.wordpress.com/",
"created_at": "Sat Feb 08 07:29:16 +0000 2014",
"contributors_enabled": false,
"time_zone": null,
"profile_sidebar_border_color": "181A1E",
"default_profile": false,
"following": null,
"listed_count": 47
},
"geo": null,
"in_reply_to_user_id_str": "2176661282",
"lang": "en",
"created_at": "Fri Oct 02 14:36:12 +0000 2015",
"filter_level": "low",
"in_reply_to_status_id_str": "649955237852246016",
"place": null
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment