Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ You can run `uv run python main.py --help` to see all available arguments.

| Argument | Options | Default | Description |
| :--- | :--- | :--- | :--- |
| `--web` | `1`, `2`, `3`, `top2`, `all` | `all` | **Specify websites to scrape**:<br>• `1`: freereceivesms.com<br>• `2`: receive-smss.com<br>• `3`: temp-number.com<br>• `top2`: Scrape the top 2 websites<br>• `all`: Scrape all websites |
| `--web` | `1`, `2`, `3`, `top2`, `all` | `all` | **Specify websites to scrape**:<br>• `1`: freereceivesms.com<br>• `2`: temp-number.com<br>• `3`: receive-smss.com<br>• `top2`: Scrape the top 2 websites<br>• `all`: Scrape all websites |
| `--lan` | `zh`, `en` | `en` | **Set display language**:<br>• `zh`: Traditional Chinese<br>• `en`: English |
| `--ngrok_token` | `YOUR_TOKEN` | Value from `config.toml` | **Set ngrok token**:<br>Provide your ngrok Authtoken via the command line. This overrides the setting in `config.toml`. |

Expand Down Expand Up @@ -125,4 +125,4 @@ We will review your contribution as soon as possible. Thank you to everyone who

## **📄 License**

This project is licensed under the [MIT License](https://www.google.com/search?q=./LICENSE).
This project is licensed under the [MIT License](https://www.google.com/search?q=./LICENSE).
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@

| 參數 | 選項 | 預設值 | 說明 |
| :--- | :--- | :--- | :--- |
| `--web` | `1`, `2`, `3`, `top2`, `all` | `all` | **指定要爬取的網站**:<br>• `1`: freereceivesms.com<br>• `2`: receive-smss.com<br>• `3`: temp-number.com<br>• `top2`: 爬取前兩個網站<br>• `all`: 爬取所有網站 |
| `--web` | `1`, `2`, `3`, `top2`, `all` | `all` | **指定要爬取的網站**:<br>• `1`: freereceivesms.com<br>• `2`: temp-number.com<br>• `3`: receive-smss.com<br>• `top2`: 爬取前兩個網站<br>• `all`: 爬取所有網站 |
| `--lan` | `zh`, `en` | `zh` | **設定顯示語言**:<br>• `zh`: 繁體中文<br>• `en`: 英文 |
| `--ngrok_token` | `YOUR_TOKEN` | `config.toml` 中的值 | **設定 ngrok 權杖**:<br>直接透過命令列提供您的 ngrok Authtoken,此參數會覆寫 `config.toml` 中的設定。 |

Expand Down Expand Up @@ -131,4 +131,4 @@ ng_token = userdata.get("NGROK_AUTH_TOKEN")

## **📄 授權 (License)**

本專案採用 [MIT License](./LICENSE) 授權。
本專案採用 [MIT License](./LICENSE) 授權。