Good ideas and conversation. No ads, no tracking. Login or Take a Tour!
I pulled the information by just going from user to user. So it starts at a user, then enqueues all the followers and followees while adding an edge for each one. Then it pops the next user off the queue and repeats. The script wasn't more than 50 lines of (python) code. A weighted graph would be cool. It would be a little more involved, and it would need to examine much more information. Also, I'm not sure what the options for visualizing a weighted graph are... But, yes, a directed, weighted graph would be more telling, no doubt.