WhatsApp English News Bot (Single User)

S_Ali_Intelligence
リアクション
2026年05月06日
I built a WhatsApp AI News Bot using Python that delivers
real-time news on ANY topic! Just message the bot and get
instant AI-summarized news in English. Full source code included!

🤖 What This Bot Does:
- User sends any topic on WhatsApp (e.g. "Iran Israel war")
- Bot searches real-time news using NewsAPI
- Groq AI (Llama 3.3 70B) summarizes the news
- Bot replies with top 2 news articles + source + link

⚙️ Tech Stack Used:
- Python 3.11 + FastAPI
- WhatsApp Cloud API (Meta)
- NewsAPI.org (Real-Time News)
- Groq AI - Llama 3.3 70B (Free!)
- SQLite Database
- Deployed on Render (Free)

⏱️ Timestamps:
00:00 - Project Demo
02:00 - How It Works (Architecture)
05:00 - WhatsApp Cloud API Setup
10:00 - FastAPI Webhook Code
15:00 - NewsAPI Integration
20:00 - Groq AI Summarization
25:00 - Database Setup
30:00 - Live Testing
35:00 - Deployment
40:00 - Final Result

#WhatsAppBot #Python #AI #NewsBot #PythonProject