rst2blogger is a command-line tool for converting reStructuredText documents to HTML suitable for posting to Blogger.com. It takes as input a single filename and an optional blog title. The input file is parsed with docutils to create HTML, and the HTML is uploaded as a draft to the specified blog. If the blogger account only has one blog, the name does not need to be specified.
Installation
Download the latest release from the PyPI page.
See the project documentation for installation and setup instructions.
Support
This project is hosted on github.com: https://github.com/dhellmann/rst2blogger
Please report issues via the bug tracker.
Product's homepage
Here are some key features of "rst2blogger":
· Quickly and easily publish reStructuredText source files as blog posts on blogger.com
· Publish to any blogger.com blog
· Update the text of existing posts with new drafts
Requirements:
· Python