Skip to content

Releases: JBGruber/atrrr

atrrr 0.2.0

Choose a tag to compare

@JBGruber JBGruber released this 07 Jun 07:11
  • adds experimental firehose implementation
  • some updates to parsing functions
  • export fetch_preview for more control over link previews
  • allow other PDS (like Eurosky instead of Bluesky)
  • fix issue when posting threads

atrrr 0.1.1

Choose a tag to compare

@JBGruber JBGruber released this 22 Jul 16:05
  • adds functions for direct messages
  • adds function to query starter packs from a user
  • simplifies make_request and make it compatible with future httr2 versions
  • get_user_info now uses app_bsky_actor_get_profile to query individual profiles (see #39)

atrrr 0.1.0

Choose a tag to compare

@JBGruber JBGruber released this 24 Jan 09:06
  • fix bug in posting remote images and videos
  • fix issue in auth() (httr2 v1.1.0 related)

atrrr 0.0.5

Choose a tag to compare

@JBGruber JBGruber released this 19 Jan 19:53
  • adds three new functions for lists: get_list(), get_list_feed(), and get_starter_pack()
  • adapted to httr2 1.1.0
  • now supports posting videos,several images and compresses images that are too large
  • updated auto functions to reflect changes to the endpoints
  • added new parameters to search_post()
  • improves stability of preview cards in posts
  • improves parsing of actor data

atrrr 0.0.4

Choose a tag to compare

@JBGruber JBGruber released this 16 Nov 13:15
  • adds option to include language, additional tags and labels to post
  • fix issue with preview cards for cases with multiple links
  • add search function to vignette (thank you for noticing, @SoaresAlisson)
  • address issue with new version of glue package (thank you, @jennybc)

atrrr 0.0.3

Choose a tag to compare

@JBGruber JBGruber released this 05 Mar 15:41

atrrr 0.0.3

  • link preview cards are automatically added to posts (can be turned off)
  • unified approach to parsing actor data
  • new function: skeet_shot (high quality screenshots of skeets)
  • properly paginate get_user_info (#14)
  • hashtags can be searched and included in skeets now
  • post_skeet/post now supports ggplot2 objects

atrrr 0.0.2

Choose a tag to compare

@JBGruber JBGruber released this 11 Jan 08:52
  • Initial CRAN submission.