Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 911 Bytes

README.md

File metadata and controls

41 lines (23 loc) · 911 Bytes

twweet-cli

Tweet right from your cli without even opening your browser.

Join the chat at https://gitter.im/twweet-cli/Lobby

Install

Build from Source

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