We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Are you planning on adding a way to remove likes/favs? Or is it not possible?
The text was updated successfully, but these errors were encountered:
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?
Sorry, something went wrong.
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.
See https://github.com/eIektro/Unlike-Tweets
No branches or pull requests
Are you planning on adding a way to remove likes/favs? Or is it not possible?
The text was updated successfully, but these errors were encountered: