The Flight Tracker is a Python-based tool that allows users to track flights in real-time. It provides up-to-date information on the status, location, and other details of flights from various airlines worldwide.
- Real-time Flight Tracking: Track flights in real-time using live data from flight APIs.
- Flight Details: Retrieve comprehensive information about each flight, including departure/arrival times, flight status, aircraft type, and more.
- Interactive Maps: Visualize flight routes on flightradar24.com map, allowing users to zoom in, pan, and explore flight paths.
- Flight Status: Stay updated with real-time flight status information.
- Simple setup and configuration
- Python 3.10 or above
- pip package manager
- Discord Bot token and channel ID
- Clone this repository:
git clone https://github.com/shallvhack/Flight-Tracker.git
- Install dependencies:
cd Flight-Tracker python3 -m pip install -r requirements.txt
python3 flight.py
Contributions are welcome! If you encounter any issues or have suggestions for improvements, please open an issue or submit a pull request.
This project is licensed under the MIT License.
- This tool utilizes the FlightTacker24 API for Flight Analysis.