Skip to content

Instantly share code, notes, and snippets.

View lorenanicole's full-sized avatar
🤗
Live long 🖖🖖and Python 🐍🐍!

Lorena Mesa lorenanicole

🤗
Live long 🖖🖖and Python 🐍🐍!
View GitHub Profile
# create an account, create an app
# @see https://apps.twitter.com/
# retrieve the access tokens
# @see https://dev.twitter.com/oauth/reference/post/oauth2/token
# create the file ~/twitter_api
nano ~/twitter_api
Authorization: OAuth oauth_consumer_key="XXXXXX", oauth_nonce="11111111", oauth_signature="XXXXXX", oauth_signature_method="HMAC-SHA1", oauth_timestamp="1450728725", oauth_token="99999-XXXXXX", oauth_version="1.0"