Notes on sending posts

master
Bob Mottram 2019-07-17 13:53:18 +01:00
parent 98b4cb8073
commit 663d5cac4a
1 changed files with 24 additions and 0 deletions

View File

@ -343,6 +343,30 @@ Unfollowing is silimar:
python3 epicyon.py --nickname [yournick] --domain [name] --unfollow othernick@domain --password mypass
```
## Sending posts
To send a post:
``` bash
python3 epicyon.py --nickname [yournick] --domain [name] \
--sendto othernick@domain --message "hello" \
--warning "This is a content warning" \
--password mypass
```
The password is the c2s password for your account.
You can also attach an image. It must be in png, jpg or gif format.
``` bash
python3 epicyon.py --nickname [yournick] --domain [name] \
--sendto othernick@domain --message "bees!" \
--warning "bee-related content" --attach bees.png \
--imagedescription "bees on flowers" \
--blurhash \
--password mypass
```
## Archiving posts
You can archive old posts with: