Skip to content
This repository has been archived by the owner on Jul 31, 2022. It is now read-only.

palmerabollo/mybot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mybot

A virtual assistant that helps you get your time back.

configure the bot

Export the following environment variables:

# botframework.com configuration
MICROSOFT_APP_ID=
MICROSOFT_APP_PASSWORD=
BOT_CONSOLE=
BOT_PORT=
BOT_DEFAULT_LOCALE=en

BOT_LUIS_MODEL= # luis.ai application url

# qnamaker.ai configuration for faqs
MICROSOFT_QNA_KNOWLEDGEBASE_ID=
MICROSOFT_QNA_SUBSCRIPTION_KEY=

run the bot

Prerequisites: node 6+

git clone git@github.com:palmerabollo/mybot.git && cd mybot
npm install
npm run watch-console # run in console mode

You can also run the bot as a HTTP server os as a serverless AWS Lambda function.