We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As of commit 9f809e7, 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
check_account()
library(botscan)
botscan()
The text was updated successfully, but these errors were encountered:
ryantmoore
kurtawirth
No branches or pull requests
As of commit 9f809e7, the user calls
to use botometer. It would be better if we can make our own
check_account()
that could eitherlibrary(botscan)
, orbotscan()
The text was updated successfully, but these errors were encountered: