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.
Analysis is performed in several sequential/parallel pipelines, which produce intermediate results in the output.
- Install required linux packages:
sudo apt install python3 python3-dev build-essential
- Install python required modules
pip install -r requirements.txt