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_IDENTIFIERandBSKY_PASSWORDin your environment. 
Run the import
Section titled “Run the import”otso import bluesky --cursor latest.jsonThe adapter stores the last cursor so subsequent runs resume where they left off.
Mapping
Section titled “Mapping”- Posts become 
noteevents with AT URIs stored asexternal_id. - Images are downloaded and attached as media.
 - Embeds to external URLs become 
bookmarkevents.