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 configurable cap of per-user links #23

Closed milo-trujillo closed 5 years ago

milo-trujillo commented 5 years ago

We occasionally run into a particularly popular user that retweets tens or hundreds of thousands of users, which dominates the social graph space and makes data collection take an inordinate amount of time. This may be undesired behavior. We should add a flag so the user can specify a per-user limit, and we halt data collection after finding, for example, 300 unique retweeted users for a single account history.

milo-trujillo commented 5 years ago

Completed as of 42f64aad027c5a967f2a549e573a1e35f01b7c59, added as new command-line argument -M --maxreferences