It fetch data from twitter with the Twitter gem https://github.com/sferik/twitter. The gem is a wrapper to the Twitter API https://dev.twitter.com/overview/api
./fetch_following.rb
./rank_most_followed.rb
./unique_resources.rb
./fetch_tweets.rb
./generate_hashtags.rb
./generate_assimilations.rb
-
./fetch_following.rb
Get all your followings and its followings. -
./rank_most_followed.rb
Rank the most followed in common by the people you follow -
./unique_resources.rb
Creates a new collection with all people involved on the rank collection -
./fetch_tweets.rb
Gets all the tweets of the resources collections -
./generate_hashtags.rb
Generates a single array with all the tweets's hashtags of the resource -
./generate_assimilations.rb
Check repeated hashtags between the rank person and its followers