Documentation for getting blocked collection

merge-requests/30/head
Bob Mottram 2023-07-05 13:02:09 +01:00
parent 5c6a8d7a6d
commit 2b3513668d
1 changed files with 9 additions and 0 deletions

View File

@ -153,6 +153,15 @@ python3 epicyon.py --nickname [yournick] --domain [yourdomain] --box [inbox|outb
You could use this to make your own c2s client, or create your own notification system. You could use this to make your own c2s client, or create your own notification system.
## Getting the JSON for your blocked items
You can retrieve your current blocklist with:
``` bash
python3 epicyon.py --nickname [yournick] --domain [yourdomain] --page [number] --password [yourpassword] --blocked
```
## Listing referenced domains ## Listing referenced domains
To list the domains referenced in public posts: To list the domains referenced in public posts: