新闻自动爬取与总结工具。用于抓取指定网站或RSS源的新闻内容,并生成摘要报告。 使用场景: 1. 用户要求"获取今日新闻"、"爬取某网站内容" 2. 用户需要"总结新闻"、"生成日报" 3. 用户指定具体URL要求抓取内容 4. 需要监控特定新闻源的最新动态
- Initial release of "news-crawler": an automated tool for fetching and summarizing news from specified websites or RSS feeds. - Provides scripts for retrieving news lists and detailed content: `rss_fetcher.py` for RSS sources, `crawl.py` for web pages. - Supports structured daily news report generation, including content extraction and summarization. - Includes usage instructions, workflow, and output formats. - Features guidance on ethical crawling and extensibility for additional features.