The following pages and posts are tagged with

TitleTypeExcerpt
Brain Overview Page SLAPI Brain The Brain is a Redis Server in a docker container managed by the bot. See: The Brain Class for more specific info Docker Image Utilized: Dockerhub Dockerfile/Version Docker Tag: redis:3-alpine Usage Note: The brain can only be used at the library level by...
API Plugins Page Overview 3rd and most advanced level of plugin. Can be managed by SLAPI or completely separate. API Plugin Basics Info Endpoint This is an endpoint that SLAPI can query to get plugin information and commands to setup routing and the help list with. Here is all the...
Container Plugin Page Overview The 2nd level of plugins is a completely containerized container using docker. Container Plugin Basics You have several options when it comes to containers. We are utilizing the Docker API Library and anything under config: will be passed without any alteration into the Container Creation....
Plugins Overview Page Overview We strive to make our plugins as simple as possible We have broken them down into 3 sections depending on your level of need and skill Script Container API Please see requirements for what’s needed for each
Script Based Plugins Page Overview In a effort to make the simplest expandable bot possible we have several options when it comes to utilizing plugins The easiest and lowest entry point into creating a “plugin” for SLAPI. Just a simple script you wish to run as a bot command. Script Type Plugin...
SLAPI Overview Page SLAPI Overview SLAPI Bot strives to accomplish is a truly code agnostic approach to utilizing Bots and ChatOps. What does SLAPI Stand For? Simple Lightweight API Bot or Slack API Bot What makes SLAPI Different? Code Agnostic If it runs on Linux (windows pending) or has...