Skip to content

This handler will allow Alice to create Doge images with user input.

License

Notifications You must be signed in to change notification settings

alice-bot/alice_doge_me

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AliceDogeme Hex Version Deps Status Hex Downloads License: MIT

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:

  1. Add alice_doge_me to your list of dependencies in mix.exs:
```elixir
defp deps do
   [
     {:websocket_client, github: "jeremyong/websocket_client"},
     {:alice, "~> 0.3"},
     {:alice_doge_me, "~> 0.1"}
   ]
end
```
  1. 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.

About

This handler will allow Alice to create Doge images with user input.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages