Skip to content

Job-Heersink/GooglePlayCrawlerPython

Repository files navigation

GooglePlayCrawlerPython

this project is based on https://github.com/egbertbouman/APKfetch

Dependencies

  • Python 3.6+
  • requests
  • protobuf
  • PyCryptodome
  • lxml

The Python packages can be installed with

pip install -r requirements.txt

Note that you do need an androidid for this program to work, you can get an android id by installing Device ID on your android device.

Using the CLI

usage: googleplaycrawler.py [--help] [--user USER] [--passwd PASSWD]
                            [--androidid ANDROIDID] [--package PACKAGE]
                            [--iterations ITERATIONS] [--list LIST]

Download APK files from the google play store and retrieve their information

optional arguments:
  --help, -h            Show this help message and exit
  --user USER, -u USER  Google username
  --passwd PASSWD, -p PASSWD
                        Google password
  --androidid ANDROIDID, -a ANDROIDID
                        AndroidID
  --package PACKAGE, -k PACKAGE
                        Package name of the app
  --iterations ITERATIONS, -i ITERATIONS
                        Amount of apps you want to crawl through
  --list LIST, -l LIST  file name to read the list of apps to crawl through
                        from


About

this is a google play crawler written in python. based on https://github.com/egbertbouman/APKfetch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages