Drone plugins > Doumark
douban.svg

Doumark

by lizheming


Drone plugin for Douban(https://douban.com) movie/book/music marked data sync automatically.

Example

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

Properties

  • id

    stringrequired

    Douban ID

    Default: none

  • type

    stringoptional

    Douban data Type, enum value: movie, book, music

    Default: movie

  • format

    stringoptional

    Douban data store format, enum value: csv, json, notion

    Default: csv

  • dir

    stringrequired

    Target where douban data sync to. It's a file path for csv and json format, and a notion database id for notion format.

    Default: none

  • notion_token

    stringoptional

    Notion Integration Token

    Secret recommended

    Default: none