Files
crextractor/README.md
T
2025-03-26 13:19:45 +05:00

468 B

Crunchys

A utility to extract secrets from Crunchyroll mobile app

Prerequisites

Installation

npm i crunchys

Usage

Library

import { extractSecrets } from 'crunchys';

const { id, secret, encoded, header } = await extractSecrets();

// Do something with the extracted secrets

Command-line interface

npx crunchys

License

MIT