Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 429 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 429 Bytes

A Python Program that calculates Twitter user influence Rank by implementing Page Rank taking into account retweets and user mentions. The input to main.py is json file.You could use marsample.json in project directory as sample input. The program outputs rank of each twitter, along with bar plot showing top 15 twitter users and their page rank scores. Program runs faster with 64 bit python. Requires numpy and scipy packages.