cp.nvim/scrapers
Barrett Ruth a75694e9e0 feat(submit): add solution submission UI
Add submit.lua that reads credentials from a local JSON store (prompting
via vim.ui.input/inputsecret on first use), reads the source file, and
delegates to scraper.submit(). Add language_ids.py with platform-to-
language-ID mappings for atcoder, codeforces, and cses.
2026-03-03 15:09:41 -05:00
..
__init__.py lol 2025-09-24 21:23:06 -04:00
atcoder.py feat(scraper): add precision extraction, start_time, and submit support 2026-03-03 15:09:41 -05:00
base.py feat(scraper): add precision extraction, start_time, and submit support 2026-03-03 15:09:41 -05:00
codechef.py feat(scraper): add precision extraction, start_time, and submit support 2026-03-03 15:09:41 -05:00
codeforces.py feat(scraper): add precision extraction, start_time, and submit support 2026-03-03 15:09:41 -05:00
cses.py feat(scraper): add precision extraction, start_time, and submit support 2026-03-03 15:09:41 -05:00
kattis.py feat(platforms): add kattis and usaco scrapers 2026-03-03 15:09:41 -05:00
language_ids.py feat(submit): add solution submission UI 2026-03-03 15:09:41 -05:00
models.py feat(scraper): add precision extraction, start_time, and submit support 2026-03-03 15:09:41 -05:00
usaco.py feat(platforms): add kattis and usaco scrapers 2026-03-03 15:09:41 -05:00