codeforces-parser
codeforces-parser copied to clipboard
Parse sample tests of Codeforces competitions, and generate tests automatically.
Recently, CF began blocking the default urllib2 python user agent (at least for me). This means that requests made using this script fail with a "Forbidden 403" error. Without looking...
Please support kotlin for osx environment
The CodeForces blocks requests with the default Python User-Agent string. Modified the User-Agent to a more versatile and browser-like format to ensure successful requests and reduce the likelihood of being...