https://github.com/alexeyev/ysk-minimal-tgbot

Minimal Telegram + Yandex Speech Kit speech-to-text bot.

https://github.com/alexeyev/ysk-minimal-tgbot

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (3.7%) to scientific vocabulary

Keywords

speech-recognition speech-to-text telegram-bot yandex-speech-kit
Last synced: 6 months ago · JSON representation

Repository

Minimal Telegram + Yandex Speech Kit speech-to-text bot.

Basic Info
  • Host: GitHub
  • Owner: alexeyev
  • License: other
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 8.79 KB
Statistics
  • Stars: 3
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
speech-recognition speech-to-text telegram-bot yandex-speech-kit
Created almost 5 years ago · Last pushed almost 5 years ago
Metadata Files
Readme License

README.md

ysk-minimal-tgbot

Based on earlier experience and Telegram / YandexSpeechKit docs.

NOTA BENE. Suitable for processing 30-seconds messages only.

Preparing secret keys

Create a file config.ini with the following contents: ```editorconfig [telegram] key=yourtelegrambot_key

[yandex] id=youryandexcloudserviceapiid key=youryandexcloudserviceapikey ``` I suggest that you do not commit it.

Telegram

Ask @BotFather for a new bot and all the corresponding keys and stuff. Then write a secret key into config.ini as a [teleram].key thing.

Yandex

Get an API key for a Service at YandexCloud.

  1. Go to https://console.cloud.yandex.ru/
  2. "Перейти в текущий каталог" (by that time you should have created some YCloud account).
  3. "Сервисные аккаунты" on the left panel.
  4. "Создать сервисный аккаунт".
  5. Everything else is obvious.

You will be provided with your id and a key; this is the last time you will have seen your key, so do not forget to copy and save it somewhere. Including config.ini.

And we're good to go

python bot.py

License

This is Beerware, so worry not.

Owner

  • Name: Anton Alekseev
  • Login: alexeyev
  • Kind: user

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels