Lives here
Works in private chats and in inline mode. But since nothing in life should be simple, inline requests are heavily limited in characters (by Telegram).
This project uses just as the command runner.
Run just --list to see the list of available commands.
To run the bot yourself:
- Install Elixir
- Copy
config/dev.secret.example.exstodev.secret.exs - Set your token from
@BotFatherand set up a channel to send the pictures to. just run
Alternatively, run with docker like this:
docker run -d \
--restart unless-stopped \
--name astrologers_bot \
--env-file params.env \
ghcr.io/graynk/astrologers_bot:latest
