I want to fetch online news from different news sources from today to one month back. How i can download those news? Is there any news API available in Python to download for Hindi News such as AajTak, Dainik Jagran, Dainik Bhaskar etc.
I am not sure about any API for Hindi News and it is rather difficult to find for all News providers.
But you can easily find RSS Feed and fetch News from , e.g Dainik Bhaskar (1st link below) which also can be done using python Feedparser library (2nd link).
For more help over RSS with python you can search on web.
I will rater opt for Web scrapping if not API.. usually APIs are sold for a premium, which is obvious but if you try web scrapping in pyhon I am sure you still can build database of news (try Mongo for data storage).
Whta is the purpose of using news info? is it text mining or sentiment analysis or simply classification?
Yes i want it for sentiment analysis in Hindi text. But through web scraping using Python requests and bs4 module i am getting only current news. what about archive?