Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 937 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 937 Bytes

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