A professional Telegram bot that tracks real-time cryptocurrency prices and market trends using the CoinGecko API. Built with Python and asynchronous Aiogram framework.
- Real-time Data: Instant price updates for Bitcoin, Ethereum, Solana, and thousands of other coins.
- Market Trends: Shows 24-hour percentage changes with visual indicators (📈/📉).
- Interactive Menu: User-friendly Inline Keyboard interface.
- Error Handling: Robust system that handles API rate limits and invalid inputs gracefully.
- Language: Python 3
- Framework: Aiogram (AsyncIO)
- API: CoinGecko (REST API)
- Libraries: Requests, JSON
(Here you will see the bot in action - optional placeholder)
- Clone the repository
git clone [https://github.com/YOUR_USERNAME/CryptoBot.git](https://github.com/YOUR_USERNAME/CryptoBot.git)
- Install dependencies
pip install -r requirements.txt
- Configuration
Open
main.pyand insert your Telegram Bot Token. - Run
python main.py