Skip to content

flochntrl/starter-kit-facebook-bot-with-heroku-and-wit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FACEBOOK BOT MESSENGER WITH WIT.AI

Installation

  • Create an app on heroku

  • Install Heroku Toolbelt ( If you haven't already )

  • Then Log in

$ heroku login
  • Create a new Git repository (if not exist)
$ cd my-project/
$ git init
$ heroku git:remote -a your-heroku-app
  • Deploy your application
$ git add .
$ git commit -am "make it better"
$ git push heroku master
  • Existing repo
$ heroku git:remote -a your-heroku-app
  • Create Env Var in Heroku :

    • WIT_TOKEN
    • FB_PAGE_ID
    • FB_PAGE_TOKEN
    • APP_SECRET_PROOF

Talk to your bot on Messenger!

About

Create a facebook bot with api on heroku and wit.ai for IA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published