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
- go to https://www.notion.so/ and then login in
3.open browser development tool you can get your token_v2 and copy it`s value
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! :)