Skip to content

Instantly share code, notes, and snippets.

@blixt
Last active August 29, 2015 14:11
Show Gist options
  • Save blixt/cff25b75b73ad1acd91e to your computer and use it in GitHub Desktop.
Save blixt/cff25b75b73ad1acd91e to your computer and use it in GitHub Desktop.
Twinder

Twinder

Optimize your Twitter feed.

Basic idea

  1. Authenticate to access a user's Twitter feed
  2. Display the feed as Twitter does
  3. Allow the user to swipe left or right on any tweet
    Left = indicate that you dislike the tweet
    Right = indicate that you like the tweet (which may also favorite the tweet in Twitter-land)
  4. Whenever the feed is reloaded, instead of not displaying any of the past tweets, display "highlights" (tweets from authors the user liked the most) from the time that you were not using Twitter
  5. Over time, score a tweet based on its content and author and hide poorly scoring tweets
  6. Implement a screen that shows all authors followed by the user and their calculated rank, letting the user unfollow everyone below a certain threshold
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment