Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 964 Bytes

README.md

File metadata and controls

37 lines (22 loc) · 964 Bytes

Raindrop.io to Notion

Script to migrate your bookmarks from Raindrop.io to Notion. Written in Go.

How to use

  1. Export bookmarks from Raindrop.io

https://app.raindrop.io/settings/backups (html)

  1. Create Notion integration

Follow offical Notion documentation and use default settings. https://developers.notion.com/docs/getting-started

  1. Put your integration secret key

NotionSecret

  1. Create a new page in Notion and share for following integration

  2. Put your page UUID (for e.g. e03226c471c94116b8fdfdeefb02b74565)

ParentID

  1. Copy your exported HTML backup from Raindrop to local script folder and rename to import.html
cp ~/Downloads/Raindrop.io.html ~/workspace/raindrop_to_notion/import.html
  1. Install dependencies and run the script
go get
go run main.go