https://github.com/devsargam/100xbounty-bot
https://github.com/devsargam/100xbounty-bot
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/devsargam/100xbounty-bot
- Owner: devsargam
- License: isc
- Created: 2024-03-12T20:03:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-08T11:14:27.000Z (about 2 years ago)
- Last Synced: 2025-03-16T12:13:22.830Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://github.com/apps/100xbountybot
- Size: 88.9 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
## WIP
# bounty-bot
> A GitHub App built with [Probot](https://github.com/probot/probot) that A bot that dispatches event based on pr messages
## Setup
```sh
# Install dependencies
npm install
# Run the bot
npm start
```
## Docker
```sh
# 1. Build container
docker build -t bounty-bot .
# 2. Start container
docker run -e APP_ID= -e PRIVATE_KEY= bounty-bot
```
## Contributing
If you have suggestions for how bounty-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) © 2024 devsargam