https://github.com/pybites/prchecker
Hacktoberfest like app to check for open PRs against our Challenges repo
https://github.com/pybites/prchecker
Last synced: about 2 months ago
JSON representation
Hacktoberfest like app to check for open PRs against our Challenges repo
- Host: GitHub
- URL: https://github.com/pybites/prchecker
- Owner: pybites
- Created: 2017-10-29T22:55:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-11T08:40:00.000Z (over 7 years ago)
- Last Synced: 2025-04-12T23:48:22.805Z (about 2 months ago)
- Language: Python
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PR Checker
Built for [Code Challenge 38 - Build Your Own Hacktoberfest Checker With Bottle](https://pybit.es/codechallenge38.html)
It's a [Hacktoberfest](https://hacktoberfest.digitalocean.com) like checker that does two things:
* Shows open PRs for [PyBites Code Challenges](https://pybit.es/pages/challenges.html) ([repo](https://github.com/pybites/challenges)) - 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/](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