Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 767 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 767 Bytes

Whiskers

Introduction

Whiskers is a simple and easy to add to Slack bot written in NodeJS. All of the commands are modular and adding new ones is a breeze!

Getting Started

  1. Clone the repo git clone https://github.com/ThePHPCommunity/Whiskers.git
  2. Install Dependencies npm install
  3. Create the config file mv config.example.json config.json
  4. Edit the values in the config file
  5. Run the bot! node bot.js

Reporting Issues

If you happen to spot an issue or something just isn't working correctly. Open an issue and make sure to put as much info as you can about what has happend or what is not working. Please note, this bot has only been tested on macOS, Linux and Ubuntu WSL. Using anything other than these may have some funky results.