Uses of Class
tweetoscope.tweetsProducer.TweetsProducer
-
Uses of TweetsProducer in tweetoscope.tweetsProducer
Modifier and TypeClassDescriptionfinal class
Mimics the TwitterStreamSampleReaderSingleton class.final class
Mimics the TwitterStreamSampleReaderSingleton class.final class
Mimics the TwitterStreamSampleReaderSingleton class.class
Produces Tweets without connecting to the Twitter API (recorded or crafted Tweets)class
Deprecated.Starting April 2023, this class can no longer be used with a "Free" access plan to the Twitter API.final class
Connects to the Twitter search stream endpoint and search for Tweets with given keywords (minimum 1, maximum 5).final class
Connects to the Twitter sampled stream endpoint that delivers a roughly 1% random sample of publicly available Tweets in read-time. -
Uses of TweetsProducer in tweetoscope.tweetsProxy
Modifier and TypeClassDescriptionclass
Acts as a proxy to Twitter changes web stream for a Kafka-based application: Reads the stream of Tweets flow and writes them to a Kafka topic.