From 4e437ad675e6d36d978016c040ea3897466a62b6 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sun, 7 Aug 2022 17:32:42 +0200 Subject: [PATCH] add problematic todo --- main.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/main.py b/main.py index 346cbfa..0ab9836 100644 --- a/main.py +++ b/main.py @@ -320,6 +320,9 @@ def start(): forcelist=keys["FORCELIST"], ) + # TODO: Break in v2 API : max 25 rule (https://docs.tweepy.org/en/stable/streamrule.html#tweepy.StreamRule) + # Need research, is it possible to run the stream without filter and still catching everything we want? + # Only track specifics words stream.add_rules([StreamRule(word) for word in triggerWords]) stream.filter(threaded=True)