mirror of
https://github.com/torproject/stem.git
synced 2024-12-02 15:26:46 +00:00
Python controller library for Tor
d7eb8827c3
Tor's present commit (67fc69c) isn't providing a bootstrap message with progress above 0% so dropping that requirement. Also fixing... Traceback (most recent call last): File "./tor-prompt", line 8, in <module> stem.interpreter.main() File "/home/atagar/Desktop/stem/stem/interpreter/__init__.py", line 109, in main password_prompt = True, File "/home/atagar/Desktop/stem/stem/connection.py", line 285, in connect connection = asyncio.run_coroutine_threadsafe(connect_async(control_port, control_socket, password, password_prompt, chroot_path, controller), loop).result() File "/home/atagar/Python-3.7.0/Lib/concurrent/futures/_base.py", line 432, in result return self.__get_result() File "/home/atagar/Python-3.7.0/Lib/concurrent/futures/_base.py", line 384, in __get_result raise self._exception File "/home/atagar/Desktop/stem/stem/connection.py", line 363, in connect_async raise ValueError("'%s' isn't a valid port" % control_port[1]) ValueError: 'None' isn't a valid port |
||
---|---|---|
docs | ||
stem | ||
test | ||
.gitignore | ||
.travis.yml | ||
cache_fallback_directories.py | ||
cache_manual.py | ||
LICENSE | ||
README.md | ||
requirements.txt | ||
run_tests.py | ||
setup.py | ||
tor-prompt | ||
tox.ini |
Stem (Python Tor Library)
Stem is a Python controller library for Tor. With it you can use Tor's control protocol to script against the Tor process, or build things such as Nyx.
Documentation and tutorials available at stem.torproject.org.