devio / de-x

Delete the whole history of your tweets, retweets and replies w/o API access
BSD 2-Clause "Simplified" License
37 stars 4 forks source link

[Feature Request] Remove likes #2

Open Asahi21 opened 10 months ago

Asahi21 commented 10 months ago

Are you planning on adding a way to remove likes/favs? Or is it not possible?

freckhard commented 10 months ago

Looking for the same feature! There is a "like.js" in the downloaded archive as well, containing some simple json objects, example:

    "like" : {
      "tweetId" : "1234567",
      "fullText" : "@egonmurks blablabla",
      "expandedUrl" : "https://twitter.com/i/web/status/1234567"
    }

I'll try to play around with this, but for starters I wouldn't know what the web-request for unliking would be. Maybe browser dev tools can tell?

socks5th commented 9 months ago

Looking for the same feature! There is a "like.js" in the downloaded archive as well, containing some simple json objects, example:

    "like" : {
      "tweetId" : "1234567",
      "fullText" : "@egonmurks blablabla",
      "expandedUrl" : "https://twitter.com/i/web/status/1234567"
    }

I'll try to play around with this, but for starters I wouldn't know what the web-request for unliking would be. Maybe browser dev tools can tell?

Did you ever look into it? If not I'm sure I could figure it out with Burp Suite tbh.

DougBarry commented 3 months ago

See https://github.com/eIektro/Unlike-Tweets