-
Notifications
You must be signed in to change notification settings - Fork 9
Description
First of all, thank you for your work on this project.
However, I would like to raise a critical point regarding the concept of deletion as implemented here: Posts are not actually deleted from Twitter/X servers. They are merely marked as deleted in the UI and removed from the visible timeline via the API.
A technically and legally relevant distinction is that deleted tweets still appear in a full archive export obtained via the official X data export function. This means:
- Tweets “deleted” using this tool are not removed from the data Twitter/X retains about the user.
- Content with legal or criminal relevance remains retrievable, even after “deletion.”
- Users seeking actual erasure of content (for privacy, legal compliance, etc.) may be misled by the term “delete.”
I strongly recommend updating the documentation and UI wording to reflect this behavior. Terms like “remove from timeline” or “mark as deleted” would be more accurate than “delete,” unless the tool can also purge tweets from the user’s archive (which, to my knowledge, is not possible via public APIs).
Clarifying this would help avoid false expectations and promote responsible usage of the tool.