Tashkent air Bot is a Telegram bot designed to provide real-time information about air quality index (AQI) in Tashkent city.
- Built with tgbot_template_v3: The Bot is developed using my
tgbot_template_v3, ensuring a structured and maintainable codebase. - Database Integration: Utilizes PostgreSQL for data storage, with
SQLAlchemyfor ORM,asyncpgfor asynchronous database interactions, andalembicfor database migrations. - API Integration: Fetches air quality data from
aqicin.orgAPI. - Localization: Implements bot localization using
fluent, with a custom adapter for seamless integration. - Scheduling: Supports scheduling tasks to send notifications to users.

