Tweet right from your cli without even opening your browser.
Install the dependencies
$ pip install tweepy
Clone the source
$ git clone https://github.com/CruiseDevice/twweet-cli.git
Navigate to the tweet-cli folder
$ cd twweet-cli
Now run setup.py file.
$ sudo python setup.py install
Create a Twitter "App"
Log in to https://apps.twitter.com/ to create a new app and generate your OAuth credentials:
- consumer_key
- consumer_secret
- access_token
- access_token_secret
Run the application
$ twweet-cli
Note: Requires Python 2.7