Download a release and extract it to a folder of your choice. Or, if you don't trust it (that is fair), you can build it yourself.
If it freezes up, feel free to just restart the program. If you have a vast CS inventory history, the program will probably take a little while.
*You should make sure to put it in a folder that does not require admin permissions, in case you want to save your dumps!
- Open your browser's developer tools (F12)
- Go to the Network tab
- Go to Steam
- Click on the first request
- Go to the Headers tab
- Copy the whole value of the
cookie
field
It should go without saying that giving your cookie to a random program is a bad idea. If you don't trust me, you can build the program yourself and check the source code.
- Clone the repository
- Navigate to the respository's root directory (
cd /path/to/Caseity
) - Run
yarn install
to install the JavaScript dependencies - Run
cargo install
to install Rust dependencies - Run
yarn tauri build
to build the program
Your built program will be in the src-tauri/target/release
folder.
Want to make a change? Great! Pull requests, issues, etc. are all welcome!
- https://github.com/cantryDev/CSGOCaseStatsViewer (helped in the initial kick-off of this project)