Posting to blogger.com using ruby GData
I would like to be able to cross-post from textmate or from movable type to blogger.com. Unfortunately I didn’t find any working scrips on perl. To be fair I found one and another has been emailed to me. But I found ruby-gdata library and wanted to play with it. As usual gem can be installed gem install GData, but
bloggerpost script would not work straight away.
export GDATA_PASS=
export GDATA_USER=alex@
./bloggerpost blog_id
and this will fail.
You need to look at the patch here
and apply it to ../lib/gdata/blogger.rb before it will work.
Next step to check blogger.rb from textmate blogging bundle.
Categories: Uncategorized