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
ETL, big-data, cloud(AWS/GCP/Azure) technologies and possibly share random stuff along the way!!
Thursday, November 7, 2019
Subscribe to:
Posts (Atom)
-
Amazon connect offers: - built in reports i.e., historical and real-time reports. We can customize these reports, schedule them and can int...
-
While running a databricks job, especially running a job with large datasets and longer running queries that creates a lot of temp space -...
-
If we are using terraform, terraform state file is the heart of all the infrastructure that we spin up using terraform templates. There ar...