www.byjp.me/tools/archive/instagram
JP Hastings-Spital 6320396733 Import archived tweets
A first pass at importing my tweets. Includes the code I used to do it.

I've made some manual edits (to add code fence blocks, and fix some annoying encoding issues), but this should be a decent start.
2024-01-18 22:18:11 +00:00
..
go.mod Import archived tweets 2024-01-18 22:18:11 +00:00
go.sum Book reviews 2023-07-26 21:07:20 +01:00
main.go Align insta importer 2023-10-23 23:26:48 +01:00
README.md Import archived tweets 2024-01-18 22:18:11 +00:00

Instagram archive

This tool will take an Instagram data archive and turn it into a series of timestamped posts for your Hugo blog.

go run . <path/to/archive/username_yyyymmdd.zip> <path/to/hugo/root/>

It will create one folder per post in the content/photos directory. You can change how those posts look by creating a layouts/instgram-posts/single.html template.