A management app for a sockbot instance. Great for hosting a permanent bot!
##Features
- Friendly web page describing the bot and who to contact
- Web-based admin to make managing the bot easier
- Console-based admin as well
##How to run
- Install to the web server you want to run the bot
npm start
Console commands:
start
: Starts the server and bot bothpause
: Stops the bot, but leaves the server runningresume
: Starts the bot again after a pauseexit
: Stops the server and both bothset user
: Set the username for the admin web interfaceset pass
: Set the password for the admin web interfaceset config
: Set the config file for the bot
Web endpoints:
/
: Basic page listing bot info/admin
: Admin page to administer the bot/admin/pause
: seepause
command/admin/stop
: seestop
command/admin/resume
: seeresume
command