Wanted: The Unfollowemator

As a Twitter user, I want a way to automatically unfollow users who mention specific terms with a certain sentiment, so that I can easily filter out people with which you just can’t argue.

Acceptance Criteria:

  1. This tool should use the latest version of OAuth to allow the user to connect their Twitter account to the application.
  2. This tool should allow the user to enter a keyword or keywords into a text field, then choose an emotional state (probably limited to positive/negative in the first iteration) to filter on.
    • For example, a user might search for positive mentions of “McRib”
  3. The tool should display a few example tweets, and a paginated list of users that will be unfollowed.
  4. The list of users to be unfollowed should include checkboxes, allowing the user to uncheck any box before confirming their unfollows.
  5. After confirming, the user should be presented with an option to automatically unfollow all users who match this query in the future.