An open API service indexing awesome lists of open source software.

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

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