Import from Bluesky
Otso’s Bluesky adapter pulls posts via the public API.
Obtain credentials
Section titled “Obtain credentials”- Create an app password in Bluesky settings.
- Set
BSKY_IDENTIFIER
andBSKY_PASSWORD
in your environment.
Run the import
Section titled “Run the import”otso import bluesky --cursor latest.json
The adapter stores the last cursor so subsequent runs resume where they left off.
Mapping
Section titled “Mapping”- Posts become
note
events with AT URIs stored asexternal_id
. - Images are downloaded and attached as media.
- Embeds to external URLs become
bookmark
events.