Skip to content
This repository was archived by the owner on Aug 6, 2022. It is now read-only.

Avimitin/tgbot-go

Repository files navigation

go-bot

A telegram bot with basic commands.

build

go build -o ./bin/go-bot -ldflags '-s -w' ./cmd/go-bot

run

mkdir -p ~/.config/go-bot
cat ./fixtures/config.toml > ~/.config/go-bot/config.toml

./bin/go-bot

docker

mkdir bot
curl -o ./bot/docker-compose.yml \
       -sSL "https://raw.githubusercontent.com/Avimitin/go-bot/master/docker-compose.yml.example"
cd ./bot; docker-compose up -d

About

Personal tgbot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors