This tool allows you to easily import articles you've saved on Pocket into your Notion workspace. It helps organize and manage your saved content with full control over templates and rich metadata, such as article titles, URLs, and tags. No more manual copying and pasting—let the tool do the work for you!
For more detailed background and specific goals of the project, feel free to check out my article
-
Sync Pocket articles to a Notion database.
-
Saves article metadata (title, URL, tags).
-
Simple CLI tool.
Prerequisites:
- Go installed.
- Pocket API and Notion API tokens.
git clone https://github.com/BahaBoualii/pocket-to-notion-sync.git
cd pocket-to-notion-sync
go mod tidy
go build -o pocket-to-notion-sync
Note Set environment variables:
export POCKET_API_TOKEN=your_pocket_api_token export NOTION_API_TOKEN=your_notion_api_token
Or create a
.env
file with the above variables.
Then just run this command:
./pocket-to-notion-sync
- Add automatic sync scheduling.
- Filter Pocket articles by tags/date.
- Enhance logging and error handling.
- Build more customization options for the Notion page properties.
Feel free to contribute by opening issues or submitting PRs.