Closed milo-trujillo closed 6 years ago
Implemented. Slight change to the API:
USAGE: ./buildMentionMap.py <userlist.txt> <directory with tweets> <number of layers> <mentions.gml>
USAGE: ./buildRTMap.py <userlist.txt> <directory with tweets> <number of layers> <retweets.gml>
Once we run SocMap data collection we have all the Tweet data stored locally. Given the list of seed users, we should easily be able to reparse those tweets and build separate maps only based on retweets or mentions. Usage would look something like:
This should be very easy if we reuse existing functionality from
acquire.py
andanalyze.py
, though we may need to add an extra optional parameter to the mapping functions to override the default filename.