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
1 answer

Searching through json items

So i'm trying to search through the items in my json file using a defindex and return the item name however I get an error. I searched but nothing seemed relevant. var json = File.ReadAllText(dota2schemaFilePath); var…
0
votes
1 answer

How to run “git submodule init” and how to “build” a program

I want to include SteamBot in my project but I'm already stumped on the first step, which is the setup step. From the README of SteamBot: Step 0: If you've just recently cloned this repository, there are a few things you need to do. Run git…
user1941336
  • 1
  • 1
  • 1
-1
votes
1 answer

Is there anyone know how to steam idlers work?

Just wondering. I searched and couldn't find anything about that. Freehourbooster, steamtimeidler or something like that. how does it work? With APIs?
Dallas
  • 9
  • 1
-1
votes
1 answer

Is possible to add a game to cart on steam from code in Python

I'm am working on an bot. I need to app to cart games from code. I found this documentation from steam but I don't really understand it. https://partner.steamgames.com/doc/features/inventory/webfunctions If this can be used to add a game to cart by…
-1
votes
1 answer

Steam API Make trade offer 403 forbidden

I created trade offer with browser and copy request as cURL. I can create offer with terminal, BUT if I copy request as fetch (or Node.js fetch) then I give 403 Forbidden. I want make offers by fetch. working cURL: curl…
-1
votes
2 answers

Steam Error: Access Denied

I have a problem with trades. My steam bot send many trades and they sending good, but sometimes I saw the error (all requests I do from https to https): Access Denied
-1
votes
1 answer

How to get user's completed badges (Node.js)

I am making a node.js bot and I want to check my friends' completed badges. What is the best way to do it? What module? (Module Steam-User only has this option for your steam account.)
-1
votes
1 answer

Steam - accept trade offer in C#

I'm trying to write steam trade bot in C#. I wrote decline method but I don't know how make accept method because Steam Web API don't have it. Next problem is steam mobile auth. Could someone help me?
-1
votes
2 answers

SteamBot - Send a Message with Trade

I try to send a message when a user make a trade, but I can't find the way. I put SendMessage in TradeOfferUserHandle.cs: public override void OnTradeInit() { SendChatMessage("Hi User, Trade start!"); } But don't work. Any solution? I use…
R. Rio
  • 35
  • 2
  • 6
-1
votes
1 answer

Cannot open SteamTrade.dll for writing. Access to the path is denied

I get the following error: Severity Code Description Project File Line Error Cannot open 'D:\Programming\SteamBot\SteamTrade\obj\Debug\SteamTrade.dll' for writing -- 'Access to the path…
G.T.
  • 562
  • 8
  • 18
-1
votes
1 answer

MonoDevelop.CsharpBinding Reference Missing

Trying to compile this project (https://github.com/Jessecar96/SteamBot) and everything else seems fine except for the fact that I can't install this particular reference. The referenced component 'MonoDevelop.CSharpBinding' could not be…
Alan
  • 1
  • 1
-1
votes
1 answer

How to find a specific item and count how many it is in a List

This is my current code: public override void OnTradeRemoveItem(Schema.Item schemaItem, Inventory.Item inventoryItem) { foreach (ulong id in Trade.OtherOfferedItems) { var item = Trade.OtherInventory.GetItem(id); …
rakagunarto
  • 325
  • 3
  • 23
-2
votes
1 answer

"BOT" Server Issue, Isn't doing its job

I've recently made a website with a BOT which does sometimes automatically so I don't have to do it manually all the time. However, when someones tries to deposit something into the website, this is showing in Putty (where is start the server and…
dacritical
  • 25
  • 4
-2
votes
1 answer

Need Help Declining Steam Offers That Take Things From Me

Ok so I have a code from a steam bot the accepts and declines trades if the offer state is correct. But I would like it to accept trade offers that give me things but decline trade offers that are made by someone else asking for things. …
TheFalcon
  • 27
  • 1
  • 1
  • 4
-3
votes
2 answers

Steam Trading Bot Issue - Empty String

I have an issue with a SteamBot I have recently set up to handle deposits and winnings for a CS:GO Gambling site. It works well for depositing and sending trade offers for the first couple of minutes, before throwing me this…
1 2 3 4 5
6