Skip to content

Baterka/SteamGroupModeratorBot-Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SteamGroupModeratorBot-Demo

Steam bot for automatic moderation of Steam Group powered by DoctorMcKay's NodeJS tools for Steam.

#f03c15 Important!

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:

You can support me here:

Supporting can lead to updates of this repository or new free public repositories.

Powered by

Installation

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