Last updated:
0 purchases
proxydecorator 0.1.2
proxy decorator
usage
create a ini file or add to exist ini file
put this in your ini file
[http]
http = http://your_proxy_server:your_proxy_port
https = https://your_proxy_server:your_proxy_port
username = your_username
password = your_password
use it in your program
from proxy_decorator.proxy_decorator import proxy_http
config_file = "path/to/proxy_config.ini"
@proxy_http(config_file)
def your_function():
# 您的函数实现
pass
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.