Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/augbog/slack-github-issue
- Owner: augbog
- Created: 2015-06-24T09:22:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-04T02:02:36.000Z (about 9 years ago)
- Last Synced: 2024-10-17T06:31:04.085Z (21 days ago)
- Language: JavaScript
- Size: 167 KB
- Stars: 12
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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).
## 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`