Skip to main content

wrapper for proxifyre

Project description

wrapper for proxifyre

Tested against Windows 10 / Python 3.10 / Anaconda and Ubuntu

pip install proxifyapps

app_infos = {
    "logLevel": "all",
    "proxies": [
        {
            "appNames": [r"C:\Program Files\Mozilla Firefox"],  # folder or name
            "socks5ProxyEndpoint": "127.0.0.1:1080",
            "username": None,
            "password": None,
            "supportedProtocols": ["UDP",'TCP'],
        },
        {
            "appNames": [r"Chrome"],  # folder or name
            "socks5ProxyEndpoint": "127.0.0.1:1081",
            "username": None,
            "password": None,
            "supportedProtocols": ["UDP",'TCP'],
        },
    ],
}
proxify_apps(app_infos, print_log=True)

# always use ctrl+c to kill the process

Project details


Release history Release notifications | RSS feed

This version

0.10

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

proxifyapps-0.10.tar.gz (1.1 MB view hashes)

Uploaded Source

Built Distribution

proxifyapps-0.10-py3-none-any.whl (1.1 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page