Re: Which blog tool

2005-01-01 Thread Daniel Bickett
There's actually a very simple way to achieve this. In your blogger settings you can specify an email address to which you can email blog posts. Using this, you can simply mail the content from within your python script. I think that's probably the most hassle-free way. Blogger help article: http:

Re: Which blog tool

2005-01-01 Thread Mark Carter
Premshree Pillai wrote: You can use the Blogger API to post to your Blogger account. There's a Python interface to the API -- PyBlogger -- available here: http://beetle.cbtlsl.com/archives/category/pyblogger Hey, it Just Works! I got the whole basic thing working in a few minutes. It was exactly w

Re: Which blog tool

2005-01-01 Thread Premshree Pillai
On Sat, 01 Jan 2005 13:14:23 +, Mark Carter <[EMAIL PROTECTED]> wrote: > I currently use python to automatically summarise a certain newsgroup > daily, and post the findings that it makes. Someone has suggested that > they would like a to see a blog of the posts. I wondered if there was a > pyt