Skip to content

Instantly share code, notes, and snippets.

@jeffweiss
Created January 18, 2014 06:06
Show Gist options
  • Save jeffweiss/8486831 to your computer and use it in GitHub Desktop.
Save jeffweiss/8486831 to your computer and use it in GitHub Desktop.
Proof that I'm not the @MaxMartinPDX troll
curl --get 'https://api.twitter.com/1.1/users/show.json' --data 'screen_name=MaxMartinPDX'
{
"id": 2295431083,
"id_str": "2295431083",
"name": "Max Martin",
"screen_name": "MaxMartinPDX",
"location": "PDX",
"description": "Developer @PDX Startup. Likes: PDX stuff - taking forever to make coffee, analog music and tight pants. Dislikes: Not using airport codes.",
"url": null,
"entities": {
"description": {
"urls": []
}
},
"protected": false,
"followers_count": 9,
"friends_count": 8,
"listed_count": 0,
"created_at": "Fri Jan 17 03:52:32 +0000 2014",
"favourites_count": 4,
"utc_offset": null,
"time_zone": null,
"geo_enabled": false,
"verified": false,
"statuses_count": 13,
"lang": "en",
"status": {
"created_at": "Fri Jan 17 20:56:56 +0000 2014",
"id": 424284224963612672,
"id_str": "424284224963612672",
"text": "RT @jeffweiss: Next @MaxMartin will complain about the usage of 'MLK' as shorthand for the upcoming holiday & @MaxMartinMLK will be born. \/\u2026",
"source": "\u003ca href=\"http:\/\/tapbots.com\/tweetbot\" rel=\"nofollow\"\u003eTweetbot for iOS\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,
"geo": null,
"coordinates": null,
"place": null,
"contributors": null,
"retweeted_status": {
"created_at": "Fri Jan 17 19:21:47 +0000 2014",
"id": 424260280420282368,
"id_str": "424260280420282368",
"text": "Next @MaxMartin will complain about the usage of 'MLK' as shorthand for the upcoming holiday & @MaxMartinMLK will be born. \/cc @MaxMartinPDX",
"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,
"geo": null,
"coordinates": null,
"place": null,
"contributors": null,
"retweet_count": 1,
"favorite_count": 1,
"entities": {
"hashtags": [],
"symbols": [],
"urls": [],
"user_mentions": [{
"screen_name": "MaxMartin",
"name": "Max M",
"id": 4209621,
"id_str": "4209621",
"indices": [5, 15]
}, {
"screen_name": "MaxMartinPDX",
"name": "Max Martin",
"id": 2295431083,
"id_str": "2295431083",
"indices": [131, 144]
}]
},
"favorited": false,
"retweeted": false,
"lang": "en"
},
"retweet_count": 1,
"favorite_count": 0,
"entities": {
"hashtags": [],
"symbols": [],
"urls": [],
"user_mentions": [{
"screen_name": "jeffweiss",
"name": "jeff weiss",
"id": 15033726,
"id_str": "15033726",
"indices": [3, 13]
}, {
"screen_name": "MaxMartin",
"name": "Max M",
"id": 4209621,
"id_str": "4209621",
"indices": [20, 30]
}, {
"screen_name": "MaxMartinPDX",
"name": "Max Martin",
"id": 2295431083,
"id_str": "2295431083",
"indices": [143, 144]
}]
},
"favorited": false,
"retweeted": false,
"lang": "en"
},
"contributors_enabled": false,
"is_translator": false,
"profile_background_color": "C0DEED",
"profile_background_image_url": "http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png",
"profile_background_image_url_https": "https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png",
"profile_background_tile": false,
"profile_image_url": "http:\/\/pbs.twimg.com\/profile_images\/424029804363395072\/g5LdXdNM_normal.jpeg",
"profile_image_url_https": "https:\/\/pbs.twimg.com\/profile_images\/424029804363395072\/g5LdXdNM_normal.jpeg",
"profile_banner_url": "https:\/\/pbs.twimg.com\/profile_banners\/2295431083\/1389931853",
"profile_link_color": "0084B4",
"profile_sidebar_border_color": "C0DEED",
"profile_sidebar_fill_color": "DDEEF6",
"profile_text_color": "333333",
"profile_use_background_image": true,
"default_profile": true,
"default_profile_image": false,
"following": true,
"follow_request_sent": false,
"notifications": true
}
@jeffweiss
Copy link
Author

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