Skip to content

livnoni/dataMining-twitterSentiment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter Sentiment

Ariel

Twitter sentiment is a web application that examines the sentiment measure of a particular expression.

  • Type some name of famous peron on the left

Ariel

  • Select how many tweets you want to scan on the button

    Ariel

  • click on the 'run' button

    Ariel

  • Wait until you receive the Sentient Index of that person !

Tech

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.

Installation

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

additional requirements

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.

License

Ariel University

Free Software, Hell Yeah!

Screenshot:

Ariel

The ouput:

Ariel

Releases

No releases published

Packages

No packages published