An open API service indexing awesome lists of open source software.

https://github.com/bluzzi/supaclicker-hack

A script for obtaining any SupaClicker statistics.
https://github.com/bluzzi/supaclicker-hack

Last synced: 10 months ago
JSON representation

A script for obtaining any SupaClicker statistics.

Awesome Lists containing this project

README

          

# SupaClicker Hack
A script to obtain the desired statistics on the [SupaClicker](https://github.com/Steellgold/supa-clicker) game.

To use the script, you need to connect to the game's website and retrieve the list of your cookies in the headers of a Network request to set the `COOKIES` variable in an `.env` at the project root.

`.env` example:
```php
COOKIES="sb-ludyyxcyrqfzlwhexilp-auth-token-code-verifier=...; sb-ludyyxcyrqfzlwhexilp-auth-token=..."
```

Then, you can execute this command to get all the stats maxed: `pnpm run exec`.