Skip to content

Latest commit

 

History

30 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImageCollectorBot

Replacement for Taco's bot. =w=

A Discord bot that collects images from a given list of channels, and reposts them in selected channels.

Created using node with discord.js

Installation

npm install

Usage

Create a file named config.conf in the top level directory with the following content (replace values):

module.exports = {
    email: 'username@email.com',            // Bot account email
    password: 'password',                   // Bot account password
    owner: '1234567890',                    // Your account's ID#
    imgurUrl: 'https://api.imgur.com/3/',   // Imgur API (if using imgur)
    imgurId: '1q2w3e4r5t6y'                 // Imgur ID (if using imgur)
};
npm start

In Discord, send a message to the bot with text >help for a list of commands.

About

A Discord bot that collects and reposts images

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages