Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 308 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 308 Bytes

App Crawler

中文介绍及讨论

Collect app infomation from Baidu / Google Play app market using python Scrapy and Mongodb

for Scrapy 1.0+,change `app/settings.py` 's ITEM_PIPELINE to

ITEM_PIPELINES = {
  'scrapy_mongodb.MongoDBPipeline': 100
}