I want to write it modular enough that other people can add other weblog APIs in the future. It will be possible to specify the API with a commandline parameter (just like the username and password for the weblog as well as its URL).
What will you need to run this script? You will need Python and the PyXML library, which is needed for parsing the RSS feed. If you want to run it on a daily basis I'd also recommend that you execute the script on a GNU/Linux server (or BSD etc.) using Cron.
Comments: