Import Instagram archive to a Bluesky account
9
fork

Configure Feed

Select the types of activity you want to include in your feed.

README.md

Audience#

Fellow software developers and script kiddies.

Instagram to Bluesky#

Consumes exported instagram posts, and media files, and produce Bluesky post and embedded media.

Architecture#

main.ts is the entry point that runs the async application code located in instagram-to-bluesky.ts.

instagram-to-bluesky.ts is responsible for configuration and delegating to the media processor which uses media specific processors (image/video) that transform the raw instagram post data into a format that can be sent to the bluesky client.