Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 989 Bytes

README.md

File metadata and controls

40 lines (22 loc) · 989 Bytes

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

git clone [email protected]:wanxianliang/notion-export.git

Step 2. Install dependency package

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

python3 main.py token_v2 url

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

That's all. Enjoy! :)