Get-Tweet-Replies-With-Python-Tweepy icon indicating copy to clipboard operation
Get-Tweet-Replies-With-Python-Tweepy copied to clipboard

Extract Replies to a Specific Tweet using Python and Tweepy - Scrape Any Tweet Reply

Results 5 Get-Tweet-Replies-With-Python-Tweepy issues
Sort by recently updated
recently updated
newest added

I tried running it and checking whether or not the code runs, but after running it doesn't seem to output the results. The code only outputs Failed instead of outputting...

Unexpected parameter: timeout

``` Unexpected Parameter : Timeout UnicodeEncodeError Traceback (most recent call last) ~\AppData\Local\Temp/ipykernel_3368/4005694643.py in 29 for tweet in replies: 30 row = {'user': tweet.user.screen_name, 'text': tweet.text.replace('\n', ' ')} ---> 31 csv_writer.writerow(row)...

AttributeError Traceback (most recent call last) in 21 22 replies=[] ---> 23 for tweet in tweepy.Cursor(api.search,q='to:'+name, result_type='recent', timeout=999999).items(1000): 24 if hasattr(tweet, 'in_reply_to_status_id_str'): 25 if (tweet.in_reply_to_status_id_str==tweet_id): AttributeError: 'API' object has no...

I want some help con i contact you??