/HNSentiment

Analysis of Hacker News sentiment.

Primary LanguagePythonMIT LicenseMIT

HNSentiment

Analysis of Hacker News sentiment.

A quick and dirty work in progress.

Takes all of the current comments on HN and runs them through NLTK's sentiment VADER sentiment analysis tool to detect sentiment.

To learn more about VADER checkout the paper.

Requires: Python 3, requests, nltk