Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 899 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 899 Bytes

Crypto Aggregator

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.

Features

  • Cryptocurrency prices data provided by CryptoCompare API
  • Simply watchlist of tracked coins
  • Some functions maybe will be added soon...

Usage

Now bot is disabled because it haven`t been deployed on any hosting(

Telegram username: @crypto_prices_aggregator_bot

Learn more

More about aiogram library and developing Telegram bots: aiogram

Official AIOgram documentation: docs.aiogram.dev