Skip to content

Instantly share code, notes, and snippets.

@hrp
Created April 4, 2011 00:20
Show Gist options
  • Select an option

  • Save hrp/900964 to your computer and use it in GitHub Desktop.

Select an option

Save hrp/900964 to your computer and use it in GitHub Desktop.
Example JSON response from Twitter streaming API
{
"text": "RT @PostGradProblem: In preparation for the NFL lockout, I will be spending twice as much time analyzing my fantasy baseball team during ...",
"truncated": true,
"in_reply_to_user_id": null,
"in_reply_to_status_id": null,
"favorited": false,
"source": "<a href=\"http://twitter.com/\" rel=\"nofollow\">Twitter for iPhone</a>",
"in_reply_to_screen_name": null,
"in_reply_to_status_id_str": null,
"id_str": "54691802283900928",
"entities": {
"user_mentions": [
{
"indices": [
3,
19
],
"screen_name": "PostGradProblem",
"id_str": "271572434",
"name": "PostGradProblems",
"id": 271572434
}
],
"urls": [ ],
"hashtags": [ ]
},
"contributors": null,
"retweeted": false,
"in_reply_to_user_id_str": null,
"place": null,
"retweet_count": 4,
"created_at": "Sun Apr 03 23:48:36 +0000 2011",
"retweeted_status": {
"text": "In preparation for the NFL lockout, I will be spending twice as much time analyzing my fantasy baseball team during company time. #PGP",
"truncated": false,
"in_reply_to_user_id": null,
"in_reply_to_status_id": null,
"favorited": false,
"source": "<a href=\"http://www.hootsuite.com\" rel=\"nofollow\">HootSuite</a>",
"in_reply_to_screen_name": null,
"in_reply_to_status_id_str": null,
"id_str": "54640519019642881",
"entities": {
"user_mentions": [ ],
"urls": [ ],
"hashtags": [
{
"text": "PGP",
"indices": [
130,
134
]
}
]
},
"contributors": null,
"retweeted": false,
"in_reply_to_user_id_str": null,
"place": null,
"retweet_count": 4,
"created_at": "Sun Apr 03 20:24:49 +0000 2011",
"user": {
"notifications": null,
"profile_use_background_image": true,
"statuses_count": 31,
"profile_background_color": "C0DEED",
"followers_count": 3066,
"profile_image_url": "http://a2.twimg.com/profile_images/1285770264/PGP_normal.jpg",
"listed_count": 6,
"profile_background_image_url": "http://a3.twimg.com/a/1301071706/images/themes/theme1/bg.png",
"description": "",
"screen_name": "PostGradProblem",
"default_profile": true,
"verified": false,
"time_zone": null,
"profile_text_color": "333333",
"is_translator": false,
"profile_sidebar_fill_color": "DDEEF6",
"location": "",
"id_str": "271572434",
"default_profile_image": false,
"profile_background_tile": false,
"lang": "en",
"friends_count": 21,
"protected": false,
"favourites_count": 0,
"created_at": "Thu Mar 24 19:45:44 +0000 2011",
"profile_link_color": "0084B4",
"name": "PostGradProblems",
"show_all_inline_media": false,
"follow_request_sent": null,
"geo_enabled": false,
"profile_sidebar_border_color": "C0DEED",
"url": null,
"id": 271572434,
"contributors_enabled": false,
"following": null,
"utc_offset": null
},
"id": 54640519019642880,
"coordinates": null,
"geo": null
},
"user": {
"notifications": null,
"profile_use_background_image": true,
"statuses_count": 351,
"profile_background_color": "C0DEED",
"followers_count": 48,
"profile_image_url": "http://a1.twimg.com/profile_images/455128973/gCsVUnofNqqyd6tdOGevROvko1_500_normal.jpg",
"listed_count": 0,
"profile_background_image_url": "http://a3.twimg.com/a/1300479984/images/themes/theme1/bg.png",
"description": "watcha doin in my waters?",
"screen_name": "OldGREG85",
"default_profile": true,
"verified": false,
"time_zone": "Hawaii",
"profile_text_color": "333333",
"is_translator": false,
"profile_sidebar_fill_color": "DDEEF6",
"location": "Texas",
"id_str": "80177619",
"default_profile_image": false,
"profile_background_tile": false,
"lang": "en",
"friends_count": 81,
"protected": false,
"favourites_count": 0,
"created_at": "Tue Oct 06 01:13:17 +0000 2009",
"profile_link_color": "0084B4",
"name": "GG",
"show_all_inline_media": false,
"follow_request_sent": null,
"geo_enabled": false,
"profile_sidebar_border_color": "C0DEED",
"url": null,
"id": 80177619,
"contributors_enabled": false,
"following": null,
"utc_offset": -36000
},
"id": 54691802283900930,
"coordinates": null,
"geo": null
}
@vanglian

vanglian commented Sep 3, 2014

Copy link
Copy Markdown

I was looking for the sample result of Streaming API. I got exactly what I was looking for. Thanks a lot!

@Elbehery

Copy link
Copy Markdown

Thanks a lot for this

@jmaldonadof

Copy link
Copy Markdown

Thanks!

@namaggarwal

Copy link
Copy Markdown

Thank you

@michaelBenin

Copy link
Copy Markdown

Thank you

@vvagias

vvagias commented Jun 6, 2015

Copy link
Copy Markdown

Thanks! Very handy.

@wannymiarelli

Copy link
Copy Markdown

Thank you again

@mailpraveens

Copy link
Copy Markdown

Thanks

@lilyclemson

Copy link
Copy Markdown

thanks!

@slaght

slaght commented Feb 25, 2016

Copy link
Copy Markdown

Thanks. This is shockingly difficult to find through Twitter

@Shaboo

Shaboo commented Mar 1, 2016

Copy link
Copy Markdown

Thanks man, That is exactly what I am looking for :D

@flyingmeat

Copy link
Copy Markdown

Thanks a lot man!!! This is wht I want XD

@TriMontana

Copy link
Copy Markdown

Yes, thanks a lot!

@capgunmedia

Copy link
Copy Markdown

Wow very cool! Thanks a ton!

@PicoPixie

Copy link
Copy Markdown

Very handy, thanks for sharing!

I notice the example Tweet id is different from the id_str field, developers take a look at:
https://dev.twitter.com/overview/api/twitter-ids-json-and-snowflake

@udeshika-sewwandi

Copy link
Copy Markdown

thankz a lot

@hammansamuel

Copy link
Copy Markdown

Thanks, I haven't found any output examples or documentation on the official Twitter Public Streaming API itself

@WillMaguire

Copy link
Copy Markdown

great stuff, thanks

@Grumi

Grumi commented Aug 23, 2017

Copy link
Copy Markdown

thanks

@sufyan5008

Copy link
Copy Markdown

thanks

@tharun323

tharun323 commented Apr 26, 2018

Copy link
Copy Markdown

How to get full tweet text using twitter streaming api ?
There is no ["full_text"] for the JSON format

UPDATE:

I just found this:

On September 26, 2017, Twitter announced an experiment enabling Tweets with more characters, available to a small group of users. For JSON received from enterprise products, these Tweets are encoded in JSON as an extended Tweet (see below for more information). See the bottom of this page for a sample JSON payload from the enterprise 30-day Search API.

@MManikyam

Copy link
Copy Markdown

Hi All,
i have extracted data from twitter application, i have to create the hive table on top of the tweeter data, i am not able to creating the table , i got some error, can you please any one help on this.

Thanks in Advance..!!

@molecula451

Copy link
Copy Markdown

Wonderful

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment