The Circle Community Integration allows you to add posts and comments from your Circle spaces into your Orbit workspace.
A new version (v0.1.0) has been released that improves the overall experience of using the integration:
  • Historical importing of older data is now possible within the instantiation of the client in the code and with the command-line interface (CLI) using the
    historical_import
    boolean parameter in the client instance or the
    --historical-import
    flag in the CLI
  • Which Circle posts and comments to send to Orbit are now dynamically determined based on the last activity for that type currently in your Orbit workspace
The GitHub Action template for Circle has been updated with the latest instructions on how to leverage the
--historical-import
option. You can update your own action workflow using the latest instructions.