Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cathaypacific8747/fr24
Download and parse data from flightradar24.com with gRPC/JSON
https://github.com/cathaypacific8747/fr24
ads-b flightradar24 grpc python
Last synced: 2 months ago
JSON representation
Download and parse data from flightradar24.com with gRPC/JSON
- Host: GitHub
- URL: https://github.com/cathaypacific8747/fr24
- Owner: cathaypacific8747
- License: mit
- Created: 2023-08-31T09:09:25.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-01T16:42:10.000Z (3 months ago)
- Last Synced: 2024-10-12T19:33:57.044Z (3 months ago)
- Topics: ads-b, flightradar24, grpc, python
- Language: Python
- Homepage: https://cathaypacific8747.github.io/fr24/
- Size: 3.46 MB
- Stars: 16
- Watchers: 3
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fr24
fr24 is a library for downloading data from [Flightradar24](https://flightradar24.com) using [gRPC](https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-HTTP2.md) and JSON.
It supports querying live feed snapshots/playback, trajectory history and other miscellaneous metadata.
Please see the [documentation](https://cathaypacific8747.github.io/fr24/) for detailed usage guides.
## Installation and Usage
For the latest stable version:
```sh
pip install fr24
```For a development version, clone the repository and run in the directory:
```sh
pip install .
```## License
> [!IMPORTANT]
> Code has been developed for educational purposes ONLY. Do not abuse it.```json
{
"copyright": "Copyright (c) 2014-2023 Flightradar24 AB. All rights reserved.",
"legalNotice": "The contents of this file and all derived data are the property of Flightradar24 AB for use exclusively by its products and applications. Using, modifying or redistributing the data without the prior written permission of Flightradar24 AB is not allowed and may result in prosecutions."
}
```