Metadata-Version: 2.1
Name: hecho-events
Version: 1.3.3
Summary: Event Broker Rasa
Home-page: UNKNOWN
Author: Compasso UOL
Author-email: hecho.teste@outlook.com
License: MIT License
Keywords: Pacote hecho
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE

# Hecho-events

Event Broker for Rasa Chatbot to send metrics to [Hecho Dashboard](https://hecho.ml).

Start **monitoring** your **Rasa Chatbot** right now, access [https://hecho.ml](https://hecho.ml)!!

## Getting Started

```
pip install hecho-events
```

Register at [https://hecho.ml](https://hecho.ml) to get an api key.

After install add this entries to `endpoints.yml`:
```yaml
# endpoints.yml
event_broker:
  type: hecho_events.main.RasaEventBroker
  api_key: "<your-api-key>"
  api_url : "https://hecho.ml/api"
```


## About Hecho

**Hecho Dashboard** is a platform to store and show messaging, users, intents and much more from your **chatbot**.


