Applying filter to extract tweets on some hashtags from a particular country using python – Twitter API
I'm using the below python script to get tweets on #lockdownindia, #lockdownextension and #covid19 to get the tweets from my country (INDIA) and perform sentiment analysis. I've used cursor() from tweepy library to do so. When I use #geocode: it…