You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran the script using the tweets.js archive file, selecting RTs removal and also enabling removal of very old tweets, but I still see a tweets counter at 33k tweets on my profile out of 50k cleaned.
Opening my archive file exported from X.com, I see that those very old tweets are still online, but when I load my X profile, my profile now looks empty (maybe it's not loading my very very old posts strangely).
I've double checked every possible filter, and I don't think I'm missing anything to go and destroy those old tweets.
The behavior of the script is that it runs in loop and displays a succession of numbers without deleting anything (730/7173 etc).
I let it run in loop in case it eventually works, in case it goes through a lot of tweets using my tweets.js file, but usually the deletion is much quicker and more effective when it's launched.
My configuration:
"from_archive":true,
"unretweet":true,
"do_not_remove_pinned_tweet":false,
"delete_specific_ids_only":[""],
"match_any_keywords":[""],
"tweets_to_ignore":[
"", // these
"", // ids
"" // are examples, you can safely keep them or replace them by your own ids.
],
"old_tweets":true,
"after_date":new Date('2005-01-01'), // year-month-day
"before_date":new Date('2026-01-01') // year-month-day
Merci !
The text was updated successfully, but these errors were encountered:
I ran the script using the tweets.js archive file, selecting RTs removal and also enabling removal of very old tweets, but I still see a tweets counter at 33k tweets on my profile out of 50k cleaned.
Opening my archive file exported from X.com, I see that those very old tweets are still online, but when I load my X profile, my profile now looks empty (maybe it's not loading my very very old posts strangely).
I've double checked every possible filter, and I don't think I'm missing anything to go and destroy those old tweets.
The behavior of the script is that it runs in loop and displays a succession of numbers without deleting anything (730/7173 etc).
I let it run in loop in case it eventually works, in case it goes through a lot of tweets using my tweets.js file, but usually the deletion is much quicker and more effective when it's launched.
My configuration:
Merci !
The text was updated successfully, but these errors were encountered: