CatMonitor is a tool to monitor additions of articles to categories, for use with WikiProjects. It updates pages such as this: http://no.wikipedia.org/w/index.php?title=Portal:Russland/Nye_artikler
Category members are read from the Wikipedia MySql database, using the replication at Tool Labs, and cached in a local SQLite3 file.
Install Bower components:
bower install
Run ./migrations/*.sh
to initialize the MySQL database and create tables.
Setup a virtualenv and install deps:
virtualenv ENV . ENV/bin/activate pip install -r requirements.txt
Finally do cp config.dist.json config.json
and edit to your preference.