I haven't looked into the possibilities for how to do this, but it might be some useful functionality to have:
- If the Twitter API can notify the bot when they have been blocked, then we could go through and un-retweet any tweets from the user that blocked it.
- We could track @replies to the bot and have some specific message that will get things un-retweeted.
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.
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/filterAPI filters those tweets out for us or not.