Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rigwild/discord-purge-messages
A webapp to purge messages you sent with Discord - Supports DM, group DM and guilds channels
https://github.com/rigwild/discord-purge-messages
discord expressjs self-bot-discord vuejs webapp
Last synced: about 1 month ago
JSON representation
A webapp to purge messages you sent with Discord - Supports DM, group DM and guilds channels
- Host: GitHub
- URL: https://github.com/rigwild/discord-purge-messages
- Owner: rigwild
- License: mit
- Created: 2019-09-25T14:21:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-26T16:23:30.000Z (about 2 years ago)
- Last Synced: 2024-10-31T11:42:27.368Z (3 months ago)
- Topics: discord, expressjs, self-bot-discord, vuejs, webapp
- Language: JavaScript
- Homepage:
- Size: 10.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# discord-purge-messages
A simple web interface to easily purge messages you sent with Discord. Supports DM channels, group DM channels and guilds channels.It is a shame that this cannot be done natively in Discord.
**Note:** This is automating Discord tasks, and can be seen as a self-bot, which is unallowed by Discord TOS. You might get your account banned (never happened to me, yet, even though I deleted 10s of thousands of messages with it).
## Configuration
Copy [`.env.example`](./.env.example) to `.env` and fill its configuration (see [Finding your Discord token as a user](#Finding-your-Discord-token-as-a-user)).Install dependencies
```sh
yarn
```Start the server
```sh
yarn start
```Now you can go to http://localhost:3000/ to purge your messages.
## Finding your Discord token as a user
1. Open the Discord client console with `Cltr + shift + i`
2. Open the "Network" tab and send a message in any channel
3. Click on the newly added entry in the network calls list
4. The `Authorization` response header value is your token!## Demo
Youtube: https://youtu.be/MX-m28FHUTo## License
[The MIT license](./LICENSE)