Files
David Zywiec afb94de271 Add web scraping and summarization script using Playwright and OpenAI
This script allows users to input a URL, scrape the visible content using the Playwright framework, and summarize it using the OpenAI GPT-4o API. The summarized output is saved as a Markdown (.md) file, providing a clean and accessible format.

Key features:
- Prompts user for a URL at runtime
- Uses Playwright to scrape the page content
- Extracts visible text with BeautifulSoup
- Summarizes content using OpenAI's chat model
- Saves output to a user-friendly Markdown file

This contribution supports browser-based content summarization and expands the repo’s AI toolset for web interaction tasks.
2025-07-18 15:04:38 -05:00
..