Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/marioparaschiv/dm-opener
- Owner: marioparaschiv
- Created: 2020-10-21T22:51:10.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-02T11:24:05.000Z (10 months ago)
- Last Synced: 2024-05-02T06:00:44.565Z (9 months ago)
- Topics: data, datapackage, discord, dms, messages, open, package, private
- Language: JavaScript
- Homepage:
- Size: 21.5 KB
- Stars: 23
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
---
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.