Skip to content

coinpaprika/telegram-bot

Repository files navigation

Release Build Status go-doc Go Report Card Followers

Coinpaprika telegram bot

Commands

   /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

Telegram address

https://t.me/CoinpaprikaBot

Binary releases

https://github.com/coinpaprika/telegram-bot/releases

Building project from source

git clone [email protected]:coinpaprika/telegram-bot.git
cd telegram-bot/
make 

Running bot

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/

Version checking

./telegram-bot version