Hi pls help me to join your technical team
On Wed, 23 Oct 2019, 2:57 am Damian Johnson, wrote:
> > 1. A number of python implementations I've found on the internet had
> > broken dependencies or didn't work at all. So, I decided to create a
> > fully functional Tor client with the bare minimum o
> 1. A number of python implementations I've found on the internet had
> broken dependencies or didn't work at all. So, I decided to create a
> fully functional Tor client with the bare minimum of dependencies.
Ah! Gotcha. For what it's worth I'm in complete agreement with you on
that. I designed
Hi Damian,
Sorry for the late reply.
There are two things why I didn't use Stem.
1. A number of python implementations I've found on the internet had
broken dependencies or didn't work at all. So, I decided to create a
fully functional Tor client with the bare minimum of dependencies.
2. Up un
Thanks James, this is awesome! Very well done. Out of curiosity why
sidestep any use of Stem? It supports encoding/decoding most tor cell
types...
Yours: https://github.com/torpyorg/torpy/blob/master/torpy/cells.py
Mine: https://gitweb.torproject.org/stem.git/tree/stem/client/cell.py
If you'd car
Hello all, Recently I finished a pure python implementation of the Tor client. It's called torpy (https://github.com/torpyorg/torpy). It offers handy API, supports v2 hidden services with "basic" and "stealth" authorization protocol. Works with python 3.6+.It has no dependencies on the original C T