Update: mtsend.py 1.0 Has Been Released
I have not updated mtsend.py for more than a year, as it has been working quite comfortably for me. I have made some slight modifications during this year just to scratch some of my itches. Also thanks to Ilkka Poutanen for providing bug fixes on the printTable() routine. Thus I am declaring mtsend.py an 1.0 status!
Download mtsend-1.0.py
Changes:
timemodule related fix for Python 2.4.- Ensure all cells passed to printTable() function are in string-type.
Comments
Add a comment
Gravatar is used. Email address is required but will not be displayed. Please keep your comment on topic. No spamming and/or bad language. First time poster will be moderated. Scott reserves the right to delete/edit your comments.

I’m not sure if this is a bug, feature, or a diff. between MT and WP, but the following doesn’t do what i would expect:
echo “” | mtsend -N
With WP, that generates a completely empty blog post. To make it fail, i just output a bogus header, which is the result i was hoping for.
Bug or feature? :-)