Twittery

| No Comments | No TrackBacks

Okay, so I started using Twitter and, of course, whenever I start to use something like this, I start trying to use it as efficiently as possible. Unfortunately, the Emacs Twitter tool on the Emacs wiki doesn't seem to work for me very well. I'm using v21, which gives me some kind of error return from the URL fetch. And I would like something easy to use from the command line too, so I worked up this little bash function, which uses curl (obviously):

function twit() {
 curl -s -u twituser:twitpass -d "status=$*" http://twitter.com/statuses/update.xml >/dev/null
}

Now I can just type in twit This is an update and the update goes right to twitter. Oh, goodie goodie!

Twitter Fan Wiki / API Docs

No TrackBacks

TrackBack URL: http://linux.amazingdev.com/cgi-bin/mt/mt-tb.cgi/425

Leave a comment

About this Entry

This page contains a single entry by Jonathan published on July 13, 2007 10:45 AM.

Google Linux Repositories was the previous entry in this blog.

Yet Another Linux Page is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.