Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 711 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 711 Bytes

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