Skip to content

bdrupieski/AnagramFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This project finds anagrams on Twitter.

It uses Twitter4J to stream tweets from Twitter. If tweets meet some basic filters they're saved to a Postgres database and checked to see if they form an anagram with any previously encountered tweets.

If you're interested in learning more about how this is done or the scoring methodology used to rank anagrams I wrote a blog post about it here.

I also wrote a web app using Node.js to review and retweet anagrams found by this project.