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.
···11-# Main
11+# Audience
22+> Fellow software developers and script kiddies.
2333-`main.ts` is the entry point that runs the async application code located in `instagram-to-bluesky.ts`.
44+# Instagram to Bluesky
55+Consumes exported instagram posts, and media files, and produce Bluesky post and embedded media.
4655-## Instagram to Bluesky
6777-`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).
88+# Architecture
99+ [`main.ts`](./main.ts) is the entry point that runs the async application code located in [`instagram-to-bluesky.ts`](./instagram-to-bluesky.ts).
1010+1111+[`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).