discord-downloader

phaux
js
discord-downloader JS library on GitHub discord-downloader JS library on npm Download discord-downloader JS library

Automatically download files uploaded to discord

Version 0.2.0 License MIT
discord-downloader has no homepage
discord-downloader JS library on GitHub
discord-downloader JS library on npm
Download discord-downloader JS library
Keywords
discordbotdownload

Discord Downloader

Automatically download files uploaded to Discord.

Usage:

discord-downloader your_email your_password

Files will be saved in the current folder using following structure:

<Current Folder>
│
├── Direct Messages
│   │
│   ├── User 1
│   │   ├── file1.jpg
│   │   └── file2.png
│   │
│   └── User 2
│       ├── file1.jpg
│       └── file2.png
│
├── Server 1
│   │
│   ├── channel1
│   │   ├── file1.jpg
│   │   └── file2.png
│   │
│   └── channel2
│       ├── file1.jpg
│       └── file2.png
│
└── Server 2
    │
    ├── channel1
    │   ├── file1.jpg
    │   └── file2.png
    │
    └── channel2
        ├── file1.jpg
        └── file2.png