Skip to content

Trinergy/twitter_bearer_token

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter Bearer Token

A tool for Twitter application-only authentication that helps you fetch your bearer token.

Consumer api keys are encoded according to the Twitter API Documentation.

Quick Start

// Setup your Consumer API Keys
export TWITTER_CONSUMER_KEY=<your consumer key>
export TWITTER_CONSUMER_SECRET=<your consumer secret>

// Execute App
make run

/*
* =======
*
*
* This is your BearerToken: <your bearer token>
*
*
* ======
*/

Acknowledgments

This was result of building the twitter module for Chris Cummer's wtf personal terminal-based dashboard

About

Twitter application-only authentication: uses consumer key and secret to fetch bearer token

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published