Skip to content

Program performs social network analysis on more than 200 Twitter users.

License

Notifications You must be signed in to change notification settings

chandnii7/Social-Network-Analysis

Repository files navigation

Twitter Network Analysis

Program performs social network analysis on more than 200 Twitter users. Project focuses on 3 parts:

  1. Data Collection using Twitter API
  2. Data Visualization using Gephi
  3. Network Measure using created network:
    • Number of Nodes and Edges
    • Degree Distribution
    • Clustering Coefficient
    • Betweenness Centrality
    • Closeness Centrality
  4. Network Analysis

Refer the report for further implementation details, data collection, data visualization, network measures, and network analysis: View Report

Twitter Network:

Steps to run the code:

  1. Update the twitter api keys below for authentication. Put your own keys to make the api calls.
  2. Run each cell to get the output for lines of code in Jupyter Notebook.