A Telegram bot to get address info by CEP
- To run the bot, you will need variable a bot token from BotFather
- build the image
- "docker build -t busca-cep-bot:1.0 ."
- run the container
- "docker container run --env BOTAPITOKEN=YOUR_BOT_TOKEN henriquegn/busca-cep-bot:1.0"
- After the previous commands, you can just run an "/start" in your telegram bot to start it.