Created for Intern Grind Discord Server
This project is a discord bot which moves resume files from a channel where users can post their resumes and comment on others to a channel containing only the resume PDFs in order to simplify finding resumes in the server. The project also sorts job postings from one chat channel into another channel to make the postings easier to view. Apart from this it alson has some additional functionalities, checkout {prefix}help for more
A quick introduction of the minimal setup you need to get a hello world up & running.
- Run yarn install to install dependencies.
- Create config.json in main directory and edit the contents as below.
{
"prefix": ".",
"token":"Enter bot token here"
"resume_channel": "736822249491005502",
"DOG_API_KEY": "<api key>",
"CAT_API_KEY": "<api key here>",
"image-channel": "images",
"job_channel": "<job channel id/name here>",
"job_board": "<jobBoarding channel id/name here>"
"leetcode_channel":"<leetcode_questions_channel id here>"
}
node bot.js
Built with discord.js and Node.js
Leetcode data file from https://github.com/SeanPrashad/leetcode-patterns/blob/master/src/data/index.js
No prerequisites.
How to develop the project further:
git clone https://www.github.com/arjundubey-cr/bot-discord
cd bot-discord
yarn install
.
.
.
git checkout -b <branch_name>
.
.
.
Project created using GCC license and text version can be found at https://opensource.org/licenses/GPL-3.0