Skip to content
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

The script doesn't seem to clean up very old messages (from 2008 to later) #80

Open
baktelraalis opened this issue Nov 17, 2024 · 0 comments

Comments

@baktelraalis
Copy link

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 !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant