Proxies with Python 'Requests' module

后端 未结 10 821
傲寒
傲寒 2020-11-22 12:13

Just a short, simple one about the excellent Requests module for Python.

I can\'t seem to find in the documentation what the variable \'proxies\' should contain. Whe

10条回答
  •  栀梦
    栀梦 (楼主)
    2020-11-22 12:24

    It’s a bit late but here is a wrapper class that simplifies scraping proxies and then making an http POST or GET:

    ProxyRequests

    https://github.com/rootVIII/proxy_requests
    

提交回复
热议问题