⚠ This repository is no longer supported and is archived for the moment.
Calculate any Steam Csgo Inventory just with SteamID or Steam profile link with your current currency.
To run the project in development mode you need to install:
- Python (I am using v3.8.5)
- Node Js
- Chrome
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
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.
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 🎉🥳
- Windows 10 (also known as win32, for x86, x86_64, and arm64 architectures)
You can download the build version from my website or from release.
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