Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/msantos/spigot

XMPP transport for runlets
https://github.com/msantos/spigot

chatbot xmpp

Last synced: about 1 month ago
JSON representation

XMPP transport for runlets

Awesome Lists containing this project

README

        

# Spigot

`spigot` connects the input and output of
[runlets](https://github.com/msantos/runlet) to an XMPP groupchat.

## Installation

Add `spigot` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[{:spigot, git: "https://github.com/msantos/spigot.git"}}]
end
```