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
agalato your list of dependencies inmix.exs:
def deps do
[{:agala, "~> 3.0"}]
end- Ensure
agalais started before your application:
def application do
[applications: [:agala]]
end- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request
