A multipurpose Android app fetcher, which is designed to fetch some basic of apps designed by a specific developer account.
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.
- Clone the repository.
- Run
deno ito install the dependencies. - Run
deno task --cwd=fetcher devto launch the interactive prompt. - 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.
Generates a HTML file from the fetched data, which is presented nicely.
- Run
deno ito install the dependencies. - Run
deno task --cwd=html-generator dev "path/to/results.json". - Follow the instructions in the prompt to generate the HTML file.
Tip
You can hover over the app name to see the package name.