Complete command-line interface reference.
python3 windscribe_ip_changer.py [OPTIONS]Specify custom path to ADB executable.
python3 windscribe_ip_changer.py --adb-path /usr/local/bin/adbPath to JSON file containing server list.
python3 windscribe_ip_changer.py --servers servers.jsonSeconds to wait after connecting to VPN server. Default: 5
python3 windscribe_ip_changer.py --wait 10Enable automatic IP rotation mode.
python3 windscribe_ip_changer.py --rotateNumber of IP rotations to perform. Only used with --rotate. Default: 5
python3 windscribe_ip_changer.py --rotate --count 10Seconds between each IP rotation. Only used with --rotate. Default: 300
python3 windscribe_ip_changer.py --rotate --interval 600python3 windscribe_ip_changer.pypython3 windscribe_ip_changer.py --rotate --count 20 --interval 1800python3 windscribe_ip_changer.py \
--adb-path ~/Android/Sdk/platform-tools/adb \
--servers my-servers.json \
--wait 80- Success1- Error (ADB not found, no device connected, etc.)