Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhaoQi99 committed Aug 21, 2024
1 parent d1692c0 commit b4f4b91
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@ Archive your web page.

## Requirements
* Python >= 3.8
* [Playwright](https://playwright.dev/python/docs/intro)

## Install
<details open>
<summary><img height="15" src="https://www.python.org/favicon.ico"></img> pip</summary>

```shell
pip install pagesaver
playwright install --with-deps
✨🍰✨
```
Or you can use `pip install git+https://github.com/ZhaoQi99/PageSaver.git
Expand Down Expand Up @@ -66,12 +68,6 @@ Using the Authorization header, format is: `Authorization: <API_TOKEN>`
* Database ID: https://www.notion.so/{USERNAME}/{DATABASE_ID}
* Connection with: Notion ->Top right corner -> More -> Connections -> Connect to -> Your Integration

### Automations
<a href="https://www.icloud.com/shortcuts/2917f0c4c8a94654978d6b70cb5d84c0">
<img src="https://help.apple.com/assets/645D5D228BE0233D28263F4B/645D5D258BE0233D28263F5A/zh_CN/d230a25cb974f8908871af04caad89a1.png" height="50" alt="IOS Shortcut" />
</a>


#### Query Params

| Parameter | Type | Required | Description |
Expand All @@ -82,6 +78,11 @@ Using the Authorization header, format is: `Authorization: <API_TOKEN>`
| title | string | No | Title stored in Notion. |
| token_v2 | string | No | Obtained from Browser->Cookies->token_v2.To store files in Notion, this parameter is required. |

### Automations
<a href="https://www.icloud.com/shortcuts/2917f0c4c8a94654978d6b70cb5d84c0">
<img src="https://help.apple.com/assets/645D5D228BE0233D28263F4B/645D5D258BE0233D28263F5A/zh_CN/d230a25cb974f8908871af04caad89a1.png" height="50" alt="IOS Shortcut" />
</a>

## CLI Usage
### Export
```shell
Expand Down

0 comments on commit b4f4b91

Please sign in to comment.