Skip to content

Hacktoberfest like app to check for open PRs against our Challenges repo

Notifications You must be signed in to change notification settings

pybites/prchecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PR Checker

Built for Code Challenge 38 - Build Your Own Hacktoberfest Checker With Bottle

It's a Hacktoberfest like checker that does two things:

  • Shows open PRs for PyBites Code Challenges (repo) - typically for running month.
  • Type in a name and find PRs for the user submitted current month (so we have a bit of Hacktoberfest year round)

Deployed to https://pybites-prs.herokuapp.com/.

Heroku

Fork this repo if you want to extend it. To deploy it to Heroku:

  • heroku apps:create app-name
  • chmod a+x app.py
  • echo 'web: python ./app.py' > Procfile
  • echo 'python-3.6.2' > runtime.txt
  • pip freeze > requirements.txt
  • git add .
  • git commit -m "heroku prep"
  • git push heroku master
  • heroku config:set APP_LOCATION=heroku
  • heroku config:set GH_USER=abc
  • heroku config:set GH_PW=def

About

Hacktoberfest like app to check for open PRs against our Challenges repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published