Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sumolari/wikicontestbot
A tool to gather contribution statistics in Wikipedia's edit-a-thons
https://github.com/sumolari/wikicontestbot
Last synced: 24 days ago
JSON representation
A tool to gather contribution statistics in Wikipedia's edit-a-thons
- Host: GitHub
- URL: https://github.com/sumolari/wikicontestbot
- Owner: Sumolari
- License: mit
- Created: 2015-12-19T11:10:06.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-19T11:22:18.000Z (almost 9 years ago)
- Last Synced: 2024-04-16T16:37:59.471Z (7 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# About
This tool is aimed to control contributions to Wikipedia's *Edit-a-thons*.
It tracks editions of a set of users and computes aggregated data like number of articles edited, size of contributions in bytes, amount of new articles created.
# Installation
## Environment
This tool requires `NodeJS` and `NPM`.
## Dependencies
Dependencies can be installed with `NPM`:
```
npm install
```# Usage
## Customizing settings
Settings are separated in three files:
* `wikiprojects.json` defines formats and URLs to query different Wikimedia projects. Currently only Spanish Wikipedia is supported.
* `wikiusers.json` defines the list of users to be checked. Only username or IP address is required.
* `app.js` defines at line 7 and 8 the starting and ending date of articles to be considered. in `YYYY-MM-DD` format.## Running tool
After customizing settings this tool can be run with the following commands:
* `npm start`
* `node app.js`Both will query Wikipedia and log progress. When finished file `results.csv` will be created. It contains data aggregated on article scope as well as global scope.