Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 450 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 450 Bytes

AgalaEcho

This repository demonstrates simple echo Telegram bot made with Agala framework. Read this article for futher information.

Quick start

  • Clone this repository

    git clone https://github.com/agalaframework/agala_echo
    
  • Update the dependencies

    mix deps.get
    
  • Populate your bot token in application configuration (look into lib/agala_echo/application.ex)

  • Start the application

    iex -S mix