Skip to content

Releases: mantour/auto_tms

v0.1.0

v0.1.0 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 02 Apr 02:38

方式一:桌面版 GUI(推薦)

下載對應平台的壓縮檔,解壓後雙擊執行。

平台 下載 說明
Windows auto_tms_win.zip 解壓 → 執行 auto_tms.exe
macOS auto_tms_mac.zip 解壓 → 右鍵打開 auto_tms

啟動後在「設定」頁輸入帳號密碼,切到「執行」頁按「開始」。

方式二:桌面版 CLI

同樣的執行檔也支援命令列模式:

auto_tms.exe run                      # 全自動
auto_tms.exe run --mode pending       # 僅待修課程
auto_tms.exe run 191428               # 單一課程
auto_tms.exe status                   # 查看進度
auto_tms.exe status --refresh         # 從網頁重新抓取
auto_tms.exe log                      # 查看 log

不帶參數執行則啟動 GUI。

方式三:從原始碼安裝(開發者)

git clone https://github.com/mantour/auto_tms.git && cd auto_tms
make setup        # 安裝套件、下載瀏覽器
make config       # 設定帳號密碼
make run          # 開始自動完成課程
make status       # 查看進度

v0.1.0-test

Choose a tag to compare

@github-actions github-actions released this 02 Apr 09:40

方式一:桌面版 GUI(推薦)

下載對應平台的壓縮檔,解壓後雙擊執行。

平台 下載 說明
Windows auto_tms_win.zip 解壓 → 執行 auto_tms.exe
macOS auto_tms_mac.zip 解壓 → 右鍵打開 auto_tms

啟動後在「設定」頁輸入帳號密碼,切到「執行」頁按「開始」。

方式二:桌面版 CLI

同樣的執行檔也支援命令列模式:

auto_tms.exe run                      # 全自動
auto_tms.exe run --mode pending       # 僅待修課程
auto_tms.exe run 191428               # 單一課程
auto_tms.exe status                   # 查看進度
auto_tms.exe status --refresh         # 從網頁重新抓取
auto_tms.exe log                      # 查看 log

不帶參數執行則啟動 GUI。

方式三:從原始碼安裝(開發者)

git clone https://github.com/mantour/auto_tms.git && cd auto_tms
make setup        # 安裝套件、下載瀏覽器
make config       # 設定帳號密碼
make run          # 開始自動完成課程
make status       # 查看進度