Import Instagram archive to a Bluesky account
9
fork

Configure Feed

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

Updated README.md with the refactoring vison to have a sustainable migration tool to support all future media and the current image and video posts that exist.

+8 -4
+8 -4
src/README.md
··· 1 - # Main 1 + # Audience 2 + > Fellow software developers and script kiddies. 2 3 3 - `main.ts` is the entry point that runs the async application code located in `instagram-to-bluesky.ts`. 4 + # Instagram to Bluesky 5 + Consumes exported instagram posts, and media files, and produce Bluesky post and embedded media. 4 6 5 - ## Instagram to Bluesky 6 7 7 - `instagram-to-bluesky.ts` is responsible for configuration and delegating to the [media](./media/media.ts) processor which uses media specific processors ([image](./image/image.ts)/[video](./video/video.ts)) that transform the raw instagram post data into a format that can be sent to the [bluesky client](./bluesky/bluesky.ts). 8 + # Architecture 9 + [`main.ts`](./main.ts) is the entry point that runs the async application code located in [`instagram-to-bluesky.ts`](./instagram-to-bluesky.ts). 10 + 11 + [`instagram-to-bluesky.ts`](./instagram-to-bluesky.ts) is responsible for configuration and delegating to the [media](./media/media.ts) processor which uses media specific processors ([image](./image/image.ts)/[video](./video/video.ts)) that transform the raw instagram post data into a format that can be sent to the [bluesky client](./bluesky/bluesky.ts).