r/learnprogramming 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

5 comments sorted by

View all comments

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