{"id":37140193,"url":"https://github.com/panagiotisptr/codeforces-companion","last_synced_at":"2026-01-14T16:25:48.340Z","repository":{"id":61625875,"uuid":"212917726","full_name":"PanagiotisPtr/codeforces-companion","owner":"PanagiotisPtr","description":"A codeforces parser, code tester and testcase generator in Go","archived":false,"fork":false,"pushed_at":"2019-10-10T10:06:54.000Z","size":7024,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-14T08:01:52.858Z","etag":null,"topics":["codeforces-parser","competitions","crawler","go","golang","parser","test-automation","testing"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PanagiotisPtr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-10-04T23:26:43.000Z","updated_at":"2019-10-10T10:06:56.000Z","dependencies_parsed_at":"2022-10-18T17:30:39.900Z","dependency_job_id":null,"html_url":"https://github.com/PanagiotisPtr/codeforces-companion","commit_stats":null,"previous_names":["panagiotisptr/codeforces-parser"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/PanagiotisPtr/codeforces-companion","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PanagiotisPtr%2Fcodeforces-companion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PanagiotisPtr%2Fcodeforces-companion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PanagiotisPtr%2Fcodeforces-companion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PanagiotisPtr%2Fcodeforces-companion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PanagiotisPtr","download_url":"https://codeload.github.com/PanagiotisPtr/codeforces-companion/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PanagiotisPtr%2Fcodeforces-companion/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28425811,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T15:24:48.085Z","status":"ssl_error","status_checked_at":"2026-01-14T15:23:41.940Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["codeforces-parser","competitions","crawler","go","golang","parser","test-automation","testing"],"created_at":"2026-01-14T16:25:47.627Z","updated_at":"2026-01-14T16:25:48.332Z","avatar_url":"https://github.com/PanagiotisPtr.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Codeforces Companion\n\nThis is a tool that allows you to get the testcases, problems (as pdfs) and initial setup for your language of choice for a codeforces competition. I might add more features over time like support for different languages.\n\n## Highlights\nProblems for competitions are downloaded concurrently using go-routines. The code is separated into modules each of which is responsible for 1 thing. There are a some unit tests to ensure that the code works. Also uses templates to set up your initial code file.\n\n## Overview of the tools\nWhen you build the code you have 3 tools. The competition parser (`cfc-parser`) that allows you to parse a competition. The code tester, only works with C++ currently (`cfc-tester`). For those two programs you can also use `--help` to find out how they work. The last thing is `cfc-mktest` which allows you to quickly handcraft a testcase. It doesn't have `--help` but instead when run, it asks for user input with a prompt. \n\n## To build the code\nBuilding the code is dead simple as it comes with a Makefile. Just do\n```\nmake build\n```\n\n## Tests\nI have written a few unit tests for this code but not that many. To run the tests for a package simply go to that package's folder and run `go test`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpanagiotisptr%2Fcodeforces-companion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpanagiotisptr%2Fcodeforces-companion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpanagiotisptr%2Fcodeforces-companion/lists"}