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
- Host: GitHub
- URL: https://github.com/jibril14/booking-bot
- Owner: Jibril14
- Created: 2022-09-03T12:31:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-04T00:21:52.000Z (about 3 years ago)
- Last Synced: 2025-06-22T06:06:04.335Z (8 months ago)
- Topics: automation, bot, python, script, selenium
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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