infectwit
v0.0.1
Published
Research whether twitter users influence each other in their tweeting and visualize tweeting sentiment history.
Readme
infectwit
Research whether twitter users influence each other in their tweeting and visualize tweeting sentiment history.
install
npm install infectwitUsage
Have fresh mongoDB server running on "mongodb://localhost:27017/infectwit".
Start server
npm serverVisit browser
http://localhost:3000populate database with twitter data
node populate <collection to safe to> <afinn | clips> <negative | positive>