panilya / tgcryptobot

Cryptocurrency Prices Telegram Bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tgcryptobot

Requirements:

How to run by yourself:

Windows:

  1. Clone repository somewhere
  2. Install Java 11 and run gradle shadowJar
  3. Set Telegram Bot Token as environmental variable: setx TG_API "<token from BotFather>"
  4. Build Dockerfile: docker build -t tgcryptobot:1.1.2 .
  5. Run Docker image: docker run -p 8080:8080 -e TG_API tgcryptobot:1.1.2
  6. Enjoy!

About

Cryptocurrency Prices Telegram Bot

License:GNU General Public License v3.0


Languages

Language:Java 99.7%Language:Dockerfile 0.3%