TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Integrating Google news feed

2 pointsby ask5about 10 years ago
I am analyzing a requirement in which the client wants to integrate Google news feed into their CRM system, they want the accounts tab to show Google news relevant to the current account. Also they want to make sure users don&#x27;t miss any news, which basically means storing news locally so that users can check back-dated news. Client has few thousand accounts so I need to write a daily job to get news for each account and store it in a database.<p>Can I do that? Of course I can&#x27;t hit Google news servers 10,000 time every minute, I am okay with pulling news once a day over a period of few hours. But can I store the data returned by the google rss feed on my server in the first place? I don&#x27;t get any clear idea from their support page https:&#x2F;&#x2F;support.google.com&#x2F;news&#x2F;answer&#x2F;40796

no comments

no comments