Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/marioparaschiv/dm-opener

Small script to extract private message channels from a discord data package & open them on a certain account.
https://github.com/marioparaschiv/dm-opener

data datapackage discord dms messages open package private

Last synced: 3 months ago
JSON representation

Small script to extract private message channels from a discord data package & open them on a certain account.

Awesome Lists containing this project

README

        


DM Opener











---


Small script to extract private message channels from a discord data package & open them on a certain account.

---

### How do i use it?
First, you'll need your data package. You can get this by going to Settings > Privacy & Safety and clicking the Request Data button at the bottom.


![image](https://user-images.githubusercontent.com/98427312/176322082-57a3d3c3-7034-483e-ac21-baee2b7f3777.png)

### I have my data package, now what?
- Make sure you have [NodeJS](https://nodejs.org/en/) installed
- Once you have your data package, extract it and make sure you have the messages folder inside.
- Open a Command Prompt/Terminal in this projects directory.
- Run `npm install` and wait for it to finish.
- Edit the `config.json` file with your token and User ID.
- Run `node . "C:\Users\USERNAME\Downloads\package\messages"`. (Replace the path with the path of your messages folder inside your package)
- Wait for all your DMs to open.