slackjack v0.1.0 Slackjack.Bot

Get the events we want from slack.

Examples

iex> {:ok, pid} = Slack.Bot.start_link(Slackjack.Bot, [], Application.get_env(:slackjack, :key))

Summary

Functions

Start the bot connection to slack

Do nothing for events we don’t care about

Send a message or something

Functions

handle_close(reason, slack, state)
handle_connect(slack, state)

Start the bot connection to slack.

handle_event(arg1, slack, state)

Do nothing for events we don’t care about.

handle_info(arg1, slack, state)

Send a message or something.