Skip to main content

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

This version

0.6

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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page