Questions tagged [steambot]

SteamBot is an open-source C# library for creating bots for Steam (Valve's gaming platform).

SteamBot was original developed for use on scrap.tf and released on Github for others to extend and use.

It is used to interact with Valve's gaming platform, Steam. It's biggest usage has been to develop automated trading bots for TF2, DOTA2 and the items those games contain. I can also be modified to handle Steam Trading cards and games.

In addition to the source code and bug reporting tool being available on GitHub, the Steambot developers and users utilize /r/Steambot to discuss bugs, enhancements and support new users.

90 questions
0
votes
0 answers

Nodejs dosent invite the user to group (Steam)

The problem is if user add the bot, the bot will accept but won't invite to the steam group (No error) client.on("friendRelationship", (steamid, relationship) => { community.getSteamUser(steamid, function(err, user){ if(err){ return…
perzsa
  • 25
  • 5
0
votes
1 answer

Unexpected Token } on line that doesn't exist

Says that there is an unexpected token } at a line that doesnt exist. I have tried makeing sure that every bracket has a partner and so on, and I cant seem tio figure it out. It's probably a dumb mistake since its late. Any help is…
0
votes
1 answer

SteamKit2 what is the name of callback to get new trade offer?

I found in code "TradeProposedCallback" and "TradeResultCallbac" but they are not called when I get a new offer. "SteamNotifications.NotificationCallback" called when I get a new offer but also when a new comment, message, etc. In the end, it comes…
Maria
  • 121
  • 9
0
votes
1 answer

SteamKit2 How to use new callbacks?

How can I make ConnectedCallback for OnConnected method using SteamKit2? Code (Access Error): new Callback(OnConnected, manager);
0
votes
0 answers

How to completely drop a attribute from JSON?

So here is my code, it is in NodeJS and not javascript : while (otn !== -1) { var li= inventory.length - 1; while (li !== -1){ li = li- 1; if (inventory[li].market_name === orderitemname[otn]){ …
DentFuse
  • 21
  • 2
  • 7
0
votes
0 answers

Node.js Cannot read property 'length' of undefined

I can´t figure why it is giving me this error while starting the node app: C:\Users\alien\Desktop\SCBM\Bot\SteamCardBot-master>node index.js C:\Users\alien\Desktop\SCBM\Bot\SteamCardBot-master\utils.js:36 for (let i = 0; i <…
0
votes
1 answer

Node JS steam-tradeoffer-manager

I'm working on a SteamTradeBot but I have a problem with getOffer(). manager.getOffer(trade_id[i],function(offer){...}); My goal is to output the ID and accept the tradeoffer but it doesn't work because offer is set to null. console.log(offer.id); …
user4382818
0
votes
1 answer

Steam tradeoffer error in node.js

C:\Users\User\Desktop\govind\node-steam-tradeoffers-master\examples\offerbot.js:71 throw err; ^ Error: There was an error sending your trade offer. Please try again later. (15) at SteamTradeOffers.
0
votes
0 answers

How to make the bot know if its messaged someone before? C# based SteamBot

Ok, firstly, I'm not very advanced at this, xD In public override void OnMessage (string message, EChatEntryType type) I want to execute a series of tests to figure out which response to send. The first test is to see if the message starts with a…
0
votes
1 answer

Python 3.5 to_bytes in Python 2.7

I am programming a steam bot. One library was written in Python 3.5 but i need it in Python 2.7 so I am re-writing it. But I don't know how to rewrite this function can somebody please help me? def steam_id_to_account_id(steam_id): return…
0
votes
1 answer

Steam API CSGo Get All Item Categories

I'm trying to find API method for Steam CSGO, which I can use to retreive all: weapon categories; wear; exterior; phase; grade. Any advice would be appreciated.
Viktor
  • 819
  • 1
  • 12
  • 26
0
votes
0 answers

How to obey user-set conditions?

I am developing a custom Steam bot from scratch that will react to numerous callbacks emitted by Steam, like OnConnected, OnTradeOfferReceived etc. The callbacks contain parameters like IDs or data. I wish to give the user freedom to define how…
Ginkgo
  • 155
  • 3
  • 10
0
votes
1 answer

Console.log() logs me [object,object] something

Okay hello, so I have a something that is async and returns a promise, basically I've used the .then method or whatever it is called. Though when I console.log() the variable I want to log + a custom string (console.log(data+"hey");) it gives logs…
Ahmad Othman
  • 167
  • 3
  • 9
0
votes
2 answers

steamcommunity does not return error code

I'm using node-steamcommunity to get user's inventory The module responded "[Error: malformed response]" After doing some debugging I've managed to see the raw response from steamcommunity server (request to:…
1099511627776
  • 176
  • 1
  • 18
0
votes
1 answer

Typeerror - Steam Jackpot Bot

I created a website which is for jackpotting(I didn't buy,it was leaked). Everything is working successfully without one mistake. I couldn't solve it. I need help for this. I googled it but there is no solution. When i start the bot, there is no…
Ali K.
  • 43
  • 1
  • 9