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)
- Host: GitHub
- URL: https://github.com/picandocodigo/peterbot
- Owner: picandocodigo
- Created: 2018-09-22T20:32:02.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-22T20:32:20.000Z (almost 7 years ago)
- Last Synced: 2025-01-10T04:19:24.888Z (6 months ago)
- Language: Elixir
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).