300day(代理)

《2018年7月29日》【连续300天】

标题:代理;

内容:

https://blog.youkuaiyun.com/qq_32942549/article/details/79734739

看来别人的学习笔记:https://blog.youkuaiyun.com/jesszen/article/details/80940577

这里介绍一个付费代理:

讯代理:http://www.xdaili.cn/

一般网站会提供一个API来提取代理:
 

def crawl_xdaili(self):
    url="API"
    html =get_page(url)
    if html:
        result =json.loads(html)
        proxies =result.get('RESULT')
        for proxy in proxies:
            yield proxy.get('ip')+':'+proxy.get('port')

阿布云代理:https://www.abuyun.com/

其通过代理隧道来实现代理
使用教程:https://www.abuyun.com/http-proxy/dyn-manual-python.html

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值