What's new? | Help | Directory | Sign in
Google
twish
Python Command Line Client for Twitter
  
  
  
  
    
Code License: New BSD License
Labels: python, twitter

Twish - Twitter Shell, is a very simple command line, stateless shell for interacting with twitter through the Twitter RESTful API. Simple commands allow one to post to twitter, read friends timelines, add friends, remove friends, and other common tasks. The code is very compact and easy to understand and therefore easy to extend. The only dependancy is the simplejson module. All Twitter API responses are in JSON format.

There are no downloads at present. To try it out check out the development version using this command:

svn co http://twish.googlecode.com/svn/trunk

Then cd into the twish directory and type:

python twish.py

You will be asked for your twitter username and password.

Type "help" for a list of commands.