资源简介
《Python3网络爬虫开发实战代码》.zip
代码片段和文件信息
import os
# 平台
PLATFORM = ‘Android‘
# 设备名称 通过 adb devices -l 获取
DEVICE_NAME = ‘MI_NOTE_Pro‘
# APP路径
APP = os.path.abspath(‘.‘) + ‘/weixin.apk‘
# APP包名
APP_PACKAGE = ‘com.tencent.mm‘
# 入口类名
APP_ACTIVITY = ‘.ui.LauncherUI‘
# Appium地址
DRIVER_SERVER = ‘http://localhost:4723/wd/hub‘
# 等待元素加载时间
TIMEOUT = 300
# 微信手机号密码
USERNAME = ‘‘
PASSWORD = ‘‘
# 滑动点
FLICK_START_X = 300
FLICK_START_Y = 300
FLICK_DISTANCE = 700
# MongoDB配置
MONGO_URL = ‘localhost‘
MONGO_DB = ‘moments‘
MONGO_COLLECTION = ‘moments‘
# 滑动间隔
SCROLL_SLEEP_TIME = 1
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2019-08-22 20:33 《Python3网络爬虫开发实战代码》\
文件 1274 2018-04-24 22:41 《Python3网络爬虫开发实战代码》\README.md
目录 0 2019-08-22 20:33 《Python3网络爬虫开发实战代码》\appium\
目录 0 2019-08-22 20:33 《Python3网络爬虫开发实战代码》\appium\.git\
文件 7 2017-08-15 01:37 《Python3网络爬虫开发实战代码》\appium\.git\COMMIT_EDITMSG
文件 97 2017-08-05 20:46 《Python3网络爬虫开发实战代码》\appium\.git\FETCH_HEAD
文件 23 2017-08-05 20:45 《Python3网络爬虫开发实战代码》\appium\.git\HEAD
文件 41 2017-08-05 20:46 《Python3网络爬虫开发实战代码》\appium\.git\ORIG_HEAD
目录 0 2019-08-22 20:35 《Python3网络爬虫开发实战代码》\appium\.git\branches\
文件 251 2017-08-05 20:45 《Python3网络爬虫开发实战代码》\appium\.git\config
文件 73 2017-08-05 20:45 《Python3网络爬虫开发实战代码》\appium\.git\desc
目录 0 2019-08-22 20:33 《Python3网络爬虫开发实战代码》\appium\.git\hooks\
文件 478 2017-08-05 20:45 《Python3网络爬虫开发实战代码》\appium\.git\hooks\applypatch-msg.sample
文件 896 2017-08-05 20:45 《Python3网络爬虫开发实战代码》\appium\.git\hooks\commit-msg.sample
文件 189 2017-08-05 20:45 《Python3网络爬虫开发实战代码》\appium\.git\hooks\post-update.sample
文件 424 2017-08-05 20:45 《Python3网络爬虫开发实战代码》\appium\.git\hooks\pre-applypatch.sample
文件 1642 2017-08-05 20:45 《Python3网络爬虫开发实战代码》\appium\.git\hooks\pre-commit.sample
文件 1348 2017-08-05 20:45 《Python3网络爬虫开发实战代码》\appium\.git\hooks\pre-push.sample
文件 4951 2017-08-05 20:45 《Python3网络爬虫开发实战代码》\appium\.git\hooks\pre-reba
文件 1239 2017-08-05 20:45 《Python3网络爬虫开发实战代码》\appium\.git\hooks\prepare-commit-msg.sample
文件 3611 2017-08-05 20:45 《Python3网络爬虫开发实战代码》\appium\.git\hooks\update.sample
文件 601 2017-08-15 01:37 《Python3网络爬虫开发实战代码》\appium\.git\index
目录 0 2019-08-22 20:33 《Python3网络爬虫开发实战代码》\appium\.git\info\
文件 250 2017-08-05 20:45 《Python3网络爬虫开发实战代码》\appium\.git\info\exclude
目录 0 2019-08-22 20:33 《Python3网络爬虫开发实战代码》\appium\.git\logs\
文件 480 2017-08-15 01:37 《Python3网络爬虫开发实战代码》\appium\.git\logs\HEAD
目录 0 2019-08-22 20:33 《Python3网络爬虫开发实战代码》\appium\.git\logs\refs\
目录 0 2019-08-22 20:33 《Python3网络爬虫开发实战代码》\appium\.git\logs\refs\heads\
文件 480 2017-08-15 01:37 《Python3网络爬虫开发实战代码》\appium\.git\logs\refs\heads\master
目录 0 2019-08-22 20:33 《Python3网络爬虫开发实战代码》\appium\.git\logs\refs\remotes\
目录 0 2019-08-22 20:33 《Python3网络爬虫开发实战代码》\appium\.git\logs\refs\remotes\origin\
............此处省略682个文件信息
相关资源
- Python网络爬虫从入门到实践作者: 唐松
- python爬取漏洞库.zip
- python爬虫开发与项目实战
- python爬虫项目开发实战+源代码
- 2019马哥全新Python全栈+自动化+爬虫+数
- 京东商品图片爬虫
- 抓取豆瓣影评并制作词云
- Python爬取豆瓣图书信息
- python爬虫集(豆瓣电影、书籍、小组
- 技术更新,战术升级!Python爬虫案例
- python文本相似度分析
- python 网络爬虫
- Python+淘宝网商品数据分析+原代码.t
- python爬取淘宝信息并作分析
- google图片爬虫心情
- Python-Boss直聘Python招聘岗位信息爬取和
- 爬虫多维度抓取链家二手房成交数据
- python 爬取链家网信息
- python自定义爬虫之爬取豆瓣网和腾讯
- 基于python的网络爬虫设计
- Python爬虫股票评论
- Python爬取房价信息
- Python爬虫获取电子书资源实战
- 分析Ajax接口获取QS排名的Python爬虫及
- 爬虫(爬取加分析)
- 马蜂窝爬虫案例解析
- 商品搜索爬虫
- 爬虫爬取高德地图POI数据
- 爬取好大夫网.py
- 网易云课堂:21天搞定Python分布式爬虫
评论
共有 条评论