Heng Posted July 2, 2016 Report Posted July 2, 2016 Hi guys! I do not know and where to start.I want to make steam bot. On the Internet, many libraries for this, but I settled on (this) because there is someone to ask. What I have in stock:Steam account, which can make and receive exchangeLook like that's it. Questions:To begin, I just want to make the authorization, as I realize it is from my computer via a bot. How can I do it? So as for Steam authentication requests from the phone key. Please help experts! Quote
protz_i Posted July 5, 2016 Report Posted July 5, 2016 look and determine which libs you will use Quote
klonaway Posted August 7, 2016 Report Posted August 7, 2016 To be honest with you, it will be very difficult unless you understand at least a bit the documentation. Dr. Mc Kay's Node.js libraries are amazingly well built and I have set up a basic Steambot in 30 minutes thanks to his work. But it took only 30 minutes because I had spent hundreds of hours learning programming / javascript / Node.js before that. If you want to build a Steam Bot using Dr. Mc Kay's libraries, you will need to understand at least : basic javascript (youtube/google => basic javascript tutorial) ---> 10 to 999 hours asynchronous javascript and how to use callbacks (youtube/google => ...) ---> 3928 hours unless you're smarter than me ;-) install Node.js and setup the environment ---> 1 hour read the documentation of node-steamcommunity and node-steam-tradeoffer-manager on Github ---> 1 hour put together the code for your bot in Node ---> 10 minutes to 999 hours depending on what you want your bot to do...The only thing I can tell you : building a Node-based bot is a good choice. Everything you need is publicly available and well-documented. Good luck with your project. Mine started hundreds of hours ago ;-) Quote
cookie Posted August 22, 2016 Report Posted August 22, 2016 To be honest with you, it will be very difficult unless you understand at least a bit the documentation. Dr. Mc Kay's Node.js libraries are amazingly well built and I have set up a basic Steambot in 30 minutes thanks to his work. But it took only 30 minutes because I had spent hundreds of hours learning programming / javascript / Node.js before that. If you want to build a Steam Bot using Dr. Mc Kay's libraries, you will need to understand at least : basic javascript (youtube/google => basic javascript tutorial) ---> 10 to 999 hours asynchronous javascript and how to use callbacks (youtube/google => ...) ---> 3928 hours unless you're smarter than me ;-) install Node.js and setup the environment ---> 1 hour read the documentation of node-steamcommunity and node-steam-tradeoffer-manager on Github ---> 1 hour put together the code for your bot in Node ---> 10 minutes to 999 hours depending on what you want your bot to do...The only thing I can tell you : building a Node-based bot is a good choice. Everything you need is publicly available and well-documented. Good luck with your project. Mine started hundreds of hours ago ;-)easy on those hours buddy... you either have the capacity to understand programming or not. klonaway 1 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.