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
- Host: GitHub
- URL: https://github.com/waylaidwanderer/steam-redirector-bot
- Owner: waylaidwanderer
- License: mit
- Created: 2017-04-26T06:03:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T21:23:34.000Z (almost 3 years ago)
- Last Synced: 2024-04-14T21:48:48.889Z (over 1 year ago)
- Language: JavaScript
- Size: 320 KB
- Stars: 7
- Watchers: 4
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.