Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to get the current IP address? #45

Open
psoan opened this issue Sep 18, 2022 · 6 comments
Open

how to get the current IP address? #45

psoan opened this issue Sep 18, 2022 · 6 comments

Comments

@psoan
Copy link

psoan commented Sep 18, 2022

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.

@mortezanabavi
Copy link

Its time to sleep

@psoan
Copy link
Author

psoan commented Sep 18, 2022

Its time to sleep

bro I really need help

@mortezanabavi
Copy link

Its time to sleep

bro Im really need help

just sleep

@Artucuno
Copy link

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

@psoan
Copy link
Author

psoan commented Sep 19, 2022

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

@Artucuno
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants