aropan / clist

Your comprehensive guide to global programming contests. Track events, get details, and never miss a competition.
https://clist.by
Apache License 2.0
337 stars 35 forks source link

Add LightOJ contests on clist #134

Closed Zeronfinity closed 3 years ago

Zeronfinity commented 3 years ago

LightOJ is an online judge with many high-quality competitive programming problems. Although the OJ was created around 2011, recently they have brought out a new version that may host many contests in the future (one scheduled today for example).

The contests are publicly listed at https://lightoj.com/contests. I also talked with them and found an API to get the data: https://lightoj.com/api/v1/contests?page=1&contestType=currentOrUpcoming

Note that this API keeps all contests, even those created by any user. They plan on making a separate API for featured contests as well (i.e. contests arranged by LOJ itself). Kind of like CF contests and CF Gym contests.

aropan commented 3 years ago

Added. Lets me know when they add API to get contest results.