login + submit + open: everythign except for CSES, CodeForces, and AtCider #296
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/cp.nvim#296
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Current stubs return 'not yet implemented' for login and submit on CodeChef, Kattis, and USACO. Each needs `login_action` + `submit_action` in the scraper, plus the validated login flow matching AtCoder/CF.
Priority order (estimated complexity):
Each platform should follow the ndjson event protocol (`status`, `credentials`, `success`) and integrate with `run_scraper`'s `needs_browser` flag where a headless browser is required.