Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 402 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 402 Bytes

Simple script for crawling the Play Store.

See this article for details:

Crawling the Android Marketplace: 155,200 Apps

Installing dependencies:

easy_install pyquery
easy_install eventlet

Of if you're using pip:

pip install -r reqs.txt

I revised Alex code for my own purpose.