mirror of https://github.com/caronc/apprise
Updated Notify_misskey (markdown)
parent
3d2e6d39b2
commit
29b39a3df7
|
@ -39,3 +39,12 @@ Create a Misskey note on the `misskey.sda1.net` server :
|
|||
apprise -vv -t "Test Message Title" -b "Test Message Body" \
|
||||
"misskeys://misskey.sda1.net/abcdefghijklmn"
|
||||
```
|
||||
|
||||
This example builds on the last but leverages the `visibility` option::
|
||||
```bash
|
||||
# Assuming our {hostname} is misskey.sda1.net
|
||||
# Assuming our {token} is abcdefghijklmn
|
||||
# Assuming a {visibility} of home
|
||||
apprise -vv -t "Test Message Title" -b "Test Message Body" \
|
||||
"misskeys://misskey.sda1.net/abcdefghijklmn?visibility=home"
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue