fr24

Download and parse data from flightradar24.com with gRPC/JSON

MIT License

Downloads
215
Stars
16

Bot releases are visible (Hide)

fr24 - v0.1.3 Latest Release

Published by github-actions[bot] 3 months ago

New Features

  • New gRPC endpoints:
    • NearestFlights: get list of live aircraft from centrepoint and radius
    • LiveFlightsStatus: get live aircraft location and status
    • FollowFlight: streaming API, sends updates of aircraft state vectors; effectively the side panel clickhandler JSON endpoint
    • TopFlights: effectively /flights/most-tracked JSON endpoint
    • LiveTrail: get list of aircraft state vectors for a live flight

Breaking Changes

  • livefeed renamed to live_feed in all places
  • all low level functions are moved into fr24.json and fr24.grpc namespaces for clarity.
  • protobuf definitions now split into multiple .proto files

Full Changelog: https://github.com/cathaypacific8747/fr24/compare/v0.1.2...v0.1.3

fr24 - v0.1.2

Published by github-actions[bot] 4 months ago

This release introduces a major refactor of the core, while keeping most of the low-level functions untouched.

Breaking Changes

New Features

Full Changelog: https://github.com/cathaypacific8747/fr24/compare/v0.1.1...v0.1.2

fr24 - v0.1.1

Published by github-actions[bot] 7 months ago

fr24 - v0.1.0

Published by cathaypacific8747 10 months ago

Basic features:

  • (gRPC) live and historical feed
  • (JSON) historical routes by flight number / registration
  • (JSON) playback track by flight id
  • (JSON) airport/aircraft metadata finding
  • utils: caching, cli and tui