Skip to content

marmot0814/icpc-resolver-from-domjudge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

icpc-resolver-from-domjudge

A tools to generate xml file of icpc-resolver via domjudge RESTful API.

Prerequisite

  • icpc-resolver == resolver-2.1.2100
  • domjudge-domserver == 7.0.1
  • python >= 3.6.8

Usage

  1. setup config.json

config.json

{
  "url": <contest api url>,
  "key": <Basic Authorization key>,
  "xml": <output xml file name>,
  "showGroupList": [<group1>, <group2>, ...]
}

example

  "url": "https://www.example.com/api/v4/contests/{cid},
  "key": "KEY",
  "xml": "events.xml"
  1. run main.py
python3 main.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages