koenrh / delete-tweets

Delete tweets from your timeline.
ISC License
791 stars 107 forks source link

Has anyone got suspended before? #81

Closed bitmanid closed 4 years ago

bitmanid commented 4 years ago

So i want to try this app. But I'm afraid my Twitter account will be suspended. There is no information about destroy tweet limit, it doesnt like post update tweet and get tweet.

Has anyone got suspended before? Or has anyone try to delete more than tens of thousands of tweets in a short period of time?

koenrh commented 4 years ago

Hello @teddy-dev! No, not as far as I am aware. Twitter has implemented strict rate-limiting, which means that you could only delete tweets at a rate of N tweets per window. See related discussion: https://github.com/koenrh/delete-tweets/issues/38.

anor4k commented 3 years ago

commenting because i did get suspended permanently for using this tool. I used it to delete 100k+ tweets, which took a few hours. I was unaware of the rate limit. proof: Suspension

koenrh commented 3 years ago

@anor4k I'm sorry to hear that 😞 This is the first time I have heard about someone actually getting suspended for using Twitter's API to delete their tweets. I don't think it has anything to do with Twitter's rate limit as this tool will simply sleep for N seconds after it hits the rate limit. Which means it must have something to do with the large number of tweets being deleted.

From their Developer Agreement and Policy:

  • Never perform bulk, aggressive, or spammy actions, including bulk following

But then again there are a ton of (paid) services out there that do the same thing (even on accounts with a large number of tweets) without any issues.