Skip to content

Instantly share code, notes, and snippets.

@matthewlmcclure
Created November 28, 2012 01:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matthewlmcclure/4158502 to your computer and use it in GitHub Desktop.
Save matthewlmcclure/4158502 to your computer and use it in GitHub Desktop.
Example using curlish with OAuth 1 / RFC 5489
(rfc5849) mlm@matt-mmf-macbook.local:~/Downloads/src/curlish-eeb8e55
$ python curlish.py https://api.twitter.com/1.1/statuses/home_timeline.json
DEBUG:oauthlib.oauth1.rfc5849:Collected params: [(u'oauth_nonce', u'121349683856765093761354066233'), (u'oauth_timestamp', u'1354066233'), (u'oauth_consumer_key', u'...'), (u'oauth_signature_method', u'HMAC-SHA1'), (u'oauth_version', u'1.0'), (u'oauth_callback', u'http://127.0.0.1:62231/')]
DEBUG:oauthlib.oauth1.rfc5849:Normalized params: oauth_callback=http%3A%2F%2F127.0.0.1%3A62231%2F&oauth_consumer_key=...&oauth_nonce=121349683856765093761354066233&oauth_signature_method=HMAC-SHA1&oauth_timestamp=1354066233&oauth_version=1.0
DEBUG:oauthlib.oauth1.rfc5849:Normalized URI: https://api.twitter.com/oauth/request_token
DEBUG:oauthlib.oauth1.rfc5849:Base signing string: POST&https%3A%2F%2Fapi.twitter.com%2Foauth%2Frequest_token&oauth_callback%3Dhttp%253A%252F%252F127.0.0.1%253A62231%252F%26oauth_consumer_key%3D...%26oauth_nonce%3D121349683856765093761354066233%26oauth_signature_method%3DHMAC-SHA1%26oauth_timestamp%3D1354066233%26oauth_version%3D1.0
DEBUG:oauthlib.oauth1.rfc5849:Signature: oNxDvCZSPIpSwmNCalN4qgYO/HM=
INFO:requests.packages.urllib3.connectionpool:Starting new HTTPS connection (1): api.twitter.com
DEBUG:requests.packages.urllib3.connectionpool:"POST /oauth/request_token HTTP/1.1" 200 151
DEBUG:__main__:{'files': [], 'redirect': False, 'cookies': <<class 'requests.cookies.RequestsCookieJar'>[Cookie(version=0, name='_twitter_sess', value='BAh7CDoPY3JlYXRlZF9hdGwrCJURo0Q7AToHaWQiJWM2OWJlNDEyOTA5YjQx%250AMzVhOTBlNTRkZGIxYjMwZjU5IgpmbGFzaElDOidBY3Rpb25Db250cm9sbGVy%250AOjpGbGFzaDo6Rmxhc2hIYXNoewAGOgpAdXNlZHsA--8e0285285d6a2febb46625a75f63dd3737cfe9e5', port=None, port_specified=False, domain='.twitter.com', domain_specified=True, domain_initial_dot=True, path='/', path_specified=True, secure=False, expires=None, discard=True, comment=None, comment_url=None, rest={'HttpOnly': None}, rfc2109=False), Cookie(version=0, name='guest_id', value='v1%3A135406623579615576', port=None, port_specified=False, domain='.twitter.com', domain_specified=True, domain_initial_dot=True, path='/', path_specified=True, secure=False, expires=1417181435, discard=False, comment=None, comment_url=None, rest={}, rfc2109=False), Cookie(version=0, name='k', value='10.35.61.128.1354066235784543', port=None, port_specified=False, domain='.twitter.com', domain_specified=True, domain_initial_dot=True, path='/', path_specified=True, secure=False, expires=1354671035, discard=False, comment=None, comment_url=None, rest={}, rfc2109=False)]>, 'url': u'https://api.twitter.com/oauth/request_token', 'data': [], '_poolmanager': <requests.packages.urllib3.poolmanager.PoolManager object at 0x10f61f8d0>, 'auth': <requests.auth.OAuth1 object at 0x10f61f7d0>, 'response': <Response [200]>, 'headers': {'Authorization': 'OAuth oauth_nonce="121349683856765093761354066233", oauth_timestamp="1354066233", oauth_version="1.0", oauth_signature_method="HMAC-SHA1", oauth_consumer_key="...", oauth_callback="http%3A%2F%2F127.0.0.1%3A62231%2F", oauth_signature="oNxDvCZSPIpSwmNCalN4qgYO%2FHM%3D"', 'Content-Length': '0', 'Accept-Encoding': 'gzip, deflate, compress', 'Accept': '*/*', 'User-Agent': 'python-requests/0.14.2 CPython/2.7.3 Darwin/11.4.2'}, 'cert': None, 'session': <requests-client at 0x10f61f850>, 'params': {}, 'verify': True, 'timeout': None, 'hooks': {'pre_send': [], 'args': [], 'post_request': [], 'response': [], 'pre_request': []}, 'allow_redirects': True, 'proxies': {}, 'config': {'safe_mode': False, 'pool_connections': 10, 'verbose': None, 'keep_alive': True, 'strict_mode': False, 'max_retries': 0, 'store_cookies': True, 'trust_env': True, 'base_headers': {'Accept-Encoding': 'gzip, deflate, compress', 'Accept': '*/*', 'User-Agent': 'python-requests/0.14.2 CPython/2.7.3 Darwin/11.4.2'}, 'pool_maxsize': 10, 'danger_mode': False, 'encode_uri': True, 'max_redirects': 30}, 'method': 'POST', 'sent': True, 'prefetch': True}
DEBUG:__main__:{'cookies': <<class 'requests.cookies.RequestsCookieJar'>[Cookie(version=0, name='_twitter_sess', value='BAh7CDoPY3JlYXRlZF9hdGwrCJURo0Q7AToHaWQiJWM2OWJlNDEyOTA5YjQx%250AMzVhOTBlNTRkZGIxYjMwZjU5IgpmbGFzaElDOidBY3Rpb25Db250cm9sbGVy%250AOjpGbGFzaDo6Rmxhc2hIYXNoewAGOgpAdXNlZHsA--8e0285285d6a2febb46625a75f63dd3737cfe9e5', port=None, port_specified=False, domain='.twitter.com', domain_specified=True, domain_initial_dot=True, path='/', path_specified=True, secure=False, expires=None, discard=True, comment=None, comment_url=None, rest={'HttpOnly': None}, rfc2109=False), Cookie(version=0, name='guest_id', value='v1%3A135406623579615576', port=None, port_specified=False, domain='.twitter.com', domain_specified=True, domain_initial_dot=True, path='/', path_specified=True, secure=False, expires=1417181435, discard=False, comment=None, comment_url=None, rest={}, rfc2109=False), Cookie(version=0, name='k', value='10.35.61.128.1354066235784543', port=None, port_specified=False, domain='.twitter.com', domain_specified=True, domain_initial_dot=True, path='/', path_specified=True, secure=False, expires=1354671035, discard=False, comment=None, comment_url=None, rest={}, rfc2109=False)]>, '_content': 'oauth_token=...&oauth_token_secret=...&oauth_callback_confirmed=true', 'headers': {'status': '200 OK', 'content-length': '151', 'set-cookie': 'k=10.35.61.128.1354066235784543; path=/; expires=Wed, 05-Dec-12 01:30:35 GMT; domain=.twitter.com, guest_id=v1%3A135406623579615576; domain=.twitter.com; path=/; expires=Fri, 28-Nov-2014 13:30:35 GMT, _twitter_sess=BAh7CDoPY3JlYXRlZF9hdGwrCJURo0Q7AToHaWQiJWM2OWJlNDEyOTA5YjQx%250AMzVhOTBlNTRkZGIxYjMwZjU5IgpmbGFzaElDOidBY3Rpb25Db250cm9sbGVy%250AOjpGbGFzaDo6Rmxhc2hIYXNoewAGOgpAdXNlZHsA--8e0285285d6a2febb46625a75f63dd3737cfe9e5; domain=.twitter.com; path=/; HttpOnly', 'expires': 'Tue, 31 Mar 1981 05:00:00 GMT', 'x-mid': 'b8c706f58b9e6de607ff53c8e55f521584af84bd', 'last-modified': 'Wed, 28 Nov 2012 01:30:35 GMT', 'pragma': 'no-cache', 'date': 'Wed, 28 Nov 2012 01:30:35 GMT', 'x-transaction': '6f43d388e6cc42fe', 'content-encoding': 'gzip', 'server': 'tfe', 'x-runtime': '0.02303', 'etag': '"b7ca22ca6fa5ee6f0ba70fc04916bf21"', 'cache-control': 'no-cache, no-store, must-revalidate, pre-check=0, post-check=0', 'x-frame-options': 'SAMEORIGIN', 'content-type': 'text/html; charset=utf-8', 'vary': 'Accept-Encoding'}, 'url': u'https://api.twitter.com/oauth/request_token', 'status_code': 200, '_content_consumed': True, 'encoding': 'utf-8', 'request': <Request [POST]>, 'raw': <requests.packages.urllib3.response.HTTPResponse object at 0x10f62b410>, 'error': None, 'config': {'safe_mode': False, 'pool_connections': 10, 'verbose': None, 'keep_alive': True, 'strict_mode': False, 'max_retries': 0, 'store_cookies': True, 'trust_env': True, 'base_headers': {'Accept-Encoding': 'gzip, deflate, compress', 'Accept': '*/*', 'User-Agent': 'python-requests/0.14.2 CPython/2.7.3 Darwin/11.4.2'}, 'pool_maxsize': 10, 'danger_mode': False, 'encode_uri': True, 'max_redirects': 30}, 'history': []}
DEBUG:__main__:{'oauth_token': '..., 'oauth_verifier': '...'}
DEBUG:oauthlib.oauth1.rfc5849:Collected params: [(u'oauth_nonce', u'73120527163254935301354066241'), (u'oauth_timestamp', u'1354066241'), (u'oauth_consumer_key', u'...'), (u'oauth_signature_method', u'HMAC-SHA1'), (u'oauth_version', u'1.0'), (u'oauth_token', u'...'), (u'oauth_callback', u'http://127.0.0.1:62231/')]
DEBUG:oauthlib.oauth1.rfc5849:Normalized params: oauth_callback=http%3A%2F%2F127.0.0.1%3A62231%2F&oauth_consumer_key=...&oauth_nonce=73120527163254935301354066241&oauth_signature_method=HMAC-SHA1&oauth_timestamp=1354066241&oauth_token=...&oauth_version=1.0
DEBUG:oauthlib.oauth1.rfc5849:Normalized URI: https://api.twitter.com/oauth/access_token
DEBUG:oauthlib.oauth1.rfc5849:Base signing string: POST&https%3A%2F%2Fapi.twitter.com%2Foauth%2Faccess_token&oauth_callback%3Dhttp%253A%252F%252F127.0.0.1%253A62231%252F%26oauth_consumer_key%3D...%26oauth_nonce%3D73120527163254935301354066241%26oauth_signature_method%3DHMAC-SHA1%26oauth_timestamp%3D1354066241%26oauth_token%3D...%26oauth_version%3D1.0
DEBUG:oauthlib.oauth1.rfc5849:Signature: R+AcSpqTKW1YG+hednFl1zvueVY=
INFO:requests.packages.urllib3.connectionpool:Starting new HTTPS connection (1): api.twitter.com
DEBUG:requests.packages.urllib3.connectionpool:"POST /oauth/access_token HTTP/1.1" 200 163
DEBUG:__main__:{'files': [], 'redirect': False, 'cookies': <<class 'requests.cookies.RequestsCookieJar'>[Cookie(version=0, name='_twitter_sess', value='BAh7CCIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%250ASGFzaHsABjoKQHVzZWR7ADoPY3JlYXRlZF9hdGwrCIoto0Q7AToHaWQiJTNh%250AMmJmMzM1YTc0YWY5YWNkZTQ1N2UwZTQ0Mjk3NjY4--9f53724898a2832ca21c32cf7a54fb7c60e2bdc4', port=None, port_specified=False, domain='.twitter.com', domain_specified=True, domain_initial_dot=True, path='/', path_specified=True, secure=False, expires=None, discard=True, comment=None, comment_url=None, rest={'HttpOnly': None}, rfc2109=False), Cookie(version=0, name='guest_id', value='v1%3A135406624295375809', port=None, port_specified=False, domain='.twitter.com', domain_specified=True, domain_initial_dot=True, path='/', path_specified=True, secure=False, expires=1417181442, discard=False, comment=None, comment_url=None, rest={}, rfc2109=False), Cookie(version=0, name='k', value='10.36.111.114.1354066242942095', port=None, port_specified=False, domain='.twitter.com', domain_specified=True, domain_initial_dot=True, path='/', path_specified=True, secure=False, expires=1354671042, discard=False, comment=None, comment_url=None, rest={}, rfc2109=False)]>, 'url': u'https://api.twitter.com/oauth/access_token', 'data': {'oauth_verifier': u'...'}, '_poolmanager': <requests.packages.urllib3.poolmanager.PoolManager object at 0x10f62b510>, 'auth': <requests.auth.OAuth1 object at 0x10f60ded0>, 'response': <Response [200]>, 'headers': {'Content-Length': u'56', 'Accept-Encoding': 'gzip, deflate, compress', 'Accept': '*/*', 'User-Agent': 'python-requests/0.14.2 CPython/2.7.3 Darwin/11.4.2', 'Content-Type': 'application/x-www-form-urlencoded', 'Authorization': 'OAuth oauth_nonce="73120527163254935301354066241", oauth_timestamp="1354066241", oauth_version="1.0", oauth_signature_method="HMAC-SHA1", oauth_consumer_key="...", oauth_token="...", oauth_callback="http%3A%2F%2F127.0.0.1%3A62231%2F", oauth_signature="R%2BAcSpqTKW1YG%2BhednFl1zvueVY%3D"'}, 'cert': None, 'session': <requests-client at 0x10f62b190>, 'params': {}, 'verify': True, 'timeout': None, 'hooks': {'pre_send': [], 'args': [], 'post_request': [], 'response': [], 'pre_request': []}, 'allow_redirects': True, 'proxies': {}, 'config': {'safe_mode': False, 'pool_connections': 10, 'verbose': None, 'keep_alive': True, 'strict_mode': False, 'max_retries': 0, 'store_cookies': True, 'trust_env': True, 'base_headers': {'Accept-Encoding': 'gzip, deflate, compress', 'Accept': '*/*', 'User-Agent': 'python-requests/0.14.2 CPython/2.7.3 Darwin/11.4.2'}, 'pool_maxsize': 10, 'danger_mode': False, 'encode_uri': True, 'max_redirects': 30}, 'method': 'POST', 'sent': True, 'prefetch': True}
DEBUG:__main__:{'cookies': <<class 'requests.cookies.RequestsCookieJar'>[Cookie(version=0, name='_twitter_sess', value='BAh7CCIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%250ASGFzaHsABjoKQHVzZWR7ADoPY3JlYXRlZF9hdGwrCIoto0Q7AToHaWQiJTNh%250AMmJmMzM1YTc0YWY5YWNkZTQ1N2UwZTQ0Mjk3NjY4--9f53724898a2832ca21c32cf7a54fb7c60e2bdc4', port=None, port_specified=False, domain='.twitter.com', domain_specified=True, domain_initial_dot=True, path='/', path_specified=True, secure=False, expires=None, discard=True, comment=None, comment_url=None, rest={'HttpOnly': None}, rfc2109=False), Cookie(version=0, name='guest_id', value='v1%3A135406624295375809', port=None, port_specified=False, domain='.twitter.com', domain_specified=True, domain_initial_dot=True, path='/', path_specified=True, secure=False, expires=1417181442, discard=False, comment=None, comment_url=None, rest={}, rfc2109=False), Cookie(version=0, name='k', value='10.36.111.114.1354066242942095', port=None, port_specified=False, domain='.twitter.com', domain_specified=True, domain_initial_dot=True, path='/', path_specified=True, secure=False, expires=1354671042, discard=False, comment=None, comment_url=None, rest={}, rfc2109=False)]>, '_content': 'oauth_token=...&oauth_token_secret=...&user_id=46909515&screen_name=matthewlmcclure', 'headers': {'status': '200 OK', 'content-length': '163', 'set-cookie': 'k=10.36.111.114.1354066242942095; path=/; expires=Wed, 05-Dec-12 01:30:42 GMT; domain=.twitter.com, guest_id=v1%3A135406624295375809; domain=.twitter.com; path=/; expires=Fri, 28-Nov-2014 13:30:42 GMT, _twitter_sess=BAh7CCIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%250ASGFzaHsABjoKQHVzZWR7ADoPY3JlYXRlZF9hdGwrCIoto0Q7AToHaWQiJTNh%250AMmJmMzM1YTc0YWY5YWNkZTQ1N2UwZTQ0Mjk3NjY4--9f53724898a2832ca21c32cf7a54fb7c60e2bdc4; domain=.twitter.com; path=/; HttpOnly', 'expires': 'Tue, 31 Mar 1981 05:00:00 GMT', 'x-mid': '4d030352d20c9212a899fec54e25d132d50f490c', 'last-modified': 'Wed, 28 Nov 2012 01:30:42 GMT', 'pragma': 'no-cache', 'date': 'Wed, 28 Nov 2012 01:30:43 GMT', 'x-transaction': '43552dda2f8a8505', 'content-encoding': 'gzip', 'server': 'tfe', 'x-runtime': '0.05515', 'etag': '"8888ef906a7d9f1117eb2b138e20295c"', 'cache-control': 'no-cache, no-store, must-revalidate, pre-check=0, post-check=0', 'x-frame-options': 'SAMEORIGIN', 'content-type': 'text/html; charset=utf-8', 'vary': 'Accept-Encoding'}, 'url': u'https://api.twitter.com/oauth/access_token', 'status_code': 200, '_content_consumed': True, 'encoding': 'utf-8', 'request': <Request [POST]>, 'raw': <requests.packages.urllib3.response.HTTPResponse object at 0x10f62b950>, 'error': None, 'config': {'safe_mode': False, 'pool_connections': 10, 'verbose': None, 'keep_alive': True, 'strict_mode': False, 'max_retries': 0, 'store_cookies': True, 'trust_env': True, 'base_headers': {'Accept-Encoding': 'gzip, deflate, compress', 'Accept': '*/*', 'User-Agent': 'python-requests/0.14.2 CPython/2.7.3 Darwin/11.4.2'}, 'pool_maxsize': 10, 'danger_mode': False, 'encode_uri': True, 'max_redirects': 30}, 'history': []}
DEBUG:oauthlib.oauth1.rfc5849:Collected params: [(u'oauth_nonce', u'95662282090864186381354066241'), (u'oauth_timestamp', u'1354066241'), (u'oauth_consumer_key', u'...'), (u'oauth_signature_method', u'HMAC-SHA1'), (u'oauth_version', u'1.0'), (u'oauth_token', u'...')]
DEBUG:oauthlib.oauth1.rfc5849:Normalized params: oauth_consumer_key=...&oauth_nonce=95662282090864186381354066241&oauth_signature_method=HMAC-SHA1&oauth_timestamp=1354066241&oauth_token=...&oauth_version=1.0
DEBUG:oauthlib.oauth1.rfc5849:Normalized URI: https://api.twitter.com/1.1/statuses/home_timeline.json
DEBUG:oauthlib.oauth1.rfc5849:Base signing string: GET&https%3A%2F%2Fapi.twitter.com%2F1.1%2Fstatuses%2Fhome_timeline.json&oauth_consumer_key%3D...%26oauth_nonce%3D95662282090864186381354066241%26oauth_signature_method%3DHMAC-SHA1%26oauth_timestamp%3D1354066241%26oauth_token%3D...%26oauth_version%3D1.0
DEBUG:oauthlib.oauth1.rfc5849:Signature: LeOPs4VvGMJSRqE9Z2ubQFm0U8Y=
INFO:requests.packages.urllib3.connectionpool:Starting new HTTPS connection (1): api.twitter.com
DEBUG:requests.packages.urllib3.connectionpool:"GET /1.1/statuses/home_timeline.json HTTP/1.1" 200 9741
DEBUG:__main__:{'files': [], 'redirect': False, 'cookies': <<class 'requests.cookies.RequestsCookieJar'>[Cookie(version=0, name='guest_id', value='v1%3A135406624350490180', port=None, port_specified=False, domain='.twitter.com', domain_specified=True, domain_initial_dot=True, path='/', path_specified=True, secure=False, expires=1417138243, discard=False, comment=None, comment_url=None, rest={}, rfc2109=False), Cookie(version=0, name='lang', value='en', port=None, port_specified=False, domain='api.twitter.com', domain_specified=False, domain_initial_dot=False, path='/1.1/statuses', path_specified=False, secure=False, expires=None, discard=True, comment=None, comment_url=None, rest={}, rfc2109=False)]>, 'url': u'https://api.twitter.com/1.1/statuses/home_timeline.json', 'data': [], '_poolmanager': <requests.packages.urllib3.poolmanager.PoolManager object at 0x10f62b210>, 'auth': <requests.auth.OAuth1 object at 0x10f61f750>, 'response': <Response [200]>, 'headers': {'Authorization': 'OAuth oauth_nonce="95662282090864186381354066241", oauth_timestamp="1354066241", oauth_version="1.0", oauth_signature_method="HMAC-SHA1", oauth_consumer_key="...", oauth_token="...", oauth_signature="LeOPs4VvGMJSRqE9Z2ubQFm0U8Y%3D"', 'Content-Length': '0', 'Accept-Encoding': 'gzip, deflate, compress', 'Accept': '*/*', 'User-Agent': 'python-requests/0.14.2 CPython/2.7.3 Darwin/11.4.2'}, 'cert': None, 'session': <requests-client at 0x10f62b1d0>, 'params': {}, 'verify': True, 'timeout': None, 'hooks': {'pre_send': [], 'args': [], 'post_request': [], 'response': [], 'pre_request': []}, 'allow_redirects': True, 'proxies': {}, 'config': {'safe_mode': False, 'pool_connections': 10, 'verbose': None, 'keep_alive': True, 'strict_mode': False, 'max_retries': 0, 'store_cookies': True, 'trust_env': True, 'base_headers': {'Accept-Encoding': 'gzip, deflate, compress', 'Accept': '*/*', 'User-Agent': 'python-requests/0.14.2 CPython/2.7.3 Darwin/11.4.2'}, 'pool_maxsize': 10, 'danger_mode': False, 'encode_uri': True, 'max_redirects': 30}, 'method': 'GET', 'sent': True, 'prefetch': True}
DEBUG:__main__:{'cookies': <<class 'requests.cookies.RequestsCookieJar'>[Cookie(version=0, name='guest_id', value='v1%3A135406624350490180', port=None, port_specified=False, domain='.twitter.com', domain_specified=True, domain_initial_dot=True, path='/', path_specified=True, secure=False, expires=1417138243, discard=False, comment=None, comment_url=None, rest={}, rfc2109=False), Cookie(version=0, name='lang', value='en', port=None, port_specified=False, domain='api.twitter.com', domain_specified=False, domain_initial_dot=False, path='/1.1/statuses', path_specified=False, secure=False, expires=None, discard=True, comment=None, comment_url=None, rest={}, rfc2109=False)]>, '_content': '[{"created_at":"Wed Nov 28 01:30:27 +0000 2012","id":273599705236242432,"id_str":"273599705236242432","text":"\\"My Grandma, the Fracking Matriarch\\": http:\\/\\/t.co\\/EYbuc6lZ by @timmcdonnell","source":"\\u003ca href=\\"http:\\/\\/www.hootsuite.com\\" rel=\\"nofollow\\"\\u003eHootSuite\\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,"user":{"id":18510860,"id_str":"18510860","name":"Mother Jones","screen_name":"MotherJones","location":"","description":"smart, fearless journalism","url":"http:\\/\\/t.co\\/GNND6fdB","entities":{"url":{"urls":[{"url":"http:\\/\\/t.co\\/GNND6fdB","expanded_url":"http:\\/\\/www.motherjones.com","display_url":"motherjones.com","indices":[0,20]}]},"description":{"urls":[]}},"protected":false,"followers_count":190238,"friends_count":988,"listed_count":10145,"created_at":"Wed Dec 31 17:21:13 +0000 2008","favourites_count":131,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":58296,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"FFFFFF","profile_background_image_url":"http:\\/\\/a0.twimg.com\\/profile_background_images\\/3744515\\/Picture_9.png","profile_background_image_url_https":"https:\\/\\/si0.twimg.com\\/profile_background_images\\/3744515\\/Picture_9.png","profile_background_tile":false,"profile_image_url":"http:\\/\\/a0.twimg.com\\/profile_images\\/2151511111\\/twitter-logo128_normal.jpg","profile_image_url_https":"https:\\/\\/si0.twimg.com\\/profile_images\\/2151511111\\/twitter-logo128_normal.jpg","profile_link_color":"990000","profile_sidebar_border_color":"990000","profile_sidebar_fill_color":"E0E0E0","profile_text_color":"333333","profile_use_background_image":true,"default_profile":false,"default_profile_image":false,"following":true,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[{"url":"http:\\/\\/t.co\\/EYbuc6lZ","expanded_url":"http:\\/\\/bit.ly\\/WVGJA8","display_url":"bit.ly\\/WVGJA8","indices":[38,58]}],"user_mentions":[{"screen_name":"timmcdonnell","name":"Tim McDonnell","id":239931382,"id_str":"239931382","indices":[62,75]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"created_at":"Wed Nov 28 01:30:15 +0000 2012","id":273599654745231361,"id_str":"273599654745231361","text":"In case you missed it: CSS3 Substring Matching Attribute Selectors http:\\/\\/t.co\\/9hO6Lo82","source":"\\u003ca href=\\"http:\\/\\/blog.teamtreehouse.com\\" rel=\\"nofollow\\"\\u003eTeam Treehouse Blog\\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,"user":{"id":14843763,"id_str":"14843763","name":"Treehouse","screen_name":"treehouse","location":"Treehouse Island","description":"Our mission is to bring affordable Technology education to people everywhere, in order to help them achieve their dreams and change the world.","url":"http:\\/\\/teamtreehouse.com","entities":{"url":{"urls":[{"url":"http:\\/\\/teamtreehouse.com","expanded_url":null,"indices":[0,24]}]},"description":{"urls":[]}},"protected":false,"followers_count":21243,"friends_count":104,"listed_count":849,"created_at":"Tue May 20 11:09:03 +0000 2008","favourites_count":307,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":4870,"lang":"en","contributors_enabled":true,"is_translator":false,"profile_background_color":"F5F6E7","profile_background_image_url":"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png","profile_background_image_url_https":"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png","profile_background_tile":false,"profile_image_url":"http:\\/\\/a0.twimg.com\\/profile_images\\/2459423209\\/n8h7euigqeq2ir7625g6_normal.jpeg","profile_image_url_https":"https:\\/\\/si0.twimg.com\\/profile_images\\/2459423209\\/n8h7euigqeq2ir7625g6_normal.jpeg","profile_banner_url":"https:\\/\\/si0.twimg.com\\/profile_banners\\/14843763\\/1348151057","profile_link_color":"629C32","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"F5F6E7","profile_text_color":"343434","profile_use_background_image":false,"default_profile":false,"default_profile_image":false,"following":true,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[{"url":"http:\\/\\/t.co\\/9hO6Lo82","expanded_url":"http:\\/\\/trhou.se\\/Qo2W6Q","display_url":"trhou.se\\/Qo2W6Q","indices":[67,87]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"created_at":"Wed Nov 28 01:30:12 +0000 2012","id":273599641554128896,"id_str":"273599641554128896","text":"Ashlee Simpson and Vincent Piazza break up http:\\/\\/t.co\\/x4wEow9t","source":"\\u003ca href=\\"http:\\/\\/www.huffingtonpost.com\\" rel=\\"nofollow\\"\\u003eThe Huffington Post\\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,"user":{"id":14511951,"id_str":"14511951","name":"Huffington Post","screen_name":"HuffingtonPost","location":"","description":"The Internet Newspaper - \\r\\nCurated by @lauralizhibbard, @socialmia, @kerstinshamberg, @deanpraetorius, @travelinganna","url":"http:\\/\\/www.huffingtonpost.com","entities":{"url":{"urls":[{"url":"http:\\/\\/www.huffingtonpost.com","expanded_url":null,"indices":[0,29]}]},"description":{"urls":[]}},"protected":false,"followers_count":2314270,"friends_count":5166,"listed_count":53069,"created_at":"Thu Apr 24 14:07:28 +0000 2008","favourites_count":84,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":165477,"lang":"en","contributors_enabled":true,"is_translator":false,"profile_background_color":"2E7060","profile_background_image_url":"http:\\/\\/a0.twimg.com\\/profile_background_images\\/662779208\\/drm9hjltviedp5of1mft.png","profile_background_image_url_https":"https:\\/\\/si0.twimg.com\\/profile_background_images\\/662779208\\/drm9hjltviedp5of1mft.png","profile_background_tile":false,"profile_image_url":"http:\\/\\/a0.twimg.com\\/profile_images\\/2368811884\\/4gy783tae1jr6ul8nnvd_normal.png","profile_image_url_https":"https:\\/\\/si0.twimg.com\\/profile_images\\/2368811884\\/4gy783tae1jr6ul8nnvd_normal.png","profile_banner_url":"https:\\/\\/si0.twimg.com\\/profile_banners\\/14511951\\/1352744222","profile_link_color":"015E50","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"E3E2DE","profile_text_color":"000000","profile_use_background_image":true,"default_profile":false,"default_profile_image":false,"following":true,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":1,"entities":{"hashtags":[],"urls":[{"url":"http:\\/\\/t.co\\/x4wEow9t","expanded_url":"http:\\/\\/huff.to\\/SaWEpF","display_url":"huff.to\\/SaWEpF","indices":[43,63]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"created_at":"Wed Nov 28 01:30:07 +0000 2012","id":273599619525648384,"id_str":"273599619525648384","text":"#MongoSV is one week from today. Last minute tickets still available at http:\\/\\/t.co\\/R57EN7Kx","source":"\\u003ca href=\\"http:\\/\\/www.socialrithmic.com\\" rel=\\"nofollow\\"\\u003eSocialrithmic\\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,"user":{"id":18080585,"id_str":"18080585","name":"MongoDB","screen_name":"MongoDB","location":"","description":"High-performance, open source, schema-free document-oriented database | www.facebook.com\\/MongoDB","url":"http:\\/\\/mongodb.org\\/","entities":{"url":{"urls":[{"url":"http:\\/\\/mongodb.org\\/","expanded_url":null,"indices":[0,19]}]},"description":{"urls":[]}},"protected":false,"followers_count":27241,"friends_count":18,"listed_count":1669,"created_at":"Fri Dec 12 17:21:18 +0000 2008","favourites_count":8,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":2086,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"529747","profile_background_image_url":"http:\\/\\/a0.twimg.com\\/profile_background_images\\/619655093\\/767dji3m3k684nza7w9z.png","profile_background_image_url_https":"https:\\/\\/si0.twimg.com\\/profile_background_images\\/619655093\\/767dji3m3k684nza7w9z.png","profile_background_tile":false,"profile_image_url":"http:\\/\\/a0.twimg.com\\/profile_images\\/2452709870\\/wo2h8r0qy8d5lsxe5lgd_normal.png","profile_image_url_https":"https:\\/\\/si0.twimg.com\\/profile_images\\/2452709870\\/wo2h8r0qy8d5lsxe5lgd_normal.png","profile_banner_url":"https:\\/\\/si0.twimg.com\\/profile_banners\\/18080585\\/1349463085","profile_link_color":"43B02A","profile_sidebar_border_color":"829D5E","profile_sidebar_fill_color":"99CC33","profile_text_color":"3E4415","profile_use_background_image":true,"default_profile":false,"default_profile_image":false,"following":true,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[{"text":"MongoSV","indices":[0,8]}],"urls":[{"url":"http:\\/\\/t.co\\/R57EN7Kx","expanded_url":"http:\\/\\/soc.ai\\/2xk","display_url":"soc.ai\\/2xk","indices":[72,92]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"created_at":"Wed Nov 28 01:30:03 +0000 2012","id":273599603172048896,"id_str":"273599603172048896","text":"I\'ve watched The Grinch at LEAST 32 times, but I still get weepy at the end. \\"Just as long as we have we.\\" #SentimentalSap :)","source":"\\u003ca href=\\"http:\\/\\/twitter.com\\/download\\/iphone\\" rel=\\"nofollow\\"\\u003eTwitter for iPhone\\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,"user":{"id":41186028,"id_str":"41186028","name":"Kathleen","screen_name":"OMGKatAttack","location":"Boston","description":"Yoga Instructor, Freelance Writer, Lead Singer for @AlchemillaBand, Voice of @RunKeeper","url":"http:\\/\\/www.alchemilla.us","entities":{"url":{"urls":[{"url":"http:\\/\\/www.alchemilla.us","expanded_url":null,"indices":[0,24]}]},"description":{"urls":[]}},"protected":false,"followers_count":1230,"friends_count":362,"listed_count":98,"created_at":"Tue May 19 19:17:37 +0000 2009","favourites_count":15,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":4245,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"352726","profile_background_image_url":"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif","profile_background_image_url_https":"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme5\\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\\/\\/a0.twimg.com\\/profile_images\\/1239449865\\/KAt26_normal.jpg","profile_image_url_https":"https:\\/\\/si0.twimg.com\\/profile_images\\/1239449865\\/KAt26_normal.jpg","profile_link_color":"D02B55","profile_sidebar_border_color":"829D5E","profile_sidebar_fill_color":"99CC33","profile_text_color":"3E4415","profile_use_background_image":true,"default_profile":false,"default_profile_image":false,"following":true,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[{"text":"SentimentalSap","indices":[107,122]}],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},{"created_at":"Wed Nov 28 01:30:02 +0000 2012","id":273599599590125570,"id_str":"273599599590125570","text":"Are you reading any holiday stories at bedtime with your children? If so, which ones?","source":"\\u003ca href=\\"http:\\/\\/sproutsocial.com\\" rel=\\"nofollow\\"\\u003eSprout Social\\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,"user":{"id":87706322,"id_str":"87706322","name":"Bright Horizons","screen_name":"BrightHorizons","location":"","description":"Bright Horizons is the world\'s leading provider of employer-sponsored child care, back-up care, education and work\\/life solutions.","url":"http:\\/\\/www.brighthorizons.com","entities":{"url":{"urls":[{"url":"http:\\/\\/www.brighthorizons.com","expanded_url":null,"indices":[0,29]}]},"description":{"urls":[]}},"protected":false,"followers_count":18374,"friends_count":2074,"listed_count":205,"created_at":"Thu Nov 05 15:02:01 +0000 2009","favourites_count":1,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":true,"statuses_count":5887,"lang":"en","contributors_enabled":true,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\\/\\/a0.twimg.com\\/profile_background_images\\/294053875\\/newTwitterBackground2011.jpg","profile_background_image_url_https":"https:\\/\\/si0.twimg.com\\/profile_background_images\\/294053875\\/newTwitterBackground2011.jpg","profile_background_tile":false,"profile_image_url":"http:\\/\\/a0.twimg.com\\/profile_images\\/540202965\\/logo_bfam_some_normal.gif","profile_image_url_https":"https:\\/\\/si0.twimg.com\\/profile_images\\/540202965\\/logo_bfam_some_normal.gif","profile_banner_url":"https:\\/\\/si0.twimg.com\\/profile_banners\\/87706322\\/1347978173","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":false,"default_profile_image":false,"following":true,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":1,"entities":{"hashtags":[],"urls":[],"user_mentions":[]},"favorited":false,"retweeted":false},{"created_at":"Wed Nov 28 01:30:00 +0000 2012","id":273599593051213825,"id_str":"273599593051213825","text":"Congrats to @BradleyWerner and @eunicek for having the #BestEats on Seamless today! Follow + Direct Message us to claim your prize!","source":"\\u003ca href=\\"http:\\/\\/www.tweetdeck.com\\" rel=\\"nofollow\\"\\u003eTweetDeck\\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,"user":{"id":14777215,"id_str":"14777215","name":"Seamless","screen_name":"Seamless","location":"NYC, DC, CHI, SF, LA + More!","description":"Seamless is the best place to order food online and on the go from over 11,000 restaurants for pickup and delivery. This is where we tweet about eating!","url":"http:\\/\\/www.seamless.com","entities":{"url":{"urls":[{"url":"http:\\/\\/www.seamless.com","expanded_url":null,"indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":30021,"friends_count":4676,"listed_count":740,"created_at":"Wed May 14 19:18:11 +0000 2008","favourites_count":1702,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":true,"statuses_count":12939,"lang":"en","contributors_enabled":true,"is_translator":false,"profile_background_color":"C90118","profile_background_image_url":"http:\\/\\/a0.twimg.com\\/profile_background_images\\/723227144\\/59599e3ca183b2484c8d1c88bb4267a6.jpeg","profile_background_image_url_https":"https:\\/\\/si0.twimg.com\\/profile_background_images\\/723227144\\/59599e3ca183b2484c8d1c88bb4267a6.jpeg","profile_background_tile":false,"profile_image_url":"http:\\/\\/a0.twimg.com\\/profile_images\\/1421798470\\/Avatar_normal.png","profile_image_url_https":"https:\\/\\/si0.twimg.com\\/profile_images\\/1421798470\\/Avatar_normal.png","profile_banner_url":"https:\\/\\/si0.twimg.com\\/profile_banners\\/14777215\\/1354055941","profile_link_color":"339999","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"FFFFFF","profile_text_color":"000000","profile_use_background_image":true,"default_profile":false,"default_profile_image":false,"following":true,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[{"text":"BestEats","indices":[55,64]}],"urls":[],"user_mentions":[{"screen_name":"BradleyWerner","name":"Bradley Werner","id":17600869,"id_str":"17600869","indices":[12,26]},{"screen_name":"eunicek","name":"eunicek","id":12307412,"id_str":"12307412","indices":[31,39]}]},"favorited":false,"retweeted":false},{"created_at":"Wed Nov 28 01:29:42 +0000 2012","id":273599515427237888,"id_str":"273599515427237888","text":"Mexico tries to tilt focus of U.S. relations from the drug war to its economy http:\\/\\/t.co\\/WdB6J7I7","source":"\\u003ca href=\\"http:\\/\\/www.socialflow.com\\" rel=\\"nofollow\\"\\u003eSocialFlow\\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,"user":{"id":807095,"id_str":"807095","name":"The New York Times","screen_name":"nytimes","location":"New York City","description":"Where the Conversation Begins. Follow for breaking news, special reports, http:\\/\\/t.co\\/6CqTi5Pj homepage links and RTs of our journalists. ","url":"http:\\/\\/www.nytimes.com\\/","entities":{"url":{"urls":[{"url":"http:\\/\\/www.nytimes.com\\/","expanded_url":null,"indices":[0,23]}]},"description":{"urls":[{"url":"http:\\/\\/t.co\\/6CqTi5Pj","expanded_url":"http:\\/\\/NYTimes.com","display_url":"NYTimes.com","indices":[74,94]}]}},"protected":false,"followers_count":6681956,"friends_count":726,"listed_count":113236,"created_at":"Fri Mar 02 20:41:42 +0000 2007","favourites_count":3,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":true,"statuses_count":94492,"lang":"en","contributors_enabled":true,"is_translator":false,"profile_background_color":"131516","profile_background_image_url":"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif","profile_background_image_url_https":"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif","profile_background_tile":true,"profile_image_url":"http:\\/\\/a0.twimg.com\\/profile_images\\/2044921128\\/finals_normal.png","profile_image_url_https":"https:\\/\\/si0.twimg.com\\/profile_images\\/2044921128\\/finals_normal.png","profile_link_color":"009999","profile_sidebar_border_color":"EEEEEE","profile_sidebar_fill_color":"EFEFEF","profile_text_color":"333333","profile_use_background_image":true,"default_profile":false,"default_profile_image":false,"following":true,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":6,"entities":{"hashtags":[],"urls":[{"url":"http:\\/\\/t.co\\/WdB6J7I7","expanded_url":"http:\\/\\/nyti.ms\\/TrU0xW","display_url":"nyti.ms\\/TrU0xW","indices":[78,98]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"created_at":"Wed Nov 28 01:29:32 +0000 2012","id":273599473475784704,"id_str":"273599473475784704","text":".@kirstenwright since Siri and I agreed on that spelling for Rochambeau, yes I think it is.","source":"\\u003ca href=\\"http:\\/\\/twitter.com\\/download\\/iphone\\" rel=\\"nofollow\\"\\u003eTwitter for iPhone\\u003c\\/a\\u003e","truncated":false,"in_reply_to_status_id":273597019443064832,"in_reply_to_status_id_str":"273597019443064832","in_reply_to_user_id":14363211,"in_reply_to_user_id_str":"14363211","in_reply_to_screen_name":"kirstenwright","user":{"id":3533231,"id_str":"3533231","name":"Laura Fitton","screen_name":"Pistachio","location":"Boston, MA","description":"Inbound Marketing Evangelist, @HubSpot. Starter of #beonfire, @oneforty, Twitter for @Dummies. Deeply silly. Fiercely optimistic. PROUD Massachusettsian.","url":"http:\\/\\/about.me\\/pistachio","entities":{"url":{"urls":[{"url":"http:\\/\\/about.me\\/pistachio","expanded_url":null,"indices":[0,25]}]},"description":{"urls":[]}},"protected":false,"followers_count":113231,"friends_count":116728,"listed_count":7851,"created_at":"Thu Apr 05 16:08:19 +0000 2007","favourites_count":710,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":true,"statuses_count":48943,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"FFFFFF","profile_background_image_url":"http:\\/\\/a0.twimg.com\\/profile_background_images\\/60659769\\/background_8.jpg","profile_background_image_url_https":"https:\\/\\/si0.twimg.com\\/profile_background_images\\/60659769\\/background_8.jpg","profile_background_tile":true,"profile_image_url":"http:\\/\\/a0.twimg.com\\/profile_images\\/2509923875\\/cyeyw0b51c7lv4lo6wru_normal.jpeg","profile_image_url_https":"https:\\/\\/si0.twimg.com\\/profile_images\\/2509923875\\/cyeyw0b51c7lv4lo6wru_normal.jpeg","profile_banner_url":"https:\\/\\/si0.twimg.com\\/profile_banners\\/3533231\\/1352313718","profile_link_color":"0000FF","profile_sidebar_border_color":"87BC44","profile_sidebar_fill_color":"FFFFFF","profile_text_color":"000000","profile_use_background_image":true,"default_profile":false,"default_profile_image":false,"following":true,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"kirstenwright","name":"Kirsten Wright","id":14363211,"id_str":"14363211","indices":[1,15]}]},"favorited":false,"retweeted":false},{"created_at":"Wed Nov 28 01:29:15 +0000 2012","id":273599402634010625,"id_str":"273599402634010625","text":"RT @mvolpe: Agreed! RT @chiefmartec: Technical expertise is more important than agency experience for CMOs http:\\/\\/t.co\\/YHZSRjOs","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,"user":{"id":14484478,"id_str":"14484478","name":"Anand Rajaram","screen_name":"anandrajaram","location":"Westford, MA","description":"Product guy at @hubspot. iFanBoy specializing in mobile apps, technology, product management, leanstartups, cust. development, lifecycle mktg & lifehacks.","url":"http:\\/\\/www.startupproductmanager.com","entities":{"url":{"urls":[{"url":"http:\\/\\/www.startupproductmanager.com","expanded_url":null,"indices":[0,36]}]},"description":{"urls":[]}},"protected":false,"followers_count":971,"friends_count":854,"listed_count":44,"created_at":"Wed Apr 23 03:15:16 +0000 2008","favourites_count":151,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":3950,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"F97729","profile_background_image_url":"http:\\/\\/a0.twimg.com\\/profile_background_images\\/413372763\\/very-orange.jpg","profile_background_image_url_https":"https:\\/\\/si0.twimg.com\\/profile_background_images\\/413372763\\/very-orange.jpg","profile_background_tile":true,"profile_image_url":"http:\\/\\/a0.twimg.com\\/profile_images\\/2672057382\\/4426306ae717d52dbd953c764adf748e_normal.jpeg","profile_image_url_https":"https:\\/\\/si0.twimg.com\\/profile_images\\/2672057382\\/4426306ae717d52dbd953c764adf748e_normal.jpeg","profile_banner_url":"https:\\/\\/si0.twimg.com\\/profile_banners\\/14484478\\/1349153234","profile_link_color":"F97729","profile_sidebar_border_color":"FFE4BA","profile_sidebar_fill_color":"FFE4BA","profile_text_color":"E95302","profile_use_background_image":true,"default_profile":false,"default_profile_image":false,"following":true,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Wed Nov 28 00:30:14 +0000 2012","id":273584550830034944,"id_str":"273584550830034944","text":"Agreed! RT @chiefmartec: Technical expertise is more important than agency experience for CMOs http:\\/\\/t.co\\/YHZSRjOs","source":"\\u003ca href=\\"http:\\/\\/twitter.com\\/download\\/iphone\\" rel=\\"nofollow\\"\\u003eTwitter for iPhone\\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,"user":{"id":9759932,"id_str":"9759932","name":"Mike Volpe","screen_name":"mvolpe","location":"Boston, MA","description":"CMO @HubSpot - marketing, startups, entrepreneurship, SaaS, B2B, lead generation, blog, social media, SEO, analytics, VC, golf, Patriots, Red Sox","url":"http:\\/\\/www.mikevolpe.com\\/marketing-speaker\\/","entities":{"url":{"urls":[{"url":"http:\\/\\/www.mikevolpe.com\\/marketing-speaker\\/","expanded_url":null,"indices":[0,43]}]},"description":{"urls":[]}},"protected":false,"followers_count":42049,"friends_count":141,"listed_count":2847,"created_at":"Sun Oct 28 20:12:35 +0000 2007","favourites_count":459,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":13582,"lang":"en","contributors_enabled":true,"is_translator":false,"profile_background_color":"131516","profile_background_image_url":"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif","profile_background_image_url_https":"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme14\\/bg.gif","profile_background_tile":true,"profile_image_url":"http:\\/\\/a0.twimg.com\\/profile_images\\/78485507\\/mike_volpe_600x600_orange_background_normal.jpg","profile_image_url_https":"https:\\/\\/si0.twimg.com\\/profile_images\\/78485507\\/mike_volpe_600x600_orange_background_normal.jpg","profile_link_color":"009999","profile_sidebar_border_color":"EEEEEE","profile_sidebar_fill_color":"EFEFEF","profile_text_color":"333333","profile_use_background_image":false,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":3,"entities":{"hashtags":[],"urls":[{"url":"http:\\/\\/t.co\\/YHZSRjOs","expanded_url":"http:\\/\\/www.chiefmartec.com\\/2012\\/11\\/technical-expertise-more-important-than-agency-experience-for-cmos.html","display_url":"chiefmartec.com\\/2012\\/11\\/techni\\u2026","indices":[95,115]}],"user_mentions":[{"screen_name":"chiefmartec","name":"Scott Brinker","id":14121628,"id_str":"14121628","indices":[11,23]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},"retweet_count":3,"entities":{"hashtags":[],"urls":[{"url":"http:\\/\\/t.co\\/YHZSRjOs","expanded_url":"http:\\/\\/www.chiefmartec.com\\/2012\\/11\\/technical-expertise-more-important-than-agency-experience-for-cmos.html","display_url":"chiefmartec.com\\/2012\\/11\\/techni\\u2026","indices":[107,127]}],"user_mentions":[{"screen_name":"mvolpe","name":"Mike Volpe","id":9759932,"id_str":"9759932","indices":[3,10]},{"screen_name":"chiefmartec","name":"Scott Brinker","id":14121628,"id_str":"14121628","indices":[23,35]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"created_at":"Wed Nov 28 01:29:06 +0000 2012","id":273599363715039233,"id_str":"273599363715039233","text":"Me and @citadelgrad\'s hard work on core Django date CBV docs just got merged in! Take a look! https:\\/\\/t.co\\/vDZygPBd","source":"web","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,"user":{"id":14835908,"id_str":"14835908","name":"Daniel Greenfeld","screen_name":"pydanny","location":"Los Angeles, CA","description":"Pythonista, Djangonaut, former NASA engineer, teacher, speaker, capoeirista, principal at Cartwheel Web, PSF\\/DSF member.","url":"http:\\/\\/pydanny.com","entities":{"url":{"urls":[{"url":"http:\\/\\/pydanny.com","expanded_url":null,"indices":[0,18]}]},"description":{"urls":[]}},"protected":false,"followers_count":3015,"friends_count":728,"listed_count":343,"created_at":"Mon May 19 18:14:25 +0000 2008","favourites_count":1385,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":23693,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png","profile_background_image_url_https":"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png","profile_background_tile":false,"profile_image_url":"http:\\/\\/a0.twimg.com\\/profile_images\\/762155936\\/pc_cartwheel_normal.jpeg","profile_image_url_https":"https:\\/\\/si0.twimg.com\\/profile_images\\/762155936\\/pc_cartwheel_normal.jpeg","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":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[{"url":"https:\\/\\/t.co\\/vDZygPBd","expanded_url":"https:\\/\\/docs.djangoproject.com\\/en\\/dev\\/ref\\/class-based-views\\/generic-date-based\\/","display_url":"docs.djangoproject.com\\/en\\/dev\\/ref\\/cla\\u2026","indices":[94,115]}],"user_mentions":[{"screen_name":"citadelgrad","name":"Scott Nixon","id":1863461,"id_str":"1863461","indices":[7,19]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"created_at":"Wed Nov 28 01:28:48 +0000 2012","id":273599287823314945,"id_str":"273599287823314945","text":"RT @Wolfiesmom: Everyone ready for tomorrow night? Fourth season of @hotnclevelandtv starts 10\\/9c only on @tvland!","source":"\\u003ca href=\\"http:\\/\\/twitter.com\\/download\\/iphone\\" rel=\\"nofollow\\"\\u003eTwitter for iPhone\\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,"user":{"id":18774567,"id_str":"18774567","name":"Frank Caliendo","screen_name":"FrankCaliendo","location":"Tempe, AZ","description":"Husband, dad, comedian, dancer, list maker.\\r\\nContributor to ESPN\'s Sunday NFL Countdown\\r\\nhttp:\\/\\/t.co\\/ZJUhRXof","url":"http:\\/\\/www.FrankCaliendo.com","entities":{"url":{"urls":[{"url":"http:\\/\\/www.FrankCaliendo.com","expanded_url":null,"indices":[0,28]}]},"description":{"urls":[{"url":"http:\\/\\/t.co\\/ZJUhRXof","expanded_url":"http:\\/\\/www.youtube.com\\/watch?v=leTevblrszI","display_url":"youtube.com\\/watch?v=leTevb\\u2026","indices":[90,110]}]}},"protected":false,"followers_count":69500,"friends_count":1486,"listed_count":896,"created_at":"Thu Jan 08 19:07:46 +0000 2009","favourites_count":252,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":false,"verified":true,"statuses_count":3823,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"1A1B1F","profile_background_image_url":"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif","profile_background_image_url_https":"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\\/\\/a0.twimg.com\\/profile_images\\/2783718954\\/178c8386845288cf38317ed997a9eb38_normal.jpeg","profile_image_url_https":"https:\\/\\/si0.twimg.com\\/profile_images\\/2783718954\\/178c8386845288cf38317ed997a9eb38_normal.jpeg","profile_banner_url":"https:\\/\\/si0.twimg.com\\/profile_banners\\/18774567\\/1352681392","profile_link_color":"2FC2EF","profile_sidebar_border_color":"181A1E","profile_sidebar_fill_color":"252429","profile_text_color":"666666","profile_use_background_image":true,"default_profile":false,"default_profile_image":false,"following":true,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Tue Nov 27 18:16:53 +0000 2012","id":273490595207593984,"id_str":"273490595207593984","text":"Everyone ready for tomorrow night? Fourth season of @hotnclevelandtv starts 10\\/9c only on @tvland!","source":"web","truncated":false,"in_reply_to_status_id":273191974595596288,"in_reply_to_status_id_str":"273191974595596288","in_reply_to_user_id":824067121,"in_reply_to_user_id_str":"824067121","in_reply_to_screen_name":"hotnclevelandtv","user":{"id":33627557,"id_str":"33627557","name":"Valerie Bertinelli","screen_name":"Wolfiesmom","location":"Southern California","description":"Mom, Actress, Hot in Cleveland team member, Jenny Craig ambassador, Veebow user...\\r\\n#HotinCleveland starts Wednesday November 28th at 10\\/9c only on @tvland!","url":"http:\\/\\/www.valeriebertinelli.com","entities":{"url":{"urls":[{"url":"http:\\/\\/www.valeriebertinelli.com","expanded_url":null,"indices":[0,32]}]},"description":{"urls":[]}},"protected":false,"followers_count":102886,"friends_count":72,"listed_count":1490,"created_at":"Mon Apr 20 19:21:12 +0000 2009","favourites_count":5,"utc_offset":-28800,"time_zone":"Pacific Time (US & Canada)","geo_enabled":false,"verified":true,"statuses_count":1778,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"E6E1E6","profile_background_image_url":"http:\\/\\/a0.twimg.com\\/profile_background_images\\/244091828\\/VALWOlf3.jpg","profile_background_image_url_https":"https:\\/\\/si0.twimg.com\\/profile_background_images\\/244091828\\/VALWOlf3.jpg","profile_background_tile":true,"profile_image_url":"http:\\/\\/a0.twimg.com\\/profile_images\\/271817056\\/111907.1-014998_normal.jpg","profile_image_url_https":"https:\\/\\/si0.twimg.com\\/profile_images\\/271817056\\/111907.1-014998_normal.jpg","profile_link_color":"8A0E0E","profile_sidebar_border_color":"1E1E29","profile_sidebar_fill_color":"E6E1E1","profile_text_color":"422B1A","profile_use_background_image":true,"default_profile":false,"default_profile_image":false,"following":null,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":28,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"hotnclevelandtv","name":"Hot in Cleveland","id":824067121,"id_str":"824067121","indices":[52,68]},{"screen_name":"tvland","name":"TVLand","id":85399171,"id_str":"85399171","indices":[90,97]}]},"favorited":false,"retweeted":false},"retweet_count":28,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"Wolfiesmom","name":"Valerie Bertinelli","id":33627557,"id_str":"33627557","indices":[3,14]},{"screen_name":"hotnclevelandtv","name":"Hot in Cleveland","id":824067121,"id_str":"824067121","indices":[68,84]},{"screen_name":"tvland","name":"TVLand","id":85399171,"id_str":"85399171","indices":[106,113]}]},"favorited":false,"retweeted":false},{"created_at":"Wed Nov 28 01:28:48 +0000 2012","id":273599286829264896,"id_str":"273599286829264896","text":"@mok_oh @ggheorghiu @TechCrunch AWESOME. http:\\/\\/t.co\\/BMWLIZoZ","source":"web","truncated":false,"in_reply_to_status_id":273594644007374848,"in_reply_to_status_id_str":"273594644007374848","in_reply_to_user_id":10029732,"in_reply_to_user_id_str":"10029732","in_reply_to_screen_name":"mok_oh","user":{"id":10029732,"id_str":"10029732","name":"Mok Oh","screen_name":"mok_oh","location":"San Jose, CA","description":"Former Chief Scientist, PayPal","url":"http:\\/\\/www.linkedin.com\\/in\\/mokoh","entities":{"url":{"urls":[{"url":"http:\\/\\/www.linkedin.com\\/in\\/mokoh","expanded_url":null,"indices":[0,32]}]},"description":{"urls":[]}},"protected":false,"followers_count":82030,"friends_count":81032,"listed_count":692,"created_at":"Wed Nov 07 12:19:22 +0000 2007","favourites_count":50,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":3731,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"1A1B1F","profile_background_image_url":"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif","profile_background_image_url_https":"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\\/\\/a0.twimg.com\\/profile_images\\/122573848\\/_MG_3285_normal.jpg","profile_image_url_https":"https:\\/\\/si0.twimg.com\\/profile_images\\/122573848\\/_MG_3285_normal.jpg","profile_link_color":"2FC2EF","profile_sidebar_border_color":"181A1E","profile_sidebar_fill_color":"252429","profile_text_color":"666666","profile_use_background_image":true,"default_profile":false,"default_profile_image":false,"following":true,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"mok_oh","name":"Mok Oh","id":10029732,"id_str":"10029732","indices":[0,7]},{"screen_name":"ggheorghiu","name":"Gabriel Gheorghiu","id":46426671,"id_str":"46426671","indices":[8,19]},{"screen_name":"TechCrunch","name":"TechCrunch","id":816653,"id_str":"816653","indices":[20,31]}],"media":[{"id":273599286833459200,"id_str":"273599286833459200","indices":[41,61],"media_url":"http:\\/\\/pbs.twimg.com\\/media\\/A8wFGg6CMAA0ZIv.png","media_url_https":"https:\\/\\/pbs.twimg.com\\/media\\/A8wFGg6CMAA0ZIv.png","url":"http:\\/\\/t.co\\/BMWLIZoZ","display_url":"pic.twitter.com\\/BMWLIZoZ","expanded_url":"http:\\/\\/twitter.com\\/mok_oh\\/status\\/273599286829264896\\/photo\\/1","type":"photo","sizes":{"large":{"w":553,"h":277,"resize":"fit"},"small":{"w":340,"h":170,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":553,"h":277,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"created_at":"Wed Nov 28 01:28:29 +0000 2012","id":273599211075940352,"id_str":"273599211075940352","text":"Overdid @majicdave\\u2019s ghost pepper sauce. Mouth like I chugged lava. Yogurt transfusion easing the pain a little.","source":"\\u003ca href=\\"http:\\/\\/tapbots.com\\/software\\/tweetbot\\/mac\\" rel=\\"nofollow\\"\\u003eTweetbot 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,"user":{"id":898691,"id_str":"898691","name":"Nat Torkington","screen_name":"gnat","location":"Ti Point, New Zealand","description":"I help startups, corporates, and individuals with their technology and business problems. I have a potty mouth.","url":"http:\\/\\/nathan.torkington.com\\/","entities":{"url":{"urls":[{"url":"http:\\/\\/nathan.torkington.com\\/","expanded_url":null,"indices":[0,29]}]},"description":{"urls":[]}},"protected":false,"followers_count":7840,"friends_count":1674,"listed_count":548,"created_at":"Sun Mar 11 04:06:27 +0000 2007","favourites_count":4913,"utc_offset":43200,"time_zone":"Auckland","geo_enabled":false,"verified":false,"statuses_count":22297,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"000000","profile_background_image_url":"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png","profile_background_image_url_https":"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png","profile_background_tile":false,"profile_image_url":"http:\\/\\/a0.twimg.com\\/profile_images\\/1857219533\\/right_looking_evilgrin_normal.jpg","profile_image_url_https":"https:\\/\\/si0.twimg.com\\/profile_images\\/1857219533\\/right_looking_evilgrin_normal.jpg","profile_link_color":"808080","profile_sidebar_border_color":"202020","profile_sidebar_fill_color":"303030","profile_text_color":"808080","profile_use_background_image":false,"default_profile":false,"default_profile_image":false,"following":true,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":1,"entities":{"hashtags":[],"urls":[],"user_mentions":[{"screen_name":"majicDave","name":"David Frampton","id":10230112,"id_str":"10230112","indices":[8,18]}]},"favorited":false,"retweeted":false},{"created_at":"Wed Nov 28 01:28:26 +0000 2012","id":273599199164129280,"id_str":"273599199164129280","text":"US concerned over China passport map http:\\/\\/t.co\\/NZEPQDht","source":"\\u003ca href=\\"http:\\/\\/www.socialflow.com\\" rel=\\"nofollow\\"\\u003eSocialFlow\\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,"user":{"id":4970411,"id_str":"4970411","name":"Al Jazeera English","screen_name":"AJEnglish","location":"Doha, Qatar","description":"Al Jazeera English, the 24-hour English-language news and current affairs channel, headquartered in Doha, Qatar. Follow @AJELive for breaking news alerts.\\r\\n\\r\\n","url":"http:\\/\\/aljazeera.com","entities":{"url":{"urls":[{"url":"http:\\/\\/aljazeera.com","expanded_url":null,"indices":[0,20]}]},"description":{"urls":[]}},"protected":false,"followers_count":1412091,"friends_count":152,"listed_count":35549,"created_at":"Tue Apr 17 08:23:08 +0000 2007","favourites_count":3,"utc_offset":10800,"time_zone":"Riyadh","geo_enabled":true,"verified":true,"statuses_count":77199,"lang":"en","contributors_enabled":true,"is_translator":false,"profile_background_color":"A6D4E0","profile_background_image_url":"http:\\/\\/a0.twimg.com\\/profile_background_images\\/414255607\\/TWITTER_BACKGROUND_1040x1040.jpg","profile_background_image_url_https":"https:\\/\\/si0.twimg.com\\/profile_background_images\\/414255607\\/TWITTER_BACKGROUND_1040x1040.jpg","profile_background_tile":false,"profile_image_url":"http:\\/\\/a0.twimg.com\\/profile_images\\/1898373750\\/image001_normal.png","profile_image_url_https":"https:\\/\\/si0.twimg.com\\/profile_images\\/1898373750\\/image001_normal.png","profile_banner_url":"https:\\/\\/si0.twimg.com\\/brand_banners\\/AJEnglish\\/1328091249\\/live","profile_link_color":"0000FF","profile_sidebar_border_color":"87BC44","profile_sidebar_fill_color":"DDDDDD","profile_text_color":"000000","profile_use_background_image":true,"default_profile":false,"default_profile_image":false,"following":true,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":3,"entities":{"hashtags":[],"urls":[{"url":"http:\\/\\/t.co\\/NZEPQDht","expanded_url":"http:\\/\\/aje.me\\/QoMHqb","display_url":"aje.me\\/QoMHqb","indices":[37,57]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"created_at":"Wed Nov 28 01:28:18 +0000 2012","id":273599164577873920,"id_str":"273599164577873920","text":"Google Nexus 7 Vs. iPad Mini: http:\\/\\/t.co\\/7JnAZQc7","source":"\\u003ca href=\\"http:\\/\\/twitterfeed.com\\" rel=\\"nofollow\\"\\u003etwitterfeed\\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,"user":{"id":213117318,"id_str":"213117318","name":"HN Firehose","screen_name":"hnfirehose","location":"","description":"Unofficial feed for the Hacker News firehose","url":"http:\\/\\/scripting.com\\/stories\\/2010\\/11\\/07\\/creatingAFirehoseFeedForHa.html","entities":{"url":{"urls":[{"url":"http:\\/\\/scripting.com\\/stories\\/2010\\/11\\/07\\/creatingAFirehoseFeedForHa.html","expanded_url":null,"indices":[0,71]}]},"description":{"urls":[]}},"protected":false,"followers_count":2208,"friends_count":2,"listed_count":141,"created_at":"Mon Nov 08 00:52:05 +0000 2010","favourites_count":0,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":261840,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png","profile_background_image_url_https":"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png","profile_background_tile":false,"profile_image_url":"http:\\/\\/a0.twimg.com\\/profile_images\\/1218527213\\/clipartfireservicefirefighterattack_normal.gif","profile_image_url_https":"https:\\/\\/si0.twimg.com\\/profile_images\\/1218527213\\/clipartfireservicefirefighterattack_normal.gif","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":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[{"url":"http:\\/\\/t.co\\/7JnAZQc7","expanded_url":"http:\\/\\/bit.ly\\/WXQiyA","display_url":"bit.ly\\/WXQiyA","indices":[31,51]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"created_at":"Wed Nov 28 01:28:17 +0000 2012","id":273599157372067841,"id_str":"273599157372067841","text":"\\"The Relevance of Algorithms\\" by @TarletonG maps the political dimensions of algorithms: http:\\/\\/t.co\\/KmphM9XW","source":"\\u003ca href=\\"http:\\/\\/bufferapp.com\\" rel=\\"nofollow\\"\\u003eBuffer\\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,"user":{"id":633,"id_str":"633","name":"danah boyd","screen_name":"zephoria","location":"New York, NY","description":"social media scholar, youth researcher & advocate | Microsoft Research, NYU Media Culture & Communication, Harvard Berkman Center | zephoria@zephoria.org","url":"http:\\/\\/www.zephoria.org\\/thoughts\\/","entities":{"url":{"urls":[{"url":"http:\\/\\/www.zephoria.org\\/thoughts\\/","expanded_url":null,"indices":[0,33]}]},"description":{"urls":[]}},"protected":false,"followers_count":75343,"friends_count":958,"listed_count":6386,"created_at":"Thu Jul 13 21:27:23 +0000 2006","favourites_count":48,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":true,"statuses_count":3480,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"1A1B1F","profile_background_image_url":"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif","profile_background_image_url_https":"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme9\\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\\/\\/a0.twimg.com\\/profile_images\\/2613209217\\/7in0v6wan5bq1rjbhdoz_normal.jpeg","profile_image_url_https":"https:\\/\\/si0.twimg.com\\/profile_images\\/2613209217\\/7in0v6wan5bq1rjbhdoz_normal.jpeg","profile_link_color":"2FC2EF","profile_sidebar_border_color":"181A1E","profile_sidebar_fill_color":"252429","profile_text_color":"666666","profile_use_background_image":true,"default_profile":false,"default_profile_image":false,"following":true,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":3,"entities":{"hashtags":[],"urls":[{"url":"http:\\/\\/t.co\\/KmphM9XW","expanded_url":"http:\\/\\/bit.ly\\/WXQ6iP","display_url":"bit.ly\\/WXQ6iP","indices":[90,110]}],"user_mentions":[{"screen_name":"TarletonG","name":"Tarleton Gillespie","id":437479436,"id_str":"437479436","indices":[33,43]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"created_at":"Wed Nov 28 01:27:48 +0000 2012","id":273599035800166400,"id_str":"273599035800166400","text":"Early night or stay up hacking on the Instapaper-for-Hacker News iOS app @brackin talked me into designing &amp; coding? #toughchoice","source":"\\u003ca href=\\"http:\\/\\/tapbots.com\\/software\\/tweetbot\\/mac\\" rel=\\"nofollow\\"\\u003eTweetbot 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,"user":{"id":14199907,"id_str":"14199907","name":"Jon Gold","screen_name":"jongold","location":"London","description":"Designer & developer obsessed with steak, suits, startups & modernism.","url":"http:\\/\\/jon.gd","entities":{"url":{"urls":[{"url":"http:\\/\\/jon.gd","expanded_url":null,"indices":[0,13]}]},"description":{"urls":[]}},"protected":false,"followers_count":2506,"friends_count":848,"listed_count":106,"created_at":"Sun Mar 23 00:50:47 +0000 2008","favourites_count":4265,"utc_offset":0,"time_zone":"London","geo_enabled":true,"verified":false,"statuses_count":23828,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"F0F0F0","profile_background_image_url":"http:\\/\\/a0.twimg.com\\/images\\/themes\\/theme1\\/bg.png","profile_background_image_url_https":"https:\\/\\/si0.twimg.com\\/images\\/themes\\/theme1\\/bg.png","profile_background_tile":false,"profile_image_url":"http:\\/\\/a0.twimg.com\\/profile_images\\/2631739845\\/05aa47813eeea5999624c9331a0edb5a_normal.png","profile_image_url_https":"https:\\/\\/si0.twimg.com\\/profile_images\\/2631739845\\/05aa47813eeea5999624c9331a0edb5a_normal.png","profile_banner_url":"https:\\/\\/si0.twimg.com\\/profile_banners\\/14199907\\/1353327883","profile_link_color":"000000","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"01FFAF","profile_text_color":"000000","profile_use_background_image":false,"default_profile":false,"default_profile_image":false,"following":true,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":{"id":"9c37c76f5dfad0fa","url":"https:\\/\\/api.twitter.com\\/1.1\\/geo\\/id\\/9c37c76f5dfad0fa.json","place_type":"city","name":"Islington","full_name":"Islington, London","country_code":"GB","country":"United Kingdom","bounding_box":{"type":"Polygon","coordinates":[[[-0.142058,51.518552],[-0.076305,51.518552],[-0.076305,51.575301],[-0.142058,51.575301]]]},"attributes":{}},"contributors":null,"retweet_count":0,"entities":{"hashtags":[{"text":"toughchoice","indices":[121,133]}],"urls":[],"user_mentions":[{"screen_name":"brackin","name":"Andrew Brackin","id":43411847,"id_str":"43411847","indices":[73,81]}]},"favorited":false,"retweeted":false},{"created_at":"Wed Nov 28 01:27:42 +0000 2012","id":273599012249169920,"id_str":"273599012249169920","text":"A Wearable Camera To Record Every Single One Of Life\\u2019s Precious Moments http:\\/\\/t.co\\/IAbKuXqg","source":"\\u003ca href=\\"http:\\/\\/www.socialflow.com\\" rel=\\"nofollow\\"\\u003eSocialFlow\\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,"user":{"id":2735591,"id_str":"2735591","name":"Fast Company","screen_name":"FastCompany","location":"New York, NY","description":"Official Twitter feed for the Fast Company business media brand; inspiring readers to think beyond traditional boundaries & create the future of business.","url":"http:\\/\\/www.fastcompany.com","entities":{"url":{"urls":[{"url":"http:\\/\\/www.fastcompany.com","expanded_url":null,"indices":[0,26]}]},"description":{"urls":[]}},"protected":false,"followers_count":613182,"friends_count":3678,"listed_count":24300,"created_at":"Wed Mar 28 22:39:21 +0000 2007","favourites_count":302,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":false,"verified":true,"statuses_count":38274,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"FFFFFF","profile_background_image_url":"http:\\/\\/a0.twimg.com\\/profile_background_images\\/425029708\\/2048x1600-fc-twitter-backgrd.png","profile_background_image_url_https":"https:\\/\\/si0.twimg.com\\/profile_background_images\\/425029708\\/2048x1600-fc-twitter-backgrd.png","profile_background_tile":false,"profile_image_url":"http:\\/\\/a0.twimg.com\\/profile_images\\/1797716029\\/fc-logo-300x300_normal.gif","profile_image_url_https":"https:\\/\\/si0.twimg.com\\/profile_images\\/1797716029\\/fc-logo-300x300_normal.gif","profile_banner_url":"https:\\/\\/si0.twimg.com\\/brand_banners\\/FastCompany\\/1340226681\\/live","profile_link_color":"3AA9FF","profile_sidebar_border_color":"5A5A5A","profile_sidebar_fill_color":"CCCCCC","profile_text_color":"000000","profile_use_background_image":true,"default_profile":false,"default_profile_image":false,"following":true,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":2,"entities":{"hashtags":[],"urls":[{"url":"http:\\/\\/t.co\\/IAbKuXqg","expanded_url":"http:\\/\\/trib.al\\/NDgXxF","display_url":"trib.al\\/NDgXxF","indices":[72,92]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false},{"created_at":"Wed Nov 28 01:27:23 +0000 2012","id":273598933266202624,"id_str":"273598933266202624","text":"30% of cyber Monday sales from mobile. Can we call it mobile Monday from now on? Thx http:\\/\\/t.co\\/0DDn6Wyv","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,"user":{"id":14484478,"id_str":"14484478","name":"Anand Rajaram","screen_name":"anandrajaram","location":"Westford, MA","description":"Product guy at @hubspot. iFanBoy specializing in mobile apps, technology, product management, leanstartups, cust. development, lifecycle mktg & lifehacks.","url":"http:\\/\\/www.startupproductmanager.com","entities":{"url":{"urls":[{"url":"http:\\/\\/www.startupproductmanager.com","expanded_url":null,"indices":[0,36]}]},"description":{"urls":[]}},"protected":false,"followers_count":971,"friends_count":854,"listed_count":44,"created_at":"Wed Apr 23 03:15:16 +0000 2008","favourites_count":151,"utc_offset":-18000,"time_zone":"Eastern Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":3950,"lang":"en","contributors_enabled":false,"is_translator":false,"profile_background_color":"F97729","profile_background_image_url":"http:\\/\\/a0.twimg.com\\/profile_background_images\\/413372763\\/very-orange.jpg","profile_background_image_url_https":"https:\\/\\/si0.twimg.com\\/profile_background_images\\/413372763\\/very-orange.jpg","profile_background_tile":true,"profile_image_url":"http:\\/\\/a0.twimg.com\\/profile_images\\/2672057382\\/4426306ae717d52dbd953c764adf748e_normal.jpeg","profile_image_url_https":"https:\\/\\/si0.twimg.com\\/profile_images\\/2672057382\\/4426306ae717d52dbd953c764adf748e_normal.jpeg","profile_banner_url":"https:\\/\\/si0.twimg.com\\/profile_banners\\/14484478\\/1349153234","profile_link_color":"F97729","profile_sidebar_border_color":"FFE4BA","profile_sidebar_fill_color":"FFE4BA","profile_text_color":"E95302","profile_use_background_image":true,"default_profile":false,"default_profile_image":false,"following":true,"follow_request_sent":null,"notifications":null},"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"entities":{"hashtags":[],"urls":[{"url":"http:\\/\\/t.co\\/0DDn6Wyv","expanded_url":"http:\\/\\/allthingsd.com\\/20121127\\/on-cyber-monday-mobile-takes-all-the-glory-not-social\\/","display_url":"allthingsd.com\\/20121127\\/on-cy\\u2026","indices":[85,105]}],"user_mentions":[]},"favorited":false,"retweeted":false,"possibly_sensitive":false}]', 'headers': {'status': '200 OK', 'content-length': '9741', 'set-cookie': 'guest_id=v1%3A135406624350490180; Expires=Fri, 28-Nov-2014 01:30:43 GMT; Path=/; Domain=.twitter.com, lang=en', 'expires': 'Tue, 31 Mar 1981 05:00:00 GMT', 'x-access-level': 'read', 'last-modified': 'Wed, 28 Nov 2012 01:30:43 GMT', 'x-rate-limit-reset': '1354066759', 'pragma': 'no-cache', 'date': 'Wed, 28 Nov 2012 01:30:43 GMT', 'x-rate-limit-limit': '15', 'x-rate-limit-remaining': '13', 'x-transaction': 'f9c885c97692ab2c', 'content-encoding': 'gzip', 'server': 'tfe', 'cache-control': 'no-cache, no-store, must-revalidate, pre-check=0, post-check=0', 'x-frame-options': 'SAMEORIGIN', 'content-type': 'application/json;charset=utf-8'}, 'url': u'https://api.twitter.com/1.1/statuses/home_timeline.json', 'status_code': 200, '_content_consumed': True, 'encoding': 'utf-8', 'request': <Request [GET]>, 'raw': <requests.packages.urllib3.response.HTTPResponse object at 0x10f62bd10>, 'error': None, 'config': {'safe_mode': False, 'pool_connections': 10, 'verbose': None, 'keep_alive': True, 'strict_mode': False, 'max_retries': 0, 'store_cookies': True, 'trust_env': True, 'base_headers': {'Accept-Encoding': 'gzip, deflate, compress', 'Accept': '*/*', 'User-Agent': 'python-requests/0.14.2 CPython/2.7.3 Darwin/11.4.2'}, 'pool_maxsize': 10, 'danger_mode': False, 'encode_uri': True, 'max_redirects': 30}, 'history': []}
(rfc5849) mlm@matt-mmf-macbook.local:~/Downloads/src/curlish-eeb8e55
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment