Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 832 Bytes

README.md

File metadata and controls

44 lines (31 loc) · 832 Bytes

Cli-Twi

Cli-Twi is a dead-simple command line interface Twitter client.

Features

  • Display unread tweets
  • Display unread mentions
  • Update status
  • OAuth

Installation

  • pip install -r requirements.txt
  • Create a .clitwi directory in your home directory
  • Move all the files to that directory
  • Register an application on Twitter
  • Put your application details into config.py
  • Run python clitwi.py setup

Optionally, set up a bash alias:

alias m='path/to/env/bin/activate && /home/you/.clitwi/clitwi.py'

Then you can run:

$ m
$ m -m
$ m "Your tweet"
$ m --help

Contribution

Any hacks or improvements are welcome. Send all your pull requests along. The only humble request I have is that your code adheres to PEP8.

License

Licensed under BSD.