https://github.com/alexeyev/ysk-minimal-tgbot
Minimal Telegram + Yandex Speech Kit speech-to-text bot.
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
Repository
Minimal Telegram + Yandex Speech Kit speech-to-text bot.
Basic Info
Statistics
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
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.
- Go to https://console.cloud.yandex.ru/
- "Перейти в текущий каталог" (by that time you should have created some YCloud account).
- "Сервисные аккаунты" on the left panel.
- "Создать сервисный аккаунт".
- 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
- Website: https://ai.pdmi.ras.ru/
- Repositories: 52
- Profile: https://github.com/alexeyev
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