https://github.com/matt-izatt/poc-github-bot
Test project to learn how to use the Probot framework to write Github bots
https://github.com/matt-izatt/poc-github-bot
bots github
Last synced: 10 days ago
JSON representation
Test project to learn how to use the Probot framework to write Github bots
- Host: GitHub
- URL: https://github.com/matt-izatt/poc-github-bot
- Owner: matt-izatt
- License: isc
- Created: 2021-05-02T14:20:24.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-02T16:41:49.000Z (about 5 years ago)
- Last Synced: 2025-03-04T03:33:39.430Z (over 1 year ago)
- Topics: bots, github
- Homepage:
- Size: 162 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# github-bot
> A GitHub App built with [Probot](https://github.com/probot/probot) that Test project to learn how to use the Probot framework to write Github bots
## Setup
```sh
# Install dependencies
npm install
# Run the bot
npm start
```
## Docker
```sh
# 1. Build container
docker build -t github-bot .
# 2. Start container
docker run -e APP_ID= -e PRIVATE_KEY= github-bot
```
## Contributing
If you have suggestions for how github-bot could be improved, or want to report a bug, open an issue! We'd love all and any contributions.
For more, check out the [Contributing Guide](CONTRIBUTING.md).
## License
[ISC](LICENSE) © 2021 Matt Izatt