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
- Host: GitHub
- URL: https://github.com/skykery/simple-proxies-manager
- Owner: skykery
- Created: 2017-07-05T12:48:35.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-09-27T12:44:04.000Z (over 3 years ago)
- Last Synced: 2024-12-30T00:34:49.815Z (over 1 year ago)
- Topics: proxies, python-3, python3
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.