botium-bindings icon indicating copy to clipboard operation
botium-bindings copied to clipboard

Serverless Monitoring Of Your Facebook Chatbot

Open vivek785 opened this issue 5 years ago • 1 comments

Hi All, I need to create automation script to test my facebook messenger bot.Can anyone help me how should i build this framework.

Thanks,

vivek785 avatar Jan 21 '20 12:01 vivek785

Hello, Accessing facebook servers in automated way (as with Botium) is forbidden by Facebook itself, and they are taking it seriously - your account will be locked immediately if there are signs that it is used for automation. What you can do is to monitor your Webhook implementation. There is a Botium connector available for testing Facebook messenger webhooks. If by "monitoring" you mean just to check availability, then a tool like Botium is an overkill ... you could just verify that the webhook is online by sending any content to the HTTP API.

codeforequity-at avatar Jan 22 '20 16:01 codeforequity-at