mdshamoon / github-issues-bot

A discord bot to create github issues
12 stars 8 forks source link

Discord github issues bot

Create github issues on the go

Apr-27-2022 04-56-27

Prerequisites

  1. Create an account on discord developer portal and add an application
  2. Create a bot
  3. Invite the bot to your server

Installation steps

  1. Create a new file .env in the project root directory and copy the contents from .env.example.
  2. Update the .env file with relevant configurations.

  3. Run yarn install

Hosting steps

Host it on a server of your choice by running yarn start. I have hosted it on heroku with a free tier but it sleeps after inactivity of 30 minutes.