Skip to content

Notify_bluesky

Chris Caron edited this page Mar 10, 2025 · 1 revision

BlueSky Notifications

  • Source: https://bsky.app/
  • Attachment Support: Yes
  • Icon Support: No
  • Message Format: Text
  • Message Limit: 280 characters

Account Setup

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:

  1. Create a BlueSky account
  2. Access Settings -> Privacy and Security
  3. Generate an App Password
  4. Assemble your Apprise URL like:
    • bluesky://handle@you-token-here

Syntax

Valid syntax is as follows:

  • bluesky://user@app_pw
  • bluesky://user.host@app_pw
    • This is only required if the host is not bsky.social

Example

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"
Clone this wiki locally