Skip to content

kirillshevch/raindrop_to_notion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Migrate your bookmarks from Raindrop.io to Notion

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages