This program takes Discord's data dump and visualizes it using plotly and python3
User Settings -> Privacy & Safety -> Request all of my Data
Extract the zip into a folder.
Installing dependencies:
pip3 install -r ./requirements.txt
Running:
chmod 755 ./discordwords.py
./discordwords.py /path/to/discord/data/
Download Python 3 from https://www.python.org/downloads/windows/
Installing dependencies:
pip3 install -r ./requirements.txt
Running:
python3.exe ./discordwords.py /path/to/discord/data/
./discordwords.py /path/to/discord/data/ -d
./discordwords.py /path/to/discord/data/ -c
./discordwords.py /path/to/discord/data/ -c -s 2018/01/01 -e 2019/01/01
Word Cloud:
Implement datetime selector
Add option to exclude specific dates from dataset
Implement some sort of server-specific view for messages
Friend/Server networking graph (Use API query on server id's)