/yad2_bouncer

A script for bouncing yad2 ads

Primary LanguagePythonMIT LicenseMIT

Yad2 Bouncer

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)

Usage

In order to run the script execute for next command:

Linux

make EMAIL=<username> PASSWORD=<password> run

Windows

python3 src\main.py [-d <chrome_drive>] <username> <password>

Requirements