Tool to get information about Android apps on Google Play
Project description
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
Release history Release notifications | RSS feed
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
File details
Details for the file google_play_reader-0.0.1.dev16-py3-none-any.whl
.
File metadata
- Download URL: google_play_reader-0.0.1.dev16-py3-none-any.whl
- Upload date:
- Size: 5.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.9.1 pkginfo/1.4.1 requests/2.18.4 setuptools/36.4.0 requests-toolbelt/0.8.0 tqdm/4.15.0 CPython/3.6.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 48cf55ab56c78aab3973200343dedfaa81ca76e914c94e93131cefb3e0c02979 |
|
MD5 | 3df5730a1549d7a67b33754f449e8024 |
|
BLAKE2b-256 | fc63d46a38bc847362ec6bb0962a53f6a107e165ce588337e9541f7dacdfeedb |