In this tutorial, we'll walk through how to analyze the sentiment of news headlines using VADER — a fast and effective sentiment analysis model designed for social media text, which works well for news headlines too.

We will:


Collect news data using HasData's Google News API.
Use VADER to analyze the sentiment of each article's headline and...