- Clone this repo
git clone https://github.com/machaao/dialogflow-chatapp-template.git
cd dialogflow-chatapp-template
- Installing Dependencies
pip install -r requirements.txt
- Getting Required Tokens
- Training Dialogflow Bot
- 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>
- Running locally
machaao run -p 5000 -t <YOU-MESSENGERX-API-KEY>
- To run for production, please contact us via support@messengerx.io