Adds 2 filters to endpoint:
-
min_accounts_per_cluster: int = 2
omits all clusters with less than 2 tweet authors -
exclude_read_tweets: bool = True
skips all tweets that were previously in a cluster withcluster.isRead == True
Adds 2 filters to endpoint:
min_accounts_per_cluster: int = 2
omits all clusters with less than 2 tweet authorsexclude_read_tweets: bool = True
skips all tweets that were previously in a cluster with cluster.isRead == True