hecho-events


Namehecho-events JSON
Version 1.3.4 PyPI version JSON
download
home_page
SummaryEvent Broker Rasa
upload_time2023-06-01 13:20:17
maintainer
docs_urlNone
authorCompasso UOL
requires_python
licenseMIT License
keywords pacote hecho
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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 aiohttp
```

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://localhost:6000"
```
Get bridge-endpoint uri and change the api_url with him.

## Dependencies

```
pip install aiohttp
```


## About Hecho

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

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "hecho-events",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "Pacote hecho",
    "author": "Compasso UOL",
    "author_email": "hecho.teste@outlook.com",
    "download_url": "https://files.pythonhosted.org/packages/92/eb/74695f0a4ed743e81f204e5406e0039821d0c92c9bf6d44d281b0eb2264c/hecho-events-1.3.4.tar.gz",
    "platform": null,
    "description": "# Hecho-events\n\nEvent Broker for Rasa Chatbot to send metrics to [Hecho Dashboard](https://hecho.ml).\n\nStart **monitoring** your **Rasa Chatbot** right now, access [https://hecho.ml](https://hecho.ml)!!\n\n## Getting Started\n\n```\npip install hecho-events aiohttp\n```\n\nRegister at [https://hecho.ml](https://hecho.ml) to get an api key.\n\nAfter install add this entries to `endpoints.yml`:\n```yaml\n# endpoints.yml\nevent_broker:\n  type: hecho-events.main.RasaEventBroker\n  api_key: \"<your-api-key>\"\n  api_url : \"https://localhost:6000\"\n```\nGet bridge-endpoint uri and change the api_url with him.\n\n## Dependencies\n\n```\npip install aiohttp\n```\n\n\n## About Hecho\n\n**Hecho Dashboard** is a platform to store and show messaging, users, intents and much more from your **chatbot**.",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Event Broker Rasa",
    "version": "1.3.4",
    "project_urls": null,
    "split_keywords": [
        "pacote",
        "hecho"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "92eb74695f0a4ed743e81f204e5406e0039821d0c92c9bf6d44d281b0eb2264c",
                "md5": "6cdc374653b0fa5a4926120a61213b9a",
                "sha256": "7ce7a14b7a6575aa50c4dffe1e5dc1a58f3535d87d8a80d121049d614d2a6b33"
            },
            "downloads": -1,
            "filename": "hecho-events-1.3.4.tar.gz",
            "has_sig": false,
            "md5_digest": "6cdc374653b0fa5a4926120a61213b9a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3954,
            "upload_time": "2023-06-01T13:20:17",
            "upload_time_iso_8601": "2023-06-01T13:20:17.228142Z",
            "url": "https://files.pythonhosted.org/packages/92/eb/74695f0a4ed743e81f204e5406e0039821d0c92c9bf6d44d281b0eb2264c/hecho-events-1.3.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-01 13:20:17",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "hecho-events"
}
        
Elapsed time: 0.07866s