Skip to content
This repository has been archived by the owner on Aug 19, 2018. It is now read-only.
/ awmd-stats Public archive

Africa Wikimedia Developer Tool for Gathering Monthly statistics of participants.

License

Notifications You must be signed in to change notification settings

samuelguebo/awmd-stats

Repository files navigation

awmd-stats

Africa Wikimedia Developer (AWMD) Tool for gathering monthly statistics of African technical contributors into Wikimedia projects e.g. MediaWiki, MediaWiki extensions, etc.

Requirements

Installing dependencies

Install application dependencies using the install-deps.sh script:

./install-deps.sh

The above script attempts to check system requirements and tell informs user on next steps.

Quickstart the app

export FLASK_APP=app.py # add --reload parameter to enable Flask auto-compilation feature
flask run

Track your contributions

  • You want your contributions to be tracked by this tool? Nicely add your information in the contributors.json in the JSON format and the tool will automatically run a cron to fetch your contributions.

Contributors