https://github.com/mrtazz/twsh
A twitter client, which feels a bit like a shell, using the library from http://code.google.com/p/python-twitter/
https://github.com/mrtazz/twsh
Last synced: about 1 month ago
JSON representation
A twitter client, which feels a bit like a shell, using the library from http://code.google.com/p/python-twitter/
- Host: GitHub
- URL: https://github.com/mrtazz/twsh
- Owner: mrtazz
- License: mit
- Created: 2009-06-19T19:25:57.000Z (about 17 years ago)
- Default Branch: master
- Last Pushed: 2009-09-01T07:36:41.000Z (almost 17 years ago)
- Last Synced: 2025-03-21T02:29:15.961Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 85.9 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: license.txt
Awesome Lists containing this project
README
Usage of twsh is quite simple. Just copy twshrc to ~/.twshrc and enter your twitter login credentials. I know this is not the most secure manner of doing this, but I will eventually implement something better.
The library from http://code.google.com/p/python-twitter/ is necessary as well as its dependencies.
Until now only very basic commands are implemented:
refresh: Get newest tweets from friends
public: Get tweets from yourself or a provided user
tweet: Post an update
friends: Get friends list
quit,logout,exit: End twsh
Planned improvements:
More secure storage of user credentials
Offline storage of tweets to only fetch newest ones
Better exception handling