淘宝直播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

相关推荐

  • excel如何锁定指定单元格别的还可以动

    很多用电脑的朋友(特别是从事财务之类工作的)都会用到excel软件进行办公,有的时候需要一些excel模板给其他同事填数据进行汇总。为了保证数据的正确性(有的excel单元格内容比…

    2023年 8月 4日
  • 笔记本电脑怎么共享wifi热点

    站长寄语 创建wifi热点,笔记本电脑,手机和平板电脑都是可以的,站长掌握这个知识的时候还是大一,哦,想一想已经是很早的时候了,随后,智能手机大肆流行,手机和平板也都可以创建热点了…

    2023年 9月 5日
  • 手机qq怎样同时关闭看点和小世界

    大家好,随着智能手机的普及,用智能手机的人越来越多,微信、Soul等新型的社交软件层出不穷,它们已成为人们日常生活中的主要即时通信工具,但现在还是有有近6亿用户坚守在QQ上,大部分…

    2023年 6月 21日
  • 爱奇艺或者腾讯自动续费怎么关闭

    4月20日,据浙江消保委官方微信公众号消息,截至4月17日,爱奇艺、腾讯视频等11家视频、音频网站先后向浙江省消保委发来整改回复函,就4月8日浙江省消保委约谈会中提到的相关问题进行…

    2023年 1月 16日
  • excel中自动序号的生成技巧

    经常处理数据的亲,对于序号(No)并不陌生,但99%的亲都在手动填充,当有筛选等情况时,序号更是乱得一塌糊涂……所以,掌握一定的序号生成技巧是非常有必要的。 一、生成序号——填充法…

    2023年 3月 9日
  • mg动画制作平台

    现在市面上的 MG动画制作 公司非常多,MG动画 的品质也是参差不齐,那么到底该如何挑选动画制作公司呢?让小编来和你娓娓道来。 MG动画制作公司 我们先来看几点关于挑选 MG动画制…

    2023年 9月 6日
  • 支付宝花呗收钱码怎么开通花呗收款

    近日,支付宝推出了一个12月份到店付款15天瓜分15亿红包活动,而使用花呗奖金还有翻倍。最近身边很多朋友问小编支付宝怎么开通花呗收款?使用花呗收款有2个好处,一个是红包奖金可能翻倍…

    2023年 3月 6日
  • 海康威视录像机即插即用改手动

    关于即插即用NVR添加摄像机一般有两种方式,下面分别来介绍一下: 即插即用方式添加IPC 只需将IPC连接到NVR的即插即用网口上即可。 注意事项激活版本的IPC对接激活版本的NV…

    2023年 7月 16日
  • 淘宝京东拼多多针对什么消费者,淘宝京东拼多多哪个单量真实点

    总有一些事会朝着意外的方向发展.. 当初网购的原因是因为想要省钱.. 然而,网购了这么多年。 你真的知道你的钱花在了哪里吗?[耶] 这份关于三大平台的查询攻略 你一定要收好! 01…

    2023年 7月 4日
  • 电商美工设计师前景广阔,如何才能拿到高薪资

    电商美工设计师是近年来电商行业中的一种新型职业,其主要职责是负责电商平台的页面设计、广告设计、产品展示等方面的工作。那么,电商美工设计师的前景如何?如何才能拿高薪?下面,我们来为大…

    2023年 8月 3日