无代理系统搜寻器
免责声明:
"The strategy is definitely: first make it work, then make it right, and, finally, make it fast."
该项目的当前状态是“正确”。
先决条件和建筑:
要运行搜寻器,您需要安装python,pip和requirements.txt文件中指定的python模块。
您可以将搜寻器构建为本地应用程序,也可以使用Docker构建为容器化应用程序。
将搜寻器构建为本机应用程序:
Google Play搜寻器
一种抓取工具,可从Google Play抓取所有应用程序的数据并将其保存到MySQL。
要求
的Python 3
MySQL
用法
# Clone this repo
git clone https://github.com/yaoandy107/google_play_crawler.git
# Switch the directory
cd google_play_crawler
# Install all the package required in th