Web scraper for the car sales website standvirtual.com, using the requests lib and beautifulsoup parser.
pip install -r requirements.txtModify the search string taken by the search function, using a <brand>/<model>/desde-<YYYY>/ syntax. E.g.
yaris = 'toyota/yaris/desde-2012/'
cars = search(yaris)Then run python main.py.