blogmail is a small Python script that converts an email (including attached images) to a blog post. It supports any blog software that provides the blogger and MoveableType XML-RPC API.
Tags | Communications Email Internet Web Dynamic Content News/Diary |
---|---|
Implementation | Python |
Release Notes: Messages can now be grabbed from a POP3 server by the script. Better command line options were provided. This version should work with other XML-RPC enabled blogging software implementing the blogger, mt, or metaWeblog APIs.
Release Notes: Sending multiple images to be posted to the blog is now supported. Thumbnails are created and uploaded for each image, which requires ImageMagick's "convert" to generate the thumbnails.
Release Notes: