{"id":36492438,"url":"https://github.com/cdfmlr/qzgo","last_synced_at":"2026-01-12T01:57:14.327Z","repository":{"id":57537998,"uuid":"275503238","full_name":"cdfmlr/qzgo","owner":"cdfmlr","description":"强智教务系统 API 的 Go SDK 实现","archived":false,"fork":false,"pushed_at":"2020-09-25T06:03:54.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-09-26T10:15:58.825Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cdfmlr.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":"2020-06-28T04:00:31.000Z","updated_at":"2020-09-05T10:27:04.000Z","dependencies_parsed_at":"2022-09-07T16:50:24.534Z","dependency_job_id":null,"html_url":"https://github.com/cdfmlr/qzgo","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/cdfmlr/qzgo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdfmlr%2Fqzgo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdfmlr%2Fqzgo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdfmlr%2Fqzgo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdfmlr%2Fqzgo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cdfmlr","download_url":"https://codeload.github.com/cdfmlr/qzgo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdfmlr%2Fqzgo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28331389,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T00:36:25.062Z","status":"ssl_error","status_checked_at":"2026-01-12T00:36:15.229Z","response_time":60,"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":[],"created_at":"2026-01-12T01:57:14.246Z","updated_at":"2026-01-12T01:57:14.308Z","avatar_url":"https://github.com/cdfmlr.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# qzgo\n\n强智教务系统 API 的 Go SDK 实现。\n\n\u003e 本项目基于 [TLingC/QZAPI](https://github.com/TLingC/QZAPI/)。\n\n## Getting Started\n\nFirst, use go get to install the latest version of the library.\n\n```sh\ngo get -u github.com/cdfmlr/qzgo\n```\n\nNext, include qzapi in your application:\n\n```go\nimport \"github.com/cdfmlr/qzgo\"\n```\n\nThen enjoy your \"强(ruò)智教务系统\":\n\n```go\n// 登录\nclient, err := qzgo.NewClientLogin(\"你的学校\", '你本人的学号', '你本人的密码')\n// 你的学校填 jwxt.xxxx.edu.cn 的那个 xxxx\nif err != nil {\n    panic(err)\n}\n\n// 查成绩\nr, err := client.GetCjcx(\"目标学号\", \"\")\nif err != nil {\n    panic(err)\n}\nfor _, c := range r.Result {\n    fmt.Println(c.Kcmc, c.Zcj)\n}\n```\n\n完整使用文档正在施工。\n\n## 已完成的API\n\n- [x] authUser：登录\n- [x] getCurrentTime：时间信息\n- [x] getCjcx：成绩信息\n- [x] getKbcxAzc：课程信息\n\n## 贡献\n\n1. Issues Welcome!\n2. Forks \u0026 PRs Welcome!\n3. 鄙人穷苦，感谢支持🙏\n* BTC: `1DgTSywmxeYvwpSxtNaU1zJE3VwK345v9A`\n\n## 开放源代码\n\nCopyright 2020 CDFMLR\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcdfmlr%2Fqzgo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcdfmlr%2Fqzgo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcdfmlr%2Fqzgo/lists"}