This Gist contains a Python script that will connect to a MediaWiki site of your choice and prints the changes every 30 seconds. It also has a notification sound that will be played when a change happens.
The script requires these external modules:
- bs4 (BeautifulSoup)
- colorama
- dateutil
- pytz