Skeleton project containing boilerplate to run a telegram bot.
- Simple setup and development with Docker and Docker Compose
- Live-reload via https://github.com/alexch/rerun
Create .env file and add TELEGRAM_BOT_TOKEN
$ cp .env .env.example
Run docker container
$ docker-compose up --build