irlydontcare Posted October 6, 2017 Report Posted October 6, 2017 (edited) Hello i'm trying to control my bot via an http application client.logOn({ accountName : CONFIG.USERNAME, password : CONFIG.PASSWORD }); TriggersSteam Guard Code: which is expected and like it should be however the issue is. I would like to enter the code from an http application? and not from the command prompt. how would i go about doing this. How would i go about submitting the guard code without manually entering it? this might be basic nodejs that im just unaware of however i been looking around and it don't look like i can submit console data ? -also im not asking how to get the data from the http site to the boti got that part on lock. More just how i would go about entering it ? is there like an event that i can trigger with the auth that i get from my http server? Edited October 6, 2017 by irlydontcare Quote
Dr. McKay Posted October 6, 2017 Report Posted October 6, 2017 https://github.com/DoctorMcKay/node-steam-user#promptsteamguardcodehttps://github.com/DoctorMcKay/node-steam-user#steamguard Quote
irlydontcare Posted October 6, 2017 Author Report Posted October 6, 2017 This was what i was looking for i couldn't find it my self. Thank you very much. Also i got a quick question more.Is there anyway to check if the user is playing ? so i can pause my idler while he plays?do i need to make another thread for that ? Quote
Dr. McKay Posted October 7, 2017 Report Posted October 7, 2017 https://github.com/DoctorMcKay/node-steam-user#playingstate 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.