Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hvtuananh/twitter_crawler
- Owner: hvtuananh
- License: mit
- Created: 2014-10-10T15:56:19.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-12T20:26:00.000Z (almost 10 years ago)
- Last Synced: 2024-07-30T20:57:07.791Z (3 months ago)
- Topics: crawler, java, streaming-api, tweets, twitter, twitter-crawler
- Language: Java
- Size: 566 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)