A fast, lightweight Telegram bot that extracts core content from any web link. Send a URL, and get a clean text summary without ads, banners, or navigation clutter.
- Smart Scraper: Automatically cleans HTML, removing scripts, styles, and menus to get only the real text.
- Dynamic UX: Uses asynchronous message editing (
Analyzing...->Result) for a smooth user experience. - Anti-Bot Bypass: Simulates a real browser session using custom headers to avoid being blocked by websites.
- Clean Architecture: Production-ready asynchronous code built with
aiogram.
- Python 3.9+
- Aiogram (Async Telegram Bot API)
- Requests & BeautifulSoup4 (Web Scraping)