An open API service indexing awesome lists of open source software.

https://github.com/skykery/simple-proxies-manager

Simple proxy manager in Python based on a Queue of proxies
https://github.com/skykery/simple-proxies-manager

proxies python-3 python3

Last synced: 5 months ago
JSON representation

Simple proxy manager in Python based on a Queue of proxies

Awesome Lists containing this project

README

          

# simple-proxies-manager
- I made a simple proxy manager in Python based on a Queue of proxies.
- The logic is simple, after a proxy is used, it gets back at the end of queue.
- Also, the system has a rotation logic, when the system finds a banning message in body of response, a new proxy is used.
- The system is wrapped on requests library so you can use any methods with any arguments from requests.