Tweety: update search operator

This commit is contained in:
oddluck 2020-06-09 16:02:11 -04:00
parent 182583ff23
commit ffca84e1c7

View File

@ -561,7 +561,7 @@ class Tweety(callbacks.Plugin):
"{0}".format(optterm)
]
if key == "nort":
tsearchArgs["q"] += " exclude:retweets"
tsearchArgs["q"] += " -filter:retweets"
# now build our API call.
data = self.twitterApi.ApiCall("search/tweets", parameters=tsearchArgs)
if not data: