/awmd-stats

Africa Wikimedia Developer Tool for Gathering Monthly statistics of participants.

Primary LanguagePythonMIT LicenseMIT

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