An open API service indexing awesome lists of open source software.

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.

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
```