This Telegram bot is my 'studying' project for improving Python skills. \
Used aiogram - pretty simple and fully asynchronous framework for Telegram Bot API written in Python 3.7 with asyncio and aiohttp. It helps make Telegram bots faster and simpler.
- Cryptocurrency prices data provided by CryptoCompare API
- Simply watchlist of tracked coins
- Some functions maybe will be added soon...
Now bot is disabled because it haven`t been deployed on any hosting(
Telegram username: @crypto_prices_aggregator_bot
More about aiogram library and developing Telegram bots: aiogram
Official AIOgram documentation: docs.aiogram.dev