Program performs social network analysis on more than 200 Twitter users. Project focuses on 3 parts:
- Data Collection using Twitter API
- Data Visualization using Gephi
- Network Measure using created network:
- Number of Nodes and Edges
- Degree Distribution
- Clustering Coefficient
- Betweenness Centrality
- Closeness Centrality
- Network Analysis
Refer the report for further implementation details, data collection, data visualization, network measures, and network analysis:
View Report
- Update the twitter api keys below for authentication. Put your own keys to make the api calls.
- Run each cell to get the output for lines of code in Jupyter Notebook.