Skip to content

A simple Discord client for removing all user messages from the specified server written in Python

License

Notifications You must be signed in to change notification settings

shevtsiv/remove-all-discord-messages-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

remove-all-discord-messages-client

A simple Discord client for removing all user messages from the specified server written in Python

Usage

In order to run this client you must have Python installed on your machine: https://www.python.org/downloads/
Also, you will need Git for downloading the project: https://git-scm.com/downloads. If you do not want to install Git, just download repository manually as an archive.

  1. Install discord.py Python library for accessing the Discord API:
pip install discord.py
  1. Clone the client repository:
git clone [email protected]:shevtsiv/remove-all-discord-messages-client.git
  1. Modify the remove-all-discord-messages-client/main.py script by inserting your Discord token and Server ID, from which you want delete all your messsages:
    3.1 Go to Google Chrome Developer Tools, switch to mobile view, open Local Storage and copy "token"'s value. Replace the placeholder in main.py for the value you copied.
    3.2 Go to Discord Settings -> Advanced Tab, enable Developer Mode. Then right click on Server name in the left upper corner and hit "Copy ID". Replace the placeholder in main.py for the value you copied.
  2. Run the script:
python ./remove-all-discord-messages-client/main.py

About

A simple Discord client for removing all user messages from the specified server written in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages