This suite of modules provides services for integrating Drupal content with the AT Protocol, used by Bluesky and other sites. The submodules are:
- Provides the XRPC calls over http_client.
- Used by all the other modules.
- Posts Drupal content as app.bsky.feed.post records
- These will show up in the Bluesky app
- Posts Drupal content as sites.standard.document records
- These will show up on leaflet.pub and other sites that support this lexicon
- Posts Drupal content as my custom net.paullieberman.bike.ride records
- Provided as an example of using a custom lexicon
- View and manage the atproto records in your repo
- ECA - The modules provide Action Plugins for use with ECA. The module includes recipes for creating the ECA models.
- Indieweb Webmention indieweb_webmention . This module provides the syndication and webmention entities used by these modules.
- Drupal core ^11.3 although I'm sure most of this will work on earlier versions.
- Drupal Key module for storing your app password securly.