https://github.com/saehun/notion-exporter
https://github.com/saehun/notion-exporter
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/saehun/notion-exporter
- Owner: saehun
- License: mit
- Created: 2021-01-29T22:20:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T18:40:27.000Z (over 2 years ago)
- Last Synced: 2025-04-01T21:29:17.915Z (2 months ago)
- Language: TypeScript
- Size: 1.17 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
# Notion Exporter
Commandline script to export notion as markdown and commit to git-repository> NOTE: works only in MacOS

```
src
├── appleScript.ts
├── context.ts
├── downloadZip.ts
├── headers.ts
├── index.ts
├── printer.ts
├── requestDonwloadLink.ts
├── requestEnqueueTask.ts
├── requestTaskStatus.ts
└── types.ts
```