Drone plugins > Doumark
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
stringrequiredDouban ID
Default: none
type
stringoptionalDouban data Type, enum value: movie, book, music
Default: movie
format
stringoptionalDouban data store format, enum value: csv, json, notion
Default: csv
dir
stringrequiredTarget 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
stringoptionalNotion Integration Token
Secret recommendedDefault: none