convert notion page content to markdown
Project description
notiontomd
Convert notion page content to markdown
Usage
Quickstart
pip install notiontomd
from notiontomd import NotionToMarkdown
token = os.environ['token']
database_id = os.environ['database_id']
print(NotionToMarkdown(token, page_id).parse())
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
notiontomd-0.1.tar.gz
(3.5 kB
view hashes)