Get-Tweet-Replies-With-Python-Tweepy
Get-Tweet-Replies-With-Python-Tweepy copied to clipboard
Unexpected parameter: timeout
Unexpected parameter: timeout
Getting the same error too - did you eventually figure this issue out?
In line 23, delete the following:
, timeout=999999
So line 23 becomes:
for tweet in tweepy.Cursor(api.search_tweets,q='to:'+name, result_type='recent').items(1000):