You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Idea to add Google News as Source.
Google News provide RSS feed and query support hence it is easy to crawl it.
RSS link -
https://news.google.com/rss/search?q=[INPUT]
For now just add GoogleNews as source later we can add few other news sources.
Google RSS feed give title, headlight, date and url. So inorder to fetch full article we need to use another library like https://github.com/adbar/trafilatura