cohaolain / ryanair-py

This is an open source Python module which allows you to retrieve the cheapest flights, with or without return flights, within a given set of dates.
https://github.com/cohaolain/ryanair-py
MIT License
51 stars 15 forks source link

Add number days trip #16

Open DavideRistorto opened 5 months ago

DavideRistorto commented 5 months ago

I think it should be a great feature to add as param, to the method get_cheapest_return_flights, the number of days between the inbound flight and the outbound one. If you can tell me what is the param used from the API I can add it.