Streaming multiple users in Twitter API v2
I am migrating from Twitter APIv1.1 to v2, and trying to stream tweets of users filtered by their ids. I use twarc.client2.Twarc2 in python and build a list of rules in this form: {'value': 'from:user1 or from:user2 or ...'} I…