/bookings_bot

Telegram bot for managing bookings in an association or organization

Primary LanguageElixir

BookingsBot

A Telegram bot developed in Elixir to mainly manage bookings for open days in an association or organization.

This was developed for the association Nextage Madrid in main therefore this bot will contain some specific utilities and features, but the idea is to make this as customizable as possible.

Installation

Create a bot with @BotFather in Telegram and copy the provided token within config/config.exs.

After setting the token, run:

mix deps.get
mix run --no-halt
# or iex -S mix