Categorygithub.com/delath/megumi-bot
repositorypackage
0.0.0-20240717144606-02dc64770030
Repository: https://github.com/delath/megumi-bot.git
Documentation: pkg.go.dev

# README

Cross-compiling from windows powershell

$Env:GOOS = "linux"; $Env:GOARCH = "amd64"
$Env:TELEGRAM_BOT_TOKEN = "0000000000:ABCDEFGHIJKLMNOPQRSTUVWXYZABEXAMPLE"
$Env:CONFIG_FILE_PATH = "/path/to/config.json"
go build main.go

Running the bot on debian and probably many other linux distributions

env TELEGRAM_BOT_TOKEN=0000000000:ABCDEFGHIJKLMNOPQRSTUVWXYZABEXAMPLE CONFIG_FILE_PATH=/path/to/config.json /path/to/your/executable