/nodejs-simple-twitter-harvester

A very simple Twitter harvester based on Nodejs, MongoDB and Twitter search api

Primary LanguageJavaScriptGNU General Public License v2.0GPL-2.0

nodejs-simple-twitter-harvester

A very simple Twitter harvester based on Nodejs, MongoDB and Twitter search api

In order to run the app, you have to rename the file *config.sample.js" to "config.js", please read above on howto configure Twitter and MongoDB credentials.

Dependencies

This application is developed and tested on Node.js v0.8.x+, it uses nTwitter to comunicate with Twitter REST API and Mongoose to store the data to Mongodb

Usage

Twitter credentials

File: config_twitter.js

You must register on Twitter and create an application in order to obtain the needed credentials to run the application.

Twitter searches

File: config_twitter.js

MongoDB

File: config_twitter.js