Notion Graph View
Export Notion pages to a Roam Research like graph view.
How to use it
Install dependencies with pipenv
or pip
:
pip install
# or
pipenv install
Login notion.so and get token_v2
from browser (How?). Paste it to config.py
>my_token_v2
.
Paste the page url which your want to analyse into config.py
>my_url
.
Then run:
python main.py
Finally graph_view.html
will be generated at the current path, open it with any browser.
Todo
- Read Notion pages, export to graph view image
- Embedded into Notion Enhancer