/tel-bot

Primary LanguageCommon Lisp

Tel-Bot

Installation

Requirement

git clone https://github.com/lizqwerscott/cl-telegram-bot.git
git clone https://github.com/lizqwerscott/lzputils.git
git clone https://github.com/lizqwerscott/easy-config.git

Clone

git clone https://github.com/lizqwerscott/tel-bot.git

As a system service

cp ./tel-bot.service /etc/systemd/system/
Start
sudo systemctl daemon-reload
sudo systemctl start tel-bot.service

as docker

build

sudo docker build -t tel-bot:latest .

start

sudo docker compose up -d

Usage

rlwrap sbcl --load start.lisp