Twitter APIv2 Expansions Using Tweepy
I have a pretty basic application which uses Tweepy's StreamingClient to stream tweets from a defined list of users. When one of them tweets, I have a couple conditions based on keywords to determine if I should alert myself. I…