pyproxy-sdk-py is a Python library that allows you to interact with the Pyproxy API. It is useful for retrieving data about the proxy or changing its configuration while it is running.
pip install pyproxytools-sdkSimple usage examples are available in the examples/ directory.
They include:
- Initializing the PyProxy client
- Managing filters (add, delete, retrieve)
- Retrieving proxy status and settings
- Handling specific errors
If you encounter any problems, or if you want to use the program in a particular way, I advise you to read the documentation.
This project is licensed under the MIT License - see the LICENSE file for details.
Contributions are welcome and appreciated! If you'd like to improve this project, feel free to fork the repository and submit a pull request. Whether it's fixing bugs, adding new features, improving documentation, or suggesting enhancements, every bit helps. Please make sure to follow the coding standards and test your changes before submitting. Let's build something great together!