API to get information of app in playstore
This API is currently intended to use for checking the current version of app in Google playstore to compare with installed version of app in device.
- Poetry
- Python-3.8 or above
- Git
- Clone this repository and change directory.
git clone https://github.com/Mirror-Score/playstore-app-data
cd playstore-app-data
- Install setup
make
- Activate virtual environment if using
- Start local server
python wsgi.py
Make a get request with app package id in query parameter.
Example: https://localhost:5000?id=com.app.mirrorscore
Add other searchable parameters like name, title, keyworks, etc.
- Add unit test.
- Add other searchable parameters.
- Add better error handling and logging to API.
- Make dir structure organised and handle environment.
- Setup Docker and Heroku deployment.
- Setup contributions and issue guidelines.
PRs are welcome 🤝 for new feature and bug fixes. If you would like to help. TODO is good place to start.
This project is licensed under MIT License