《Python3网络爬虫开发实战代码》.zip


《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.gitCOMMIT_EDITMSG
     文件          97  2017-08-05 20:46  《Python3网络爬虫开发实战代码》appium.gitFETCH_HEAD
     文件          23  2017-08-05 20:45  《Python3网络爬虫开发实战代码》appium.gitHEAD
     文件          41  2017-08-05 20:46  《Python3网络爬虫开发实战代码》appium.gitORIG_HEAD
     目录           0  2019-08-22 20:35  《Python3网络爬虫开发实战代码》appium.gitranches
     文件         251  2017-08-05 20:45  《Python3网络爬虫开发实战代码》appium.gitconfig
     文件          73  2017-08-05 20:45  《Python3网络爬虫开发实战代码》appium.gitdescription
     目录           0  2019-08-22 20:33  《Python3网络爬虫开发实战代码》appium.githooks
     文件         478  2017-08-05 20:45  《Python3网络爬虫开发实战代码》appium.githooksapplypatch-msg.sample
     文件         896  2017-08-05 20:45  《Python3网络爬虫开发实战代码》appium.githookscommit-msg.sample
     文件         189  2017-08-05 20:45  《Python3网络爬虫开发实战代码》appium.githookspost-update.sample
     文件         424  2017-08-05 20:45  《Python3网络爬虫开发实战代码》appium.githookspre-applypatch.sample
     文件        1642  2017-08-05 20:45  《Python3网络爬虫开发实战代码》appium.githookspre-commit.sample
     文件        1348  2017-08-05 20:45  《Python3网络爬虫开发实战代码》appium.githookspre-push.sample
     文件        4951  2017-08-05 20:45  《Python3网络爬虫开发实战代码》appium.githookspre-rebase.sample
     文件        1239  2017-08-05 20:45  《Python3网络爬虫开发实战代码》appium.githooksprepare-commit-msg.sample
     文件        3611  2017-08-05 20:45  《Python3网络爬虫开发实战代码》appium.githooksupdate.sample
     文件         601  2017-08-15 01:37  《Python3网络爬虫开发实战代码》appium.gitindex
     目录           0  2019-08-22 20:33  《Python3网络爬虫开发实战代码》appium.gitinfo
     文件         250  2017-08-05 20:45  《Python3网络爬虫开发实战代码》appium.gitinfoexclude
     目录           0  2019-08-22 20:33  《Python3网络爬虫开发实战代码》appium.gitlogs
     文件         480  2017-08-15 01:37  《Python3网络爬虫开发实战代码》appium.gitlogsHEAD
     目录           0  2019-08-22 20:33  《Python3网络爬虫开发实战代码》appium.gitlogs
efs
     目录           0  2019-08-22 20:33  《Python3网络爬虫开发实战代码》appium.gitlogs
efsheads
     文件         480  2017-08-15 01:37  《Python3网络爬虫开发实战代码》appium.gitlogs
efsheadsmaster
     目录           0  2019-08-22 20:33  《Python3网络爬虫开发实战代码》appium.gitlogs
efs
emotes
     目录           0  2019-08-22 20:33  《Python3网络爬虫开发实战代码》appium.gitlogs
efs
emotesorigin
............此处省略682个文件信息

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)