Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 393 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 393 Bytes

SteamFriendGraph

See how your friends on steam are connected with eachother!

Example

Graph of depth 1

How to use

  • main.py -> finds [steamid's] friends.
  • main2.py -> finds [steamid's] friends and then their friends. (Warning: This can take forever to finish.)

Dependencies

  • networkx
  • matplotlib