modulepackage
3.4.0+incompatible
Repository: https://github.com/gasoid/regular-go-bot.git
Documentation: pkg.go.dev
# README
Settings / Env variables
You have to provide 3 env variables:
- BOT_TOKEN - telegram token
- OPENAI_TOKEN - chatgpt token
- OWM_API_KEY - api key for weather command
- DEFAULT_WEATHER_CITIES - default cities, e.g. Berlin,Chicago,Los Angeles
How it works

Metrics
Prometheus metrics are exposed on 8080 port: http://localhost:8080/metrics
curl http://localhost:8080/metrics
Health endpoint
url: http://localhost:8080/health
curl http://localhost:8080/health
Compilation routine
go mod download
go build ./
or
docker build -t bot:test ./
License
This program is published under the terms of the MIT License. Please check the LICENSE file for more details.