Published in: Python
URL: http://snipplr.com/view/2352/twitter-from-the-command-line-using-curl/
inspired by http://snipplr.com/view/6594/post-to-twitter-from-the-shell/ . I just rewrote it in Python because I didn't want to install a Ruby interpreter :)
use chmod +x tweet.py to run it as ./tweet.py instead of python tweet.py
You need to login to post a comment.