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

New Feature: Delete Replies Only #3

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

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