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 ~2.5 seconds. Which mean if you have a large history it will take longer to load. After the inventory history is dumped it will search for every unboxed case.
- Download the latest compiled version as zip via the latest release tab or compile it yourself with maven.
- Execute the execute.bat
- Follow the steps in the commandline which just got opened
- Get disappointed.
- Java 8 or higher
Just restart it. It will continue where it crashed.
It needs your cookies to request your inventory history
- Login into your steam account.
- Visit your steam profile.
- Press F12 or right click(anywhere on the website) and press inspect element.
- Select the network tab
- Reload the page
- 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
- Scroll down on the right side till you see Cookie:
- Right click on Cookie: and select copy value
- Login into your steam account.
- Visit your steam profile.
- Press F12 or right click(anywhere on the website) and press inspect element.
- Select the network tab
- Reload the page
- 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
- Scroll down on the right side till you see Cookie:
- Right click on Cookie: and select copy