diff --git a/README.md b/README.md index 0c8d6781..3e9a94a6 100644 --- a/README.md +++ b/README.md @@ -421,6 +421,28 @@ python3 epicyon.py --nickname [yournick] --domain [name] \ --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 You can archive old posts with: