This crawler can crawl tens of thousands of apps information from the Xiaomi App Store, and save them into the MongoDB. It is based on Python + Scrapy.
You'll need to install:
- Python (2.7.10)
- scrapy(python lib)
- pymongo(python lib)
- MongoDB (3.0.0+)
sudo pip install scrapy
sudo pip install pymongo
yum -y install mongodb-org mongodb-org-server
systemctl start mongod
git clone https://github.com/BitTigerInst/KLV_Crawler.git
cd KLV_Crawler
scrapy crawl cnproxy
scrapy crawl vkea_xiaomi
Vkea95 |
This project is licensed under the MIT License - see the LICENSE.md file for details
- category: big data
- team: KLV Team
- description: Crawling information from Xiaomi APP store.
- stack: python, scrapy, mongodb