follow {atrrr} | R Documentation |
Un/Follow an account
Description
Un/Follow an account
Usage
follow(actor, verbose = NULL, .token = NULL)
unfollow(actor, verbose = NULL, .token = NULL)
Arguments
actor |
User handle to follow or unfollow |
verbose |
Whether to print status messages to the Console
( |
.token |
If you manage your own tokens, you can supply it here. Usually
|
Details
You can only unfollow accounts which you also followed through the API/the package.
Value
list with URI and CID of the record (invisible).
Examples
## Not run:
# follow our test account
follow("atpr.bsky.social")
# unfollow our test account
unfollow("atpr.bsky.social")
## End(Not run)
[Package atrrr version 0.0.3 Index]