Rotates Avast proxy servers
Project description
Rotates Avast proxy servers
pip install avproxyrotate
Disable ipv6:
https://networking.grok.lsu.edu/Article.aspx?articleid=17573
from avproxyrotate import start_avast
start_avast(
sleeptime_reconnect=3,
hotkey_change="ctrl+alt+m", # Changes the proxy server via hotkey
hotkey_stop="ctrl+alt+n", # Kills the script
dns="100.122.0.0",
rotate_server_each_n_seconds=15, # changes IP each n seconds
clear_used_ips_after_n_seconds=3600, # clears already used IPs during proxy rotation
path_app=r"C:\Program Files\Avast Software\SecureLine VPN", # install folder
path_data=r"C:\ProgramData\Avast Software\SecureLine VPN", # App data - IPs and tlsdomain are extracted from log files, that means, before you use this function, you have to connect to some avast servers using their app
)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
avproxyrotate-0.10.tar.gz
(5.2 kB
view details)
Built Distribution
File details
Details for the file avproxyrotate-0.10.tar.gz
.
File metadata
- Download URL: avproxyrotate-0.10.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f42fcef6995ba918aaff3ec720b682c27bc7b9a7b857723964d6fbed02300241 |
|
MD5 | b8c63c803987283e13d37e3dd5e72301 |
|
BLAKE2b-256 | 231fc2dad137bb7ade2c370c1b9a7d3746bd77bf7519855d8dc68e1e809fbaa8 |
File details
Details for the file avproxyrotate-0.10-py3-none-any.whl
.
File metadata
- Download URL: avproxyrotate-0.10-py3-none-any.whl
- Upload date:
- Size: 6.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 678c812c08d8854ef2ceceb15fb03ff335b6a983a11361e1cea978716118be11 |
|
MD5 | fc1b0443b6f70bc805330003718b9606 |
|
BLAKE2b-256 | f8273039b0ede5c4b838a0dd7206fc21608072d52d40a05acbe06f37c70e20ef |