Webhooks:
~ are used to notify about the events that we are interested in (like sending a text message to a phone)
~ instant notification mechanism
/* urllib.urlopen(user.webhook.url) */
~ webhook URL's can trigger an action based on the input HTTP request
Source:
http://timothyfitz.com/2009/02/09/what-webhooks-are-and-why-you-should-care/
https://realpython.com/python-bitcoin-ifttt/
pip install webhooks
code base: https://github.com/pydanny/dj-webhooks
~ are used to notify about the events that we are interested in (like sending a text message to a phone)
~ instant notification mechanism
/* urllib.urlopen(user.webhook.url) */
~ webhook URL's can trigger an action based on the input HTTP request
Source:
http://timothyfitz.com/2009/02/09/what-webhooks-are-and-why-you-should-care/
https://realpython.com/python-bitcoin-ifttt/
pip install webhooks
code base: https://github.com/pydanny/dj-webhooks
Comments
Post a Comment