Skip to content

Instantly share code, notes, and snippets.

View Mumartayyab's full-sized avatar

UmarTayyab Mumartayyab

View GitHub Profile
pip install amadeus
#First install amadeus by using "pip install amadeus" then write the following code
#Write the airport code not the full name as input like LHR for Lahore airport
from amadeus import Client, ResponseError
amadeus = Client(
client_id='Your API KEY',
client_secret='YOUR API SECRET'
)