I'm looking for a script (preferably in Python) that can automatically make posts on vBulletin forums. For example, I might want to scrape news from the web and post it on a forum every, say, one hour.
Most of the software I found are vBulletin hacks that require server access. I need something that I can run on my computer. The closest thing I could find is the
Mechanize library. Are there any better choices?
I
might be able to write such a script myself, but I'd rather not reinvent the wheel when possible.
Thanks in advance.