Initial commit

This commit is contained in:
Vitaly Gashkov
2025-03-26 13:19:45 +05:00
commit baac0bcc23
8 changed files with 213 additions and 0 deletions
+36
View File
@@ -0,0 +1,36 @@
# Crunchys
A utility to extract secrets from Crunchyroll mobile app
## Prerequisites
- [Node.js](https://nodejs.org/en)
- [jadx](https://github.com/skylot/jadx)
## Installation
```bash
npm i crunchys
```
## Usage
#### Library
```js
import { extractSecrets } from 'crunchys';
const { id, secret, encoded, header } = await extractSecrets();
// Do something with the extracted secrets
```
#### Command-line interface
```bash
npx crunchys
```
## License
MIT