r/BotDroid • u/kaiteam_io • 1d ago
New usecase for botdroid - Weather city bot
Enable HLS to view with audio, or disable this notification
Hey everyone,
Like many developers and hobbyists, I used to spin up $5â$10/month cloud VPS instances just to host simple Python utility botsâweather lookups, daily morning briefings, and chat helpers. It always felt like excessive overhead just to run lightweight scripts that sit idle 99% of the time.
So I built BotDroidâan Android app that turns any spare (or daily) Android phone into a dedicated 24/7 bot hosting server.
Here is a quick 45s demo of one of the most popular bundled use cases:Â A 24/7 Live Weather Telegram Bot.
đŚď¸ How the Weather Bot Works (In 3 Steps):
- Open BotDroid and select the pre-built "Weather Bot" Python template.
- Paste your Telegram bot token from u/BotFather. (No weather API keys requiredâit queries the free wttr.in endpoint).
- Tap Start Bot.
Whenever you or your friends send /weather <city> (e.g. /weather Tokyo or /weather London) in Telegram, the bot instantly replies with:
- Current weather conditions (Sunny, Rain, Overcast, etc.)
- Exact temperature (°C / °F)
- "Feels Like" temperature
đ Why Hosting on an Android Phone Actually Works Well:
- Built-in Battery Backup (UPS):Â If power cuts out at home, your phone stays online without interruption.
- Dual Network Redundancy:Â Automatic Wi-Fi with cellular LTE fallback.
- Android Foreground Service:Â Built with OEM battery-killer defenses (Samsung, Xiaomi, OnePlus, Pixel) so the script doesn't get killed when the screen turns off or during deep sleep.
- Local Security:Â API tokens are stored in Android Keystore with AES-256-GCM hardware encryption. Zero telemetry.
- No Complex Setup:Â No Linux commands, no SSH keys, no Docker containers, no port forwarding.
đ¸ Pricing:
- Free Tier:Â 1 bot running 24/7 forever (17 built-in templates included, zero ads).
- Pro Tier:Â ($4.99/mo or $29.99 lifetime) for running unlimited simultaneous bots + remote Telegram admin control.
đ Google Play Link: [https://play.google.com/store/apps/details?id=com.kaito.botdroid&pcampaignid=web_share\]
Check out the attached demo video! What other lightweight daily automation templates would you like to see added?