JeanExtreme002 / FlightRadarAPI

:airplane: Unofficial SDK for FlightRadar24 for Python 3 and NodeJS
https://pypi.org/project/FlightRadarAPI/
MIT License
296 stars 60 forks source link

Filter live flights with category #42

Open guillaume-guerdoux opened 1 year ago

guillaume-guerdoux commented 1 year ago

Issue Filter live flights with category

Question On the https://www.flightradar24.com/ there is a possibility to filter live flights with "categories" (like Cargo). The call is difficult to understand (it's grpc language). Is it possibile to get live flights filtered by category ? (Being connected)

Reproduce Steps to reproduce the behavior:

  1. Go to 'https://www.flightradar24.com/ '
  2. Connect with at least a Silver account
  3. Go to filter and choose a category
  4. Open Dev tools of your browser and see the call named "LiveFeed"
JeanExtreme002 commented 1 year ago

Hi @guillaume-guerdoux, thanks for the report! The project doesn't support it yet but I can check this out when I get some free time. Feel free to open a PR. I really have to explore the features for paid plans.

PS: I'm going to change the label of the issue to "enhancement"