{"id":34067037,"url":"https://github.com/zivmax/pass50","last_synced_at":"2026-03-10T18:03:43.104Z","repository":{"id":236464674,"uuid":"792664239","full_name":"zivmax/pass50","owner":"zivmax","description":"A convinent tool to check and submit your codes to \"CS50\".","archived":false,"fork":false,"pushed_at":"2024-04-27T15:28:32.000Z","size":62,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-16T06:49:13.774Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zivmax.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-04-27T08:01:05.000Z","updated_at":"2024-04-29T09:28:54.000Z","dependencies_parsed_at":"2025-12-14T07:01:01.587Z","dependency_job_id":null,"html_url":"https://github.com/zivmax/pass50","commit_stats":null,"previous_names":["zivmax/pass50"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zivmax/pass50","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zivmax%2Fpass50","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zivmax%2Fpass50/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zivmax%2Fpass50/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zivmax%2Fpass50/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zivmax","download_url":"https://codeload.github.com/zivmax/pass50/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zivmax%2Fpass50/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30346484,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T15:55:29.454Z","status":"ssl_error","status_checked_at":"2026-03-10T15:54:58.440Z","response_time":106,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":[],"created_at":"2025-12-14T06:59:43.939Z","updated_at":"2026-03-10T18:03:43.078Z","avatar_url":"https://github.com/zivmax.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pass50\n\n`pass50` is a convenient command-line tool designed to streamline the process of checking and submitting code assignments for Harvard's CS50 courses. It automates interactions with CS50's `check50` and `submit50` tools, making it easier to manage coursework directly from the terminal.\n\n## Features\n\n- **Auto-check**: Automatically run `check50` on specified assignments.\n- **Auto-submit**: Automatically run `submit50` for submissions.\n- **Custom Path**: Specify a relative or absolute path to the directory containing your project.\n- **Identifier Selection**: Choose whether to identify assignments by directory or file names.\n- **Course Selection**: Specify which CS50 course you are submitting for (e.g., `x` for CS50x).\n- **Logging**: Option to print detailed logs for debugging and verification purposes.\n\n## Installation\n\nTo install `pass50`, you can use `pip` \n\n```bash\npip install pass50\n```\n, or `pipx`\n\n```bash\npipx install pass50\n```\n\n\n## Usage\n\n```plaintext\nusage: pass50 [-h] [-c] [-s] [-p PATH] [-i {d,f}] [-C {x,p}] [-l] [-upl] [-d] [-I]\n\noptions:\n  -h, --help            show this help message and exit\n  -c, --check           Only auto check50.\n  -s, --submit          Only auto submit50.\n  -p PATH, --path PATH  the path (Rel or Abs) of the dir you want to work with.\n  -i {d,f}, --identifier {d,f}\n                        choose the identifier (dir's name or files' name) to generate slug.\n  -C {x,p}, --course {x,p}\n                        choose the course from cs50 you're taking.\n  -l, --logs            print the logs of check50 \u0026 submit50.\n  -upl, --unpassedLogs  print all logs of unpassed works at the bottom.\n  -d, --dev             run in developing mode, printing all logs.\n```\n\n## Example Commands\n\n- **Check and Submit the current work directory**:\n  ```bash\n  pass50 --course x\n  ```\n- **Only Submit assignment in the `pset1/`**:\n  ```bash\n  pass50 --submit --path ./pset1/ --identifier f --course x\n  ```\n\n## Contributing\n\nContributions to `pass50` are welcome! Please feel free to fork the repository, make changes, and submit pull requests. You can also open issues if you encounter bugs or have suggestions for improvements.\n\n## License\n\n`pass50` is released under the GPLv3 License. See the LICENSE file in the repository for more details.\n\n## Contact\n\nFor more information, please visit the [GitHub repository](https://github.com/zivmax/pass50) or contact the maintainers directly through GitHub issues.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzivmax%2Fpass50","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzivmax%2Fpass50","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzivmax%2Fpass50/lists"}