node-steamcommunity/examples
2023-06-23 01:04:48 -04:00
..
disable_twofactor.js Added comment explaining usage of setMobileAppAccessToken 2023-06-23 01:04:48 -04:00
edit-group-announcement.js Package 'fs' never used 2018-11-19 20:48:57 +01:00
enable_twofactor.js Added comment explaining usage of setMobileAppAccessToken 2023-06-23 01:04:48 -04:00
README.md Added examples readme 2023-06-23 01:02:20 -04:00

node-steamcommunity examples

The files in this directory are example scripts that you can use as a getting-started point for using node-steamcommunity.

Enable or Disable Two-Factor Authentication

If you need to enable or disable 2FA on your bot account, you can use enable_twofactor.js and disable_twofactor.js to do so. The way that you're intended to use this scripts is by cloning the repository locally, and then running them directly from this examples directory.

For example:

git clone https://github.com/DoctorMcKay/node-steamcommunity node-steamcommunity
cd node-steamcommunity
npm install
cd examples
node enable_twofactor.js