Telegram Crypto Bot A simple telegram bot to check Bitcoin price Built with Python and aiogram Features Real time Bitcoin price check How to run Install libs pip install -r requirements.txt Open main.py and put your bot's token in line 9: TOKEN = "" Run the bot python main.py