A bot that counts the number of messages per user and per channel in a Discord server.
- Create
creds.json
with the details specified increds_template.json
- Run the following commands to setup the environment:
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
- Run the bot using
python -m stats
- Results will be in the files
channel_stats.csv
&user_stats.csv