Previous projects
Your Weather Bot
A professional Telegram weather bot running on Cloudflare Workers — serverless, free tier friendly, and always online.
v2.0.0


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
| Layer | Technology |
|---|---|
| Runtime | Cloudflare Workers |
| Database | Cloudflare D1 (SQLite-compatible) |
| Scheduler | Cloudflare Cron Triggers |
| Weather API | Open-Meteo (free, no key needed) |
| Geocoding | Open-Meteo Geocoding API |
| Language | JavaScript (ES modules) |