goweatherbot Telegram weather bot written in Go. Shows current weather by city name using OpenWeatherMap API. Setup Copy .env.example to .env and set your keys: OPENWEATHER_API= BOT_TOKEN= Run locally go run ./cmd/bot . Run with Docker docker-compose up --build