Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 1.14 KB

README.md

File metadata and controls

19 lines (10 loc) · 1.14 KB

Python GitHub bot

This repository was built as part of a LinkedIn Learning course on Building GitHub Bots. Please refer to the Build a GitHub bot using Python section to learn more about how this was built and deployed on a cloud application hosting platform called Render.

Build and Run

You can run this repository by deploying this bot on Render.

Build

pipenv install in the Build command section of the deployment

Run

python3 -m webservice in the Start command section of the deployment

Credits

This repository is created following a part of Build a GitHub bot workshop by Mariatta Wijaya. The changes to this workshop include adding code for distinguishing between closed and merged pull requests and web service deployment is done in the LinkedIn learning course using Render and not Heroku.