Skip to content

dolphino1/avilya_bot

Repository files navigation

Slack Demo Bot Readme

Slack demo HR bot that uses open source natural language tools (rasa core and rasa nlu). The application uses a micro-service architecture with docker-compose.

bot_screenshot

Local Setup

  • Install Docker Docker Download
  • Install Docker-Compose Docker-Compose Download
  • Add a bot to your slack channel and locate your bot secrets Slack Bot Guide
  • Create a file called secrets_development.env and paste in your lack secrets in the format of secrets_example.env
  • run make development_build in your terminal
  • test out your new bot in slack

Run Tests

  • run make test in your terminal

Running in Production

  • Set up your server with docker and docker-compose
  • Create a new production bot and locate slack secrets
  • Create a secrets_production.env file with the new secrets
  • run make production_build from the server terminal

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published