Skip to content

DeDe43ISR/yad2-car-search

 
 

Repository files navigation


Yad2CarSearch

A minimal app built on top of python and selenium.

Key FeaturesHow To UseCreditsLicense

Key Features

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

How To Use

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

Output

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

Credits

This software uses the following open source packages:

License

MIT


About

a python automated script tosearch for cars in yad 2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.2%
  • Shell 1.8%