This is an image to get the twitter access token.
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}
docker build -t hashito/twitteraccesstoken .
Content type
Image
Digest
Size
327.1 MB
Last updated
over 5 years ago
docker pull hashito/twitteraccesstoken