I'm trying to figure out a way to find who a user mentions the most in their tweets.
i.e. if there was someone I constantly replied to or mentioned, what would be the best way to find that out?
I'm using Rails and the Twitter gem for this project. If I could return the users most recent 200 tweets and run some sort of query that might work, just not sure what sort of query I would run.
Any ideas how to solve this much appreciated.