rnagle / cultivate

Cultivate: unearthing communites
2 stars 0 forks source link

Create algorithm for ranking persons #4

Open rnagle opened 8 years ago

rnagle commented 8 years ago

Ideas:

duner commented 8 years ago

Some research:

http://bactra.org/notebooks/homophily-vs-influence.html

http://www.pewinternet.org/files/2014/02/How-we-analyzed-Twitter-social-media-networks.pdf

http://mark-kay.net/2014/08/15/network-graph-of-twitter-followers/

In this article I show you how by starting at a single twitter account we can build up a network graph of twitter followers and then visualize that network using the NetworkX library.

https://fredrikbergstrand.wordpress.com/2014/09/29/generating-network-graphs-with-python-and-pygexf/

https://github.com/jdevoo/twecoll

It is possible to generate a GML file of your first and second degree relationships on Twitter.