Why can't I delete multiple tweets with this code? Python tweepy – Twitter API
I am trying to use this code to delete 550 tweets from my account, as I want to use it as my personal account again without the tweets from my bots: import tweepy import json auth = tweepy.OAuthHandler("consumer_key", "consumer_secret") auth.set_access_token("access_token",…