DMOJ / online-judge

A modern open-source online judge and contest platform system.
https://dmoj.ca
GNU Affero General Public License v3.0
937 stars 364 forks source link

Submit program using API #835

Open kevin51jiang opened 5 years ago

kevin51jiang commented 5 years ago

What's the mood around here to add an API so you can submit your program through an API during a contest similar to what Codeforces has?

This allows programs like CHelper to be used which streamlines the user's experience even more.

Xyene commented 5 years ago

This has been bounced around in the past (#701), and the general sentiment is that this functionality would be nice to have. However, we don't presently have the man-hours to dedicate to implementing this functionality.

If someone was to propose a sensible PR implementing this, it'd likely be approved.