You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was fixed by adding .page() to this line of code
#page attribute in tweepy.cursor and iteration
for page in tweepy.Cursor(self.api.search,q=keyword,count=200, include_rts=False).pages():