AliceDogeme [](https://hex.pm/packages/alicedogeme) [](https://beta.hexfaktor.org/github/alice-bot/alicedogeme) [](https://hex.pm/packages/alicedogeme) [](https://hex.pm/packages/alicedogeme)
December 12, 2016 ยท View on GitHub
This handler will allow Alice to create Doge images with user input. It uses the http://dogr.io/ API.
Installation
If available in Hex, the package can be installed as:
- Add
alice_doge_meto your list of dependencies inmix.exs:
```elixir
defp deps do
[
{:websocket_client, github: "jeremyong/websocket_client"},
{:alice, "~> 0.3"},
{:alice_doge_me, "~> 0.1"}
]
end
```
2. Add the handler to your list of registered handlers in mix.exs:
```elixir
def application do
[applications: [:alice],
mod: {
Alice, [Alice.Handlers.Dogeme, ...]}]
end
```
Usage
Use @alice help for more information.