Skip to content

SurajBhari/proxidize_wrapper

Repository files navigation

proxidize_wrapper

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

  1. Install the app on your android phone. mentioned above.
  2. 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.