Jump to content
McKay Development

Heng

Recommended Posts

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 exchange

Look 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!

Link to comment
Share on other sites

  • 1 month later...

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 :

 

  1. basic javascript (youtube/google => basic javascript tutorial) ---> 10 to 999 hours
  2. asynchronous javascript and how to use callbacks (youtube/google => ...) ---> 3928 hours unless you're smarter than me ;-)
  3. install Node.js and setup the environment ---> 1 hour
  4. read the documentation of node-steamcommunity and node-steam-tradeoffer-manager on Github ---> 1 hour
  5. 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 ;-)

Link to comment
Share on other sites

  • 3 weeks later...

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 :

 

  1. basic javascript (youtube/google => basic javascript tutorial) ---> 10 to 999 hours
  2. asynchronous javascript and how to use callbacks (youtube/google => ...) ---> 3928 hours unless you're smarter than me ;-)
  3. install Node.js and setup the environment ---> 1 hour
  4. read the documentation of node-steamcommunity and node-steam-tradeoffer-manager on Github ---> 1 hour
  5. 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.

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...