all repos — escarbot @ main

Earthbound Café's custom Telegram bot, with lots of cool utilities built-in.

661438f9
handle people with no username
Marco Andronaco andronacomarco@gmail.com
Mon, 21 Oct 2024 19:30:05 +0200
0d332b99
remove feedback prompt
Marco Andronaco andronacomarco@gmail.com
Thu, 17 Oct 2024 01:26:39 +0200
5a1c4dca
update LICENSE
Marco Andronaco andronacomarco@gmail.com
Thu, 29 Feb 2024 10:37:17 +0100

EscarBot

Telegram bot for EarthBound Café!

Instructions

First of all, you should set up some environment variables:

cp .env.example .env
nano .env

The following variables are required: * BOT_TOKEN * CHANNEL_ID * GROUP_ID * ADMIN_ID

Run with Docker

Just run:

docker-compose -f docker-compose.yaml up -d

Test and debug locally

go test -v ./...
go run .
clone
git clone https://git.birabittoh.duckdns.org/escarbot.git