Aircraft Tracking Library (unofficial Flightradar24 client)
Project description
flightclient.py
Aircraft Tracking Library (unofficial Flightradar24 client)
Installation
$ pip3 install flightclient
or
$ python3 setup.py install
Usage
Getting flight data
import flightclient
plane = 'SK4756'
flight = flightclient.Flight(plane)
print(flight.position)
Getting planes into a geographic bounding box (in decimal degrees)
import flightclient
north, south, west, east = 53.51, 50.981, 9.128, 14.582
result = flightclient.radar(north, south, west, east)
print(result)
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
flightclient-0.6.tar.gz
(3.3 kB
view details)
File details
Details for the file flightclient-0.6.tar.gz.
File metadata
- Download URL: flightclient-0.6.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
05445ad6e64236156ac255244493fdf6b3e0f17b3374431acb7dc1e3b86ff409
|
|
| MD5 |
e0269f91efc18c26061c3cf638472f4e
|
|
| BLAKE2b-256 |
a405b43e69f9b3e8a1a6a472c4188d662ffd08af6313470d643913ecd0958a02
|