eddyizm / insta_delete

Selenium powered script to delete old instagram posts, upload images, like posts in feed.
27 stars 4 forks source link

Batch delete for comments #12

Open vlhtg opened 1 year ago

vlhtg commented 1 year ago

I was looking for such a script to delete activity on Instagram, but I see that your script does only support deleting posts and likes.

I suggest that a good improvement would be doing the same for comments too. I will try to fork your code and maybe do it myself, but I have zero Selenium experience.

eddyizm commented 1 year ago

To be clear, you want to find/track your comments and then go and delete them? I can look at being able to delete your comment however finding and tracking where you are commenting is the bigger challenge. I believe there is a activity tab that we should be able to scrape.

EDIT: realized Ig now has the comments all set at a URL so rather easy to find them. Let me know if this is what you were looking for, I don't use IG much manually so it looks like it is feasible.

Ikhari commented 1 year ago

Yes, delete all comments on this URL https://www.instagram.com/your_activity/interactions/comments

eddyizm commented 1 year ago

Might try one at a time and loop it but I don't really have a need for this feature so I may let it linger till I get some spare time.