Skip to content

Instantly share code, notes, and snippets.

@yinleon
Created April 14, 2017 19:42
Show Gist options
  • Save yinleon/6bec2d051093045d5d3cbeb9c0473d59 to your computer and use it in GitHub Desktop.
Save yinleon/6bec2d051093045d5d3cbeb9c0473d59 to your computer and use it in GitHub Desktop.
A regular tweet from the streaming api. Strings obfuscated with <OBFUSCATE>, and numbers obfuscated with 666
{
"entities": {
"symbols": [],
"hashtags": [
{
"indices": [
66,
66
],
"text": "<OBFUSCATED>"
},
{
"indices": [
166,
66
],
"text": "<OBFUSCATED>"
}
],
"user_mentions": [],
"urls": [
{
"display_url": "buff.ly/<OBFUSCATED>",
"indices": [
66,
66
],
"expanded_url": "http://buff.ly/<OBFUSCATED>",
"url": "https://t.co/<OBFUSCATED>"
}
]
},
"in_reply_to_status_id": null,
"in_reply_to_screen_name": null,
"retweet_count": 0,
"truncated": false,
"timestamp_ms": "1484823325010",
"is_quote_status": false,
"source": "<a href='http://twitter.com/download/iphone' rel='nofollow'>Twitter for iPhone</a>",
"created_at": "Thu Jan 19 10:53:25 +0000 2015",
"filter_level": "low",
"contributors": null,
"favorited": false,
"in_reply_to_status_id_str": null,
"in_reply_to_user_id_str": null,
"retweeted": false,
"coordinates": null,
"possibly_sensitive": false,
"lang": "en",
"geo": null,
"user": {
"favourites_count": 666,
"following": null,
"profile_sidebar_border_color": "FFF0FF",
"contributors_enabled": false,
"profile_background_color": "F7C0C4",
"lang": "en",
"geo_enabled": false,
"verified": false,
"name": "<OBFUSCATED>",
"screen_name": "<OBFUSCATED>",
"description": "<OBFUSCATED>",
"profile_background_tile": false,
"id": 666,
"protected": false,
"profile_link_color": "104478",
"location": "Charlottetown",
"friends_count": 575,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/<OBFUSCATED>",
"followers_count": 666,
"statuses_count": 666,
"is_translator": false,
"default_profile": false,
"profile_background_image_url_https": "https://pbs.twimg.com/profile_background_images/<OBFUSCATED>.jpg",
"profile_image_url": "http://pbs.twimg.com/profile_images/<OBFUSCATED>.jpg",
"profile_text_color": "333333",
"utc_offset": -14400,
"listed_count": 666,
"profile_sidebar_fill_color": "FFFF0F",
"notifications": null,
"time_zone": "Atlantic Time (Canada)",
"profile_use_background_image": true,
"id_str": "<OBFUSCATED>",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/<OBFUSCATED>.jpg",
"url": "https://www.<OBFUSCATED>.com",
"created_at": "Tue Aug 25 02:57:57 +0000 2009",
"follow_request_sent": null,
"profile_background_image_url": "http://pbs.twimg.com/profile_background_images/<OBFUSCATED>.jpg",
"default_profile_image": false
},
"place": null,
"in_reply_to_user_id": null,
"id_str": "OBFUSCATED",
"id": 666,
"favorite_count": 666,
"text": "<OBFUSCATED>"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment