Skip to content

A python chat app template to run a custom dialogflow chatbot on your website.

Notifications You must be signed in to change notification settings

machaao/dialogflow-chatapp-template

Repository files navigation

A basic dialogflow template for running a custom chatbot on your website

Getting Started

  1. Clone this repo
git clone https://github.com/machaao/dialogflow-chatapp-template.git

cd dialogflow-chatapp-template
  1. Installing Dependencies
pip install -r requirements.txt
  1. Getting Required Tokens
  1. Training Dialogflow Bot
  1. Environment Variable
    Create file with name .env
GOOGLE_APPLICATION_CREDENTIALS=<YOUR_AUTH_KEY_PATH>
MESSENGERX_API_TOKEN= <YOU-MESSENGERX-API-KEY> (Get a FREE DEV token from -> portal.messengerx.io)
MESSENGERX_BASE_URL= https://ganglia-dev.machaao.com
PROJECT_ID= <YOUR-DIALOGFLOW-PROJECT-ID>
  1. Running locally
machaao run -p 5000 -t <YOU-MESSENGERX-API-KEY>
  1. To run for production, please contact us via support@messengerx.io

Related Articles

About

A python chat app template to run a custom dialogflow chatbot on your website.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages