google-play-scraper:Google Play刮板Python的灵感来自

时间:2021-05-14 18:21:12
【文件属性】:
文件名称:google-play-scraper:Google Play刮板Python的灵感来自
文件大小:44KB
文件格式:ZIP
更新时间:2021-05-14 18:21:12
python crawler scraper google-play Python Google Play抓取工具 Google-Play-Scraper提供了API,可轻松抓取适用于Python的Google Play商店,而无需任何外部依赖! 相关项目 Node.js抓取器从Google Play获取数据 我已经对该库的API设计进行了很多介绍。 安装 pip install google-play-scraper 用法 可以在下面描述的lang和country参数中包括的国家和语言代码分别取决于和标准。 因此,我们建议使用ISO数据库库,例如 。 应用程式详细资料 from google_play_scraper import app result = app ( 'com.nianticlabs.pokemongo' , lang = 'en' , # defaults to 'en' country = 'us' # default
【文件预览】:
google-play-scraper-master
----setup.py(1KB)
----.gitignore(4KB)
----Makefile(92B)
----LICENSE(1KB)
----Pipfile.lock(21KB)
----CHANGELOG.md(3KB)
----.github()
--------ISSUE_TEMPLATE()
--------workflows()
----README.md(35KB)
----tests()
--------__init__.py(0B)
--------e2e_tests()
----Pipfile(208B)
----google_play_scraper()
--------__init__.py(154B)
--------utils()
--------constants()
--------features()
--------exceptions.py(308B)

网友评论