A python script that scrapes carales and dumps the data into an excel doc so you can easily analyse the data to find the best priced car.
- Navigate to directory
- Run setup
./setup
- Got to carsales.com, complete your car search and place the URL of the webpage in LINK_HERE.txt
- Run script
./run
- Create python virtual environment
python3 -m venv .venv
- Activate virtual environment
source .venv/bin/activate
- Got to carsales.com, complete your car search and place the URL of the webpage in LINK_HERE.txt
- Run the script using
python main.py
- Let it run and you will now have a populated excel spreadsheet