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
- Host: GitHub
- URL: https://github.com/danmichaelo/catmonitor
- Owner: danmichaelo
- License: unlicense
- Archived: true
- Created: 2012-11-26T09:54:31.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2016-07-04T21:29:51.000Z (almost 10 years ago)
- Last Synced: 2025-01-29T00:50:06.899Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 51.8 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.