A simple, elegant GUI tool to track CS2 item investments
- ⚡ Rapidly import your Storage Units
- 🔍 Track prices on Steam, Buff163, CSFloat
- 📈 View investment price history
- 🧾 Export/Import history data
- 📤 Discord notifications on updates
- 📅 Daily background calculations
- 🛡️ Proxy support to avoid rate limits
Simply download the program and run it:
-
Install the program:
pip install cs2tracker
-
Run it:
cs2tracker
- Register for the Crawlbase Smart Proxy API and retrieve your API key. (Optional)
- Create a Discord Webhook to be notified about recent price updates. (Optional)
- Click Run! to gather the current market prices of your items and calculate the total amount in USD and your selected currency.
- The generated Excel sheet can be saved by right-clicking and then selecting Save Sheet.
- Use Edit Config to specify the numbers of items owned in the configuration.
- Click Show History to see a price chart consisting of past calculations.
- Use Export / Import History to export or import the price history to or from a CSV file.
You can configure the app settings via the Edit Config option. This will open the config editor where you can change any setting by double clicking on it or navigating to it with the arrow keys and hitting enter. On top of that, the config editor allows you to:
- Automatically import items from your Storage Units
- Manually Specify the number of items you own
- Add custom items that are not listed in the config
- Enter Discord webhook and Crawlbase proxy API keys
- Enable Daily Background Calculations to automatically run a daily calculation of your investment in the background.
- Use Receive Discord Notifications to receive a notification on your Discord server whenever the program has finished calculating your investment.
- You need to set up a webhook in your Discord server and enter the webhook URL into the
discord_webhook_urlfield in the configUser Settings. - Enable Proxy Requests to prevent your requests from being rate limited by the steamcommunity server.
- You need to register for a free API key on Crawlbase and enter it into the
proxy_api_keyfield in the configUser Settings.
Is it safe to login with my Steam account?
- Yes, the program uses the SteamUser and Globaloffensive libraries to sign in and import your Storage Units (the same method is used by casemove) and all of the login-related code is transparently available in this file.
Do I have to login with my Steam account?
- No, you can also manually specify the number of items you own in the config editor.
Can I get VAC-banned for using this program?
- No, this program does not interact with the game in any way and only reads your Storage Units.
Why does Windows Defender flag this program as potentially harmful?
- This is because the program is not signed with a Code Signing Certificate, which Windows uses to verify the identity of publishers. These certificates are very expensive and not something I am willing to invest in for a free and open source project like this.
Why does the application startup take so long when starting the program for the first time?
- This happens because Windows Defender has to scan every program file on the first startup, which can take quite a while.
Please feel free to submit a pull request or open an issue.
- Fork the repository
- Create a new branch:
git checkout -b feature-name. - Make your changes
- Push your branch:
git push origin feature-name. - Submit a PR
This project is licensed under the Creative Commons Attribution-NonCommercial-NoDerivs 4.0 International License.
