Code Monkey home page Code Monkey logo

csgocasestatsviewerv2's Introduction

CS:GO case stats viewer V2

How does it work?

This Java Application loads your whole CS:GO inventory history by emulating the load more history button. To avoid rate limiting it loads 50 transactions (1 Http request) per ~3.5 seconds. Which mean if you have a large history it will take longer to load. After the inventory history is dumped you can analyse how many cases you opened.

Usage

  1. Download the latest compiled version as zip via the latest release tab or compile it yourself with maven.
  2. Unzip the downloaded zip
  3. Execute the execute.bat
  4. Follow the steps in the commandline which just got opened
  5. Get disappointed.

Example result

click

Requirements

  • Java 11 or higher

Donate

It took a lot of time and energy drinks to develop this tool. If this tool was helpful consider donating a case or two.

Steam: tradelink

FAQ

Odds

To simplify the odds each unbox category is treated the same. For Example a Sticker capsule without Covert Sticker will be treated the same as one with a Covert Sticker. The difference should be minimal. If you want to look at the official numbers check the Chinese CS:GO Post about drop rates

Migrate from v1

You can migrate your data from the old version. Just copy your dumps folder here and rename it to data.

It crashed

Just restart it. It will continue where it crashed.

Why does it need my cookies?

It needs your cookies to request your inventory history

Get cursor Manual

Visit the time in your inventory history which got displayed at the end in your browser. Copy this javascript Paste it into your browser console (right click inspect. Select console). It should say cursor found: {"time":1680541133,"time_frac":0,"s":"7634801621"} Copy the result. Restart the execute.bat Select dump. Select manual cursor. Paste the result.

Cursor empty

If the manual cursor is empty: [] steam didnt reply properly. You can try again. But it may not help.

How do I get my cookies?

Chrome

  1. Login into your steam account.
  2. Visit your steam profile.
  3. Press F12 or right click(anywhere on the website) and press inspect element.
  4. Select the network tab
  5. Reload the page
  6. Go back to the network tab and scroll to the top and select the first entry. Click on headers. On the right side it should say Request Url: Your steam profile url
  7. Scroll down on the right side till you see Cookie:
  8. Right click on Cookie: and select copy value. Or copy it manual.

Firefox

  1. Login into your steam account.
  2. Visit your steam profile.
  3. Press F12 or right click(anywhere on the website) and press inspect element.
  4. Select the network tab
  5. Reload the page
  6. Go back to the network tab and scroll to the top and select the first entry. On the right side it should say GET: Your steam profile url
  7. Scroll down on the right side till you see Cookie:
  8. Right click on Cookie: and select copy

csgocasestatsviewerv2's People

Contributors

cantrydev avatar ppoum avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.