Notion Markdown Exporter with Python Cli
Project description
About Notion2Md
- Notion Markdown Exporter using official notion api by notion-sdk-py
API Key(Token)
-
Before getting started, create an integration and find the token. → Learn more about authorization.
-
Then save your api key(token) as your os environment variable
$ export NOTION_TOKEN="{your integration token key}"
Install
$ pip install notion2md
Usage: Shell Command
-
Notion2md requires either
id
orurl
of the Notion page/block. -
download option will download files/images in the
path
directory. -
unzipped option makes Notion2Md export unzipped output of Notion block.
notion2md --download -n post -p ~/MyBlog/content/posts -u https://notion.so/...
- This command will generate "post.zip" in your '~/MyBlog/content/posts' directory.
Usage: Python
from notion2md.exporter import block_markdown_exporter, block_string_exporter
# block_markdown_exporter will make markdown file on your output path
block_markdown_exporter(id='...',path='...',download=True)
# block_string_exporter will return output as String type
md = block_string_exporter(id='...',path='...')
To-do
- Download file object(image and files)
- Table blocks
- Synced Block
- Page Exporter
- Database Exporter
- Child page
- Column List and Column Blocks
Contribution
Please read Contribution Guide
Donation
If you think Notion2Md is helpful to you, you can support me here:
License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
notion2md-2.7.2.tar.gz
(12.2 kB
view hashes)
Built Distribution
notion2md-2.7.2-py3-none-any.whl
(14.4 kB
view hashes)
Close
Hashes for notion2md-2.7.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 88bc154b705cb38ddd5dbae2aa4e00f873ca9793b774110742990905dd892a31 |
|
MD5 | b8308648f80493da3e6d49cf15a1e7b5 |
|
BLAKE2b-256 | c7024286d37001b8a4b35f9543830a1ad1c4d8172da4210a7adc2ec50aa374b7 |