https://github.com/zifter/telegram-speech2text-bot
Example of speech2text bot
https://github.com/zifter/telegram-speech2text-bot
Last synced: 4 months ago
JSON representation
Example of speech2text bot
- Host: GitHub
- URL: https://github.com/zifter/telegram-speech2text-bot
- Owner: zifter
- License: apache-2.0
- Created: 2023-06-11T11:05:01.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-11T11:35:12.000Z (about 3 years ago)
- Last Synced: 2025-08-20T06:31:15.288Z (10 months ago)
- Language: HCL
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# telegram-speech2text-bot
Telegram Personal Assistant
## Prepare
### Local
Setup development access
```commandline
gcloud auth application-default login
```
Put here everything for deployment
```commandline
touch .env
```
### Project
* Create project
* Create service account for terraform (Project Editor + Service Usage Admin, Project IAM Admin)
* Create bucket fot tf-state
# References:
* https://registry.terraform.io/providers/hashicorp/google/latest/docs
* https://registry.terraform.io/providers/integrations/github/latest/docs
* https://registry.terraform.io/providers/hashicorp/random/latest/docs
* https://cloud.google.com/iam/docs/understanding-roles
* https://docs.github.com/en/actions/learn-github-actions/variables