I use e-texteditor as my primary editor, in which you can execute dynamic languages directly, such as Ruby, Python, Perl etc. Now I want to write blog post in this editor and post it to my blog directly. Though, the blog need authentication(username and password). How can I post data to this kinda of pages?

Thanks.

link|improve this question

feedback

1 Answer

up vote 3 down vote accepted

You should be able to do this with mechanize. It emulates a real broswer, and is quite powerful. About the only major feature lacking is a javascript engine, so it won't work if the blog uses javascript in its authentication.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.