Import Instagram archive to a Bluesky account

Merge pull request #41 from marcomaroni-github/delete-previous-migrations

Add documentation for reimport and instagram handle limitations

authored by

Marco Maroni and committed by
GitHub
2f453ed6 f3e8bcc6

+11 -3
+11 -3
README.md
··· 72 72 - Standard output: `npm start` 73 73 - With logging to file: `npm run start_log` 74 74 75 + > Please note re-running an import will result in duplicates that will not display since BlueSky deduplicates via creation timestamp but will increment the post count. Please see [additional resources](#additional-resources) for a community suggested tool for deleting precvious migrations. 76 + 75 77 ### Test Modes 76 78 77 79 The project includes four test modes to verify imports: ··· 95 97 96 98 ## Limitations 97 99 98 - - Maximum 4 images per post (Bluesky platform limit) 100 + - Maximum 4 images per post (Bluesky platform limit). 99 101 - Splits posts adding a postfix `(Part 1/4)` ensuring no data loss. 100 - - Maximum video size of 100MB 101 - - Rate limiting enforced between posts 102 + - Maximum video size of 100MB. 103 + - Rate limiting enforced between posts. 102 104 - Stories, and likes can not be imported. 105 + - Mentions with URLs like @example.com will fail. 106 + - BlueSky Facets autodetects a possible self hosted PDS handle but fails to find it. 107 + 108 + ## Additional Resources 109 + 110 + [BlueSky Post deleter web application](https://deleter.shiroyama.us/) `*Use at your own risk*` 103 111 104 112 ## License 105 113