Skip to content

Bluesky

https://bsky.app/

Customizing Storage Path & File Name

For more information, refer to Customizing Storage Path & File Name.

BLUESKY_FILE_PATH

Optional, defaults to Bluesky

Storage path for downloaded images.

BLUESKY_FILE_NAME

Optional, defaults to {rkey}_{index} - {user[display_name]}({user[handle]})

File name for downloaded images.

Available Variables

Only common used ones are listed.

{
  "rkey": "Record Key of the post",
  "uri": "at:// uri of the post",
  "cid": "cid of the post",
  "user": {
    "did": "User DID",
    "handle": "User handle",
    "display_name": "User display name"
  },
  "filename": "Original file name, without extension",
  "index": "Image index",
  "timestamp": "Timestamp",
  "extension": "Extension",
  "reply_count": "Reply count",
  "repost_count": "Repost count",
  "like_count": "Like count",
  "pic": {
    "aspectRatio": {
      "height": 1440,
      "width": 1080
    },
    "image": {
      "mimeType": "image/jpeg",
      "size": 123456,
    }
  }
}

Last update: February 15, 2024
Created: February 15, 2024