A python script that creates a network graph of your mutuals and the connections between eachother This is a small project, I am not very experienced with network graphs or the etiquettes on displaying data
Required dependencies:
- atproto
- networkx
- matplotlib
- concurrent.futures
- numpy
pip install atproto networkx matplotlib numpy