This is to take all the reviews from the tripadvisor.com
This is the part of the project of a sentimental analysis project. This help to scrap the reviews inside the tripadviser website. The dataset was made using this script and was given as input to the sentimental analysis script.
- Download the correct version of the chrome driver and replace the chrome diver in the repo.
pip install requests
pip install bs4
pip install python-csv
pip install selenium