Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hvtuananh/twitter_crawler

Daemon to call and get tweets from Twitter Public Stream API
https://github.com/hvtuananh/twitter_crawler

crawler java streaming-api tweets twitter twitter-crawler

Last synced: 14 days ago
JSON representation

Daemon to call and get tweets from Twitter Public Stream API

Awesome Lists containing this project

README

        

Twitter Crawler
===============

Author: Tuan-Anh Hoang-Vu, Lauro Lins

Contact: tuananh [at] nyu.edu

Description
===========

Daemon to call and get tweets from Twitter Public Stream API

Configuration
=============

You can copy from sample configuration files and modify to suit your needs.
`twitter4j.properties` specifies OAuth parameters to authenticate and call Twitter API.
`config.properties` specifies what kind of filter you want to use (keywords, location, ...)

Dependencies
============

[twitter4j](http://twitter4j.org/en/index.html)