Skip to content

Weibo

https://weibo.com/

Customizing Storage Path & File Name

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

WEIBO_FILE_PATH

Optional, defaults to Weibo

Storage path for downloaded images.

WEIBO_FILE_NAME

Optional, defaults to {mid}_{index} - {user[screen_name]}({user[id]})

File name for downloaded images.

Available Variables

Only common used ones are listed.

{
  "created_at": "Creation date",
  "id": "ID",
  "user": {
    "id": "User ID",
    "screen_name": "User name",
    "gender": "Gender"
  },
  "reposts_count": 198,
  "comments_count": 221,
  "reprint_cmt_count": 0,
  "attitudes_count": 483,
  "pics": [
    {
      "pid": "Picture ID"
    }
  ],
  "index": "Image index",
  "pic": "Current image object in `pics`"
}

Last update: August 7, 2023
Created: June 8, 2023