Sample python flask application to get news articles headlines, minimal content, with news photo url from NewsAPI website
Sample python flask application to fetch news headlines from news api using free registration.
Get you api key news api website link (above) and save it in a "config/creds.cfg" folder and update the path in line number 19 main script "todaysNews.py".
Example for api key credentials to maintain in "creds.cfg" file as below.
[newsapi]
api_key = ##########