Twitter sentiment is a web application that examines the sentiment measure of a particular expression.
- Type some name of famous peron on the left
-
Select how many tweets you want to scan on the button
-
click on the 'run' button
-
Wait until you receive the Sentient Index of that person !
Twitter Sentiment uses a number of open source projects to work properly:
- ntwitter - Asynchronous Twitter client API for node.js
- node.js - JavaScript runtime built on Chrome's V8 JavaScript engine
- Express - Fast, unopinionated, minimalist web framework for Node.js
- fs - Node.js file system module
- jQuery - Fast, small, and feature-rich JavaScript library
And of course Twitter Sentiment itself is open source with a [public repository][dill] on GitHub.
Twitter Sentiment requires Node.js v4+ and npm v5+ to run.
Install the dependencies and devDependencies and start the server.
npm install
node server.js
Browse to: http://localhost:3000/ on your favorite browser
Twitter Sentiment is currently extended with the following plugins. Instructions on how to use them in your own application are linked below. You must have twitter acount to run trow. If you dont have please create account an twitter Then go to -> Twitter Application Management and generate the folloing keys:
Key | Value |
---|---|
consumer_key | YOUR SECRET BUMBER HERE |
consumer_secret | YOUR SECRET BUMBER HERE |
access_token_key Drive | YOUR SECRET BUMBER HERE |
access_token_secret | YOUR SECRET BUMBER HERE |
Insert them in the configure.json file.
Ariel University
Free Software, Hell Yeah!