Skip to content
This repository has been archived by the owner on Apr 9, 2023. It is now read-only.

danmichaelo/catmonitor

Repository files navigation

CatMonitor

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.

Installation:

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.

About

Tool for monitoring member changes to modestly sized category trees at Wikipedia

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published