Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 513 Bytes

File metadata and controls

9 lines (6 loc) · 513 Bytes

MediaWiki-Recent-Changes-Discord-Bot

Using the MediaWiki API, the bot automatically gets recent changes to the wiki every 10 seconds and outputs a line with the following format: Title of page changed + time + username + comments

d-bot.py contains the bot for discord
bot.py contains the code to get recent changes using MediaWiki api.
Bot works by comparing last text message in channel and compare them to most recent change to the wiki.

pip install requirements.txt to install dependencies