在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):echo724/notion2md开源软件地址(OpenSource Url):https://github.com/echo724/notion2md开源编程语言(OpenSource Language):Python 100.0%开源软件介绍(OpenSource Introduction):About Notion2Md
Notion2Medium
API Key(Token)
$ export NOTION_TOKEN="{your integration token key}" Install$ pip install notion2md Usage: Shell Command
notion2md --download -n post -p ~/MyBlog/content/posts -u https://notion.so/...
Usage: Pythonfrom notion2md.exporter.block import MarkdownExporter, StringExporter
# MarkdownExporter will make markdown file on your output path
MarkdownExporter(page_id='...',output_path='...',download=True).export()
# StringExporter will return output as String type
md = StringExporter(page_id='...',output_path='...').export() To-do
ContributionPlease read Contribution Guide DonationIf you think Notion2Md is helpful to you, you can support me here: License |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论