Skip to content

Instantly share code, notes, and snippets.

@arshpreetsingh
Created August 8, 2017 12:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arshpreetsingh/04bd6d803a9d3e2214e4ceeb7a691129 to your computer and use it in GitHub Desktop.
Save arshpreetsingh/04bd6d803a9d3e2214e4ceeb7a691129 to your computer and use it in GitHub Desktop.
from amadeus import Flights
flights = Flights('QMrAAoM8koigSU9t1FCfWVALLoFT1DKv')
resp = flights.extensive_search(
origin='NCE',
destination='LAS',
departure_date='2017-11-25--2017-11-30',
duration='4--10')
print resp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment