API for FlightRadar24
Project description
FlightRadarAPI
API for Flight Radar 24 written in Python 3.
Installing FlightRadarAPI:
pip3 install FlightRadarAPI
How to use it?
Just create a FlightRadar24API object after importing it.
from FlightRadar24.api import FlightRadar24API
fr_api = FlightRadar24API()
Getting airports list:
airports = fr_api.get_airports()
Getting airlines list:
airlines = fr_api.get_airlines()
Getting flights list:
flights = fr_api.get_flights() # Returns a generator object.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
FlightRadarAPI-1.0.1.tar.gz
(3.0 kB
view details)
File details
Details for the file FlightRadarAPI-1.0.1.tar.gz.
File metadata
- Download URL: FlightRadarAPI-1.0.1.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
919becd0116df60fd92b191ac9a6f93888a00e9bdcf1b7f74aec96d7be97a12e
|
|
| MD5 |
1f5e23a8bbf631f0acf08bda9a2410a4
|
|
| BLAKE2b-256 |
7c174e501ac2e13dac3399086c59cc67fe23871fb2369ad1cd9f401783ebe747
|