andrewda / node-steam-guide

A guide to creating Steam bots and websites using Node.js
Creative Commons Attribution 4.0 International
643 stars 131 forks source link

Fetching Steam Shared Secret when using email confirmation #112

Open michihupf opened 2 years ago

michihupf commented 2 years ago

Is there a possibility to get the steam secret when using email as confirmation method. The problem is, my steam server/bot account can't have steam guard via phone. I have disabled steam guard for now to develop my bot as far as I can.

I don't need the trading/community features (if that includes friends i need it). Although I don't need to access these having 2FA for safety would be nice.

Thanks for the guide. It is really good to follow - you've earned yourself another star⭐

Meganitrospeed commented 1 year ago

You can use something like mailgun which can send a request with the info to an API endpoint.

Also I guess having a Mailserver locally would also be an option, but that would be more work honestly