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

Latest commit

 

History

History
23 lines (17 loc) · 756 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 756 Bytes

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.