2024-08-31 13:20:20 +00:00
|
|
|
# Instablossom
|
|
|
|
|
|
|
|
Migrate your Instragram photo's to Nostr, using Blossom for storage.
|
2024-08-31 14:36:33 +00:00
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
Install the [Deno](https://deno.com) JavaScript runtime.
|
2024-08-31 16:55:52 +00:00
|
|
|
|
|
|
|
Clone this repo:
|
|
|
|
|
|
|
|
```sh
|
|
|
|
git clone https://git.sprovoost.nl/instablossom.git
|
|
|
|
cd instablossom
|
|
|
|
```
|
|
|
|
|
2024-08-31 17:29:32 +00:00
|
|
|
Download your Instagram archive and unzip it.
|
|
|
|
|
2024-08-31 16:55:52 +00:00
|
|
|
Run the script:
|
|
|
|
|
|
|
|
```sh
|
2024-08-31 17:29:32 +00:00
|
|
|
deno run --allow-read --allow-net main.ts
|
2024-08-31 16:55:52 +00:00
|
|
|
```
|
|
|
|
|
2024-08-31 19:25:48 +00:00
|
|
|
Optionally add `--env --allow-env` to use a `.env` file.
|
|
|
|
|
2024-08-31 17:29:32 +00:00
|
|
|
First it will prompt for the path of your archive.
|
|
|
|
|
|
|
|
E.g. `/Users/you/Downloads/instagram-you-2024-01-01-abcdef`
|
|
|
|
|
|
|
|
Next it will prompt for your nsec and a relay.
|