xeluxee / competitest.nvim

CompetiTest.nvim is a Neovim plugin for Competitive Programming: it can manage and check testcases, download problems and contests from online judges and much more
GNU Lesser General Public License v3.0
381 stars 15 forks source link

Integrations with tools for submitting solutions. #30

Open ayham-1 opened 1 year ago

ayham-1 commented 1 year ago

It seems like, from reading the readme file, that a submit solution tool is not decided on.

I would say that using online-judge-tools/oj is better, just because cpbooster uses nodejs, which is very annoying and is the reason why I am working on this project :D.

I would like to implement this feature, so I would love some recommendations/tips!

mohamad-ahmmad commented 10 months ago

Hey! How can I help you? DM ME, Discord -> _azoom

JustAnAverageGuy commented 6 months ago

[UPDATE] Hi. I ported submission utility from Kanna-Neko/dew to python3 here. JustAnAverageGuy/codeforces_submitter.nvim. Also separated the "submitter script" from editor api. Using competitest, have the problem URL in the source file and the submitter should work.