![]() |
looking for an auto-posting script for vBulletin
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. |
Re: looking for an auto-posting script for vBulletin
Are you familiar with HTTP requests..? I took a quick look, and provided you managed to get ahold of an authenticated session, all it appears it would really require would be to write something that POSTs to /vb/newreply.php... A simple feat in most languages.
For example, the request for this post initially looked like this: Code:
Name Value |
Re: looking for an auto-posting script for vBulletin
I'll take a look at it. Thanks!
|
All times are GMT -6. The time now is 06:54 PM. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2021, vBulletin Solutions, Inc.
Website is ©1987-2014 Apogee Software, Ltd.
Ideas and messages posted here become property of Apogee Software Ltd.