问题 I am working with the Pybossa webhooks, and found this plugin to analyse the Pybossa results in real-time. I forked it but not getting how it is to be executed. Currently, I am executing it as follows: python app.py test_project where test_project is my project_short_name. But, it is reverting me to index.html page of this repository. 回答1: I found it ! Look into pybossa.model.event_listeners you will find push_webhook function, it push webhook into queue. And it's called by on_taskrun_submit,