agala

Full featured messaging bot framework.

Downloads
63.1K
Stars
68
Committers
4

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:

  1. Add agala to your list of dependencies in mix.exs:
def deps do
  [{:agala, "~> 3.0"}]
end
  1. Ensure agala is started before your application:
def application do
  [applications: [:agala]]
end

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request