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,
a user who posted many times in a conversation shows up the correct number of times in the output object, and
the results of the rtweet::stream_tweets() pull are attached to the bot-estimate results.
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.
The commit f0aaccb18653c8a4d2d639b44bae59ce5c8f34b8 addresses Issue #15 by analyzing only the unique screen names, then re
join
ing the results with the originaltweets
object. As a result,rtweet::stream_tweets()
pull are attached to the bot-estimate results.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.