Aim of this project is scraping the data by using selenium library. To start the scrape process is used Django framework for backend and React library for frontend.
To activate the selenium driver command you must download the chrome driver and must copy the path in ./flight_api/api/Scraping/kayak.py
. Also to verify the desired cities is used an API from https://app.goflightlabs.com. You must create an account and must copy the API_KEY to ./flight_api/api/Scraping/main.py
.