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

Make botometer.Botometer.check_account() a function of our package #11

Open ryantmoore opened 6 years ago

ryantmoore commented 6 years ago

As of commit 9f809e7c5083e9c91d0dabb521cf1feffd9cec98, the user calls

x <- setup_botscan("a", ..., "e")
x$check_account("@...")

to use botometer. It would be better if we can make our own check_account() that could either

  1. be exported from our own NAMESPACE and available when users library(botscan), or
  2. be an internal function wrapped by our botscan()