Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.22 KB

README.md

File metadata and controls

23 lines (16 loc) · 1.22 KB


Discord Message Downloader

Downloads messages from DMs or any text channel in a JSON and HTML file!

[WARNING]
This is against Discord's Terms of Service. Even though you most likely won't be banned for using it, please use with caution.

Python 3.10 GitHub license

How do I use this?

Simply download all the python files from the src directory and run main.py!

Make sure that the directory you have cloned this in has a text file called "token.txt" with your Discord token.

Your Discord token will not be sent to anyone other than Discord themselves as a request header.

Why is the code so sloppy?

This is currently just a PoC, and I will continue to add new features and improve the current code behind it, but for now, it is poorly written.