Jump to content
McKay Development

Recommended Posts

Posted (edited)

I only need to make bot run Sign Ä°n command.

Are you using node to login?

If yes, i hope it would help

var client = new SteamUser();
client.logOn({
    accountName: config.username, //type your username
    password: config.password,  //type your password
	"twoFactorCode": SteamTotp.getAuthCode("shared_secret")  //type your shared secret
});
Edited by TextDynasty
Posted

 

Are you using node to login?

If yes, i hope it would help

var client = new SteamUser();
client.logOn({
    accountName: config.username, //type your username
    password: config.password,  //type your password
	"twoFactorCode": SteamTotp.getAuthCode("shared_secret")  //type your shared secret
});

I don'T want to sign in steam community. I want to sign in a website using Steam

 

Whatever i did it with Selenium Webdriver.

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