/twitter-network-analysis

Directed network analysis, for a twitter data source

Primary LanguageJupyter Notebook

Twitter network analysis

Directed network analysis, from Twitter data source to analysis and metric applications.

Source code for the paper "A Customisable Pipeline for Continuously Harvesting Socially Minded Twitter Users".

For more info check out the dedicated page.

Steps

Analysis is performed in several sequential/parallel pipelines, which produce intermediate results in the output.

Installation

  1. Install required linux packages: sudo apt install python3 python3-dev build-essential
  2. Install python required modules pip install -r requirements.txt

Sources