Skip to content

Instantly share code, notes, and snippets.

@patillacode
Last active December 6, 2015 03:25
Show Gist options
  • Save patillacode/1fc239540ec006dd70a7 to your computer and use it in GitHub Desktop.
Save patillacode/1fc239540ec006dd70a7 to your computer and use it in GitHub Desktop.
Tweet returned by Twitter API (json encoded)
{ 'contributors': None,
'coordinates': None,
'created_at': 'Fri Dec 04 15:01:22 +0000 2015',
'entities': {'hashtags': [{'indices': [67, 78], 'text': 'javascript'},
{'indices': [79, 83], 'text': 'php'},
{'indices': [84, 91], 'text': 'python'},
{'indices': [92, 113], 'text': 'softwarearchitecture'}],
'symbols': [],
'urls': [{'display_url': 'goo.gl/fb/XGY31t',
'expanded_url': 'http://goo.gl/fb/XGY31t',
'indices': [34, 57],
'url': 'https://t.co/IsV6k4D6BL'}],
'user_mentions': []},
'favorite_count': 0,
'favorited': False,
'filter_level': 'low',
'geo': None,
'id': 672792817341743104,
'id_str': '672792817341743104',
'in_reply_to_screen_name': None,
'in_reply_to_status_id': None,
'in_reply_to_status_id_str': None,
'in_reply_to_user_id': None,
'in_reply_to_user_id_str': None,
'is_quote_status': False,
'lang': 'en',
'place': None,
'possibly_sensitive': False,
'retweet_count': 0,
'retweeted': False,
'source': '<a href="http://www.google.com/" rel="nofollow">Google</a>',
'text': 'Write some Software by kleemann21 https://t.co/IsV6k4D6BL Hello!! #javascript #php #python #softwarearchitecture',
'timestamp_ms': '1449241282197',
'truncated': False,
'user': {'contributors_enabled': False,
'created_at': 'Thu Jun 25 06:52:27 +0000 2009',
'default_profile': False,
'default_profile_image': False,
'description': 'Freelance Provider, and Social Networking',
'favourites_count': 0,
'follow_request_sent': None,
'followers_count': 522,
'following': None,
'friends_count': 1861,
'geo_enabled': True,
'id': 50575507,
'id_str': '50575507',
'is_translator': False,
'lang': 'en',
'listed_count': 431,
'location': None,
'name': 'Kalpataru Deori',
'notifications': None,
'profile_background_color': '0099B9',
'profile_background_image_url': 'http://pbs.twimg.com/profile_background_images/19790339/h1.jpg',
'profile_background_image_url_https': 'https://pbs.twimg.com/profile_background_images/19790339/h1.jpg',
'profile_background_tile': False,
'profile_image_url': 'http://pbs.twimg.com/profile_images/590172778/KB_Deori_11_normal.jpg',
'profile_image_url_https': 'https://pbs.twimg.com/profile_images/590172778/KB_Deori_11_normal.jpg',
'profile_link_color': 'F00E3B',
'profile_sidebar_border_color': '81C4F7',
'profile_sidebar_fill_color': '7DC4FA',
'profile_text_color': '3C3940',
'profile_use_background_image': True,
'protected': False,
'screen_name': 'kalpataru123',
'statuses_count': 1351823,
'time_zone': 'Kolkata',
'url': 'http://kalpatarudeori.blogspot.com',
'utc_offset': 19800,
'verified': False}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment