Last updated:
0 purchases
proxidizewrapper 0.2.0
Wrapper for proxidize android app.
Free software: MIT license
Install a Proxy Server
Read
This
to host the server.
We would need the http address which is in the format of “IP:PORT:USERNAME:PASSWORD” to use this wrapper.
Features
Use Proxidize Android app to proxy your internet connection on your PC. Wrapper for it.
How to Use
Install the app on your android phone. mentioned above.
Install the package:
pip install ec2_proxy
from proxidize_wrapper import Proxy
p = Proxy("127.0.0.1:34517:USERNAME:PASSWORD", "23412") #Initialize the class object.
print(p.get_ip()) # Print the current ip address.
p.change_ip() # change the ip address.
print(p.get_ip()) # Print the current ip address.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.