使用python从google playstore下载APK

2024-05-12 18:38:43 发布

您现在位置:Python中文网/ 问答频道 /正文

我正在尝试从谷歌playstore下载apk文件列表。我已经试过了

  1. Google Play Unofficial Python API”似乎已被弃用
  2. Python APK Downloader显示错误此错误-

File "/home/sadiq/miniconda3/lib/python3.8/site-packages/apkdownloader/googleplay.py", line 73, in init self.deviceBuilder = config.DeviceBuilder(device_codename) AttributeError: 'ConfigParser' object has no attribute 'DeviceBuilder'

有没有其他方法可以通过脚本下载APK


Tags: 文件apihome列表play错误googledownloader