Cookiecutter template for creating a Telegram bot on GCP infrastructure.
If you make bots for different purposes, you probably want to have all the boilerplate code to be written already. This cookiecutter will help you kickstart your bot project.
- Create a bot with @BotFather
- Run cookiecutter:
cookiecutter gcp-telegram-bot-cookiecutter
- Setup GCP billing
- Deploy with terraform or gcloud using
deploy_terraform.sh
ordeploy_gcloud.sh