下載 domjudge 選手程式碼

package: domjudge-code-download-tool
created_at: 2021/06/12 00:00:00
link: https://github.com/LaiJunBin/domjudge-code-download-tool

Download domjudge contest source code tool.

Install

$ pip install -r requirements.txt

Setting (.env)

API_HOST={Your domjuage url}
API_USERNAME={domjudge apiuser username}
API_PASSWORD={domjudge apiuser password}

Run Server

$ uvicorn main:app

The server will run at http://localhost:8000