An open API service indexing awesome lists of open source software.

https://github.com/waylaidwanderer/steam-redirector-bot

Automatically send all received items to a designated account
https://github.com/waylaidwanderer/steam-redirector-bot

Last synced: 3 months ago
JSON representation

Automatically send all received items to a designated account

Awesome Lists containing this project

README

          

# Steam Redirector Bot by waylaidwanderer

## Description

> Automatically send all received items to a designated account.

## Dependencies

| Dependency | Version |
| ---- | ---- |
| Node.js | \>= 7.5.0 |

## Installation

1. Clone this project then install dependencies with `npm install`.
2. Rename `config.example.js` to `config.js` then modify with your settings.

## How To Use

This project requires async/await support.

If your Node.js version is below 7.9.0 you'll need the `--harmony` flag (`node --harmony index.js`).

1. Rename `config.example.js` to `config.js` (or make a copy if you want to be able to update the repo files in the future with `git pull`) and fill in your information.
2. Run the script with `node index.js`.

## License

*Steam Redirector Bot* is released under the MIT License.