Script to migrate your bookmarks from Raindrop.io to Notion. Written in Go.
- Export bookmarks from Raindrop.io
https://app.raindrop.io/settings/backups (html)
- Create Notion integration
Follow offical Notion documentation and use default settings. https://developers.notion.com/docs/getting-started
- Put your integration secret key
-
Create a new page in Notion and share for following integration
-
Put your page UUID (for e.g.
e03226c471c94116b8fdfdeefb02b74565
)
- 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
- Install dependencies and run the script
go get
go run main.go