Skip to content
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.
/ steam_conduit Public archive

A REST server acting as a relay to Valve's Steam network.

License

Notifications You must be signed in to change notification settings

dpi/steam_conduit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A REST server acting as a relay to Valve's Steam network.

Resources

License

Stars

Watchers

Forks

Packages

No packages published