为了账号安全,请及时绑定邮箱和手机立即绑定

如何在windows机器的python中使用带有selenium-webdriver的tor?

如何在windows机器的python中使用带有selenium-webdriver的tor?

米琪卡哇伊 2021-12-26 15:44:15
我希望能够编写一个 instagram 机器人来自动评论图片。我已经想通了正常的机器人部分,但我不知道如何使用 tor webdriver,所以我将能够定期更改我的 IP 地址,因此 instagram 将无法阻止我。from tbselenium.tbdriver import TorBrowserDriverwith TorBrowserDriver(r"\\C:\\Users\\simon\\Desktop\\Tor Browser\\Browser\\TorBrowser") as driver:    driver.get("https://www.google.com")我试过了,但它说:tbselenium.exceptions.TBDriverPathError: TBB path is not a directory \\C:\\Users\\simon\\Desktop\\Tor Browser\\Browser\\TorBrowser\\任何答案都值得赞赏!!:)编辑:from tbselenium.tbdriver import TorBrowserDriver with TorBrowserDriver(r"\\C:\\Users\\simon\\Desktop\\Tor Browser\\Browser\\TorBrowser") as driver: driver.get("google.com") tbselenium.exceptions.TBDriverPathError: TBB path is not a directory \\C:\\Users\\simon\\Desktop\\Tor Browser\\Browser\\TorBrowser\\
查看完整描述

2 回答

?
哆啦的时光机

TA贡献1779条经验 获得超6个赞

由于兼容性,tbselenium 对您不起作用,请查看项目说明https://github.com/webfp/tor-browser-selenium。不支持 Windows 和 macOS。


查看完整回答
反对 回复 2021-12-26
?
噜噜哒

TA贡献1784条经验 获得超7个赞

这在标准selenium包中是不可能的。

您可以尝试使用这个github 存储库,它可以安装pip install tbselenium

请注意,我自己还没有尝试过。


查看完整回答
反对 回复 2021-12-26
  • 2 回答
  • 0 关注
  • 200 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信