Full-featured messaging bot framework.
All nessesary information, including tutorials, examples, guides and API documentation can be found here.
The package is available in Hex, and can be installed as:
Add agala
to your list of dependencies in mix.exs
:
def deps do
[{:agala, "~> 3.0"}]
end
Ensure agala
is started before your application:
def application do
[applications: [:agala]]
end