資源簡介
《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個文件信息
評論
共有 條評論