Skip to content

PyConTH/rasa-chatbot

Repository files navigation

Goog Goog

Simple Bot for short event

Installation

  1. git clone
  2. pip install rasa rasa-x
  3. pip install rasa-x --extra-index-url https://pypi.rasa.com/simple

Run Rasa X

  1. rasa x

Deployment

  1. docker-compose up

Talk to Bot

  1. POST http://localhost:5005/webhooks/rest/webhook with json payload
    {
      "sender": "Rasa",
      "message": "Hi there!"
    }

Releases

No releases published

Packages

No packages published