How to develop your very own News Aggregator in 5 minutes!
Every morning you wake up to one tragic story or another on the news channel. But hey! There are good things happening in the world as well right?
What if there was a way to filter all the bad news and for a change know what are the good things happening around you?!
C'mon lets start developing our personalized news feed in 5 mins!
Note - We are using Aylien API, this is a simple web app that aggregates news based on a sentiment
Step 1: Register for an account on Aylien website. ( https://aylien.com/ )
Step 2: Get API_key and App_ID from your profile when you login
Step 3: Install Aylien News API by going in your terminal and typing -- pip install aylien_news_api
Step 4: Fork this repository or download the code from https://github.com/warmachine0609/News-Aggregator
Step 5: Execute the following code -- python news.py
Viola! You have your very own personalized news feed!
-- Peace out