Skip to content

satelliteprogrammer/scraper-standvirtual

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Standvirtual Web scraper

Web scraper for the car sales website standvirtual.com, using the requests lib and beautifulsoup parser.

Installation

pip install -r requirements.txt

Usage

Modify 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.

License

GPL 3.0

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages