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

Check check_accounts_in() #13

Open kurtawirth opened 6 years ago

kurtawirth commented 6 years ago

From issue #8 - check if check_accounts_in() will take a vector of accounts (per its README) instead of needing to create a loop in R and call botometer repeatedly. To do so, we'll need to take the output of rtweets (a rectangle) and turn it into a vector for bom.check_accounts_in.

ryantmoore commented 6 years ago

With several attempts, we are unable to get check_accounts_in() to work. @kurtawirth will try a list version using bom$check_accounts_in(list("handle1", "handle2"))