Import Instagram archive to a Bluesky account
9
fork

Configure Feed

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

Add .nvmrc and update README with Node.js version guidance

- Create .nvmrc file specifying Node.js version 22
- Update README to include .nvmrc usage instruction
- Clarify Node.js version prerequisite for the project

+2
+1
.nvmrc
··· 1 + 22
+1
README.md
··· 35 35 ## Prerequisites 36 36 37 37 - Node.js >= 20.12.0 38 + - .nvmrc exists, run `nvm use`. 38 39 - Your Instagram archive in JSON format ([download your archive here](https://www.instagram.com/download/request)) 39 40 - A Bluesky account with an App Password 40 41