DaylightingSociety / SocMap

Social Mapping Framework for Twitter
https://socmap.daylightingsociety.org/
BSD 3-Clause "New" or "Revised" License
18 stars 4 forks source link

Save the user maps from layer0 to disk #4

Closed milo-trujillo closed 6 years ago

milo-trujillo commented 6 years ago

Similar to #3. Once we have dictionaries of which seed users are mentioning whom, and which seed users are retweeting whom, we need to save the results as a GML graph to disk. Specifically we want a directed graph of seed user retweeted/mentioned layer 1 user saved as layer1.gml

This should be saved in the mapdir ("./map" by default). Each node representing a user should contain the following information:

milo-trujillo commented 6 years ago

Implemented and pushed. So far I only have a subset of the above information:

If we decide we really need the rest we can add it later and make another issue.