ActivityWatch / stats

A repo for collecting stats about the project
https://activitywatch.net/stats/
9 stars 3 forks source link

GitHub Action to update stats.csv, and reason for creating this repo #1

Closed ErikBjare closed 4 years ago

ErikBjare commented 4 years ago

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).

ErikBjare commented 4 years ago

Done now, so closing.