A telegram bot that provides real-time worldwide air pollution data at your fingertips, made using python-telegram-bot library.
This bot allows you to get real-time air quality data based on your geolocation and even lets you search for AQI data by providing city name and more. It provides AQI data for any place over world. It uses the data available from World Air Qualitiy Index.
Install the required dependencies/libraries by running :
$ pip install -r requirements.txt
To be able to run this bot, you will need to create a file named config.py
in root directory and save a variable named bot_token
and pass the token for your bot that you can obtain using BotFather.
Run using:
python bot.py