项目作者: wanxianliang

项目描述 :
Notion Markdown Exporter
高级语言: Python
项目地址: git://github.com/wanxianliang/notion-export.git
创建时间: 2020-12-13T02:06:54Z
项目社区:https://github.com/wanxianliang/notion-export

开源协议:Apache License 2.0

下载


Notion Markdown Exporter

This is a Notion export script base on notion2md

You can use this script by follow these simple steps

Step 1. Clone or download this script

  1. git clone git@github.com:wanxianliang/notion-export.git

Step 2. Install dependency package

  1. pip3 install -r requirements.txt

Step 3. Get your token_v2 and url by follow these steps

  1. go to https://www.notion.so/ and then login in
  2. image-20201213104822053

3.open browser development tool you can get your token_v2 and copy it`s value

image-20201213105143925

Step 4. run this script with your token_v2 and page Url

  1. python3 main.py token_v2 url

If you like this script, please add a star to my Github Repo. Thanks!

That’s all. Enjoy! :)