Metadata-Version: 2.1
Name: maoproxy
Version: 0.0.1
Summary: Free proxy list for python!
Home-page: https://github.com/mao2116
Author: mao2116
Author-email: mao2116@yandex.com
License: MIT
Keywords: mao2116,mao-hacking,mao-community,proxy list,free proxy,termux - command,termux,android hacking,mao tool,mao,pip proxy,python proxy,proxy list with python
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console
Requires-Python: >=3.9.5
Description-Content-Type: text/markdown
License-File: LICENSE


<h2 align="center"> MAO _ PROXY </h2>
<h3>VERSION : 0.0.1 </h3>

[![Author](https://img.shields.io/badge/Author-MAO2116-blue)](https://github.com/mao2116)
[![Language](https://img.shields.io/badge/Written%20in-Python3-blue)](#)
[![Opensource](https://img.shields.io/badge/Open%20Source-Yes-green)](#)


**THE MAIN AUTHOR OF THIS CODE MAO2116**

#### REQUIREMENTS
* `PYTHON >=3.9.X+`
##### PIP MODULE 
* `REQUESTS`

#### INSTALLATION 
```bash
  pip3 install maoproxy 
  ```
#### IMPORT MODULE

```python
from maoproxy import proxy

```

#### USE OF mproxy FUNCTION

```python
proxy.mproxy(type="")

```
##### Here type mean your security method of your url it contains 4 types of security method `http,https,socks5 and all`

#### Example Code Of Using This Tool
#### Just a ip printer

```python 
from maoproxy import proxy
proxy.mproxy(type="https")

```

#### Realtime Example

```python 
import requests
from maoproxy import proxy
ip_addresses = proxy.mproxy(type="http")
def proxy_request(url):
   for mao_proxy in ip_addresses:
      try:
        proxies = {"http": f"http://{mao_proxy}", "https": f"http://{mao_proxy}"}
        response = requests.get(url, proxies=proxies, timeout=30)
        print(f"Proxy currently being used: {mao_proxy}")
      except Exception as mao:
         print("Error, looking for another proxy")
proxy_request("http://your_url.mao/")
"""
Exmaple: 
proxy_request("http://google.com")
"""
```

<b>Copyright (c) 2021 MAO-COMMUNITY Under <a href="https://raw.githubusercontent.com/mao2116/mproxy/main/LICENSE">MIT LICENSE</a></b>

<div align="center">
<b> GET US IN CLICK </b><br><br>
<a href="https://github.com/mao2116">
  <img width="50px" height="50px" src="https://raw.githubusercontent.com/fh-rabbi/Hack-Box/main/images/git.png">
</a>
<a href="https://www.facebook.com/mao2116/">
  <img width="50px" height="50px" src="https://raw.githubusercontent.com/fh-rabbi/Hack-Box/main/images/fb.png"><!I JUST USE A PIC FROM FH-RABBI >
</a>
</div>  
