On this project we use mentions on twitter posts to generate a network of accounts. From that we generated an accounts pathfinder, it shows the sequence of accounts that you would need to traverse to get from account A to account B using only mentions.
In order to get the data we made a twitter scrapper script TwitterScrapper.py. It goes through different twitter profiles and searches for mentions, when it finds a mention it stores it at an array and then proceeds to analyze the accounts it has it that array.


