Metadata-Version: 2.1
Name: py-proxy-checker
Version: 0.1.7
Summary: A simple checkerproxy library
Home-page: https://github.com/yassine20011/py-proxy-checker
Author: Yassine Amjad
Author-email: Yassine.amjad001@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# py-proxy-checker


This is a simple python script to check if a proxy is working or not and to check the speed of the proxy.

## Installation

```bash
pip install py-proxy-checker
```

## Usage

```python
from checkerproxy import CheckerProxy

P = CheckerProxy()

# this will return a list of proxies that are working and the speed of the proxy
print(P.check("proxies.txt"))

```

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.


