torpyorg / torpy

Pure python Tor client implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to get the current IP address?

psoan opened this issue · comments

code :

from torpy.http.requests import tor_requests_session
with tor_requests_session(hops_count=2, retries=0) as session:
    session.get('http://google.com')

I wanna know the app request to http://google.com with which IP of tor, without any api or third party help.

Its time to sleep

Its time to sleep

bro I really need help

Its time to sleep

bro Im really need help

just sleep

This library only supports V2, which nolonger exists. Hopefully the creator will add V3 support but for now there is not really an alternative.

This library only supports V2, which nolonger exists. Hopefully the creator will add V3 support but for now there is not really an alternative.

V2 of what? would you please help me? I realy need to get curreny IP without using third-party app, just using the library

This library only supports V2, which nolonger exists. Hopefully the creator will add V3 support but for now there is not really an alternative.

V2 of what? would you please help me? I realy need to get curreny IP without using third-party app, just using the library

The Tor v2 implementation. Until the library gets updated, this library wont work so you may need to try a different way.