Skip to content

RussellDash332/runebot

Repository files navigation

Rune Compiler Bot

Version

This Telegram bot simply compiles your runes, specifically CS1010S runes! Play with functional abstraction and understand why.

An (outdated) demonstration video might help you understand how the bot works.

demo.mp4

Building

  1. Create a Telegram bot using BotFather. Note down the provided bot API token.

  2. Rename env.py.example to env.py and paste the token accordingly.

  3. Run the following command on Docker to build the Docker image.

    docker build -t runebot .
    
  4. Finally run a Docker container using the built image.

    docker run --name <container_name> -d runebot
    

    You may rename <container_name> as you wish.