A telegram bot. Cleo receives messages and sends them to a queue for processing. After processing, the message is categorized with an action, and this action is answered to the user.
You will need the following things properly installed on your computer:
Execute the following commands to install dependencies:
$ cd cleo
$ mix deps.get
Init project:
$ iex -S mix
- Clone 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
- Submit a pull request :D