Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vemneyy/flightradar24-telegram
A Telegram bot powered by the Flightradar24 API for real-time flight tracking. Get detailed information about specific flights or discover aircraft near your location. Share your flight enthusiasm with friends by exploring aircraft photos, flight paths on maps, and dynamic flight graphs.
https://github.com/vemneyy/flightradar24-telegram
aviation flightradar24 flightradar24-api python telegram
Last synced: about 2 months ago
JSON representation
A Telegram bot powered by the Flightradar24 API for real-time flight tracking. Get detailed information about specific flights or discover aircraft near your location. Share your flight enthusiasm with friends by exploring aircraft photos, flight paths on maps, and dynamic flight graphs.
- Host: GitHub
- URL: https://github.com/vemneyy/flightradar24-telegram
- Owner: vemneyy
- License: mit
- Created: 2024-01-30T20:35:35.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-06-17T11:38:32.000Z (7 months ago)
- Last Synced: 2024-06-17T22:10:19.663Z (7 months ago)
- Topics: aviation, flightradar24, flightradar24-api, python, telegram
- Language: Python
- Homepage: https://t.me/flight_radar_24_info_bot
- Size: 3.79 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flight Tracker Bot
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.
## Requirements
- Python 3.6 or higher
- Required libraries can be installed using:
```bash
pip install telebot FlightRadarAPI folium matplotlib pillow selenium
```## Setup
1. Obtain a Telegram Bot Token by talking to [@BotFather](https://t.me/BotFather) on Telegram.
2. Replace `"token"` with your actual Telegram Bot Token in the code.## How to Use
1. Start the bot.
2. Send a message with the flight number to get information about a specific flight.
3. Share your location to get information about flights near you.## Features
- **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.## Screenshots
- ![Message](https://github.com/vemneyy/flightradar24-telegram/assets/78843201/17e1efd0-62fb-4bfc-8a43-f6d0eb1b5b1a)
- ![Aircraft Photo](https://github.com/vemneyy/flightradar24-telegram/assets/78843201/f4241f1c-97b9-4624-8042-b4186caf80eb)
- ![Flight Path Map](https://github.com/vemneyy/flightradar24-telegram/assets/78843201/4229d389-49cb-48b0-8f52-b08dd4062d74)
- ![Flight Graph](https://github.com/vemneyy/flightradar24-telegram/assets/78843201/33cc5dd8-c211-4d94-9240-b1d8d1ab8d3c)## Important Note
- 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!