=================
proxidize_wrapper
=================
.. image:: https://img.shields.io/pypi/v/proxidize_wrapper.svg
:target: https://pypi.python.org/pypi/proxidize_wrapper
Wrapper for proxidize android app.
* Free software: MIT license
Install a Proxy Server
======================
Read
`This <https://github.com/proxidize/proxidize-android>`__
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
.. code-block:: python
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.
Raw data
{
"_id": null,
"home_page": "https://github.com/AG4lyf/proxidize_wrapper",
"name": "proxidize-wrapper",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": "",
"keywords": "proxidize_wrapper",
"author": "Suraj Bhari",
"author_email": "surajbhari159@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/58/fe/b3fe17a45239a2cb8b89651fd0d81f2f75f05fd286b0979e52dc013f75e9/proxidize_wrapper-0.2.0.tar.gz",
"platform": null,
"description": "=================\nproxidize_wrapper\n=================\n\n\n.. image:: https://img.shields.io/pypi/v/proxidize_wrapper.svg\n :target: https://pypi.python.org/pypi/proxidize_wrapper\n\n\nWrapper for proxidize android app.\n\n* Free software: MIT license\n\nInstall a Proxy Server\n======================\nRead\n`This <https://github.com/proxidize/proxidize-android>`__\nto host the server.\n\nWe would need the http address which is in the format of \"IP:PORT:USERNAME:PASSWORD\" to use this wrapper.\n\nFeatures\n--------\n\n* Use Proxidize Android app to proxy your internet connection on your PC. Wrapper for it.\n\nHow to Use\n==========\n1. Install the app on your android phone. mentioned above.\n2. Install the package:\n pip install ec2_proxy\n\n\n.. code-block:: python\n\n from proxidize_wrapper import Proxy\n\n p = Proxy(\"127.0.0.1:34517:USERNAME:PASSWORD\", \"23412\") #Initialize the class object.\n\n print(p.get_ip()) # Print the current ip address.\n\n p.change_ip() # change the ip address.\n\n print(p.get_ip()) # Print the current ip address.\n\n\n\n\n\n\n",
"bugtrack_url": null,
"license": "MIT license",
"summary": "Wrapper for proxidize android app.",
"version": "0.2.0",
"project_urls": {
"Homepage": "https://github.com/AG4lyf/proxidize_wrapper"
},
"split_keywords": [
"proxidize_wrapper"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "4d6d3d7574a946669355a6a177df6c550c246974aa7b554e3746324dce28add6",
"md5": "4be40da3da5b613603a1a9291e40e360",
"sha256": "a622fdce272158b76750484a35a10326c31a1fd9146b6ec474802e2466280586"
},
"downloads": -1,
"filename": "proxidize_wrapper-0.2.0-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "4be40da3da5b613603a1a9291e40e360",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=3.6",
"size": 3802,
"upload_time": "2023-06-15T19:24:45",
"upload_time_iso_8601": "2023-06-15T19:24:45.289639Z",
"url": "https://files.pythonhosted.org/packages/4d/6d/3d7574a946669355a6a177df6c550c246974aa7b554e3746324dce28add6/proxidize_wrapper-0.2.0-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "58feb3fe17a45239a2cb8b89651fd0d81f2f75f05fd286b0979e52dc013f75e9",
"md5": "0c971dc5d7f9b93d51b5f9ba7f166629",
"sha256": "be25eb8140182a9aca694a5f3e15109381b7b58316efb0ec600a652b49484f17"
},
"downloads": -1,
"filename": "proxidize_wrapper-0.2.0.tar.gz",
"has_sig": false,
"md5_digest": "0c971dc5d7f9b93d51b5f9ba7f166629",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 9691,
"upload_time": "2023-06-15T19:24:47",
"upload_time_iso_8601": "2023-06-15T19:24:47.058637Z",
"url": "https://files.pythonhosted.org/packages/58/fe/b3fe17a45239a2cb8b89651fd0d81f2f75f05fd286b0979e52dc013f75e9/proxidize_wrapper-0.2.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-06-15 19:24:47",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "AG4lyf",
"github_project": "proxidize_wrapper",
"travis_ci": true,
"coveralls": false,
"github_actions": false,
"tox": true,
"lcname": "proxidize-wrapper"
}