kurtawirth / botscan

R tool for scanning Twitter for bot activity on a conversation level.
GNU General Public License v3.0
10 stars 6 forks source link

Unduplicate screen name search #22

Closed ryantmoore closed 5 years ago

ryantmoore commented 5 years ago

The commit f0aaccb18653c8a4d2d639b44bae59ce5c8f34b8 addresses Issue #15 by analyzing only the unique screen names, then rejoining the results with the original tweets object. As a result,

This update is committed to a new branch.

Please test with a small example with known screen-name repetition, then feel free to merge into the master.