Skip to content

A simple Discord message downloader, saves in JSON and HTML. Discord APIs only, no Discord.py, Selenium, etc.

License

Notifications You must be signed in to change notification settings

mov-ebx/discord-message-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation


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.