Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kirillshevch/raindrop_to_notion
Migrate your bookmarks from Raindrop.io to Notion
https://github.com/kirillshevch/raindrop_to_notion
Last synced: about 1 month ago
JSON representation
Migrate your bookmarks from Raindrop.io to Notion
- Host: GitHub
- URL: https://github.com/kirillshevch/raindrop_to_notion
- Owner: kirillshevch
- Created: 2022-03-08T17:38:49.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-03-22T15:24:36.000Z (over 2 years ago)
- Last Synced: 2023-02-26T13:06:32.753Z (over 1 year ago)
- Language: Go
- Size: 1.95 KB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Raindrop.io to Notion
Script to migrate your bookmarks from Raindrop.io to Notion. Written in Go.
## How to use
0. 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-started2. Put your integration secret key
[NotionSecret](https://github.com/kirillshevch/raindrop_to_notion/blob/master/main.go#L14)
3. Create a new page in Notion and share for following integration
4. Put your page UUID (for e.g. `e03226c471c94116b8fdfdeefb02b74565`)
[ParentID](https://github.com/kirillshevch/raindrop_to_notion/blob/master/main.go#L13)
5. Copy your exported HTML backup from Raindrop to local script folder and rename to `import.html`
```sh
cp ~/Downloads/Raindrop.io.html ~/workspace/raindrop_to_notion/import.html
```6. Install dependencies and run the script
```sh
go get
go run main.go
```