{"id":21964332,"url":"https://github.com/dunosaurs/gtts","last_synced_at":"2026-05-06T05:41:48.601Z","repository":{"id":64995439,"uuid":"580510194","full_name":"dunosaurs/gtts","owner":"dunosaurs","description":"A simple deno text-to-speech library using the google translate api.","archived":false,"fork":false,"pushed_at":"2022-12-21T02:19:46.000Z","size":5,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-06T11:41:54.517Z","etag":null,"topics":["deno","text-to-speech"],"latest_commit_sha":null,"homepage":"https://deno.land/x/gtts","language":"TypeScript","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/dunosaurs.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-12-20T18:36:49.000Z","updated_at":"2025-01-06T08:23:51.000Z","dependencies_parsed_at":"2023-01-13T15:09:26.409Z","dependency_job_id":null,"html_url":"https://github.com/dunosaurs/gtts","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dunosaurs%2Fgtts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dunosaurs%2Fgtts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dunosaurs%2Fgtts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dunosaurs%2Fgtts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dunosaurs","download_url":"https://codeload.github.com/dunosaurs/gtts/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245020685,"owners_count":20548227,"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":["deno","text-to-speech"],"created_at":"2024-11-29T12:06:01.806Z","updated_at":"2026-05-06T05:41:48.566Z","avatar_url":"https://github.com/dunosaurs.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# deno-gtts\n\nA simple text-to-speech library using the google translate api. It is designed\nto be used either as a deno library or as a cli tool.\n\n## Usage\n\n```typescript\nimport { save } from \"https://deno.land/x/gtts/mod.ts\";\n\nawait save(\"./demo.wav\", \"This sentence is being read by a machine\");\n```\n\nOR\n\n```bash\ndeno install --allow-write --allow-net -n gtts https://deno.land/x/gtts/cli.ts\ngtts \"some text to speak\"\ngtts \"some text to speak to a destination\" --path=\"./test.wav\"\ngtts \"text but in a french accent\" --lang=fr\ngtts \"text at a destination but in a french accent\" --path=\"./french.wav\" --lang=fr\n```\n\nVery loosely inspired by\n[this nightmare of a library](https://github.com/lino-levan/better-node-gtts)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdunosaurs%2Fgtts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdunosaurs%2Fgtts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdunosaurs%2Fgtts/lists"}