Skip to content

samircaus/TwitterStreamingConsole

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

TwitterStreamingConsole

Simple Twitter Streaming Command Line Client

This is just a simple demo command line client that will call Twitter Streaming Api https://dev.twitter.com/docs/streaming-apis
The request will be made for https://dev.twitter.com/docs/api/1.1/post/statuses/filter call, with input parameters - keywords, read from command line.
The program uses Hosebird Client (hbc) library https://github.com/twitter/hbc

Instructions

run "mvn exec:java" in console to start app.

Todo

  1. move configs to .properties file
  2. unit tests
  3. Add other twitter api calls
  4. Format output

About

Simple Twitter Streaming console client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages