like_skeet | R Documentation |
Like a skeet
like_skeet(post_url, verbose = NULL, .token = NULL)
like_post(post_url, verbose = NULL, .token = NULL)
post_url |
URL or URI of post to delete. |
verbose |
Whether to print status messages to the Console
( |
.token |
If you manage your own tokens, you can supply it here. Usually
|
invisible record information from the API
## Not run:
# like a post
like_skeet("https://bsky.app/profile/jbgruber.bsky.social/post/3lcmymlgxwa2t")
# or feed in the result of some search
johannes_posts <- get_skeets_authored_by("jbgruber.bsky.social")
like_skeet(johannes_posts$uri)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.