usage documentation
This commit is contained in:
parent
3686ef2f96
commit
af96282423
2 changed files with 4 additions and 2 deletions
|
@ -55,7 +55,9 @@ python -m maubot
|
||||||
|
|
||||||
and point the browser to `http://localhost:29316/_matrix/maubot/#/login`
|
and point the browser to `http://localhost:29316/_matrix/maubot/#/login`
|
||||||
|
|
||||||
After login, it is possible to create a new bot instance (clicking the + Instances button) via the screen like the one below 
|
After login, it is possible to create a new bot instance (clicking the + Instances button) via the screen like the one below
|
||||||
|
|
||||||
|
<img src="./img/screenshot_new_instance.png">
|
||||||
|
|
||||||
|
|
||||||
### [Management API spec](https://github.com/maubot/maubot/blob/master/maubot/management/api/spec.md)
|
### [Management API spec](https://github.com/maubot/maubot/blob/master/maubot/management/api/spec.md)
|
||||||
|
|
|
@ -7,8 +7,8 @@ ruamel.yaml
|
||||||
attrs
|
attrs
|
||||||
bcrypt
|
bcrypt
|
||||||
packaging
|
packaging
|
||||||
|
|
||||||
click
|
click
|
||||||
colorama
|
colorama
|
||||||
PyInquirer
|
PyInquirer
|
||||||
jinja2
|
jinja2
|
||||||
|
prompt_toolkit==1.0.14
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue