Discord Bot for Resumes / Internships ยท
Created for Intern Grind Discord Server
This project creates 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
Installing / Getting started
A quick introduction of the minimal setup you need to get a hello world up & running.
- Run yarn install to install dependencies.
Create a bot on discord.com/developers and generate token.
- Create config.json in main directory and edit the contents as below.
{
"prefix": ".",
"token":"Enter bot token here"
"resume_channel": "736822249491005502",
"DOG_API_KEY": "NzMyNDM3Mjg3MjcwNjEzMTIy.Xw0lYQ.BIbyP_0IWXuUtmd1jSInyqlO5T4",
"CAT_API_KEY": "7bd3f747-6193-41bc-97d6-2643494791bd",
"image-channel": "images",
"job_channel": "736980807788265655",
"job_board": "736980807788265655"
}
- After above edit bot_data.json
{
"prefix": ".",
"resume_channel": "<channel id>",
"token": "",
"DOG_API_KEY": "NzMyNDM3Mjg3MjcwNjEzMTIy.Xw0lYQ.BIbyP_0IWXuUtmd1jSInyqlO5T4",
"CAT_API_KEY": "7bd3f747-6193-41bc-97d6-2643494791bd",
"image_channel": "images",
"job_channel": "<channel id>",
"job_board": "<channel id>",
"leetcode_channel": "<channel id>"
}
commands here
Developing
Built With
Built with discord.js and Node.js
Leetcode data file from https://github.com/SeanPrashad/leetcode-patterns/blob/master/src/data/index.js
Prerequisites
No prerequisites.
Setting up Dev
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>
.
.
.
Licensing
Project created using GCC license and text version can be found at https://opensource.org/licenses/GPL-3.0

Log in or sign up for Devpost to join the conversation.