2017 © Pedro Peláez
 

project sloth

HTTP environment for writing Webhook integrations, for example for Slack.

image

sloth/sloth

HTTP environment for writing Webhook integrations, for example for Slack.

  • Friday, September 30, 2016
  • by rdohms
  • Repository
  • 3 Watchers
  • 10 Stars
  • 3 Installations
  • CSS
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Sloth - a PHP powered Slack integration environment

Slack is an amazing tool with amazing integrations. But sometimes those integrations are not enough, or too generic and you have to write your own payloads. Slack's webhooks and API are great and work wonderfully for this, however, writing an entire (small) application to add a simple integration is such a drag., (*1)

Enter Sloth!

Sloth is a HTTP shell that allows you to quickly write actions that can be hooked into slack and other tools as simple plugins, removing all the overhead of setting up an application and hooking up all the standard stuff. It is similar to chat bots such as Hubot and Lita, but with a focus on webhooks and not ChatOps (yet?). Initialy Sloth will make available a slack client, easy to setup and ready to go, allowing you to simply create a new url, handle your payload and translate it to a slack payload., (*2)

Docs

If you want to use Sloth, here are the details you need to know., (*3)

Roadmap

  • Add more docs.
  • Heroku button for easy install
  • Support and docs for slash commands

The Versions