Skip to content
This repository has been archived by the owner on Jan 11, 2019. It is now read-only.

A simple Twitter client utilizing the Twitter streaming API.

Notifications You must be signed in to change notification settings

ryankennedy/twitter-streamer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Twitter Streamer

A very simple implementation of a Twitter client utilizing the new Twitter stream APIs:

https://dev.twitter.com/docs/streaming-api/methods

The client connects to the stream API and parses the statuses returned, printing some simple diagnostic information on each status update to the screen.

To run the streamer invoke maven...

mvn exec:java -Dexec.args="username password"

About

A simple Twitter client utilizing the Twitter streaming API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages