A script for bouncing Yad2 ads. The script runs in 2 ways:
- Windows mode - runs with a normal chrome instance
- Linux mode - runs with a headless chrome instance (without GUI)
In order to run the script execute for next command or use docker(recommended):
make EMAIL=<username> PASSWORD=<password> FLAGS=<flags> run
python3 src\main.py [...flags] <username> <password>
Short flag | Long Flag | Description | Required |
---|---|---|---|
-d | -driver | Chrome driver path | True |
-s | --schedule | Whether to bounce automaticlly every 4 hours and 5 minutes | False |
-v | --verbosity | Verbosity level for debugging | False |
No Short Flag | --logs-path | Log file Path | False |
- Python 3
- Pip
- Python packages
- Run
pip3 install -r requirements.txt
- Run
- Chrome driver
- For linux - run
make chromedrive
- For Windows - Download at https://sites.google.com/a/chromium.org/chromedriver/home.
- For linux - run
This is a fork of yoavravid's Yad2Bouncer with added features, sanity checks and fixes.