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:
make EMAIL=<username> PASSWORD=<password> run
python3 src\main.py [-d <chrome_drive>] <username> <password>
- Python 3
- Pip
- Python packages
- Run
pip3 install -r requirements.txt
- Run
- Chrome driver
- For linux run
make chromedrive
- Download at https://sites.google.com/a/chromium.org/chromedriver/home.
- For linux run