代理后面的pytrends

时间:2018-05-13 22:57:38

标签: python-3.x proxy connection

我在公司代理后面的Windows 8机器上安装了python 3.6和pytrends。运行pytrend.build_payload()时,adapters.py会引发连接错误(No connection could be made because the target machine actively refused it

我可以将代理指定为像

这样的变量
 proxies = {
    'http': 'http://user:pass@address:port',
    'https': 'http://user:pass@address:port',
}

但是我怎么能让pytrends使用它?