• This repository has been archived on 15/Jan/2024
  • Stars
    star
    138
  • Rank 263,013 (Top 6 %)
  • Language
    Python
  • License
    GNU General Publi...
  • Created about 3 years ago
  • Updated 8 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

Ceiba 備份下載軟體 Ceiba Downloader

GitHub stars GitHub release (latest SemVer) GitHub all releases wakatime GitHub license

README in English

歡迎任何的 issue/pull request,或 star 本專案與開啟 notification 以收到最新消息。

安裝

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

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 可能無法正常運作