2025-04-12 19:38:54 +07:00
|
|
|
# Castorsrm
|
|
|
|
|
|
|
|
|
|
Rice shirt rice money :(
|
|
|
|
|
|
2025-04-13 13:29:36 +07:00
|
|
|
## Notice
|
|
|
|
|
|
|
|
|
|
> [!WARNING]
|
|
|
|
|
> This software is provided by the author as is, without any warranty. Use at your own risk
|
|
|
|
|
|
|
|
|
|
The view buffed should be around 1/2 (or 2/5) of the amount of proxy you chosen in the worst case, and possibly near the amount in the best case.
|
|
|
|
|
|
2025-04-12 19:38:54 +07:00
|
|
|
## Installation
|
|
|
|
|
|
|
|
|
|
This project uses Bun for dependency management and Node.js (or Bun on UNIX platforms) for the app execution.
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
git clone https://git.tretrauit.me/tretrauit/castorsrm
|
|
|
|
|
cd castorsrm
|
|
|
|
|
bun install
|
|
|
|
|
bun run dev
|
|
|
|
|
# or execute "bun run dev-bun" to start the application with Bun instead
|
|
|
|
|
# Note that Bun will not work correctly with Playwright on Windows.
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## Configuration
|
|
|
|
|
|
|
|
|
|
On the first launch, it'll generate a `config.json` file. You can change the application settings by editing that file.
|
|
|
|
|
|
|
|
|
|
## License
|
|
|
|
|
|
|
|
|
|
[MIT](./LICENSE)
|