Skip to content

wanxianliang/notion-export

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 git@github.com: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! :)