tor-prompt

Tor control library for Python 3 series

Install

All systems
curl cmd.cat/tor-prompt.sh
Debian Debian
apt-get install python-stem
Ubuntu
apt-get install python3-stem
Arch Arch Linux
pacman -S python-stem
image/svg+xml Kali Linux
apt-get install pypy-stem
Fedora
dnf install python3-stem
Windows (WSL2)
sudo apt-get update sudo apt-get install python3-stem
Raspbian
apt-get install python-stem

python3-stem

Tor control library for Python 3 series

Stem is a Python controller library for Tor. With it you can use Tor's control protocol to script against the Tor process and read descriptor data relays publish about themselves. This is Python 3 series module.

pypy-stem

Tor control library for PyPy

Stem is a Python controller library for Tor. With it you can use Tor's control protocol to script against the Tor process and read descriptor data relays publish about themselves. This is PyPy series module.

python-stem

Tor control library for Python

Stem is a Python controller library for Tor. With it you can use Tor's control protocol to script against the Tor process and read descriptor data relays publish about themselves. This is Python 2 series module.