This repository is not maintained, please visit the new one: https://github.com/coinpaprika/telegram-bot-v2
/start or /help show this message
/p <symbol> check the coin price
/s <symbol> check the circulating supply
/v <symbol> check the 24h volume
/source show source code of this bot
https://github.com/coinpaprika/telegram-bot/releases
git clone [email protected]:coinpaprika/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