skyscanner-python-sdk icon indicating copy to clipboard operation
skyscanner-python-sdk copied to clipboard

Skyscanner Python SDK

Results 14 skyscanner-python-sdk issues
Sort by recently updated
recently updated
newest added

Bumps [wheel](https://github.com/pypa/wheel) from 0.23.0 to 0.38.1. Changelog Sourced from wheel's changelog. Release Notes UNRELEASED Updated vendored packaging to 22.0 0.38.4 (2022-11-09) Fixed PKG-INFO conversion in bdist_wheel mangling UTF-8 header values...

dependencies

I realize that there is throttling but just following the readme guide I cannot get it to work even once.

Example params being passed to: from skyscanner.skyscanner import Flights flights_service = Flights(settings.SKY_TOKEN) flights_service.skyscanner.get_result( {'inbounddate': '', 'currency': 'INR', 'includeCarriers': u'9W', 'originplace': u'CCU-sky', 'adults': 1, 'destinationplace': u'DEL-sky', 'locale': 'en-IN', 'country': 'IN', 'outbounddate':...

Hi Guys, I'm having a few issues using the Country Codes (e.g. IE or UK) from the Places API in fetching a Grid of Prices. I get the following issue:...

I have reused the example from the documentation but every time I make a request I receive a response without submitted_query, images and car_classes lists. I'm using python 3.4.6 `from...

How do we access your list of airports and their codes, including things like "All London airports", so that we can develop our front end to speak to your api?

Hello! I'm trying to do something with SkyScanner API, and I decided to start with simple examples on Github. But it seems not to work, and the following error appears:...

Or is there any other method (other than using the Live Pricing API) to return the URL to book a flight?

The method create_session in the Flights class does not always return a "url" (see POINT 2 below, where a callback is supposed to be called to return the Location header...

Sorry if this is easy to find elsewhere but I've been looking around for a while and I'm unable to find anything. How can I retrieve the URL of a...