google play crawler 源码
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 this project pip3 install -r requirements.txt # Run SQL initial script (There is many way to run this script) mysql -uroot < init.sql # Run crawler scra
用户评论