https://github.com/agalaframework/agala
Full featured messaging bot framework.
https://github.com/agalaframework/agala
elixir framework hex telegram-bot
Last synced: 7 months ago
JSON representation
Full featured messaging bot framework.
- Host: GitHub
- URL: https://github.com/agalaframework/agala
- Owner: agalaframework
- Created: 2016-10-12T11:31:48.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2021-08-03T05:15:24.000Z (over 4 years ago)
- Last Synced: 2025-05-12T15:05:31.496Z (9 months ago)
- Topics: elixir, framework, hex, telegram-bot
- Language: Elixir
- Homepage:
- Size: 581 KB
- Stars: 68
- Watchers: 4
- Forks: 7
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README

[](https://hex.pm/packages/agala)
[](https://hex.pm/packages/agala)
[](https://hex.pm/packages/agala)
[](https://travis-ci.org/agalaframework/agala)
[](http://inch-ci.org/github/agalaframework/agala)
[](https://coveralls.io/github/agalaframework/agala?branch=develop)
Full-featured messaging bot framework.
## [Documentation](https://hexdocs.pm/agala/)
All nessesary information, including tutorials, examples, guides and API documentation can be found here.
## Installation via Hex
The package is [available in Hex](lttps://hex.pm/packages/agala), and can be installed as:
1. Add `agala` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:agala, "~> 3.0"}]
end
```
1. Ensure `agala` is started before your application:
```elixir
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