Python client Charm
I thought I'd just post here to note that I'm developing a console-based
Python client for LiveJournal, called Charm, aimed at Unix users.
I've created a community for it,
ljcharm, and you can read
more about it on its home page.
Python client for LiveJournal, called Charm, aimed at Unix users.
I've created a community for it,
ljcharm, and you can readmore about it on its home page.
When I first wrote it, I actually expected I'd be supporting a pretty
small set of operations, so the code structure now probably leaves
something to be desired. But it's functional; it supports the full range
of posting and editing options, and can run in a checkfriends-only
mode. The next version, which will be out once I finish testing,
also has command-line posting (so you can pipe input into it, etc.)
and the ability to mass-archive posts.
(It should be stable; it's been in distribution for over a year now, though
it only just recently got added to the downloads page.)
Comments welcome, etc.