{"id":13648613,"url":"https://github.com/jiegec/classroom-helper","last_synced_at":"2026-03-09T04:32:40.286Z","repository":{"id":38331070,"uuid":"194795085","full_name":"jiegec/classroom-helper","owner":"jiegec","description":"A TUI utility to ease grading of GitHub Classroom courses.","archived":false,"fork":false,"pushed_at":"2022-10-31T04:28:26.000Z","size":116,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-21T23:36:16.985Z","etag":null,"topics":["github-classroom","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jiegec.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-07-02T05:38:44.000Z","updated_at":"2022-10-31T04:28:19.000Z","dependencies_parsed_at":"2023-01-19T15:01:33.944Z","dependency_job_id":null,"html_url":"https://github.com/jiegec/classroom-helper","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jiegec/classroom-helper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jiegec%2Fclassroom-helper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jiegec%2Fclassroom-helper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jiegec%2Fclassroom-helper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jiegec%2Fclassroom-helper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jiegec","download_url":"https://codeload.github.com/jiegec/classroom-helper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jiegec%2Fclassroom-helper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30283424,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T02:57:19.223Z","status":"ssl_error","status_checked_at":"2026-03-09T02:56:26.373Z","response_time":61,"last_error":"SSL_read: 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":["github-classroom","rust"],"created_at":"2024-08-02T01:04:23.581Z","updated_at":"2026-03-09T04:32:40.266Z","avatar_url":"https://github.com/jiegec.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"# Classroom Helper\n\nA utility to ease the usage of GitHub Classroom.\n\nIt has the following features:\n\n1. Fetch and update students' repos in parallel.\n2. Grade students by running python3/bash scripts in parallel.\n3. Check `git diff` and `git log` for whitebox grades.\n4. Export all grades in UTF-8 csv format.\n5. Easy to read configuration file using TOML.\n\nSee `template.toml` for configuration example. You can run `cargo run -- -h` for command line help.\n\nKey bindings in tui:\n\n       H J K L: navigate between panels\n       j k: scroll in panels\n       f F: fetch selected(f)/all(F) students\n       g G: grade blackbox for selected(g)/all(G) students\n       s d: save(s)/diff(d) results\n       [num]+b w: set blackbox(b)/whitebox(w) grade manually\n       r: repeat last grade for current student\n       t: bump template repo to newest version\n       c: edit comment\n\nIt expects grading scripts to output a JSON like the following format:\n\n```json\n{\"grade\": 100.0}\n```\n\nIf you want to print human readable scores to user and JSON to the helper in Python, use:\n\n```python\ndata['grade'] = grade\nif os.isatty(1):\n    print('得分：%d/100' % grade)\nelse:\n    print(json.dumps(data))\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjiegec%2Fclassroom-helper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjiegec%2Fclassroom-helper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjiegec%2Fclassroom-helper/lists"}