Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/MeguminSama/cropcord
Delete screenshots from discord
https://github.com/MeguminSama/cropcord
Last synced: about 8 hours ago
JSON representation
Delete screenshots from discord
- Host: GitHub
- URL: https://github.com/MeguminSama/cropcord
- Owner: MeguminSama
- Created: 2023-03-18T17:50:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-03-19T00:46:07.000Z (over 1 year ago)
- Last Synced: 2024-08-01T22:02:58.881Z (3 months ago)
- Language: TypeScript
- Size: 9.77 KB
- Stars: 43
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- starred - MeguminSama/cropcord - Delete screenshots from discord (TypeScript)
README
# CropCord
Following Google's [amazing shitcode](https://archive.ph/3bpoU), cropped screenshots on Android devices may contain parts you didn't intend to be there...
This script checks your discord data package for these screenshots and will export them to a file `messages.json`
You can use this alongside the code in `src/deleteMessages.js` (with help of Vencord) to go and delete these messages.
## CAUTION
While it's unlikely as this is heavily throttled and uses the official discord client,
this is technically against TOS and you _may_ get banned, however unlikely that may be.# How To:
unzip your package.zip here and call the folder "package".
```
pnpm i
``````
pnpm start
```If you want to download the assets (this takes much longer) you can run it as `pnpm start --download`
This will create the messages.json
Now open Discord (with Vencord loaded) and open the terminal (CTRL+SHIFT+i)
Copy-Paste the contents of deleteMessages.js into the terminal.
now write `const guilds = ` and then paste in the contents of `messages.json` into the end of the line and hit enter.
I recommend clearing the terminal history because that JSON can cause the terminal to bug out because it's so big.
now just run `deleteMessages(guilds);` and wait...
## Notes
This is excessively throttled to avoid any issues. It should just run in the background and you can do your normal discord stuff with it open. Just keep the console open.