The hook server for webhook support in tingbot-python. A small lightweight python app that utilizes HTTPServer
, zmq
for sockets, and shelve
for persistant storage.
Currently Tingbot provides free public access to this functionality on a subdomain of Tingbot.com e.g.
http://webhook.tingbot.com/my-hook
my-hook
can be any valid URL where information will be posted for the Tingbot webhook to recieve.
- More on Tingbot webhooks can be found here.
Currently the only way to have a secured private webhook for Tingbot is by hosting the webhook 🎣 server privately.