Skip to content

Plots hourly messages of user in one or more Discord channels.

License

Notifications You must be signed in to change notification settings

goonmandu/DiscordHourlyAnalysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DiscordHourlyAnalysis

This project analyzes the hourly message count by a person within a channel, or across multiple channels.
Intended to be used with DiscordChatExporter.

Prerequisites

Python 3.9 or newer

External Dependencies

pytz - pip3 install pytz
numpy - pip3 install numpy
matplotlib - pip3 install matplotlib

How to use

  1. Create a directory called data in the root directory of this project.
  2. Choose the channels that you want to analyze in DiscordChatExporter.
  3. Choose the data directory that you made in Step 1 for the export directory.
  4. Choose JSON format.
  5. Wait for DiscordChatExporter to finish.
  6. Move the JSON files into a folder made on the root directory of this project.
  7. python3 main.py

Screenshots


About

Plots hourly messages of user in one or more Discord channels.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages