Skip to content

velescore/telegram-bot

 
 

Repository files navigation

Release Build Status go-doc Go Report Card Followers

Velescore telegram bot

Commands

	      	/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

Telegram address

https://t.me/Velescore

Binary releases

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

Building project from source

git clone git@github.com:velesscore/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

Packages

No packages published

Languages

  • Go 94.3%
  • Makefile 5.7%