List of Bot frameworks
Talk0
384pages on
this wiki
this wiki
A list of bot frameworks suited for use on Wikia.
Contents |
AutoWikiBrowser
AutoWikiBrowser is a semi-automated wiki editor that has to be manually commanded.
pywikia
A pywikipediabot fork lightly modified to make it more suitable for use on Wikia.
You'll need to have Git installed to check out the project.
Download from github using git: http://github.com/dantman/pywikia
git clone git://github.com/dantman/pywikia.git pywikia
When you want to update your copy:
git pull origin masterSee Pywikipedia's documentation for setup information (ignoring everything about svn and downloading).
Perl MediaWiki API
The Perl MediaWiki API is a Perl module designed to make it easy for Perl programmers to interact with a MediaWiki wiki and write a bot. The source code can be checked out using:
svn co https://mediawiki-api.googlecode.com/svn/trunk/
See also
- Creating a bot on Wikipedia
- Client libraries on the Wikia API Wiki