Skip to content

A python script that reads a carsales webpage and scrapes the data about the various cars and puts it into an excel doc so you can find the best priced car

Notifications You must be signed in to change notification settings

kebab01/carsales

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

carsales

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.

Quickstart

  • 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

Usage

  • 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

About

A python script that reads a carsales webpage and scrapes the data about the various cars and puts it into an excel doc so you can find the best priced car

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages