Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 1.48 KB

README.md

File metadata and controls

43 lines (33 loc) · 1.48 KB

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 [email protected]

Related Articles