bcbcarl / h4bot

Hacking Thursday 客服小幫手

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

h4bot

Hacking Thursday AI Bot is built on top of the following services:

Join h4bot on Skype | Telegram

(Workflow)

Prerequisites

Build and debug

  • Update Git submodules by running git submodule update --init --recursive
  • Create secrets.env from secrets.env.template
  • Configure the following app settings in secrets.env:
    • Microsoft App ID
    • Microsoft App Password
    • QnA Knowledge Base ID
    • QnA Subscription Key
  • Build h4bot Docker image: make build
  • Start docker-compose dev server: make start
  • Connect the bot emulator to: http://0.0.0.0:3978/api/messages

Make options

make clean
make distclean
make build
make start
make stop
make yarn ARGS='config list'

License

MIT

Privacy Policy

(TBD)

Terms of Service

(TBD)

About

Hacking Thursday 客服小幫手

License:MIT License


Languages

Language:JavaScript 66.5%Language:Batchfile 30.2%Language:Makefile 3.3%