#### ======================== ## Sample Scraper for Google Play顶级免费应用程序#### ======= =================
一个使用scrapy并将其存储在MongoDB上在Google Play上排名前500的免费应用的项目。
要使用此项目,请按照下列步骤操作:
。 创建您的工作环境。 克隆项目。 依存关系的安装。 正在运行的项目
####工作环境
$ mkvirtualenv scraper
$ workon scraper
####克隆项目
$ git clone https://github.com/asimcan/googleplayscraper
####依赖关系的安装开发中:
$ pip install -r requirements/dev.txt
2023-03-05 07:10:49
9KB
Python
1