https://github.com/scriptlinestudios/flight-tracker
https://github.com/scriptlinestudios/flight-tracker
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/scriptlinestudios/flight-tracker
- Owner: ScriptLineStudios
- License: gpl-3.0
- Created: 2022-02-24T19:34:32.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-30T21:25:17.000Z (almost 4 years ago)
- Last Synced: 2025-03-26T08:27:35.247Z (11 months ago)
- Language: Python
- Size: 71.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Flight Tracker ✈︎
Get the current location of any plane located on a map
# 💬 About:
Every 10 seconds a call is made to the OpenSky Network API to retrive to longitude and latitude of the plane you are tracking. It then uses folium to plot those points on a map.
# 🔧 Setup:
Install the dependencies:
`python -m pip install -r requirements.txt`
# 🖥️ Usage:
Simply add the ICAO of the flight yout would like to track to the `config.py` file then run the file `run.py` and the website and traker will start.