您好, 欢迎来到 !    登录 | 注册 | | 设为首页 | 收藏本站

在Tor上使用Python发出请求

在Tor上使用Python发出请求

这是您要使用的代码(使用来下载词干包pip install stem

from stem import Signal
from stem.control import Controller

with Controller.from_port(port = 9051) as controller:
    controller.authenticate(password='your password set for tor controller port in torrc')
    print("Success!")
    controller.signal(Signal.NEWNYM)
    print("New Tor connection processed")

祝你好运,希望能成功。

python 2022/1/1 18:38:04 有248人围观

撰写回答


你尚未登录,登录后可以

和开发者交流问题的细节

关注并接收问题和回答的更新提醒

参与内容的编辑和改进,让解决方法与时俱进

请先登录

推荐问题


联系我
置顶