jameshwc / Ceiba-Downloader

This is a course-downloader to help NTU students download courses data from NTU Ceiba.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

(Archived) Ceiba 備份下載軟體 Ceiba Downloader

No Maintenance IntendedGitHub stars GitHub release (latest SemVer) GitHub all releases wakatime GitHub license

Archive Notice 封存

As of 2024 Jan, this project has been archived and is no longer actively maintained or supported due to the shutdown of the NTU Ceiba site.

由於 Ceiba 已在 2024 年初下線,本軟體功成身退,將不再執行任何維護與更新。


README in English

安裝

你可以選擇以下兩種方式安裝:

1. 下載執行檔 (推薦,適用一般使用者)

請在 Releases 頁面找到屬於自己作業系統的 ceiba-downloader.zip 進行下載。

解壓縮後,在 ceiba-downloader 資料夾中找到 ceiba-downloader (Windows 為 ceiba-downloader.exe) 並執行。

2. 執行程式碼(需會使用 Python)

若不想下載打包好的執行檔,可以用 python 執行程式碼。

  1. 推薦建立虛擬環境 (virtualenv, pyenv, etc.)
  2. python 使用 3.7+ 版本(mac 需要 3.9+ 版本,理由未知)
  3. pip3 install -r requirements.txt
  4. python3 gui_main.py

已知問題

  • Windows 7/8/8.1 可能無法正常運作

About

This is a course-downloader to help NTU students download courses data from NTU Ceiba.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%