Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kunish/probot-kunish
https://github.com/kunish/probot-kunish
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kunish/probot-kunish
- Owner: kunish
- License: isc
- Created: 2021-05-30T09:55:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-24T05:22:42.000Z (almost 2 years ago)
- Last Synced: 2024-11-14T16:48:10.395Z (2 months ago)
- Language: TypeScript
- Size: 662 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# github-probot
> A GitHub App built with [Probot](https://github.com/probot/probot) that A Probot app
## Setup
```sh
# Install dependencies
npm install# Run the bot
npm start
```## Docker
```sh
# 1. Build container
docker build -t github-probot .# 2. Start container
docker run -e APP_ID= -e PRIVATE_KEY= github-probot
```## Contributing
If you have suggestions for how github-probot 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 shikun