Graph Google Plus Users
Make a graph of Google Plus users whose posts share common terms.
Connect to Google Plus.
In[1]:= | ![]() X |
Out[1]= | ![]() |
Get the IDs of users in your Google Plus circles.
In[2]:= | ![]() X |
In[3]:= | ![]() X |
Import each user's recent posts and find words with six or more letters.
In[4]:= | ![]() X |
In[5]:= | ![]() X |
Make a graph where users are connected if their posts share the same words.
In[6]:= | ![]() X |
In[7]:= | ![]() X |
In[8]:= | ![]() X |
Out[8]= | ![]() |
Label the users and eliminate the unconnected ones.
In[9]:= | ![]() X |
Out[9]= | ![]() |