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 Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file google_play_reader-0.0.1.dev12.tar.gz.
File metadata
- Download URL: google_play_reader-0.0.1.dev12.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5b92a6dcbf97d2a47cb1f3a7840b8b67934cd206c0694d9ddca506e70c650e4b
|
|
| MD5 |
45d271f7002634e0b09e45c9ce8e1534
|
|
| BLAKE2b-256 |
2a398a23f1cd8e9271e2bf37dea3d3db36b30200eb70bf9bff097e5276598c3b
|
File details
Details for the file google_play_reader-0.0.1.dev12-py3-none-any.whl.
File metadata
- Download URL: google_play_reader-0.0.1.dev12-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
91d74e101c7971ae2ccbccf1e56665fb6bd1e6236e0143f324e8d2479887a1e4
|
|
| MD5 |
c9b39d4b048ad19c04ac672d907d4596
|
|
| BLAKE2b-256 |
735be59964738aa1b527878c6f71e9aff0f4a04aa642ddf99136e1218a546530
|