aboutsummaryrefslogtreecommitdiff
path: root/producer.py
diff options
context:
space:
mode:
authorPriyansh <[email protected]>2021-12-28 22:03:04 -0500
committerPriyansh <[email protected]>2021-12-28 22:03:04 -0500
commitb18c9a814c11f4d66f7a460d2179087805e034a1 (patch)
tree0525f32909fa24d83fd7fba6e3bacdc0d526b92b /producer.py
parent101072ea24cc0670bbd689d039d5144fa5216a4b (diff)
downloadKafkaPySpark-main.tar.xz
KafkaPySpark-main.zip
Animated Graph using matplotlibHEADmain
Diffstat (limited to 'producer.py')
-rw-r--r--producer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/producer.py b/producer.py
index b965491..252a26b 100644
--- a/producer.py
+++ b/producer.py
@@ -33,7 +33,7 @@ class TwitterStreamer():
listener = ListenerTS()
auth = self.twitterAuth.authenticateTwitterApp()
stream = Stream(auth, listener)
- stream.filter(track=["Christmas"], stall_warnings=True, languages= ["en"])
+ stream.filter(track=["Covid"], stall_warnings=True, languages= ["en"])
class ListenerTS(StreamListener):