egeant94 Posted March 30, 2020 Report Posted March 30, 2020 (edited) Edit : skip straight to the bottom Hello, I've never used nodejs, don't know js but i'd still like to do a very simple "bot" that would accept all incoming trade. Can someone help me on that pls ? I master C and python tho. I've made a python bot that auto withdraw certains items from a website, and my last step to full auto bot is auto accepting trades. I could have made that with the steam api, but I don't want to use it as it can flags my account as a bot, and therefore tradeban me. Edited March 30, 2020 by egeant94 Quote
egeant94 Posted March 30, 2020 Author Report Posted March 30, 2020 (edited) I tried to do it by myself, and how convinient, on steam-user readme there is some examples, including the accepting traderequest. Unfortunatly, it doens't work for me I simply copy pastedsome stuff from examples, the Friend message works perfectly, same for the logged in (and it displayed tf2 before I deleted this line) But the traderequest acceptor doesn't work, it nevers enter into this part. I tried sending traderequest before launching the .js, during the program, nothing makes it react. Is there something wrong with my code ? Edited March 30, 2020 by Dr. McKay Removed screenshot containing password Quote
egeant94 Posted March 30, 2020 Author Report Posted March 30, 2020 I just understood tradeRequest isn't the same as tradeOffers. Can I get some help on how to accept every trade offers incoming ? Quote
Dr. McKay Posted March 30, 2020 Report Posted March 30, 2020 Correct, tradeRequest is for real-time trade requests, which you actually can't send through the Steam client anymore (although I think you might be able to through CS:GO, not sure). Use steam-tradeoffer-manager to handle trade offers. Here's an example. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.