Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 864 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 864 Bytes

Crypto-Telegram

Merged To SuperNova

Telegram BOT for alerting crypto currency price changes & historical data.

Create virtual environment and install requirements.
$ sudo apt-get install python3-venv
$ python3 -m venv crypto-telegram
$ source crypto-telegram/bin/activate
$ touch .env
$ pip3 install -r requirements.txt
$ python3 crypto-telegram.py
In the .env file enter the following settings.
$ nano .env

EXCHANGE_RATES_API = 'https://api.coingecko.com/api/v3/simple/price?'
TELEGRAM_BOT_API = [YOUR BOT API]
TELEGRAM_CHAT_ID = [YOUR CHAT ID]