This Telegram bot allows users to retrieve real-time cryptocurrency prices, view price charts, and calculate the value of their cryptocurrency holdings. The bot integrates with Yahoo Finance for cryptocurrency data and stores the latest prices in a MongoDB database.
- Get real-time cryptocurrency prices for popular cryptocurrencies such as BTC, ETH, DOGE, LTC, and XRP.
- View candlestick price charts with MACD indicators for selected cryptocurrencies.
- Calculate the value of your cryptocurrency holdings.
Before running the bot, make sure you have the following prerequisites installed:
- Python 3.x
- MongoDB (Make sure you have a MongoDB server up and running)
-
Clone this repository:
git clone https://github.com/yourusername/cryptocurrency-telegram-bot.git cd cryptocurrency-telegram-bot
-
Run requerments.txt:
pip install -r requerments.txt
-
Run bot
python bot.py