Skip to content

O projeto tem como objetivo apresentar uma estrutura de automação para projetos com Selenium durante a coleta de dados para acomodações de viagem no site Booking.com.

Notifications You must be signed in to change notification settings

Wilberhg/bot-booking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bot-Booking

The project aims to present an automation framework for projects with Selenium while collecting data for travel accommodations on the Booking.com website.

Project Bases

Here are the contents that allowed this code to be reproduced

Technology

Project developed with

Libs Documentation

Environment Variables

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/

Run Locally

Clone the project

  git clone https://github.com/Wilberhg/bot-booking.git

Go to the project directory

  cd bot-booking

Install dependencies

  pip install -r requirements.txt

Start the script

  python.exe run.py

Authors

About

O projeto tem como objetivo apresentar uma estrutura de automação para projetos com Selenium durante a coleta de dados para acomodações de viagem no site Booking.com.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages