Steam bot for automatic moderation of Steam Group powered by DoctorMcKay's NodeJS tools for Steam.
This is demo version of original private bot.
I DON'T PROVIDE ANY KIND OF SUPPORT FOR THIS DEMO BOT!
This repository will most likely never be updated again!
Demo version features:
- Automatic timed group announcement posting.
- Automatic announcement recovery after crash or restart.
FULL version features:
- Multiple Steam groups posting
- Multiple announcement messages
- Configuration of timer (Post rate depending on real time)
- Better logging and bot control features
- Custom features based on user's wish
To buy FULL version, contact me by any of these links:
- Web: Baterka.xyz
- Steam: Baterka.xyz 2.0
- Facebook: @CZBaterka
You can support me here:
Supporting can lead to updates of this repository or new free public repositories.
Requires Node.js 8+ (Tested on Node.js 10)
Install the dependencies:
$ npm i
Rename config.example.js file to config.js and fill all required data.
Start app:
$ npm start
I recommend using pm2 for managing bot in production.
For developers:
Start app in nodemon (Restarts after file change):
$ npm run dev