This is a Telegram bot that utilizes the Flightradar24 API to provide real-time information about flights. The bot can handle user queries for specific flight numbers and provide details about flights near the user's location.
- Python 3.6 or higher
- Required libraries can be installed using:
pip install telebot FlightRadarAPI folium matplotlib pillow selenium
- Obtain a Telegram Bot Token by talking to @BotFather on Telegram.
- Replace
"token"
with your actual Telegram Bot Token in the code.
- Start the bot.
- Send a message with the flight number to get information about a specific flight.
- Share your location to get information about flights near you.
- Flight Information: Get details about a specific flight, including callsign, flight number, aircraft model, registration, airline, and more.
- Nearby Flights: Share your location, and the bot will provide information about aircraft near you.
- This bot relies on the Flightradar24 API, and some features may be limited based on the API's availability and restrictions.
Feel free to contribute to the development or report issues. Enjoy tracking flights with the Flight Tracker Bot!