https://github.com/avidale/dialogic-dashboard
a simple dashboard for viewing logs of dialogic apps
https://github.com/avidale/dialogic-dashboard
Last synced: 5 months ago
JSON representation
a simple dashboard for viewing logs of dialogic apps
- Host: GitHub
- URL: https://github.com/avidale/dialogic-dashboard
- Owner: avidale
- Created: 2020-12-09T20:33:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-19T16:45:58.000Z (over 4 years ago)
- Last Synced: 2025-09-22T11:59:15.810Z (9 months ago)
- Language: Python
- Size: 49.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dialogic-dashboard
This is a web app for viewing logs of chatbots, created with the
[dialogic](https://github.com/avidale/dialogic) framework.
## dialogic-dashboard по русски
Веб-приложение для просмотра логов чатботов, созданных во фреймворке
[dialogic](https://github.com/avidale/dialogic).
Для запуска нужно передать в скрипт строку подключения к mongoDB:
```commandline
python -m dialogic_dashboard --url $MONGODB_URI
```
Приложение откроется по адресу http://localhost:5000.