Import Instagram archive to a Bluesky account

Merge pull request #43 from markusbucher/patch-2

fix: update insta archive paths

authored by

Marco Maroni and committed by
GitHub
559db0d0 9e4b9ad5

+2 -2
+2 -2
src/instagram-to-bluesky.ts
··· 163 163 } else { 164 164 postsJsonPath = path.join( 165 165 archivalFolder, 166 - "your_instagram_activity/content/posts_1.json" 166 + "your_instagram_activity/media/posts_1.json" 167 167 ); 168 168 reelsJsonPath = path.join( 169 169 archivalFolder, 170 - "your_instagram_activity/content/reels.json" 170 + "your_instagram_activity/media/reels.json" 171 171 ); 172 172 } 173 173