{"id":29034158,"url":"https://github.com/spikehd/caseity","last_synced_at":"2025-06-26T11:06:43.439Z","repository":{"id":298755389,"uuid":"619396656","full_name":"SpikeHD/Caseity","owner":"SpikeHD","description":"Visualize your Counter Strike case opening history","archived":false,"fork":false,"pushed_at":"2023-03-29T00:03:16.000Z","size":266,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-21T13:15:16.535Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SpikeHD.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-03-27T03:57:14.000Z","updated_at":"2023-03-28T05:43:38.000Z","dependencies_parsed_at":"2025-06-12T18:19:06.165Z","dependency_job_id":"72ed893d-10d1-496b-a416-f3e8b93915c1","html_url":"https://github.com/SpikeHD/Caseity","commit_stats":null,"previous_names":["spikehd/caseity"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/SpikeHD/Caseity","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpikeHD%2FCaseity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpikeHD%2FCaseity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpikeHD%2FCaseity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpikeHD%2FCaseity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SpikeHD","download_url":"https://codeload.github.com/SpikeHD/Caseity/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpikeHD%2FCaseity/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262053593,"owners_count":23251220,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-26T11:04:15.869Z","updated_at":"2025-06-26T11:06:43.431Z","avatar_url":"https://github.com/SpikeHD.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003eCaseity\u003c/h1\u003e\n\n  \u003cimg src=\"https://img.shields.io/github/commit-activity/m/SpikeHD/Caseity\" /\u003e\n  \u003cimg src=\"https://img.shields.io/github/repo-size/SpikeHD/Caseity\" /\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003cstrong\u003e\n    A simple CS case visualizer written in Rust and JavaScript\n  \u003c/strong\u003e\n\u003c/div\u003e\n\n# Table of Contents\n\n- [Table of Contents](#table-of-contents)\n- [Setup](#setup)\n- [Getting your Steam Cookie](#getting-your-steam-cookie)\n- [Screenshots](#screenshots)\n- [Building](#building)\n  - [Requirements](#requirements)\n  - [Build steps](#build-steps)\n- [Contributing](#contributing)\n- [Thank you](#thank-you)\n\n# Setup\n\nDownload a [release](https://github.com/SpikeHD/Caseity/releases) and extract it to a folder of your choice. Or, if you don't trust it (that is fair), you can [build it yourself](#building).\n\nIf 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.\n\n\\**You should make sure to put it in a folder that does not require admin permissions, in case you want to save your dumps!*\n\n# Getting your Steam Cookie\n\n1. Open your browser's developer tools (F12)\n2. Go to the Network tab\n3. Go to [Steam](https://steamcommunity.com/)\n4. Click on the first request\n5. Go to the Headers tab\n6. Copy the whole value of the `cookie` field\n\nIt 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](#building) yourself and check the source code.\n\n# Screenshots\n\n\u003cdetails\u003e\n  \u003csummary\u003eExpand for screenshots\u003c/summary\u003e\n  \u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"https://user-images.githubusercontent.com/25207995/228137744-fe37cf38-3b4b-4965-b87c-8feac2c4fc34.png\" /\u003e\n    \u003cimg src=\"https://user-images.githubusercontent.com/25207995/228137788-6cebf89f-711a-4361-862c-d0ff19d0575f.png\" /\u003e\n    \u003cimg src=\"https://user-images.githubusercontent.com/25207995/228292350-80cf3d1b-6477-4cf3-b212-934837f1a255.png\" /\u003e\n\n  \u003c/div\u003e\n\u003c/details\u003e\n\n# Building\n\n## Requirements\n\n- [Rust](https://www.rust-lang.org/tools/install)\n- [Node.js](https://nodejs.org/en/download/)\n- [Yarn](https://classic.yarnpkg.com/en/docs/install)\n\n## Build steps\n\n1. Clone the repository\n2. Navigate to the respository's root directory (`cd /path/to/Caseity`)\n3. Run `yarn install` to install the JavaScript dependencies\n4. Run `cargo install` to install Rust dependencies\n5. Run `yarn tauri build` to build the program\n\nYour built program will be in the `src-tauri/target/release` folder.\n\n# Contributing\n\nWant to make a change? Great! Pull requests, issues, etc. are all welcome!\n\n# Thank you\n* https://github.com/cantryDev/CSGOCaseStatsViewer (helped in the initial kick-off of this project)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspikehd%2Fcaseity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspikehd%2Fcaseity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspikehd%2Fcaseity/lists"}