In Honor of GoogleCL: PosterousCL
So I thought this would be a fun little project to spend an hour on today. GoogleCL is getting some really good responses so I felt like making a command line client for posterous. It's dead simple and all you can do with it at the moment is write new posts. I put it on Github and you can also grab the tarball here: posterouscl-0.1.tar.gz
To use PosterousCL, edit the `config.ini` file and change the email and password variables to match your posterous credentials. Then you can run it like so:
$ ./posterous.py --newpost --title "Hello, world" --body "Posting from PosterousCL"
I may be adding more of the posterous API functionality to this project in the future if enough people are interested (or I get bored and feel like hacking on it more).