This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Jon Harmon (he/him/his)
jonthegeek.com
did:plc:peeplnvlwcohp4jly3fpwj46
# https://bsky.app/settings/app-passwords
keyring::key_set("BSKY_APP_PASS")
.bsky <- function(text, ..., user = "jonthegeek.com", key = "BSKY_APP_PASS") {
bskyr::bs_post(text = text, ..., user = user, pass = keyring::key_get(key))
}
.bsky("Hello from my #RStats console, Bluesky!")
2025-11-08T15:17:00.461Z