Skip to content

dottorblaster/nodejs-simple-twitter-harvester

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%