Skip to content

xuezh01/project

 
 

Repository files navigation

微信自动登录及获取微信朋友圈实时动态

  • 环境配置

    • win10  python3.6.7  Appium-desktop-1.12.1-x64 微信版本7.0.3
      pip install Appium-Python-Client==0.41
      pip install selenium==4.0.0a1
    • pyrcc5 test.uio test.py  # qrc 配置文件转py
      
      pyinstaller -F 文件  # 打包成一个exe
      
      pyisntaller -D -w -i logo文件 py文件  # 打包成一个文件夹 -w 不显示命令行窗口
  • adb 常用命令

    • adb connect 127.0.0.1:62001  # 连接设备
      adb devices  # 查看连接设备    
      adb shell /system/bin/screencap -p /sdcard/screenshot.png  # 截图命令
      adb pull /sdcard/screenshot.png D:\download  # 保存
      adb shell input tap x y  # 点击
      adb shell input swipe x1 y1 x2 y2  # 翻页

About

学习用途

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 94.5%
  • HTML 2.4%
  • JavaScript 1.8%
  • CSS 1.2%
  • TSQL 0.1%
  • PHP 0.0%