An open API service indexing awesome lists of open source software.

https://github.com/jibril14/booking-bot

Web Automation, a bot that returns the Hotels deals from Booking.com
https://github.com/jibril14/booking-bot

automation bot python script selenium

Last synced: 7 months ago
JSON representation

Web Automation, a bot that returns the Hotels deals from Booking.com

Awesome Lists containing this project

README

          

# Booking Bot

Web Automation, a bot that returns the Hotels deals from Booking.com
highly reusable and maintainable script that automate booking deals and display them in a nice table

## Setup

* `fork` and `clone` this repository.
* `cd` into the project directory.
* install webdriver at https://chromedriver.chromium.org/downloads
* Install `selenium`

pip install selenium

* Install `prettytable`

pip install prettytable