Key Features • How To Use • Credits • License
- Made a template for any price tracking site to mimic human behaviour
- Bypassing sites protection against automated scripts to mine them such as Amazon
 
- Filter By car maker and module - See list of currently supported moduls in yad2_config
- Filters out cars without a price and different basic features
- Cross platform
- Windows, macOS and Linux ready.
 
To clone and run this application, you'll need Git and Python3 (and using this guide to install pip & venv) installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/itsmeboris/yad2-car-search
# Go into the repository
$ cd yad2-car-search
# Create a venv and run it
$ python3 -m venv env
$ source env/bin/activate
# Install requirements from requirements.txt
$ pip install -r requirements.txt
# Run the app
$ python3 .\simple_tracker.pyThe output will be in a JSON file called output.json and will have a list of cars, sorted by their maker. See output.json for an example.
This software uses the following open source packages:
MIT