{"id":18422776,"url":"https://github.com/schweller/golyglot","last_synced_at":"2025-04-13T14:18:47.722Z","repository":{"id":54352192,"uuid":"522224446","full_name":"schweller/golyglot","owner":"schweller","description":"Unofficial CLI and Go bindings for DeepL API.","archived":false,"fork":false,"pushed_at":"2022-08-14T13:49:22.000Z","size":38,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-13T14:18:44.566Z","etag":null,"topics":["api","bindings","cli","client","golang"],"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/schweller.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":"2022-08-07T13:44:27.000Z","updated_at":"2023-03-07T15:40:50.000Z","dependencies_parsed_at":"2022-08-13T13:00:55.297Z","dependency_job_id":null,"html_url":"https://github.com/schweller/golyglot","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schweller%2Fgolyglot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schweller%2Fgolyglot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schweller%2Fgolyglot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schweller%2Fgolyglot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/schweller","download_url":"https://codeload.github.com/schweller/golyglot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248724625,"owners_count":21151561,"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":["api","bindings","cli","client","golang"],"created_at":"2024-11-06T04:33:23.559Z","updated_at":"2025-04-13T14:18:47.697Z","avatar_url":"https://github.com/schweller.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# golyglot\n\n**Please note**: this is an unoficial repository and not mantained by DeepL. It contains an unoficial CLI tool and an API client for Go.\n\n---\n\ngolyglot is a toolbelt for the [DeepL API](https://www.deepl.com/docs-api), either via a Go client library or CLI.\n\n## Install\n\n### Go client\n\n`go get github.com/schweller/golyglot/api`\n\n## Usage\n\n```go\n\n// Generate a config\nconfig := golyglot.DefaultConfig()\n\n// DeepL client\nclient := golyglot.NewClient(config)\n\n// Instance a list of sentences\nvar sentences []string\n\nsentences = append(sentence, \"Hello world!\")\n\nresp, err := client.Translate().PostTranslations(sentences, \"IT\")\n```\n\n## Roadmap\n\n- Support document upload\n- Support glossary management\n- Proper documentation\n- CLI output:\n    - Distinguish layers\n    - Pretty print","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschweller%2Fgolyglot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fschweller%2Fgolyglot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschweller%2Fgolyglot/lists"}