Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 545 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 545 Bytes

Telegram Bot Project Cookiecutter

Cookiecutter template for creating a Telegram bot on GCP infrastructure.

Why

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.

Usage

  1. Create a bot with @BotFather
  2. Run cookiecutter:
cookiecutter gcp-telegram-bot-cookiecutter
  1. Setup GCP billing
  2. Deploy with terraform or gcloud using deploy_terraform.sh or deploy_gcloud.sh