Skip to content

bcbcarl/h4bot

Repository files navigation

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)