Python script for scraping product reviews
- Beautiful Soup
- Selenium WebDriver
- Install the requirements by running
pip install bs4 selenium. - Add geckodriver to the PATH. Follow these instructions.
- Put the link of the product in
sitevariable inside the script. - Run the script by running
python scrape.py. - Reviews will be saved in the file
review.txt.