Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 301 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 301 Bytes

tripadvisor-hotels-scraper

This shows you how to scrap hotels and their reviews in tripAdvisor using BeautifulSoup and selenium. We took France counrty as an example.

Requirements

Python 3.9

Installation & Setup

  • BeautifulSoup
pip install bs4
  • selenium
pip install selenium