Skip to content

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

License

Notifications You must be signed in to change notification settings

arsovskidev/crypto-telegram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages