https://github.com/dedis/notion-backup
A small utility to perform automatic and encrypted backups of Notion blocks.
https://github.com/dedis/notion-backup
Last synced: about 1 month ago
JSON representation
A small utility to perform automatic and encrypted backups of Notion blocks.
- Host: GitHub
- URL: https://github.com/dedis/notion-backup
- Owner: dedis
- Created: 2021-01-12T09:45:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-16T09:02:39.000Z (over 3 years ago)
- Last Synced: 2025-01-13T19:42:22.613Z (over 1 year ago)
- Language: Go
- Size: 6.84 KB
- Stars: 1
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Notion backup
This repo provides a simple utility tool to perform automated and encrypted
backups of Notion blocks. Please see `mod.go` for usage.
## Get a Notion token
Check the following documentation to get a Notion token:
https://www.notion.so/Find-Your-Notion-Token-5da17a8df27a4fb290e9e3b5d9ba89c4.
This notion token (token_v2) is associated to your personal account and expires
after 3 months. Notion just recently added
[support](https://www.notion.so/Find-Your-Notion-Token-5da17a8df27a4fb290e9e3b5d9ba89c4)
for "service" token. We should eventually move to that once it is out of beta.