google_play_reader 0.0.1.dev16

Creator: railscoder56

Last updated:

Add to Cart

Description:

google play reader 0.0.1.dev16

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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.