{"id":20532899,"url":"https://github.com/la3rence/go-eudic","last_synced_at":"2025-04-14T06:32:44.710Z","repository":{"id":49989393,"uuid":"355436538","full_name":"la3rence/go-eudic","owner":"la3rence","description":"[WIP] EUDIC 欧路词典背单词 SDK. It only supports reciting API.","archived":false,"fork":false,"pushed_at":"2024-01-15T10:42:26.000Z","size":35,"stargazers_count":10,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-27T20:14:02.684Z","etag":null,"topics":["eudic","golang","sdk"],"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/la3rence.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}},"created_at":"2021-04-07T06:29:15.000Z","updated_at":"2024-10-08T06:51:43.000Z","dependencies_parsed_at":"2023-12-18T09:55:25.771Z","dependency_job_id":"59c48c08-089d-4eae-946e-8377eacaca66","html_url":"https://github.com/la3rence/go-eudic","commit_stats":null,"previous_names":["la3rence/go-eudic","lonor/go-eudic"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/la3rence%2Fgo-eudic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/la3rence%2Fgo-eudic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/la3rence%2Fgo-eudic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/la3rence%2Fgo-eudic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/la3rence","download_url":"https://codeload.github.com/la3rence/go-eudic/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248834219,"owners_count":21168986,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["eudic","golang","sdk"],"created_at":"2024-11-16T00:17:41.661Z","updated_at":"2025-04-14T06:32:44.654Z","avatar_url":"https://github.com/la3rence.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![CI](https://github.com/Lonor/go-eudic/actions/workflows/ci.yaml/badge.svg)](https://github.com/Lonor/go-eudic/actions/workflows/ci.yaml)\n\n# EUDIC SDK for Go\n\n## HTTP REST endpoints\n\nThis SDK only supports for the part of reciting with the API host: `https://api.frdic.com`, includes:\n\n```\nPOST /api/v2/auth/authorize\nPOST /route/recite/checkin\nPOST /route/recite/getcheckininfo\nPOST /route/recite/getlastbook\nPOST /route/recite/answercard\nPOST /route/recite/startrecite\nPOST /route/recite/syncrecite\nPOST /route/recite/getuserinfo\n```\n\nGeneral HTTP Headers:\n\n- Content-Type: application/json;charset=utf-8\n- User-Agent: /eusoft_eudic_en_mac/4.0.2/A4:83:E7:90:13:5D/explain/\n\n```shell\nexport EUDIC_USERNAME=\"change me\"\nexport EUDIC_PASSWORD=\"change me\"\ngo test ./...\n```\n\n## Usage\n\n```shell\ngo get -u github.com/Lonor/go-eudic\n```\n\n```go\npackage main\n\nimport (\n\teudic \"github.com/Lonor/go-eudic\"\n)\n\nfunc main() {\n\tclient, _ := eudic.NewEudicClientByPassword(\n\t\t\"mail address\",\n\t\t\"your password\",\n\t)\n\tbook, _, _ := client.LastBookService.GetLastBook()\n}\n```\n\n## LICENSE\n\nThis project is under the [GPLv3](https://www.gnu.org/licenses/gpl-3.0.html).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fla3rence%2Fgo-eudic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fla3rence%2Fgo-eudic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fla3rence%2Fgo-eudic/lists"}