- https://mastodon.social/@bagder/113399049389149090
- https://github.com/kees/kernel-tools/blob/trunk/stats/year-annotate.py
This script is run once every week by the CI and generates codeage.svg.
- Works with any kind of tags, sort them by
authordate
codeage.plot
is updated bygnuplot.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
This script is run once every day by the CI and generates users.json.
- 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