{"id":15546945,"url":"https://github.com/nezorflame/speech-recognition-bot","last_synced_at":"2025-04-23T18:22:57.457Z","repository":{"id":57480950,"uuid":"174157581","full_name":"nezorflame/speech-recognition-bot","owner":"nezorflame","description":"Speech recognition bot for Telegram using Yandex SpeechKit through gRPC","archived":false,"fork":false,"pushed_at":"2023-07-05T20:45:56.000Z","size":71,"stargazers_count":6,"open_issues_count":1,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-21T08:06:53.584Z","etag":null,"topics":["bot","golang","speechkit","telegram","yandex"],"latest_commit_sha":null,"homepage":null,"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/nezorflame.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-03-06T14:10:46.000Z","updated_at":"2024-11-30T19:17:33.000Z","dependencies_parsed_at":"2024-06-20T06:22:42.599Z","dependency_job_id":"9123c591-002b-4db3-8678-f776370865f4","html_url":"https://github.com/nezorflame/speech-recognition-bot","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nezorflame%2Fspeech-recognition-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nezorflame%2Fspeech-recognition-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nezorflame%2Fspeech-recognition-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nezorflame%2Fspeech-recognition-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nezorflame","download_url":"https://codeload.github.com/nezorflame/speech-recognition-bot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250488073,"owners_count":21438712,"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":["bot","golang","speechkit","telegram","yandex"],"created_at":"2024-10-02T13:05:27.113Z","updated_at":"2025-04-23T18:22:57.437Z","avatar_url":"https://github.com/nezorflame.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# speech-recognition-bot [![CircleCI](https://circleci.com/gh/nezorflame/speech-recognition-bot/tree/master.svg?style=svg)](https://circleci.com/gh/nezorflame/speech-recognition-bot/tree/master) [![Go Report Card](https://goreportcard.com/badge/github.com/nezorflame/speech-recognition-bot)](https://goreportcard.com/report/github.com/nezorflame/speech-recognition-bot) [![GolangCI](https://golangci.com/badges/github.com/nezorflame/speech-recognition-bot.svg)](https://golangci.com/r/github.com/nezorflame/speech-recognition-bot) [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fnezorflame%2Fspeech-recognition-bot.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fnezorflame%2Fspeech-recognition-bot?ref=badge_shield)\n\nSpeech recognition bot for Telegram using [Yandex SpeechKit API](https://github.com/yandex-cloud/docs/blob/master/en/speechkit/stt/index.md) through gRPC.\n\nCurrently only the client for the SpeechKit API is implemented (as POC). Bot will be implemented at the later stages.\n\n## Installation\n\nThis project uses Go modules.\nTo install it, starting with Go 1.12 you can just use `go get`:\n\n`go get github.com/nezorflame/speech-recognition-bot`\n\nor\n\n`go install github.com/nezorflame/speech-recognition-bot/cmd/speech-client`\n\nAlso you can just clone this repo and use the build/install targets from `Makefile`.\n\n## Prerequisits\n\nMake sure you have acquired:\n\n- [OAuth token](https://oauth.yandex.ru/authorize?response_type=token\u0026client_id=1a6990aa636648e9b2ef855fa7bec2fb)\n- Folder ID (can be found at your [Cloud](https://console.cloud.yandex.ru/folders/) page after you've selected your project (in the form of `https://console.cloud.yandex.ru/folders/YOUR_FOLDER_ID`)\n\n## Bot\n\nLocated at `cmd/speech-recognizer-bot`.\nUses config in the TOML format. Example can be found at `config.example.toml`.\n\nUsage:\n\n```text\n--config string      Config file name (default \"config\")\n--log-level string   Logrus log level (DEBUG, INFO, WARN, etc.) (default \"INFO\")\n```\n\n## Client test app\n\nLocated at `cmd/speech-client`.\n\nUsage:\n\n```text\n--audio-file string   Audio file path (for recognition)\n--folder-id string    Yandex Cloud folder ID\n--lang string         Language to detect (default \"en-US\")\n--log-level string    Logrus log level (DEBUG, WARN, etc.) (default \"INFO\")\n--token string        Yandex Cloud OAuth token\n```\n\n## License\n[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fnezorflame%2Fspeech-recognition-bot.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fnezorflame%2Fspeech-recognition-bot?ref=badge_large)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnezorflame%2Fspeech-recognition-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnezorflame%2Fspeech-recognition-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnezorflame%2Fspeech-recognition-bot/lists"}