-
-
Notifications
You must be signed in to change notification settings - Fork 445
Notify_bluesky
Chris Caron edited this page Mar 10, 2025
·
1 revision
- Source: https://bsky.app/
- Attachment Support: Yes
- Icon Support: No
- Message Format: Text
- Message Limit: 280 characters
Twitter Direct Messages are slightly more complicated then some of the other notification services, so here is quick breakdown of what you need to know and do in order to send Notifications through it using this tool:
- Create a BlueSky account
- Access Settings -> Privacy and Security
- Generate an App Password
- Assemble your Apprise URL like:
- bluesky://handle@you-token-here
Valid syntax is as follows:
bluesky://user@app_pw
-
bluesky://user.host@app_pw
- This is only required if the
host
is notbsky.social
- This is only required if the
Send a public message:
# Assuming our {Handle} is @John
# Assuming our {AppID} is abcd-1234-efghi-6789
# our user is @testaccount
apprise -vv -t "Test Message Title" -b "Test Message Body" \
"bluesky://John@abcd-1234-efghi-6789"