torpy icon indicating copy to clipboard operation
torpy copied to clipboard

Pure python Tor client implementation

Results 25 torpy issues
Sort by recently updated
recently updated
newest added

I implemented a class torsocket to replace socket for P2P communication. It works in principle, but of 1000 attempts for connection I might have one successful send/recv and 999 TimeOutErrors....

I kindly ask for help in replacing the following lines suitably, such that the server will see an incorrect client's IP address. The following creates a client_socket of type socket...

Hi, I know this is no issue but I am failing at doing the socket 2P2 use case anonymously via torpy. A is anonymous. B is in the clear. A...

I got this error : Traceback (most recent call last): File "insta.py", line 115, in result = login(user.strip(), passwords) File "insta.py", line 49, in login login(username, passwords) File "insta.py", line...

Executing: ````````python url = "https://www.investing.com/instruments/HistoricalDataAjax" method = 'POST' data = params headers = head retries = 10 hops = 3 auth_data = None with tor_requests_session(hops, auth_data, retries=retries) as s: headers...

How can headers, params, data be passed as in for the traditional "requests" library? e.g. `requests.post(url, headers=headers, params=params, data=data)` It seems I can't use this format trying `sess.post(url, headers=headers, params=params,...

Since v2 is deprecated i can't use this anymore to connect to my hidden service. I really would like someone to create a torclient for v3. It is a really...

enhancement

Hey, I was wondering if you were any close to adding a V3 implementation or if you are still working on this project. Thanks, Artucuno

As you know V2 is discontinued so any plans for v3 integration?

Can you add bridge support to torpy?

enhancement