Skip to content
This repository has been archived by the owner on Sep 15, 2022. It is now read-only.

mouadessalim/CsgoValueCalculator

Repository files navigation

License: GPL v3

⚠ This repository is no longer supported and is archived for the moment.

CsgoValueCalculator

Calculate any Steam Csgo Inventory just with SteamID or Steam profile link with your current currency.

Dependencies

To run the project in development mode you need to install:

  • Python (I am using v3.8.5)
  • Node Js
  • Chrome

Modules and librairies

You also need to install some Python and Node module like: You can install python dependencies by usingpip install -r requirements.txt or manually by using:

  • requests: pip install requests
  • selenium: pip install selenium
  • discord-webhook: pip install discord-webhook
  • ChromeDriver - You can found it here

For Node module you just need Electron for GUI:

  • Electron: npm install electron --save-dev

Setup

After installing all dependencies, you need to rename ChromeDriver to chromedriver_VERSION, for example the lastest version of chromedriver is v102 so you need to rename chromedriver to chromedriver_102 and place it in the same folder than the repository.

Discord Features

If you want to use Discord feature you need to setup Discord API and WEBHOOK variable in uploader_DS.py

DISCORD_JSON_API = "YOUR DISCORD SERVER API"
DISCORD_WEBHOOK = "YOUR DISCORD WEBHOOK LINK"

If you have finished configuring everything you are ready to launch the application, can run the project with $ npm run start in the cmd or powershell 🎉🥳

Supported Platforms

  • Windows 10 (also known as win32, for x86, x86_64, and arm64 architectures)

Live Demo

You can download the build version from my website or from release.

SteamID

if you don't know what is you SteamID you can get it here, you need to put your profile link to get your SteamID

Any troubleshouting ? Contact me from my website or ask community in Issues