Skip to main content

Tool to get information about Android apps on Google Play

Project description

Build Status Code Health

Python3 library to get information about apps on Google Play Store.

Install

$pip install google_play_reader

Usage

from google_play_reader.models import AppEntry

app_entry = AppEntry("com.newsblur")
name = app_entry.get_name()
rating_value, rating_count = app_entry.get_rating()
downloads = app_entry.get_downloads()
category = app_entry.get_category()
# ...

Contributing

Feel free to create pull requests. Be sure that your code passes our checkers:

$tox -e py36

Tests

Tests are still not being made properly. So far you can check whether it is working by running:

$python -m google_play_reader.models

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

google_play_reader-0.0.1.dev16-py3-none-any.whl (5.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page