淘宝直播python爬虫(爬虫电商平台)

集成淘宝、京东、B站、网易云音乐等二十多个爬虫小项目的开源包

20多个爬虫实战案例

在开始之前,我建议你先安装一下DecryptLoginExamples这个包,以方便测试下文中会逐一介绍到的各个爬虫项目的调用代码。具体而言,只需要执行如下命令即可:

pip install DecryptLoginExamples

1. 微博监控

调用方式:

from DecryptLoginExamples import clientcOnfig= { 'username': 用户名, 'password': 密码, 'time_interval': 查询微博动态的间隔时间,}crawler_executor = client.Client()crawler_executor.executor('weibomonitor', cOnfig=config)

2. 生成QQ个人专属报告

调用方式:

from DecryptLoginExamples import clientcOnfig= { 'username': 用于存储历史COOKIEs的唯一标识ID, 'savedir': 生成的报告保存的文件夹,}crawler_executor = client.Client()crawler_executor.executor('qqreports', cOnfig=config)

3. 下载B站指定UP主的所有视频

调用方式:

from DecryptLoginExamples import clientcOnfig= { 'username': 用于存储历史COOKIEs的唯一标识ID, }crawler_executor = client.Client()crawler_executor.executor('bilibiliuservideos', cOnfig=config)

4. 网易云个人歌单下载器

调用方式:

from DecryptLoginExamples import clientcOnfig= { 'username': 用于存储历史COOKIEs的唯一标识ID, }crawler_executor = client.Client()crawler_executor.executor('neteasesonglistdownloader', cOnfig=config)

5. 网易云个人听歌排行榜

调用方式:

from DecryptLoginExamples import clientcOnfig= { 'username': 用于存储历史COOKIEs的唯一标识ID, }crawler_executor = client.Client()crawler_executor.executor('neteaselistenleaderboard', cOnfig=config)

6. 下载指定微博用户的所有微博数据

调用方式:

from DecryptLoginExamples import clientcOnfig= { 'username': 用户名, 'password': 密码,}crawler_executor = client.Client()crawler_executor.executor('userweibospider', cOnfig=config)

7. 网易云音乐自动签到

调用方式:

from DecryptLoginExamples import clientcOnfig= { 'username': 用于存储历史COOKIEs的唯一标识ID, }crawler_executor = client.Client()crawler_executor.executor('neteasesignin', cOnfig=config)

8. 微博表情包爬取

调用方式:

from DecryptLoginExamples import clientcOnfig= { 'username': 用户名, 'password': 密码,}crawler_executor = client.Client()crawler_executor.executor('weiboemoji', cOnfig=config)

9. 大吼一声发微博

调用方式:

from DecryptLoginExamples import clientcOnfig= { 'username': 用户名, 'password': 密码,}crawler_executor = client.Client()crawler_executor.executor('weibosender', cOnfig=config)

10. 淘宝商品数据小爬虫

调用方式:

from DecryptLoginExamples import clientcOnfig= { 'username': 用于存储历史COOKIEs的唯一标识ID, }crawler_executor = client.Client()crawler_executor.executor('tbgoods', cOnfig=config)

11. 京东商品数据小爬虫

调用方式:

from DecryptLoginExamples import clientcOnfig= { 'username': 用于存储历史COOKIEs的唯一标识ID, }crawler_executor = client.Client()crawler_executor.executor('jdgoods', cOnfig=config)

12. 批量删除微博

调用方式:

from DecryptLoginExamples import clientcOnfig= { 'username': 用户名, 'password': 密码,}crawler_executor = client.Client()crawler_executor.executor('delallweibos', cOnfig=config)

13. 批量删除QQ空间说说

调用方式:

from DecryptLoginExamples import clientcOnfig= { 'username': 用于存储历史COOKIEs的唯一标识ID, }crawler_executor = client.Client()crawler_executor.executor('clearqzone', cOnfig=config)

14. 在终端看网易云每日歌曲推荐

调用方式:

from DecryptLoginExamples import clientcOnfig= { 'username': 用于存储历史COOKIEs的唯一标识ID, }crawler_executor = client.Client()crawler_executor.executor('neteaseeveryday', cOnfig=config)

15. 网易云音乐刷歌曲播放量

调用方式:

from DecryptLoginExamples import clientcOnfig= { 'username': 用于存储历史COOKIEs的唯一标识ID, }crawler_executor = client.Client()crawler_executor.executor('neteaseclickplaylist', cOnfig=config)

16. 天翼云盘自动签到+抽奖

调用方式:

from DecryptLoginExamples import clientcOnfig= { 'username': 用户名, 'password': 密码,}crawler_executor = client.Client()crawler_executor.executor('cloud189signin', cOnfig=config)

17. 中国大学MOOC下载器

调用方式:

from DecryptLoginExamples import clientcOnfig= { 'url': 课程链接, 例如: ***/course/SJTU-1003381021, }crawler_executor = client.Client()crawler_executor.executor('moocdl', cOnfig=config)

18. 修改小米运动中的步数

调用方式:

from DecryptLoginExamples import clientcOnfig= { 'username': 用户名, 'password': 密码, 'steps': 想要刷到的目标步数,}crawler_executor = client.Client()crawler_executor.executor('modifymihealthsteps', cOnfig=config)

19. 淘宝抢购脚本

调用方式:

from DecryptLoginExamples import clientcOnfig= { 'username': 用于存储历史COOKIEs的唯一标识ID, 'trybuy_interval': 抢购商品时查询商品是否可以购买的时间间隔(单位秒), 'server_key': Server酱的Key,}crawler_executor = client.Client()crawler_executor.executor('taobaosnap', cOnfig=config)

