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

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

Notifications You must be signed in to change notification settings

HackQuarantine/stats-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages