Skip to content

Commit 4aca9dd

Browse files
committed
feat: readme
1 parent 9a013e9 commit 4aca9dd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
include_files=True,
4141
recursive=True
4242
)
43+
exporter.process()
4344
```
4445

4546
You will need to get the `token_v2` and `file_token` values from your Notion cookies. The `pages` dictionary should contain pairs of `page_name: page_id` for each page you want to export.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "1.0.1"
1+
__version__ = "1.0.2"
22

33
from .main import *

0 commit comments

Comments
 (0)