Skip to content
This repository was archived by the owner on Aug 31, 2025. It is now read-only.
This repository was archived by the owner on Aug 31, 2025. It is now read-only.

How to enable Python to call SOCKS5 proxy in IP blocked areas. #190

@freeario33

Description

@freeario33

How to enable Python to call SOCKS5 proxy in IP blocked areas.
proxy_context = [
{"https":'socks5://127.0.0.1:10808', "http":'socks5://127.0.0.1:10808'},
{"https":'127.0.0.1:10809', "http":'127.0.0.1:10809'},
]
client = PoeApi(tokens,proxy=proxy_context)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions