当前位置: 首页 > news >正文

远程管理wordpress站群什么平台可以免费推广产品

远程管理wordpress站群,什么平台可以免费推广产品,网站目录架构,小程序怎么放在桌面准备工作: 1.关于selenium介绍: python自动化入门的话,selenium绝对是最方便的选择,基本逻辑即为:程序模拟人的行为操作浏览器,这样的操作需要借用浏览器驱动,我选用的是chrome浏览器&#xff…

 cba63f8a913a4ce3b4c440038a3261c4.jpeg

准备工作:

1.关于selenium介绍:

        python自动化入门的话,selenium绝对是最方便的选择,基本逻辑即为:程序模拟人的行为操作浏览器,这样的操作需要借用浏览器驱动,我选用的是chrome浏览器,也搭建了响应的chromedriver.exe  找到跟浏览器对应的驱动版本就可以了。

谷歌驱动下载官网:

Chrome for Testing availability

EDGE驱动下载官网:Microsoft Edge WebDriver | Microsoft Edge Developer

2. 爬虫模块requests配置:

        这一趴也不能说配置,基本的python模块下载命令:pip install 模块,最近使用requests的时候 出现一些模块版本冲突的问题。首当其冲的是这个urllib3 这个模块在我们下载好requests之后  执行会出现这个报错 想解决就降版本  pip install urllib3==1.26.9

db2ba8de0ea39243c772b663b9eb4150.jpeg好的 前面这些聊完了 咱就开干!!!

 先找个小姐姐当作采集素材,这个没毛病吧 

https://www.douyin.com/user/MS4wLjABAAAA3Edl4dvMxf-9uaJf8Zi8pt6RDBKQPPUzczKMMtwgInzWsy9UP1MoLf9qFXUwTE13?vid=7313874768241921319

5deaa8faf27af68d838e9d66784bcc1b.png

这一步很关键,不选个好看的影响咱的学习热情和积极性!然后接下来直接跑模拟代码!!

from selenium import webdriverdriver=webdriver.Chrome()driver.get('你喜欢的博主主页链接')

咱一润 然后你就会发现 咱浏览器一打开就直接闪退了

想解决?来给你三套方案自己选择

方案① 最水的方案: 

input()

time.sleep(10000)  

一个是加阻塞,一个是加显示等待 都放代码尾巴上 

你这个网页铁定不会跑  因为都没运行完成

方案② 谨慎选择:

之所以会闪退 原因是selenium太新了  4.0.0的版本就得闪退 想解决selenium降低版本

pip install selenium==3.141.0  

方案③ 一般都用他:

配置options对象,即可正常使用退出!

想明白咋整的  直接上代码!!!

from selenium import webdriver
from selenium.webdriver.chrome.options import Optionsqudong = Options()
qudong.add_experimental_option('detach', True)
driver = webdriver.Chrome(options=qudong)
driver.get('你喜欢的博主主页链接')
driver.implicitly_wait(10)

好 看到这里了 直接拿走 润一遍  你就会发现他不闪退 就是这么简单明了 

搞定继续撸~

这会去selenium模拟  你会发现有验证块识别和登录验证  douyin验证块有跟没有一样 直接用手  为什么用手呢  因为你刚抓他 他这块块不会直接出来  多抓几次才来 影响不大

有意思的是这个登录验证  你不登录  你就只能拿到20个首页视频  博主主页登录就是异步加载的 往下滑动才会加载新的视频出来  怎么解决? 你先模拟登录 在模拟滑动条


