简体   繁体   English

通过Proxifier运行Python脚本

[英]Running a Python script through Proxifier

I have a script that I use to send HTTP requests and Websocket data and I had to use an external program as I couldn't find a Websocket library that supports SOCKS5 proxies. 我有一个脚本,用于发送HTTP请求和Websocket数据,并且不得不使用外部程序,因为找不到支持SOCKS5代理的Websocket库。

So, I've found about Proxifier and tried running my Python script with a rule that I have written in Proxifier but it didn't yield and good result. 因此,我找到了有关Proxifier的信息,并尝试使用我在Proxifier中编写的规则运行Python脚本,但是该规则没有产生效果。

Other programs seemed to work fine, chrome.exe managed to go through the proxy, and I have no idea why my Python script won't go... 其他程序似乎运行良好,chrome.exe可以通过代理运行,而且我不知道为什么我的Python脚本无法运行...

Same issues with proxifier. 代理问题相同。 Seems reason in portable version of application. 在应用程序的便携式版本中似乎是原因。 Tried standard version and everything works fine. 尝试过标准版本,一切正常。 Hope this helps. 希望这可以帮助。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM