JeanExtreme002 / FlightRadarAPI

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

Is it normal that Python lib version 1.3.26 is documented in READMEs, in __init__.py, but isn't available on pypi ? #63

Closed opskov closed 5 months ago

opskov commented 6 months ago

Is your problem described in the documentation? If so, please describe

I am quite interested in the latest "history data" feature described here: https://github.com/JeanExtreme002/FlightRadarAPI/tree/main/python#downloading-flight-data

However when pip installing the (obviously Python) library, I see that this functionality is missing in the Api class (checked the source code to confirm), and that the latest version accessible on Pypi is 1.3.25, despite 1.3.26 being apparently released as per https://github.com/JeanExtreme002/FlightRadarAPI/blob/main/python/FlightRadar24/__init__.py

Describe your question

Considering the recent commits timestamps I was wondering whether it is normal that 1.3.26 is not installable via Pypi yet despite its functionalities being documented ?

Steps to reproduce the behavior:

  1. Create a new Python virtualenv
  2. Activate newly created virtualenv
  3. Run pip install FlightRadarAPI==1.3.26
JeanExtreme002 commented 5 months ago

Unfortunately, I didn't have the time to do some tests on the new feature. It's already on Pypi!

Sorry for the delay and thank you for reporting! :heart:

opskovitch commented 5 months ago

Thanks for the reply ! :) do you need any help with contributions ? I have some spare time these days

JeanExtreme002 commented 5 months ago

Thanks for the reply ! :) do you need any help with contributions ? I have some spare time these days

If you have knowledge in NodeJS, I would be glad if you could take a look at the return of method getHistoryData(). I marked the problem with a comment TODO.