Web Scraping Bot that gets Car prices from used car sales websites and puts them onto a CSV file using Selenium and Pandas
#Instructions
- Download vs code
- Install pipenv in terminal:
pip install pipenv - Create pipenv environment: 'pipenv shell'
- Install selenium: 'pipenv install selenium'
- Install Webdriver_manager: 'pipenv install webdriver_manager'
- Install pandas: 'pipenv install pandas'