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

[Feature Request] Remove likes #2

Open
Asahi21 opened this issue Dec 23, 2023 · 3 comments
Open

[Feature Request] Remove likes #2

Asahi21 opened this issue Dec 23, 2023 · 3 comments

Comments

@Asahi21
Copy link

Asahi21 commented Dec 23, 2023

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

@freckhard
Copy link

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
Copy link

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
Copy link

See https://github.com/eIektro/Unlike-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

No branches or pull requests

4 participants