Aim of this application is to track anonymously a discord server activity
- Requires a postgresql connection (not yet used fbut for further update)
- Requires NodeJS v12
- A google analytics tracking ID
- A discord developper token ready to be used.
Either update the production.json
file or use the environment variables (see config/custom-environment-variables.json
)
git clone [email protected]:binogure-studio/discord-open-stats.git
cd discord-open-stats/
npm install
NODE_ENV=production npm start
It send an event everytime:
- A user send a message
- A bot send a message
- A new member join your discord server
- A user leave your discord server without having sent any message
- An active user leave your discord server.
- A user connection
Every 10 minutes it sends the number of user of your discord server
NO