/h or /help display help message
/p <symbol> info about coin price
/s <symbol> info about supply
/c <symbol> info about price change
/a <symbol> info about ATH
https://github.com/velescore/telegram-bot/releases
git clone git@github.com:velesscore/telegram-bot.git
cd telegram-bot/
make
Basic usage: ./telegram-bot run -t "telegram_bot_api_key"
Where telegram_bot_api_key can be generated as described https://core.telegram.org/bots#creating-a-new-bot
Additional parameters are described in help section:
./telegram-bot run --help
By default /metrics endopoint is launched which is compatibile with https://prometheus.io/
./telegram-bot version