Skip to content
main
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Notion2Md Cover


Notion2Md

Notion Markdown Exporter with Python Cli


About Notion2Md

PyPI version

  • Notion Markdown Exporter using official notion api by notion-sdk-py

API Key(Token)

$ export NOTION_TOKEN="{your integration token key}"

Install

$ pip install notion2md

Useage: Shell Command

notion2md-options

notion2md -p ~/MyBlog/content/posts -u https://notion.so/...

Usage: Python

from notion2md.exporter import block_exporter

#output_path is optional
block_exporter("id of notion page","OutPut Path(Relative)")

To-do

  • Page Exporter
  • Database Exporter
  • export file object(image and files)
  • export child page

Contribution

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.

License

MIT

About

Notion Markdown Exporter with Python Cli

Topics

Resources

License

Stars

Watchers

Forks

Languages