Sign inSign up

hashito/twitteraccesstoken

By hashito

Updated over 5 years ago

Image
0

252

hashito/twitteraccesstoken repository overview

comment

This is an image to get the twitter access token.

use

docker run --rm -it -e "CONSUMER_KEY=xxx" -e "CONSUMER_SECRET=xxx" hashito/twitteraccesstoken
access >>  https://api.twitter.com/oauth/authenticate?oauth_token={oauth_token}
PIN? >> {input}
ACCESS TOKEN        = {ACCESS TOKEN}
ACCESS TOKEN SECRET = {ACCESS TOKEN SECRET}

build

docker build  -t hashito/twitteraccesstoken .

Tag summary

Content type

Image

Digest

Size

327.1 MB

Last updated

over 5 years ago

docker pull hashito/twitteraccesstoken