Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
tweet is a very simple command-line tweeter. That is, it allows you to send a twitter update to a given user account. It doesn't do anything else. Well, actually, it also allows you to follow or unfollow accounts as well as block and unblock users. So there's that. Also, this tool suffers from feeping creatures and will (or already has) probably spawn(ed) additional features making it not all that very simple anymore. Requirements: - python (presumably > 2.5) - py-tweepy (http://code.google.com/p/tweepy/) Installation: - install -c -m 755 src/tweet.py /somewhere/in/your/path/tweet - install -c -m 444 doc/tweet.1 /somewhere/in/your/manpath/man1/tweet.1 Questions/comments: jschauma@netmeister.org http://www.netmeister.org/apps/twitter/tweet/