Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/honza/clitwi
- Owner: honza
- License: other
- Created: 2010-10-31T21:34:12.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2011-06-29T17:02:53.000Z (over 13 years ago)
- Last Synced: 2024-04-16T01:44:52.657Z (7 months ago)
- Language: Python
- Homepage:
- Size: 121 KB
- Stars: 21
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
* OAuthInstallation
------------* 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 --helpContribution
------------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.