https://github.com/sanderploegsma/issuebot
Slack bot script to automagically create Github issues
https://github.com/sanderploegsma/issuebot
Last synced: 4 months ago
JSON representation
Slack bot script to automagically create Github issues
- Host: GitHub
- URL: https://github.com/sanderploegsma/issuebot
- Owner: sanderploegsma
- License: mit
- Created: 2016-03-09T22:01:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-20T14:21:13.000Z (over 9 years ago)
- Last Synced: 2025-01-10T14:03:49.805Z (6 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Issuebot
Create GitHub issues by using a slash command in slack.## Setup
1. Create a new slack command in your Slack team directory
2. Note the token
2. Create a new GitHub access token. Make sure you select the correct scopes. NOTE: issues are created by the GitHub user the token belongs to, you can of course create a seperate account for issues created by this script.
3. Clone this repo somewhere and run `npm install`
4. Host it somewhere, e.g. heroku. Use that hostname in the slack command settings as the command url.
4. Use the environment variables below## Environment variables
- `SLACK_TOKEN`: the token provided by Slack.
- `GITHUB_REPO`: the repository where the issues should be created
- `GITHUB_TOKEN`: the access token generated by GitHub## License
This project is licensed under the MIT license.