jmerle / competitive-companion

Browser extension which parses competitive programming problems
https://chromewebstore.google.com/detail/competitive-companion/cjnmckjndlpiamhfimnnjmnckgghkjbl
MIT License
967 stars 122 forks source link

Support parsing CodeDrills problems and contests #153

Closed Balajiganapathi closed 3 years ago

Balajiganapathi commented 3 years ago

CodeDrills is a new competitive coding and interview preparation platform. We are hosting Amritapuri ICPC regionals this year. We will be grateful if you can add support for adding problems and contest parsing support.

Example problem page - https://codedrills.io/problems/tree-parenthesis Example contest page - https://codedrills.io/contests/amrita-icpc-practice-session-4 Contests page - https://codedrills.io/contests

Let me know if any more information is required.

jmerle commented 3 years ago

Thanks for the feature request, I have added a problem parser for CodeDrills in 2.22.0. I won't be adding a contest parser because CodeDrills loads problems dynamically using a gRPC API, which the extension cannot make calls to.