我希望能够编写一个 instagram 机器人来自动评论图片。我已经想通了正常的机器人部分,但我不知道如何使用 tor webdriver,所以我将能够定期更改我的 IP 地址,因此 instagram 将无法阻止我。
from tbselenium.tbdriver import TorBrowserDriver
with 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\\
哆啦的时光机
噜噜哒
相关分类