-
Notifications
You must be signed in to change notification settings - Fork 224
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: Unretweet == true prevents archive deletion #65
Comments
I found that to delete from the archive, all other commands for other tasks had to be set to off, so as not to interfere with the archive task. So I tend to run the archive task as a final one on its own. Took me a while to realise this. |
Thanks, I was wondering why my account still had a lot of retweets. |
I give up. Anyone else here that can figure out where the logic error is? It would be nice to be able to delete retweets from archive, I suppose my delete job without using the archive will take days, if not weeks. |
Can You please explain this a little? |
Been a while since I last used this script, but I was saying to set the delete retweets option to true, and everything else to false. However I eventually got down to about 200+ retweets that would not delete. The author of another script on GitHub suggested this may be due to those retweets being already removed from twitter by the original tweeters, and so you are left with "ghost tweets" that nobody can find or view on twitter. He explained this on his video here. I have also tried his script and it works as well as DeleteTweets but easier to use https://youtu.be/jB1-z6LbX5w |
These settings won't work. The array of ids to delete is [] and the script ends immediately.
This works as expected. Archive batches for deletion. Great!
There appears to be a logic error in this:
The text was updated successfully, but these errors were encountered: