Hi All,
I wanna read tweets using tweepy. On quoted tweets I wanna find the full text. So I did this,
is_quoted_tweet = raw_data["is_quote_status"]
if(is_quoted_tweet == True):
tweet_extend = raw_data["extended_tweet"]["full_text"]
it gives and error, Key error ‘extended_tweet’. I couldn’t find out why. Data loaded through json.