Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/augbog/slack-github-issue

Code for Slack bot to auto comment the issue information for a specific repository when a user types the issue number.
https://github.com/augbog/slack-github-issue

Last synced: 10 days ago
JSON representation

Code for Slack bot to auto comment the issue information for a specific repository when a user types the issue number.

Awesome Lists containing this project

README

        

# slack-github-issue
Code for Slack bot to auto comment the issue information for a specific repository when a user types the issue number.

Makes use of [node-slack-client](https://github.com/slackhq/node-slack-client).

Slack Github Bot

## How to run
1. Clone repo into your local machine (`https://github.com/augbog/slack-github-issue.git`)
2. Navigate to folder (`cd slack-github-issue`)
3. Run `npm install`
4. Go to `index.js` and update `BOT_TOKEN`, `REPO_OWNER`, and `REPO_NAME`
5. Run `node index.js`