/Applicable

Tool to batch-fetch basic app data from a single developer.

Primary LanguageTypeScript

Applicable

A multipurpose Android app fetcher, which is designed to fetch some basic of apps designed by a specific developer account.

Usage

Fetcher

This is the main feature, which fetches apps. Currently, it can only scrape from "APKPure", but it can be extended to other sites quite easily.

  1. Clone the repository.
  2. Run deno i to install the dependencies.
  3. Run deno task --cwd=fetcher dev to launch the interactive prompt.
  4. Follow the instructions in the prompt to fetch the apps.

Note

Data will be stored in a file named (PROVIDER_NAME).results.json. You cannot currently change this location via CLI.

HTML Generator

Generates a HTML file from the fetched data, which is presented nicely.

  1. Run deno i to install the dependencies.
  2. Run deno task --cwd=html-generator dev "path/to/results.json".
  3. Follow the instructions in the prompt to generate the HTML file.

Tip

You can hover over the app name to see the package name.