lilserf / bot-on-the-clocktower

Bot to assist with playing Blood on the Clocktower via Discord
MIT License
22 stars 4 forks source link

Store (anonymized) usage statistics #81

Closed lilserf closed 2 years ago

lilserf commented 3 years ago

How many games are being played in a week / day / whatever? How many different guilds involved? How many players in a game? How long do the games last? (Hard to deduce)

Don't store or share any user or guild-specific information... guild IDs okay?

magroader commented 3 years ago

How long they last isn't all that hard to deduce - we know when they start, and we know when they end or have been idle for X hours. When idling out, that means we don't know how long the LAST day is, but we could guess 10 minutes or something.

lilserf commented 3 years ago

We can't easily track the difference between two games played back to back... we can track how long a session lasts to a decent degree though

magroader commented 3 years ago

Oh good point, I was thinking "a game" meant like "a night of games" not a singular game. But you're right

lilserf commented 2 years ago

New C# bot does this