/webhook-server

🎣  Server for webhook support in tingbot-python

Primary LanguagePython

Tingbot Webhook 🎣 Server

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.

Using Webhooks:

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.

Private Webhooks:

Currently the only way to have a secured private webhook for Tingbot is by hosting the webhook 🎣 server privately.