codeforequity-at / botium-bindings

The Selenium for Chatbots
http://www.botium.at
MIT License
108 stars 33 forks source link

Serverless Monitoring Of Your Facebook Chatbot #119

Open vivek785 opened 4 years ago

vivek785 commented 4 years ago

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,

codeforequity-at commented 4 years ago

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.