-
-
Notifications
You must be signed in to change notification settings - Fork 28
Analytics
By default, Melody sends a HTTP POST request to a custom analytics service when it boots up with a non-identifiable token (A SHA-256 hash of your client ID). This is purely done so that I can see the usage of my projects, which allows me to decide which of my projects deserve the most attention for maintenance and updates. The service does not track anything other than the amount of times that you start the bot, and the time that you last started the bot. I use these statistics to know the popularity of my projects over time, and how the general usage trend looks
The API that runs this service is developed by me, so the information is not shared with any third parties. The analytics project is also open-source, and can be found here.
If you do not want to contribute to these analytics, you can disable the enableAnalytics
option in the bot's configuration file, and no requests will be made to this service.
While leaving these analytics enabled helps me to understand the demand of my projects, which can help me to decide which projects deserve more attention in terms of updates, I respect that you may not agree to providing these analytics, and so I have tried to make it as easy to opt out of as possible.
Thank you for supporting Melody ❤️