donybenedict / gsg-api-ai-messenger

Facebook bot sources for api.ai integration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

api-ai-facebook

Facebook bot sources for Api.ai integration

Deploy with Heroku

Follow these instructions. Then,
Deploy to Heroku

Deploy with Docker

docker run -it --name fb_bot \
           -p <your_desired_port>:5000 \
           -e APIAI_ACCESS_TOKEN="API.AI client access token" \
           -e FB_PAGE_ACCESS_TOKEN="Facebook Page Access Token" \
           -e FB_VERIFY_TOKEN="Facebook Verify Token" \
           -e APIAI_LANG="en" \
           xvir/api-ai-facebook

Note about languages:

When you deploy the app manually to Heroku, the APIAI_LANG not filled with a value. You need to provide language parameter according to your agent settings in the form of two-letters code.

  • "en"
  • "ru"
  • "de"
  • "pt"
  • "pt-BR"
  • "es"
  • "fr"
  • "it"
  • "ja"
  • "ko"
  • "zh-CN"
  • "zh-HK"
  • "zh-TW"

About

Facebook bot sources for api.ai integration

License:Apache License 2.0


Languages

Language:JavaScript 100.0%