We have moved our work to https://github.com/mikfreedman/slacker-racquetio
slackbot that posts to racquet.io
If available in Hex, the package can be installed as:
-
Add racquetbot to your list of dependencies in
mix.exs
:def deps do [{:racquetbot, "~> 0.0.1"}] end
-
Ensure racquetbot is started before your application:
def application do [applications: [:racquetbot]] end
SLACK_API_TOKEN=api-token RACQUET_CLUB_ID=666 mix run --no-halt