douban.svg

Doumark

by lizheming

MIT License

用于豆瓣 (https://douban.com) 电影/图书/音乐标记数据自动同步的 Drone 插件。

YAML 配置示例

kind: pipeline
type: docker
name: default

clone:
  disable: true

steps:
- name: douban
  image: lizheming/drone-doumark
  settings:
    id: lizheming
    type: movie
    format: notion
    notion_token: xxxxxx
    dir: xxxxxx

字段属性说明

  • id

    string必填项

    豆瓣 ID

    默认值:none

  • type

    string可选项

    豆瓣数据类型,枚举值:电影、书籍、音乐

    默认值:movie

  • format

    string可选项

    豆瓣数据存储格式,枚举值:csv、json、notion

    默认值:csv

  • dir

    string必填项

    豆瓣数据同步到的目标。对于 csv 和 json 格式,它是一个文件路径;对于 notion 格式,它是一个 notion 数据库 ID。

    默认值:none

  • notion_token

    string可选项

    概念集成令牌

    推荐使用密钥 (Secret) 功能

    默认值:none