Skip to content

Instantly share code, notes, and snippets.

@edstenson
Created September 9, 2011 14:28
Show Gist options
  • Save edstenson/1206365 to your computer and use it in GitHub Desktop.
Save edstenson/1206365 to your computer and use it in GitHub Desktop.
Twitter input format
{
"in_reply_to_user_id": null,
"user": {
"profile_use_background_image": true,
"favourites_count": 16,
"protected": false,
"url": null,
"listed_count": 2,
"profile_background_image_url_https": "https://si0.twimg.com/images/themes/theme1/bg.png",
"profile_background_color": "C0DEED",
"name": "tom",
"id_str": "22154836",
"statuses_count": 1412,
"profile_background_image_url": "http://a0.twimg.com/images/themes/theme1/bg.png",
"created_at": "Fri Feb 27 16:08:58 +0000 2009",
"profile_image_url_https": "https://si0.twimg.com/profile_images/333352210/n506576525_886370_3519_normal.jpg",
"default_profile": true,
"notifications": false,
"utc_offset": null,
"followers_count": 49,
"contributors_enabled": false,
"profile_text_color": "333333",
"default_profile_image": false,
"lang": "en",
"profile_sidebar_fill_color": "DDEEF6",
"profile_background_tile": false,
"friends_count": 160,
"profile_image_url": "http://a2.twimg.com/profile_images/333352210/n506576525_886370_3519_normal.jpg",
"description": "",
"is_translator": false,
"follow_request_sent": false,
"verified": false,
"profile_link_color": "0084B4",
"screen_name": "string158",
"profile_sidebar_border_color": "C0DEED",
"location": "",
"id": 22154836,
"show_all_inline_media": false,
"following": false,
"geo_enabled": false,
"time_zone": null
},
"favorited": false,
"in_reply_to_status_id_str": null,
"id_str": "97949304488071168",
"created_at": "Mon Aug 01 08:38:28 +0000 2011",
"in_reply_to_screen_name": null,
"in_reply_to_user_id_str": null,
"truncated": true,
"entities": {
"urls": [],
"hashtags": [
{
"indices": [
64,
67
],
"text": "f1"
}
],
"user_mentions": [
{
"name": "F1 Paddock",
"id_str": "244810417",
"indices": [
3,
19
],
"screen_name": "f1paddockonline",
"id": 244810417
},
{
"name": "Jake Humphrey",
"id_str": "40837929",
"indices": [
80,
95
],
"screen_name": "jakehumphreyf1",
"id": 40837929
}
]
},
"contributors": null,
"retweeted": false,
"text": "RT @f1paddockonline: I'd just like to point out that the entire #f1 world holds @jakehumphreyf1 in higher esteem than the rag that is th ...",
"place": null,
"retweeted_status": {
"in_reply_to_user_id": null,
"user": {
"profile_use_background_image": true,
"favourites_count": 0,
"protected": false,
"url": null,
"listed_count": 41,
"profile_background_image_url_https": "https://si0.twimg.com/images/themes/theme1/bg.png",
"profile_background_color": "C0DEED",
"name": "F1 Paddock",
"id_str": "244810417",
"statuses_count": 1359,
"profile_background_image_url": "http://a0.twimg.com/images/themes/theme1/bg.png",
"created_at": "Sun Jan 30 05:30:59 +0000 2011",
"profile_image_url_https": "https://si0.twimg.com/profile_images/1229631858/f1-paddock-twitter_normal.gif",
"default_profile": true,
"notifications": false,
"utc_offset": 36000,
"followers_count": 731,
"contributors_enabled": false,
"profile_text_color": "333333",
"default_profile_image": false,
"lang": "en",
"profile_sidebar_fill_color": "DDEEF6",
"profile_background_tile": false,
"friends_count": 101,
"profile_image_url": "http://a2.twimg.com/profile_images/1229631858/f1-paddock-twitter_normal.gif",
"description": "Official Twitter of The F1 Paddock.",
"is_translator": false,
"follow_request_sent": false,
"verified": false,
"profile_link_color": "0084B4",
"screen_name": "f1paddockonline",
"profile_sidebar_border_color": "C0DEED",
"location": "The paddock!",
"id": 244810417,
"show_all_inline_media": false,
"following": false,
"geo_enabled": false,
"time_zone": "Melbourne"
},
"favorited": false,
"in_reply_to_status_id_str": null,
"id_str": "97936729046134784",
"created_at": "Mon Aug 01 07:48:30 +0000 2011",
"in_reply_to_screen_name": null,
"in_reply_to_user_id_str": null,
"truncated": false,
"entities": {
"urls": [],
"hashtags": [
{
"indices": [
43,
46
],
"text": "f1"
}
],
"user_mentions": [
{
"name": "Jake Humphrey",
"id_str": "40837929",
"indices": [
59,
74
],
"screen_name": "jakehumphreyf1",
"id": 40837929
}
]
},
"contributors": null,
"retweeted": false,
"text": "I'd just like to point out that the entire #f1 world holds @jakehumphreyf1 in higher esteem than the rag that is the Daily Mail",
"place": null,
"in_reply_to_status_id": null,
"retweet_count": 5,
"source": "<a href=\"http://www.echofon.com/\" rel=\"nofollow\">Echofon</a>",
"geo": null,
"id": 97936729046134780,
"coordinates": null
},
"in_reply_to_status_id": null,
"retweet_count": 5,
"source": "<a href=\"http://www.tweetdeck.com\" rel=\"nofollow\">TweetDeck</a>",
"geo": null,
"id": 97949304488071170,
"coordinates": null
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment