python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Sending steam gems in trade offer, using nodejs
i'm trying to make steam bot, which sends steam gems to my other account. for example: i have 500 gems and i want to send it one by one.
function sendRandomItem() {
manager.loadInventory(753, 2, tr...
Varsima
Votes: 0
Answers: 1
is there a api to see most recent listings on steam market
is there a api i can use to see new steam listings for specific csgo items.
i know there is this api i can use to see some information
https://steamcommunity.com/market/priceoverview/?appid=730&cu...
Error
Votes: 0
Answers: 0
How to Getting SteamID64 ID with Steam Trade Url
I'm working on a project, I know that I can somehow get the steam trade url to the steamid64 id and I came up with something like
$split = explode(":", $steamid); // STEAM_?:?:??????? format
$x =...
SterilEldiven
Votes: 0
Answers: 1