Skip to content

MU-Enigma/Hacktobot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hacktobot

Bot to manage the PRs for Hacktoberfest.

Setup before running

  • 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, run export REPO_NAME="<username>/<repository>")
  • Similarly, export GitHub access token as GPT and webhook secrect as GITHUB_SECRET.

Running

  • launch a virtualenv if needed
  • pip install -r requirements.txt
  • Run it with any python WSGI server.

About

Bot to manage the PRs for Hacktoberfest

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages