From 744f61a79bbbba6514a6aa6f5118729264c1ef00 Mon Sep 17 00:00:00 2001 From: Tim Vink Date: Sat, 24 Sep 2022 19:47:55 +0200 Subject: [PATCH] Add how to obtain v2 token --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fcc0a73..583bf65 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ Supports Python 3.6+ ## Usage from CLI * `pip install md2notion` +* Obtain the `token_v2` value by inspecting your browser cookies on a logged-in (non-guest) session on Notion.so * Then run like `python -m md2notion [token_v2] [page-url] [...markdown_path_glob_or_url]` * The markdown at the given path will be added as a new child to the Notion.so note at `page-url`