Skip to content
This repository has been archived by the owner on Jan 21, 2023. It is now read-only.

Latest commit

 

History

History
12 lines (11 loc) · 438 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 438 Bytes

A bot that counts the number of messages per user and per channel in a Discord server.

Instructions

  1. Create creds.json with the details specified in creds_template.json
  2. Run the following commands to setup the environment:
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
  1. Run the bot using python -m stats
  2. Results will be in the files channel_stats.csv & user_stats.csv