我正在尝试学习如何在TOR中使用Python。但是,我找不到任何一个windows版的torclient(相当于linux上的“apt-get-install-TOR”或android上的ORbot)。在
我找到的只有TOR浏览器,我已经有了并在使用。我使用stem和Python连接到TOR,但是由于我没有安装任何东西,它失败了:Traceback (most recent call last):
File "C:/Users/8bitb/Desktop/Python Stuff/tor.py", line 19, in
init_msg_handler=print_bootstrap_lines,
File "C:\Python36\lib\site-packages\stem\process.py", line 273, in launch_tor_with_config
return launch_tor(tor_cmd, args, torrc_path, completion_percent, init_msg_handler, timeout, take_ownership)
File "C:\Python36\lib\site-packages\stem\process.py", line 86, in launch_tor
raise OSError("'%s' isn't available on your system. Maybe it's not in your PATH?" % tor_cmd)
OSError: 'tor' isn't available on your system. Maybe it's not in your PATH?
我找不到一个简单的安装任何地方。我想我错过了一些显而易见的东西。请有人纠正我的愚蠢。在