20. 京东抢购脚本

调用方式:

from DecryptLoginExamples import clientcOnfig= { 'username': 用于存储历史COOKIEs的唯一标识ID, 'trybuy_interval': 抢购商品时查询商品是否可以购买的时间间隔(单位秒), 'server_key': Server酱的Key, 'paywd': 支付密码, 部分商品需要支付密码才能提交订单, 输入密码不会导致你直接购买商品, 请放心使用,}crawler_executor = client.Client()crawler_executor.executor('jingdongsnap', cOnfig=config)

21. B站UP主监控

调用方式:

from DecryptLoginExamples import clientcOnfig= { 'username': 用于存储历史COOKIEs的唯一标识ID, 'up_ids': 监控的UP主ID, 例如: ['406756145'], 'time_interval': 查询UP主的动态的间隔时间, 'server_key': Server酱的Key,}crawler_executor = client.Client()crawler_executor.executor('bilibiliupmonitor', cOnfig=config)

调用方式:

from DecryptLoginExamples import clientcOnfig= { 'username': 用于存储历史COOKIEs的唯一标识ID, 'time_interval': 查询UP主的动态的间隔时间,}crawler_executor = client.Client()crawler_executor.executor('bilibililottery', cOnfig=config)

23. 微博水军

调用方式:

from DecryptLoginExamples import clientcOnfig= { 'username': 用户名, 'password': 密码, 'targetid': 想要流量造假服务的明星微博ID, 例如: '1776448504',}crawler_executor = client.Client()crawler_executor.executor('weibowater', cOnfig=config)

24. 微博批量拉黑脚本

调用方式:

from DecryptLoginExamples import clientcOnfig= { 'username': 用户名, 'password': 密码, 'blacklist_ids': 想要批量拉黑的用户列表, 例如: ['1776448504', '1792951112', '2656274875'],}crawler_executor = client.Client()crawler_executor.executor('weiboblacklist', cOnfig=config)

声明:本网页内容旨在传播知识,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:dandanxi6@qq.com

(0)
上一篇 2023年 5月 11日 下午1:16
下一篇 2023年 5月 11日 下午1:25

相关推荐

  • 淘宝卖家怎么设置产品限购,淘宝卖家双十一限购设置取消

    商家为了吸引客户,营销手段是少不了的,为了促进转化低价促销是最常用的手段之一。当然商家在吸引客户的同时为了止损,也可以设置限购。 一、怎么设置宝贝限购? 1.登录自己的淘宝账号进入…

    2023年 4月 29日
  • 微信公众号对接详细教程,错过了就没了怎么办

    1. 准备工作 一个微信公众号,可以在微信公众平台注册。 一个服务器,用于接收和处理微信服务器推送的消息,同时可以响应微信用户的请求。 配置服务器的域名和端口,确保可以通过公网访问…

    互联网 2023年 2月 25日
  • 抖音账号定位标签可以改吗,抖音新号如何做账号标签

    账号的定位 1、抖音的相关分类 (1)颜值方面: 美女、帅哥、萌娃、美妆、美发、减肥、时尚、护肤、穿搭、街拍 (2)兴趣方面: 汽车、旅行、游戏、科技、动漫、星座、美食、影视、魔术…

    2023年 7月 18日
  • 迅雷云盘强势回归,迅雷云端观看速度

    在2019年群晖新品发布会上群晖联合迅雷/玩物科技推出玩物下载套件帮助群晖NAS用户提高各种资源下载速度。 玩物科技称该公司是迅雷下载的授权合作伙伴,不过从经营范围和相关业务来看玩…

    2023年 1月 9日
  • 水星mw325r路由器无线设置方法

    水星MW325R路由器,四天线设计,300MB无线传输速度,强劲穿墙能力,2X2MIMO信号叠加,专业加密机制,一键禁用蹭网设备,ARP攻击防护,IP带宽控制,WDS无线桥接,访客…

    2023年 6月 26日
  • 网络搜索排名怎么搞

    很多网友问小编有关网络搜索排名怎么做?最新网络搜索排名怎么弄的?下面小编整理了网络搜索排名怎么弄的信息教程, 跟随小编来详细了解一下全网搜索排名, 一、网络搜索排名怎么弄出来 1….

    2023年 5月 4日
  • 微软官网如何win10镜像

    跟我一起,穿越时间! 不管是重装系统还是体验新系统,我们都离不开系统安装镜像,但是系统镜像的下载并不是那么容易,有很多人找不到下载官方原版系统的地方,那怎么办呢? 前几天我讲了如何…

    2023年 9月 28日
  • 西班牙语的标点符号怎么使用(手机上如何输入西班牙语连续符号)

    对于西班牙语的从业人员以及爱好者们,想要在美式键盘上打出西语并不是一件难事。本篇内容就来介绍一下如何添加和使用西语键盘。 首先,请选择:我的电脑——>控制面板——>时间…

    2023年 9月 5日
  • 绝地求生账号被盗了然后被永久封禁这个能申诉回来吗

    这是关于个人steam账号被盗原因、被封过程、申诉办法三点的详细总结,仔细看,仔细学,不懂就问! 第一点 被盗号原因 大部分PUBG玩家账号被盗的主要原因在于未开手机令牌的情况下并…

    2023年 9月 11日
  • 企业百家号怎么申请,企业百家号认证流程

    百家号属于百度官方自媒体账号平台,也是创作者分享内容、发布信息的工具;企业可以理解,百家号是低成本获取客户的新工具,因为百家号不仅开辟了搜索、信息流、问答等百度生态公域场景的大量用…

    2023年 2月 10日