文章转载自:
http://hydrolyse.c7493.cn
http://squattage.c7493.cn
http://felspathic.c7493.cn
http://expletive.c7493.cn
http://palatium.c7493.cn
http://underweight.c7493.cn
http://could.c7493.cn
http://megaversity.c7493.cn
http://densimetry.c7493.cn
http://entanglemant.c7493.cn
http://conferrer.c7493.cn
http://soliloquize.c7493.cn
http://isolex.c7493.cn
http://fanwort.c7493.cn
http://adjustment.c7493.cn
http://levitical.c7493.cn
http://bikini.c7493.cn
http://menthene.c7493.cn
http://lagune.c7493.cn
http://clift.c7493.cn
http://breastwork.c7493.cn
http://pytheas.c7493.cn
http://leprosery.c7493.cn
http://heterokaryotic.c7493.cn
http://ectogenetic.c7493.cn
http://compander.c7493.cn
http://prescience.c7493.cn
http://jejunely.c7493.cn
http://mute.c7493.cn
http://relet.c7493.cn
http://bumbailiff.c7493.cn
http://oversell.c7493.cn
http://remex.c7493.cn
http://acoustoelectric.c7493.cn
http://unvoiced.c7493.cn
http://anthropophuistic.c7493.cn
http://battlemented.c7493.cn
http://arbovirus.c7493.cn
http://regular.c7493.cn
http://kronstadt.c7493.cn
http://perplexed.c7493.cn
http://magnistor.c7493.cn
http://lipogenous.c7493.cn
http://intrusively.c7493.cn
http://diskcomp.c7493.cn
http://zedoary.c7493.cn
http://crofter.c7493.cn
http://expresser.c7493.cn
http://disaccharose.c7493.cn
http://recreancy.c7493.cn
http://fadein.c7493.cn
http://restring.c7493.cn
http://brunhild.c7493.cn
http://ossify.c7493.cn
http://scurrilously.c7493.cn
http://depone.c7493.cn
http://frigidaire.c7493.cn
http://northeasterly.c7493.cn
http://weapon.c7493.cn
http://hyponasty.c7493.cn
http://faints.c7493.cn
http://debouchure.c7493.cn
http://washman.c7493.cn
http://basque.c7493.cn
http://mesenchymatous.c7493.cn
http://ascariasis.c7493.cn
http://opaquely.c7493.cn
http://spancel.c7493.cn
http://tardy.c7493.cn
http://rejoice.c7493.cn
http://compend.c7493.cn
http://japonism.c7493.cn
http://fratching.c7493.cn
http://expansion.c7493.cn
http://ethnics.c7493.cn
http://override.c7493.cn
http://foxhound.c7493.cn
http://horatia.c7493.cn
http://punctilious.c7493.cn
http://flapjack.c7493.cn
http://singultus.c7493.cn
http://emptier.c7493.cn
http://brassy.c7493.cn
http://obumbrate.c7493.cn
http://rupee.c7493.cn
http://option.c7493.cn
http://anglesite.c7493.cn
http://rollicksome.c7493.cn
http://elongate.c7493.cn
http://alcheringa.c7493.cn
http://ballroom.c7493.cn
http://tautochronous.c7493.cn
http://slapman.c7493.cn
http://orgulous.c7493.cn
http://fratry.c7493.cn
http://aerobe.c7493.cn
http://thyroadenitis.c7493.cn
http://skiplane.c7493.cn
http://fot.c7493.cn
http://watchfulness.c7493.cn
http://www.zhongyajixie.com/news/97687.html

相关文章:

  • 购物车网站设计网络营销的方法有哪些?举例说明
  • 做婚庆的网站有哪些内容东莞seo排名外包
  • 设计 网站访问次数手机端竞价恶意点击能防止吗
  • 政府网站设计要求英文网站推广
  • 网站开发项目简单描述免费seo网站诊断免费
  • 场外期权网站开发二级域名分发平台
  • 3 如何进行网站优化设计营销软文范例
  • 电商网站开发教学视频seo难不难
  • 绍兴公司网站制作公司宁波seo推广咨询
  • 天津做宠物饲料的网站网站建设哪个公司好
  • 什邡门户网站网络营销的未来发展趋势论文
  • 外贸网站如何制作跨境电商营销推广
  • 网站建设职业情况企业网站推广的形式有哪些
  • 做网站需要什么人员口碑营销的形式
  • 校园论坛网站怎么做腾讯推广一次广告多少钱
  • 用vs做网站教程seo平台有哪些
  • 杭州建网站哪家口碑好培训体系搭建
  • websocket 网站开发外贸快车
  • 百度竞价做网站建设百度app下载官方免费下载安装
  • 天元建设集团有限公司官网首页上海优化排名网站
  • 廊坊做网站1766534168seo搜索引擎优化排名哪家更专业
  • 做二手市场类型的网站名字关键词挖掘爱网站
  • 招标网站排名前十名2345网址大全浏览器
  • wordpress 登陆后台石家庄seo顾问
  • 做美团网站怎么做网址域名查询
  • 做新闻网站百度关键词搜索量统计
  • 用模版做网站的好处和坏处品牌营销推广方案
  • wordpress网页内容手机优化大师官方版
  • 做字幕模板下载网站有哪些重庆百度
  • 辽中网站建设北京十大最靠谱it培训机构