Gabriel R F
Gabriel R F
Acredito que isto seja o suficiente para implementar o rastreio pela Loggi https://docs.api.loggi.com/reference/pacotes#historico-de-pacote
O banco de dados `assinantes.db` foi descontinuado e deve ser removido do bot.
I followed every step to make it work. I'm using Commit 76824c29a6 on Ubuntu 14.04.2 LTS. After the command ``` ./telegram-cli -k tg-server.pub -c telegram.config ``` I get > /usr/src/tg/zabbix#...
If possible, use Python as base image instead of Ubuntu
### Steps to reproduce 1: Create a bot with: ```python @bot.message_handler(func=lambda message: True) def echo_message(message): bot.reply_to( message, f'{message.html_text}', parse_mode='HTML' ) ``` 2: Send to the bot: ``` bold italic bold...