Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 576 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 576 Bytes

ReVanced PlayStore Metadata API

Description

The application provides search functionality for some useful metadata about PlayStore applications.

How to Run

This project uses Poetry for dependency management. To run the application, you need to have Poetry installed.

  1. Clone the repository.
  2. Navigate to the project directory.
  3. Install the project dependencies with Poetry: poetry install
  4. Set the environment variables SEARCH_API_KEY, SEARCH_ENGINE_ID and REDIS_URL
  5. Run the application: poetry run python app.py