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

https://github.com/picandocodigo/peterbot

Slack bot based on slug (like Plug, but for Slack)
https://github.com/picandocodigo/peterbot

Last synced: 6 days ago
JSON representation

Slack bot based on slug (like Plug, but for Slack)

Awesome Lists containing this project

README

        

# PeterBot

Slack bot using [slug](https://github.com/mattbaker/slug). For now, running it this way:

```
$ SLACK_WEB_API_KEY="xoxb-apikey" iex -S mix
```

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `peter_bot` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[
{:peter_bot, "~> 0.1.0"}
]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/peter_bot](https://hexdocs.pm/peter_bot).