Back to homeal3xg0ral3xg0r

Previous projects

Your Weather Bot

A professional Telegram weather bot running on Cloudflare Workers — serverless, free tier friendly, and always online.

v2.0.0
Your Weather Bot

Supports scheduled subscriptions and instant one-time weather checks, with multi-language support.

✨ Features

  • Instant Check — type any city name to get weather immediately
  • Subscriptions — receive weather on a schedule (every 2h, 12h, or daily at a specific time)
  • Forecast types:
    • Current conditions (temperature, humidity, wind)
    • Daily forecast (max/min, rain, sunrise/sunset)
    • 7-day weekly overview (instant checks only)
  • Smart city search — geocoding in any language, duplicate handling
  • Multi-language
  • Group & Channel support — admin-only setup
  • Zero cost — runs entirely on Cloudflare free tier + Open-Meteo free API

🛠️ Tech Stack

LayerTechnology
RuntimeCloudflare Workers
DatabaseCloudflare D1 (SQLite-compatible)
SchedulerCloudflare Cron Triggers
Weather APIOpen-Meteo (free, no key needed)
GeocodingOpen-Meteo Geocoding API
LanguageJavaScript (ES modules)