Skip to content

jrheiner/discorddelete

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

discorddelete.py

Script to delete all messages of a user sent in a specific server.

How to run

  1. Get your user and server id

  2. Get your authorization token (DO NOT SHARE IT)

    • Go to the discord webclient and sign in

    • Type javascript: in the URL bar and copy the following

      prompt("Your discord authToken", document.body.appendChild(document.createElement`iframe`).contentWindow.localStorage.token.replace(/"/g, ""));
  3. Fill out the user config at the top the script

    # --- USER CONFIG ---
    authToken = ""
    userId = ""
    serverId = ""
    # -------------------
  4. To start the script type python discorddelete.py

Requirements

About

Script to delete all messages you sent in a specific discord server.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages