Note about accounts

master
Bob Mottram 2019-07-04 23:54:28 +01:00
parent 5f97730217
commit b1e46d74d3
1 changed files with 14 additions and 0 deletions

View File

@ -61,6 +61,20 @@ If you want to view the raw json:
python3 epicyon.py --postsraw nickname@domain
```
## Account Management
To add a new account:
``` bash
python3 epicyon.py --addaccount nickname@domain --password [yourpassword]
```
To remove an account (be careful!):
``` bash
python3 epicyon.py --rmaccount nickname@domain
```
## Running the Server
To run with defaults: