-
-
Notifications
You must be signed in to change notification settings - Fork 487
Notify_bluesky
Chris Caron edited this page Jun 7, 2025
·
2 revisions
- Source: https://bsky.app/
- Attachment Support: Yes
- Icon Support: No
- Message Format: Text
- Message Limit: 280 characters
- 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"