A python package to calculate temporal integrated information of a group of people based on their temporal activites as time series. This was part of my bachelor thesis "Unified Behavioral Analysis of Social Network Users". Our main focus was on analysis of github repositories. We found out that the integrated information of a project (calculated based on contributers commits and with the help of the social_phi package) is correlated with other metrics of the project like number of stars, forks, issues, etc.
git clone https://github.com/s-omranpour/Social-Phi
cd Social-Phi
pip install .
pip install social-phi
You can see our case study and collected data in the examples directory. Notebooks contain the results used in my thesis.