mirror of
https://github.com/torproject/stem.git
synced 2025-03-04 07:57:29 +00:00

Oops, our decompression helper stripped trailing whitespaces. This wasn't noticeable to our parser, but it does throw off digesting... import stem.descriptor.remote digest = 'BsaDvyZyHjBDGWCYpMx0Du3N1Mn2uMfNF7PjgizQC1s' desc = stem.descriptor.remote.get_microdescriptors([digest]).run()[0] print('digest: %s (expected %s)' % (desc.digest(), digest)) ============================================================ % python scrap.py digest: j8kC3P07m9dL45ll1O0PSpvfOfxLtzAWqJYjzvwLEcM (expected BsaDvyZyHjBDGWCYpMx0Du3N1Mn2uMfNF7PjgizQC1s)
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.
Description
Languages
Python
97.5%
Roff
2.5%