diff --git a/Makefile b/Makefile index c9ffc678..22ab1bab 100644 --- a/Makefile +++ b/Makefile @@ -64,6 +64,7 @@ img/stats: stats mkdir -p img/stats mkdir -p stats/out cd stats && poetry run python analyze_stats.py --since 2017-07-01 --column downloads --per-week --save ../img/stats/downloads.png + cd stats && poetry run python analyze_stats.py --since 2017-07-01 --column stars --title 'GitHub Stargazers' --save ../img/stats/stars.png cd stats && poetry run python analyze_stats.py --since 2017-07-01 --column 'Chrome WAU' --title 'Chrome Weekly Active Users' --save ../img/stats/chrome-wau.png cd stats && poetry run python analyze_stats.py --since 2017-07-01 --column 'Firefox DAU' --resample 7D --title 'Firefox Daily Active Users (7D mean)' --save ../img/stats/firefox-dau-7d.png cd stats && poetry run python analyze_stats.py --since 2017-07-01 --column 'Android installed devices' --title 'Android Installed Devices' --save ../img/stats/android-devices.png diff --git a/stats.pug b/stats.pug index 84ea6c9b..607f748a 100644 --- a/stats.pug +++ b/stats.pug @@ -64,10 +64,10 @@ div.text-center p | How many people have starred the ActivityWatch repository on GitHub div.img-center - a(href="https://starchart.cc/ActivityWatch/activitywatch") - img.width-700(title="Stargazers over time" src="https://starchart.cc/ActivityWatch/activitywatch.svg") + a(href="https://github.com/ActivityWatch/activitywatch/stargazers") + img.width-700(title="Stargazers over time" src="/img/stats/stars.png") div.small.dim - | Provided by starchart.cc + | Tracked in ActivityWatch/stats, updated every 6h hr.my-5