I wanted to implement web hooks in python. Both at server end and client end. Is there any particular library for implementing web hooks? Or does django or twisted python handle this?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You should probably mention that “web hooks” is a specific concept — as explained at webhooks.org — to avoid getting generic answers about the web, as I see you already have. It’s hardly a popular or widespread concept, so the answerers’ utter confusion is not surprising but easily predictable.
On your question, I know of Hookah (from the webhooks.org site) and durian (web hooks for Django). There are specific ones, such as TracWebHooks for adding web hooks to the issue tracking service Trac, but I gather you’re looking for something more general.