May 10, 2021
That is possible just increase the tweet count.
for tweets in tweepy.Cursor(api.search,
q = search_words,
tweet_mode= "extended",
since = date_since,
lang = "en").items(1000):
That is possible just increase the tweet count.
for tweets in tweepy.Cursor(api.search,
q = search_words,
tweet_mode= "extended",
since = date_since,
lang = "en").items(1000):