Skip to content

admiral96/public-webhooks

 
 

Repository files navigation

Public Webhook

Webhook for:

Install dependencies

Install flask and virtualenv (if you do not have one): http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world

Install also dependencies on requirements.txt:

$ pip install -r requirements.txt

Running

Run on Terminal: $ python run.py

To visit mulungwishi webhook index: http://127.0.0.1:5000

To visit mulungwishi webhook: http://127.0.0.1:5000/query

To visit weather-forecast webhook: http://127.0.0.1:500/weather_forecast

Show travis build in github repo

Build Status

Deploying on toys.engagespark.com

You're gonna need a public key (mulungwishi_rsa.pub) and place it as ~/.ssh/mulungwishi_rsa.pub to deploy.

$ make deploy

About

Webhook for the Mulungwishi Fertilizer Project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 63.4%
  • HTML 20.9%
  • Makefile 12.6%
  • CSS 3.1%