Dashboard that contains all the visualizations: dash.html
- Download cleaned data and unzip it in the project root directory
- the folder structure should look like this:
- cleaned
- xx.json
- xx.json
- ...
- preprocess.py
- README.md
- ...
preprocess.py: separate the rawdata.jsoninto individual developer's json fileget_all_developer_ids.py: get the ids of all developers that have more than 9 followers, saved inall_ids.jsonget_follower_list.py: get a list of followers of all developer inall_ids.json, saved infollowers.json