mirror of https://gitlab.com/bashrc2/epicyon
Documentation for getting blocked collection
parent
5c6a8d7a6d
commit
2b3513668d
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue