An open API service indexing awesome lists of open source software.

https://github.com/davecom/hnsentiment

Analysis of Hacker News sentiment.
https://github.com/davecom/hnsentiment

Last synced: 10 months ago
JSON representation

Analysis of Hacker News sentiment.

Awesome Lists containing this project

README

          

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](http://comp.social.gatech.edu/papers/icwsm14.vader.hutto.pdf).

Requires: Python 3, requests, nltk