Package: atrrr 0.0.3.9000
atrrr: Wrapper for the 'AT' Protocol Behind 'Bluesky'
Wraps the 'AT' Protocol (Authenticated Transfer Protocol) behind 'Bluesky' <https://bsky.social>. Functions can be used for, among others, retrieving posts and followers from the network or posting content.
Authors:
atrrr_0.0.3.9000.tar.gz
atrrr_0.0.3.9000.zip(r-4.5)atrrr_0.0.3.9000.zip(r-4.4)atrrr_0.0.3.9000.zip(r-4.3)
atrrr_0.0.3.9000.tgz(r-4.4-any)atrrr_0.0.3.9000.tgz(r-4.3-any)
atrrr_0.0.3.9000.tar.gz(r-4.5-noble)atrrr_0.0.3.9000.tar.gz(r-4.4-noble)
atrrr_0.0.3.9000.tgz(r-4.4-emscripten)atrrr_0.0.3.9000.tgz(r-4.3-emscripten)
atrrr.pdf |atrrr.html✨
atrrr/json (API)
NEWS
# Install 'atrrr' in R: |
install.packages('atrrr', repos = c('https://jbgruber.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/jbgruber/atrrr/issues
- list_lexicons - AT Protocol Lexicons
Last updated 1 months agofrom:15475474b4. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 31 2024 |
R-4.5-win | OK | Oct 31 2024 |
R-4.5-linux | OK | Oct 31 2024 |
R-4.4-win | OK | Oct 31 2024 |
R-4.4-mac | OK | Oct 31 2024 |
R-4.3-win | OK | Oct 31 2024 |
R-4.3-mac | OK | Oct 31 2024 |
Exports:authconvert_at_to_httpconvert_http_to_atdelete_postdelete_skeetfollowget_feedget_feed_likesget_feeds_created_byget_followersget_followsget_likesget_own_timelineget_repliesget_repostsget_skeets_authored_byget_threadget_user_infopostpost_skeetpost_threadsearch_feedsearch_postsearch_skeetsearch_userskeet_shotunfollow
Dependencies:askpassclicurlfansigluehttr2lifecyclemagrittropensslpillarpkgconfigpurrrR6rappdirsrlangsnakecasestringistringrsystibbleutf8vctrswithr
Basic Usage
Rendered fromBasic_Usage.Rmd
usingknitr::rmarkdown
on Oct 31 2024.Last update: 2024-10-01
Started: 2023-10-07
Feed Analysis
Rendered fromFeed_Analysis.Rmd
usingknitr::rmarkdown
on Oct 31 2024.Last update: 2024-03-05
Started: 2023-10-11
Interaction with Platform
Rendered fromInteractions.Rmd
usingknitr::rmarkdown
on Oct 31 2024.Last update: 2024-01-04
Started: 2023-10-11
Networks
Rendered fromNetworks.Rmd
usingknitr::rmarkdown
on Oct 31 2024.Last update: 2024-03-05
Started: 2023-10-11
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Authenticate for the API | auth |
Converts betweet http URL and AT URI | convert_at_to_http convert_http_to_at |
Un/Follow an account | follow unfollow |
Get the skeets from a specific feed | get_feed |
Get likes of a feed | get_feed_likes |
A view of the feed created by an actor. | get_feeds_created_by |
Get followers and follows of an actor | get_followers get_follows |
Get likes/reposts of a skeet | get_likes get_reposts |
Get your own timeline | get_own_timeline |
Get all replies | get_replies |
A view of an actor's skeets. | get_skeets_authored_by |
Get all skeets in a thread | get_thread |
Query profile of an actor | get_user_info |
AT Protocol Lexicons | list_lexicons |
Post a skeet | delete_post delete_skeet post post_skeet |
Post a thread | post_thread |
Print token | print.bsky_token |
Search a specific feed | search_feed |
Search Posts | search_post search_skeet |
Find users (profiles) matching search criteria. | search_user |
Take high quality screenshots of skeets | skeet_shot |