mirror of https://gitlab.com/bashrc2/epicyon
Viewing posts
parent
b0d2ce5bdd
commit
5a734037b6
14
README.md
14
README.md
|
@ -46,6 +46,20 @@ To run the network tests. These simulate instances exchanging messages.
|
|||
python3 epicyon.py --testsnetwork
|
||||
```
|
||||
|
||||
## Viewing Public Posts
|
||||
|
||||
To view the public posts for a person:
|
||||
|
||||
``` bash
|
||||
python3 epicyon.py --posts nickname@domain
|
||||
```
|
||||
|
||||
If you want to view the raw json:
|
||||
|
||||
``` bash
|
||||
python3 epicyon.py --postsraw nickname@domain
|
||||
```
|
||||
|
||||
## Running the Server
|
||||
|
||||
To run with defaults:
|
||||
|
|
Loading…
Reference in New Issue