The project aims to present an automation framework for projects with Selenium while collecting data for travel accommodations on the Booking.com website.
Here are the contents that allowed this code to be reproduced
Project developed with
To run this project, you will need to add the following environment variables so that the operating system locates the webdriver folder.
Windows:
set PATH=%PATH%;C:path-to-your-folder
Linux: PATH=$PATH:/path/toyour/folder/
Clone the project
git clone https://github.com/Wilberhg/bot-booking.gitGo to the project directory
cd bot-bookingInstall dependencies
pip install -r requirements.txtStart the script
python.exe run.py