From 2b2ebd1347bdea312b5cedcdc780065c00ef6e0e Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 17 Jul 2019 19:36:29 +0100 Subject: [PATCH] Notes on like option --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) 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: