Metadata-Version: 2.1
Name: dialogic-dashboard
Version: 0.0.1
Summary: A dashboard for viewing logs of chat bots
Home-page: https://github.com/avidale/dialogic-dashboard
Author: David Dale
Author-email: dale.david@mail.ru
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: dnspython
Requires-Dist: flask
Requires-Dist: flask-login
Requires-Dist: flask-bootstrap
Requires-Dist: pymongo
Requires-Dist: attrs

# 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. 


