diff --git a/content/posts/archiving-instagram-posts/index.md b/content/posts/archiving-instagram-posts/index.md new file mode 100644 index 00000000..c83a2432 --- /dev/null +++ b/content/posts/archiving-instagram-posts/index.md @@ -0,0 +1,16 @@ +--- +title: "Archiving Instagram posts" +date: 2023-04-29T10:48:31+01:00 +draft: false +emoji: 📸 +images: +tags: + - instagram + - social +--- + +I spent a little time this weekend reminding myself of what writing code is like (before I start work again on Tuesday, after [4 months travelling](https://adventure.awaits.us)). After my recent post on [leaving Meta's social networks](/posts/goodbye-big-social) I decided to create a script to convert the GDPR-provided archive of all my activity on Instagram into this blog. + +You can find it at [/instagram-posts](/instagram-posts) — I'll figure out a good place to leave a permanent link soon! + +{{< figure src="instgram-posts.webp" title="A screenshot of the new archival page on this blog; tiled photos from my instagram feed." >}} diff --git a/content/posts/archiving-instagram-posts/instgram-posts.webp b/content/posts/archiving-instagram-posts/instgram-posts.webp new file mode 100644 index 00000000..3fcf4bed Binary files /dev/null and b/content/posts/archiving-instagram-posts/instgram-posts.webp differ