Skip to content

Latest commit

 

History

History
19 lines (9 loc) · 372 Bytes

README.md

File metadata and controls

19 lines (9 loc) · 372 Bytes

Play-Store-Scraper

Scrapes images and description of apps in google play store

Setup

python setup.py install

Run play store scraper:

play-store-scraper

Creates a folder(with package name as folder name) within the current folder from which the script is run.

All images are downloaded with .png extention.

Currently compatible with Python2.7.x