sloth/sloth

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

Installs: 3

Dependents: 1

Suggesters: 0

Security: 0

Stars: 9

Watchers: 3

Forks: 0

Open Issues: 1

Language:CSS

Type:project

v0.1 2016-06-01 08:56 UTC

This package is auto-updated.

Last update: 2024-04-12 03:34:16 UTC


README

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.

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.

Docs

If you want to use Sloth, here are the details you need to know.

Roadmap

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