I have previously been running the collect_stats.py script and appending the output to a stats.csv file every 24h on a machine at home.
Since I'd rather not have to maintain the machine (nor do the work of moving the csv every time I want to update the stats) I thought it could be done by a GitHub Action instead.
To avoid spamming the main repo with a commit every 24h, I decided to move the scripts here and set up the GitHub Action, which will be run at midnight (hopefully it works, I haven't tested it).
I have previously been running the
collect_stats.py
script and appending the output to astats.csv
file every 24h on a machine at home.Since I'd rather not have to maintain the machine (nor do the work of moving the csv every time I want to update the stats) I thought it could be done by a GitHub Action instead.
To avoid spamming the main repo with a commit every 24h, I decided to move the scripts here and set up the GitHub Action, which will be run at midnight (hopefully it works, I haven't tested it).