Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 987 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 987 Bytes

Stats

Attributions

  1. https://mastodon.social/@bagder/113399049389149090
  2. https://github.com/kees/kernel-tools/blob/trunk/stats/year-annotate.py

year-annotate.py

This script is run once every week by the CI and generates codeage.svg.

  1. Works with any kind of tags, sort them by authordate
  2. codeage.plot is updated by gnuplot.py to add every new year that's not in it
cd Ark/ && ../stats/year-annotate/year-annotate.py -d | tee ../stats/year-annotate/codeage.csv
cd ../stats/year-annotate/ && python3 gnuplot.py

user-count

This script is run once every day by the CI and generates users.json.

  1. Requires a GITHUB_TOKEN to query the web API (the code search API requires the user to be authentified)
python3 user-count/arkscript-usage.py