├── README.md ├── delele_ip.py ├── get_ip.py ├── requirements.txt ├── scheduler.py ├── settings.py ├── squid.conf ├── squid_keeper.py ├── utils.py └── web_api.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AaronJny/open_proxy_pool/HEAD/README.md -------------------------------------------------------------------------------- /delele_ip.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AaronJny/open_proxy_pool/HEAD/delele_ip.py -------------------------------------------------------------------------------- /get_ip.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AaronJny/open_proxy_pool/HEAD/get_ip.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | redis 2 | requests 3 | gevent 4 | flask -------------------------------------------------------------------------------- /scheduler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AaronJny/open_proxy_pool/HEAD/scheduler.py -------------------------------------------------------------------------------- /settings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AaronJny/open_proxy_pool/HEAD/settings.py -------------------------------------------------------------------------------- /squid.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AaronJny/open_proxy_pool/HEAD/squid.conf -------------------------------------------------------------------------------- /squid_keeper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AaronJny/open_proxy_pool/HEAD/squid_keeper.py -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AaronJny/open_proxy_pool/HEAD/utils.py -------------------------------------------------------------------------------- /web_api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AaronJny/open_proxy_pool/HEAD/web_api.py --------------------------------------------------------------------------------