Test bot for telegram for learning the elixir language.
- Bot name:
TestRuslanBot
Now supported and processed commands:
/start- Greeting message/help- Get available commands/anime_wallpaper- Get one of the latest anime images from Reddit
- Clone repository
- Install depenencies (
mix deps.get) - Provide environment variables from
.env.example - Application can be started with
iex -S mixand receive messages
Generate documantion with mix docs