-
Notifications
You must be signed in to change notification settings - Fork 11
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
Add an automated way to get tweets un-retweeted #24
Comments
Looks like the first implementation isn't possible. You can only retrieve a list of users that you are blocking, not a list of users that have blocked you. |
This doesn't seem possible either. The API doesn't return different results for someone that has you blocked. https://twittercommunity.com/t/getting-blockers-and-spammers-by-rest-api/11723/6 |
@squeek502 I guess that makes sense. |
Yeah, however, it's a bit weird that you can't check if specific users have you blocked using the REST API, since you can see that information when you visit in the profile of a user that has you blocked on the website. But, yeah, looks like "tweet this to me to un-retweet" is probably our best bet. |
I haven't looked into the possibilities for how to do this, but it might be some useful functionality to have:
I think the first would be best, as the second would require more effort on the users part and would be more difficult to communicate. A simple thing like "block this bot to stop your tweets from being retweeted" seems like a straightforward way to go about it.
We should also make sure that we already can't retweet tweets from users that have us blocked. Not sure if
statuses/filter
API filters those tweets out for us or not.The text was updated successfully, but these errors were encountered: