Skip to content

Downloads a desired number of pictures previously posted in a Discord channel.

Notifications You must be signed in to change notification settings

tfich/discord-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Downloader

Download a desired number of pictures previously posted in a Discord channel.

Setup / ENV

Before you can run you must configure your .env file.

  1. Create a discord bot here, give it Administration permissions and add to your server.
  2. Open example.env and rename the file to .env.
  3. Copy the token from the bot page and add it to your .env file as DISCORD_BOT_TOKEN.
  4. Add the channel ID of the channel you wish to download from as CHANNEL_ID.

How to run

Assuming you are in the correct directory and have NodeJS/NPM installed on your machine, run the following commands:

npm install
npm start

About

Downloads a desired number of pictures previously posted in a Discord channel.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published