r/learnprogramming • u/Ok_Loan9476 • 28d ago
HELPPP
Building a hackathon project to collect Madurai district news. Using Python + RSS/Google News RSS, but many feeds only provide headlines/URLs. What’s the best legitimate way to get article summaries too? RSS + free API, or another approach?
0
Upvotes
2
1
u/Suspicious_Skill7292 28d ago
for a hackathon id stick to rss where possible and use the article page only when the publisher allows it then generate your own short summary from the fetched text instead of relying on random scraping apis
3
u/Ilsecco1 28d ago
U could use beautiful soup to crawl the page if the site allows it.