/cleo

Telegram bot.

Primary LanguageElixir

Cleo

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.

Prerequisites

You will need the following things properly installed on your computer:

Installation

Execute the following commands to install dependencies:

$ cd cleo
$ mix deps.get

Usage

Init project:

$ iex -S mix

Contributing

  1. Clone 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. Submit a pull request :D