An open API service indexing awesome lists of open source software.

https://github.com/danmichaelo/catmonitor

Tool for monitoring member changes to modestly sized category trees at Wikipedia
https://github.com/danmichaelo/catmonitor

Last synced: 8 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# CatMonitor

[CatMonitor](//tools.wmflabs.org/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](//github.com/bower/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.