This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

steam_conduit

0.0.2 • Public • Published

Steam Conduit

Copyright Daniel Phin (@dpi) 2015

REST server for a Steam client.

Version Dependency Status

License

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

Installation

git glone https://github.com/dpi/steam_conduit.git steam_conduit
cd steam_conduit
npm update

Configuration

Authentication

  1. Delete sentry file if it exists from a previous run. Do not delete if you do not wish to re-initiate a new login session.
  2. Copy config.defaults.json to config.json.
  3. Edit config.json, set username and password.
  4. Run server. Server will error out. You should receive a Steam authentication code in your email inbox.
  5. Edit config.json, set auth_code to the code you received.
  6. Run server, server should sign in to Steam.
  7. Edit config.json, remove auth_code.
  8. Server should launch again if it is relaunched because sentry file is set.

Package Sidebar

Install

npm i steam_conduit

Weekly Downloads

1

Version

0.0.2

License

GPL-2.0

Last publish

Collaborators

  • dpi