Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/msantos/spigot
- Owner: msantos
- License: isc
- Created: 2019-09-21T14:15:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-06T11:56:45.000Z (12 months ago)
- Last Synced: 2024-11-02T01:07:07.388Z (3 months ago)
- Topics: chatbot, xmpp
- Language: Elixir
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```