-
-
Notifications
You must be signed in to change notification settings - Fork 704
Closed
Description
It would be useful (and motivating) to be able to see how ActivityWatch grows over time in terms of users. Since we don't gather any telemetry (and if we'd start doing so we'd ask the user for permission) we'd have to rely on other data such as:
- GitHub downloads (can get this through the API, no way to get history apart from downloads per release so we'd have to gather this ourselves)
- GitHub stars (see: https://github.com/timqian/star-history, we might want to collect the number ourselves however)
- Twitter followers (last 30 days available here, we want more than 30 day though)
- Website views (doing this with Google Analytics right now)
We'd do well to finish this before #38.