DaylightingSociety / SocMap

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

Add link counts #10

Closed milo-trujillo closed 5 years ago

milo-trujillo commented 6 years ago

Right now we put a (src, dst) edge on the map if src mentions or retweets the destination. We should include additional information on the edge itself, namely:

This allows us to differentiate between users that mentioned each other once from users that have long, regular conversations back and forth.

This will likely require changing several places where we extract usernames from tweets, so we track the number of occurrences (probably with a dictionary) rather than the set solution we use now.

milo-trujillo commented 5 years ago

Completed as of #26