Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/honza/clitwi

A dead-simple command line Twitter client
https://github.com/honza/clitwi

Last synced: about 5 hours ago
JSON representation

A dead-simple command line Twitter client

Awesome Lists containing this project

README

        

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.