Simple python 3 script to convert Discord json chats to html or xls for easier reading.
For an explanation on how to find Discord app chats in Windows see here:
https://abrignoni.blogspot.com/2018/03/finding-discord-app-chats-in-windows.html
Required modules:
pip install json2html
pip install pandas
pip install xlsxwriter
pip install xlwt
Usage:
- Run the main.py script
- Write the path to the directory that contains the Discord chat json files.
- Select conversion format. Select #1 for html or #2 for xls.
- Converted files will be located in a new folder within the Discord chat json files directory.
Note All json files have to be in the selected directory. Script will not due a recursive search.