mirror of
https://github.com/vitalygashkov/crextractor.git
synced 2026-07-15 17:40:03 +02:00
Initial commit
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user