Fandom Developers Wiki
Register
Advertisement

This is a list of bot frameworks suited for use on Fandom.

GUI

AutoWikiBrowser

AutoWikiBrowser is a semi-automated wiki editor that has to be manually commanded.

Python

pywikibot

Python framework with lots of available script for as semi-automated as automated editing. See Manual:Pywikibot.

JavaScript

nodemw

MediaWiki API client written in Node.js. It supports most of the things needed to write an efficient bot. Code can be found on GitHub.

mwn

Mwn is a Node.js library with TypeScript support to make it easy and quick to write bot code. It easily handles logins, queries, and editing as well as more advanced admin functions.

mediawiki.js

A modern wrapper for the MediaWiki API, heavily inspired by nodemw, with TypeScript support. Code can be found on GitHub.

mw.js

A typed MediaWiki API client with TypeScript support and features for Fandom wikis. Code can be found on GitHub.

See also

Text above can be found here (edit)
Advertisement