A collection of scripts for RedminBot
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.