https://github.com/discord-tickets/stats
Statistics for Discord Tickets.
https://github.com/discord-tickets/stats
discord discord-tickets statistics workers
Last synced: 12 months ago
JSON representation
Statistics for Discord Tickets.
- Host: GitHub
- URL: https://github.com/discord-tickets/stats
- Owner: discord-tickets
- License: gpl-3.0
- Created: 2021-03-03T18:16:24.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-01-18T05:01:51.000Z (over 1 year ago)
- Last Synced: 2025-05-30T12:21:16.045Z (about 1 year ago)
- Topics: discord, discord-tickets, statistics, workers
- Language: JavaScript
- Homepage: https://stats.discordtickets.app
- Size: 323 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# stats


**An API to receive, store, and aggregate data from Discord Tickets bots.**
View the stats at .
An example of what your bot sends:
```json
{
"activated_users": 26,
"arch": "arm64",
"avg_resolution_time": 238.9,
"avg_response_time": 32.7,
"categories": 2,
"database": "mysql",
"guilds": 1,
"id": "7f4a58c0ff94c01eadef17e4b3c9f0a7",
"members": 600,
"messages": 347,
"node": "v18.0.0",
"os": "linux",
"tags": 1,
"tickets": 47,
"version": "4.0.0"
}
```
## TODO:
- [ ] test
- [ ] snapshot cron
- [ ] fix cache TTL
- [x] backfill public bot data