Full-featured messaging bot framework.
Documentation
All nessesary information, including tutorials, examples, guides and API documentation can be found here.
Installation via Hex
The package is available in Hex, and can be installed as:
-
Add
agalato your list of dependencies inmix.exs:
def deps do
[{:agala, "~> 2.0"}]
end-
Ensure
agalais started before your application:
def application do
[applications: [:agala]]
endContributing
- 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