Twitter4j
-
Enterprise Java
Creating Custom SpringBoot Starter for Twitter4j
SpringBoot provides lot of starter modules to get up and running quickly. SpringBoot’s auto-configure mechanism takes care of configuring SpringBeans…
Read More » -
Enterprise Java
Turning Twitter4J into RxJava’s Observable
aTwitter4J is a Java wrapper around Twitter API. While Twitter supports simple request-response interactions in this article we will explore…
Read More » -
Scala
Using Twitter4j with Scala to perform user actions
Introduction My previous post showed how to use Twitter4j in Scala to access Twitter streams. This post shows how to…
Read More » -
Scala
Using twitter4j with Scala to access streaming tweets
Introduction My previous post provided a walk-through for using the Twitter streaming API from the command line, but tweets can…
Read More » -
Enterprise Java
Couchbase : Create a large dataset using Twitter and Java
An easy way to create large dataset when playing/demonstrating Couchbase -or any other NoSQL engine- is to inject Twitter feed…
Read More » -
Enterprise Java
Twitter4j and Esper: Tracking user sentiments on Twitter
For new comers to Complex Event Processing and Twitter API, I hope this serves as a short tutorial and helps…
Read More » -
Enterprise Java
Twitter API on your Java Application
Ever wonder of attaching your tweets to your Java Applications? I searching for the best API out there for this…
Read More » -
Core Java
Java Twitter client with Twitter4j
Got inspired by my friend, who built his own Twitter client for his company’s client. So, I tried to build…
Read More »