redouane59 / twittered

Twitter API client for Java developers
Apache License 2.0
234 stars 64 forks source link

Any documentation on the Twitter Stream functions? #447

Closed DxsSucuk closed 1 year ago

DxsSucuk commented 1 year ago

Hey there! I am switching over from Twitter4J since it is some sort of dead because the Twitter API v1.1 has been shutdown not too long ago. I got recommended to use this library instead and would love to do so! Sadly I do not understand how to exactly listen to muliple user twitter streams. By that I mean making a consumer/event handler, which handles the tweets by random users that are not being followed by the Twitter account itself.

Is that even possible with V2?

Thanks in advanced for the response!

redouane59 commented 1 year ago

Hello, Yes you can simply use rules. Check : https://developer.twitter.com/en/docs/twitter-api/tweets/filtered-stream/integrate/build-a-rule

DxsSucuk commented 1 year ago

Thanks!