https://github.com/div72/grcbountybot
A bounty management bot for Gridcoin-Tasks GitHub Repo.
https://github.com/div72/grcbountybot
bot gridcoin python
Last synced: about 1 year ago
JSON representation
A bounty management bot for Gridcoin-Tasks GitHub Repo.
- Host: GitHub
- URL: https://github.com/div72/grcbountybot
- Owner: div72
- Created: 2020-03-13T18:55:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-20T15:33:14.000Z (almost 3 years ago)
- Last Synced: 2024-05-01T19:35:02.132Z (about 2 years ago)
- Topics: bot, gridcoin, python
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# grcbountybot
## Installation
1. Clone the repo
2. `pip install -r requirements.txt`
3. Make a new GitHub App (set a webhook, give it r&w permissions for issues)
4. Install the app to the GitHub user/organization
## Configuration
Modify run.sh
```
BOT_ADMINS: ';' separated list of GitHub ids
BOT_TRIGGER: The word that the bot will respond to
```