Make sure you have Python installed properly
$ git clone git@github.com:landr-controlcode/github-woocommerce.git
$ cd github-woocommerce
$ pipenv install
$ createdb github-woocommerce
$ python manage.py migrate
$ python manage.py collectstatic
$ python manage.py runserver
Your app should now be running on localhost:5000.
- WooCommerce REST API.
- Github webhook for release event
- Github REST API v3 to get the contents of a release