All Projects → andrewda → CSGOItemDB

andrewda / CSGOItemDB

Licence: GPL-3.0 license
An API to retrieve accurate CS:GO prices for high- and low-tier items

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to CSGOItemDB

valve-matchmaking-ip-ranges
Lists of locations & IP addresses of Valve servers
Stars: ✭ 69 (+97.14%)
Mutual labels:  steam, counter-strike, csgo
Node Globaloffensive
A Node.js module to connect to and interact with the CS:GO game coordinator. Mostly used to get item data.
Stars: ✭ 96 (+174.29%)
Mutual labels:  steam, counter-strike, csgo
Node Csgo
A node-steam plugin for Counter-Strike: Global Offensive.
Stars: ✭ 367 (+948.57%)
Mutual labels:  steam, counter-strike, csgo
CallAdmin
CallAdmin is a multilingual sourcemod plugin which provides in-game report functionality
Stars: ✭ 52 (+48.57%)
Mutual labels:  steam, counter-strike, csgo
Vac Bypass
Valve Anti-Cheat bypass written in C.
Stars: ✭ 241 (+588.57%)
Mutual labels:  steam, counter-strike, csgo
csgo-cli
CS:GO Console shows your user account, stats and latest matches. It also uploads demo sharecodes to csgostats.gg.
Stars: ✭ 31 (-11.43%)
Mutual labels:  steam, counter-strike, csgo
Vac
Source code of Valve Anti-Cheat obtained from disassembly of compiled modules
Stars: ✭ 254 (+625.71%)
Mutual labels:  steam, csgo
Steamspeak
Steam and TeamSpeak integration, done right!
Stars: ✭ 27 (-22.86%)
Mutual labels:  steam, csgo
Spacehook
minecraft premium undeteck cheat!
Stars: ✭ 80 (+128.57%)
Mutual labels:  steam, csgo
Vac Hooks
Hook WinAPI functions used by Valve Anti-Cheat. Log calls and intercept arguments & return values. DLL written in C.
Stars: ✭ 103 (+194.29%)
Mutual labels:  steam, csgo
Csgowinbig
Open-source Counter-Strike: Global Offensive jackpot betting website.
Stars: ✭ 149 (+325.71%)
Mutual labels:  steam, counter-strike
SteamTracking-GDPR
📜 Tracking Valve's GDPR related pages
Stars: ✭ 21 (-40%)
Mutual labels:  steam, csgo
cozinha loader
An injector focused on undetectability that automatically injects a DLL into the target process with VAC3 bypass.
Stars: ✭ 53 (+51.43%)
Mutual labels:  steam, csgo
Steamworks
Exposing SteamWorks functions to SourcePawn.
Stars: ✭ 70 (+100%)
Mutual labels:  steam, counter-strike
MissedIT
Fully Featured hack Always Free As Feedom
Stars: ✭ 30 (-14.29%)
Mutual labels:  steam, csgo
SteamDepotDownloaderGUI
A simple GUI tool based on DepotDownloader for downloading Steam depots.
Stars: ✭ 26 (-25.71%)
Mutual labels:  steam, csgo
vdf
A Lexer and Parser for Valves Data Format (known as vdf) written in Go
Stars: ✭ 30 (-14.29%)
Mutual labels:  steam, counter-strike
csgo-hud
Custom CS:GO Spectator HUD
Stars: ✭ 40 (+14.29%)
Mutual labels:  counter-strike, csgo
pengWin
An external cheat for the Linux version of Counter-Strike Global Offensive
Stars: ✭ 28 (-20%)
Mutual labels:  counter-strike, csgo
Server-Creation-Tool
A Tool to easily create Server via SteamCMD
Stars: ✭ 33 (-5.71%)
Mutual labels:  steam, counter-strike

CSGOItemDB

Codacy Badge

CSGOItemDB is a simple API which allows users to get the prices of CS:GO skins.

Setup

Step 1. Clone the repository to your computer or download the files manually.

git clone https://github.com/andrewda/CSGOItemDB

Step 2. Edit options.json

{
    "errors": {
        "missing_params": "missing parameter(s)",
        "invalid_key": "insufficient privileges (unrecognized key)",
        "not_premium": "insufficient privileges (not premium)",
        "unknown_item": "unknown item"
    },
    "backpacktf_key": "BACKPACK.TF API KEY (can be retreived from http://backpack.tf/api)",
    "update_time": 7200,
    "refresh_interval": 60000,
    "delete_old_interval": 90000
}

Step 3. Download any missing dependencies

npm install

Step 4. Run the server

node server.js

Step 5. Run the updater

node updater.js
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].