Skip to content

Sample Messenger chatbot with React-like chatblocks framework

License

Notifications You must be signed in to change notification settings

skorytnicki/chatblocks-sample-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chatblocks-sample-project

Sample Messenger chatbot with React-like chatblocks framework

Set up

  • Create Facebook app with Messenger webhook
  • Specify your tokens in app.js
  • Set up ngrok or localtunnel to receive events on localhost

Then,

  • npm install
  • run your ngrok (npm run ngrok might be helpful)
  • npm run blocks (watching blocks)
  • npm run start-server (watching app.js)