mirror of https://gitlab.com/bashrc2/epicyon
Notes on like option
parent
edf4951853
commit
2b2ebd1347
22
README.md
22
README.md
|
@ -421,6 +421,28 @@ python3 epicyon.py --nickname [yournick] --domain [name] \
|
||||||
--repeat [url] --password [c2s password]
|
--repeat [url] --password [c2s password]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Like posts
|
||||||
|
|
||||||
|
To like a post you will first need to know it's url. It is usually something like:
|
||||||
|
|
||||||
|
``` text
|
||||||
|
https://domain/users/name/statuses/number
|
||||||
|
```
|
||||||
|
|
||||||
|
Once you know that they you can use the command:
|
||||||
|
|
||||||
|
``` bash
|
||||||
|
python3 epicyon.py --nickname [yournick] --domain [name] \
|
||||||
|
--like [url] --password [c2s password]
|
||||||
|
```
|
||||||
|
|
||||||
|
To subsequently undo the like:
|
||||||
|
|
||||||
|
``` bash
|
||||||
|
python3 epicyon.py --nickname [yournick] --domain [name] \
|
||||||
|
--undolike [url] --password [c2s password]
|
||||||
|
```
|
||||||
|
|
||||||
## Archiving posts
|
## Archiving posts
|
||||||
|
|
||||||
You can archive old posts with:
|
You can archive old posts with:
|
||||||
|
|
Loading…
Reference in New Issue