Pathoschild / stewbot

A Python IRC script which automates interactions with MediaWiki wikis based on commands given by users on IRC; primarily intended for Wikimedia steward or administrator operations, but work is being done to enable Wikia and generic wiki use.
http://meta.wikimedia.org/wiki/StewardBot
ISC License
14 stars 5 forks source link

Stewbot is a Python IRC script which accepts commands and performs utility operations related to steward or administrator tasks. It has grown rather organically from a single-file script based on pywikipedia into an independent modularized framework, so there are still issues with tight coupling and messy code.

To configure stewbot, rename stewardbot/config.example.py to stewardbot/config.py and change the values therein. (You can peek at the default config values in stewbot/DefaultSettings.py.)