Jump to content
McKay Development

Recommended Posts

Posted (edited)

Hello i'm trying to control my bot via an http application 

client.logOn({
	accountName : CONFIG.USERNAME,
	password : CONFIG.PASSWORD
});

Triggers

Steam 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 bot

i 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 by irlydontcare
Posted

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 :)

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...