Facebook Messenger platform enables bots to converse with users through Facebook Apps and on Facebook Pages.
You can read the documentation the Messenger team prepared but it's not very clear for beginners and intermediate hackers.
Messenger bots uses a web server:
-
Install the dependencies:
npm install
-
run the server:
node index.js
-
Setting up a proxy server with ngrok.
ngrok http 3000
To create your own messenger bot please follow the article.
Go to the Facebook Page and click on Message to start chatting!