This bot was created solely for research purposes and should not be sold or distributed. Feel free to change the source code but, however, please always refer to me.
Bot to find flight details in the provided dates and export as a XLSX file.
Site scrapped:
Clone the repository and install the requirements.
git clone https://github.com/LuryannC/Flight_Prices.git && cd Flight_Prices
pip install -r requirements.txt
Edit the day(multiple return days can be added), airport and desired configuration in the Config.py
file.
To finally run:
python.exe .\Start.py
The results are stored in ./Flight_Prices/data/(filename).xlxs
The bot was defined to take 1min to get the data and output it into a file. It was set this way due the website protection against bot, as once deteceted it will bring the captcha every time an element is clicked and soft lock your IP for a few minutes.