Skip to content

Spring WebFlux Implementation of Twitter Labs Streaming APIs

Notifications You must be signed in to change notification settings

rj93/twitter-labs-reactive

Repository files navigation

twitter-labs-reactive

Spring WebFlux Implementation of Twitter Labs Streaming APIs

  • twitter-labs-reactive-core - Where the majority of the code is located. This includes the Twitter API models, along with the client logic to invoke the APIs.
  • twitter-labs-reactive-autoconfigure - Auto configuration and properties to bootstrap the client.
  • twitter-labs-reactive-app - A simple Spring Boot application that utilises the above two libraries to start the stream and log the tweets to the console.

Since the time this project was created, the streaming API's have been deprecated and moved to Twitter API v2 so this may no longer work as expected.

Releases

No releases published

Packages

No packages published

Languages