vamsiikrishna / tmongo

Store tweets based on certain keywords in mongodb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tmongo

tmongo is a small java app to stream tweets based on certain predefined keywords and store them in a MongoDB collection.

How do I use it?

You need

  • Java
  • Maven
  • MongoDB

You can clone the source from and compile using maven:

git clone https://github.com/vamsiikrishna/tmongo.git

Edit App.java and change the credentials to match that of yours.

mvn clean dependency:copy-dependencies package
java -cp target/tmongo-1.0-SNAPSHOT.jar com.nighthawkapps.tmongo.App 

About

Store tweets based on certain keywords in mongodb

License:Apache License 2.0


Languages

Language:Java 100.0%