Skip to content

Conversation

@Sentello
Copy link

Feature: Delete Replies Only

This pull request introduces a new feature that allows users to delete only their Twitter replies, without affecting their regular tweets. The feature works by checking if a tweet is a reply (in_reply_to_status_id_str is not null) and deleting it if it qualifies.

Changes:

  • Updated get_tweet_ids function to filter for replies only.
  • Kept the tweet deletion process the same, leveraging the existing structure.
  • Added documentation and comments in the script to reflect the new functionality.

I believe this feature will be useful for users who want to delete their replies without impacting their original tweets.

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

Successfully merging this pull request may close these issues.

1 participant