Viewing posts

master
Bob Mottram 2019-07-04 23:03:24 +01:00
parent b0d2ce5bdd
commit 5a734037b6
1 changed files with 14 additions and 0 deletions

View File

@ -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: