Skip to content

Spnetic-5/github_issue_tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github_issue_tracker

Discord bot that notifies you issues on your github repository.

Setup

  1. Clone this repository.
$ git clone https://github.com/CommunityOfCoders/DiscordBot.git
  1. Change your working directory.
$ cd DiscordBot
  1. Setup environment variables.
$ cp .env.example .env
  1. To generate your tokens, see here.
  2. Install the packages.
$ npm i
  1. Start the development server.
$ npm run dev

To deploy on Heroku, follow the steps below.

  1. If you haven't already, install the Heroku CLI and login.
$ npm i -g heroku
$ heroku login
  1. From your working directory, create a new Heroku app.
$ heroku create

About

A discord bot that notifies you on github issues.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published