I'm trying to build a news hub app, and my objective is to extract news articles from other news channels, summarize it, and present in the form of bullets in an unbiased manner. I've got the algorithm up and running, all I need is the code to gather data from other websites like NDTV, CNN, etc. Please gimme a description of how to carry this out.
Code, links, examples, and screen shots would help a lot. Thanks! (Y)
webscraping is the way for you; you can get your news articles or everything you need with scrapy , beautifulsoup or selenium they are modules for python for getting data from html pages( text ) and after that you are able to save your data to anywhere you want such as databases ; it's better to use rss pages for headlines and these things that you consider to get.