Bot to manage the PRs for Hacktoberfest.
- Clone this repository, and get a GitHub access Token
- Setup a GitHub Webhook on the repo where you want to manage PRs. It will then send requests to your server.
- Add the repository to be monitored as the environment variable
REPO_NAME
. (On Linux, runexport REPO_NAME="<username>/<repository>"
) - Similarly, export GitHub access token as
GPT
and webhook secrect asGITHUB_SECRET
.
- launch a virtualenv if needed
pip install -r requirements.txt
- Run it with any python WSGI server.