Scifabric / webhooks

PYBOSSA webhook server to analyze your own project in real-time

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Running Webhooks in real-time

daksh-agarwal opened this issue · comments

I have been a newbie in using Pybossa and its various associated tools. I was going through the documentation and understood how it is taking in the data in this form.

{'fired_at':,
'project_short_name': 'project-slug',
'project_id': 1,
'task_id': 1,
'result_id': 1,
'event': 'task_completed'}

But, if I want to execute this in real time, what needs to be given as url for the webhook in the project and what are other requirements to execute it with the Pybossa.