/mw-bot-scripts

A collection of scripts for RedminBot

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

mw-bot-scripts

A collection of scripts for R4356thBot

Usage

Create configuration.py and add the following content-

WIKI_PASSWORD = 'yourpasswordhere'
WIKI_USERNAME = 'yourusernamehere'
WIKI_API_URL = 'wikiapiurlhere'
WIKI_USERAGENT = 'useragentnamehere'
...other configuration go here

. Now run python <scriptname>.py and follow the instructions if there are any.