{"id":27253435,"url":"https://github.com/marselester/igshelf","last_synced_at":"2025-10-12T10:32:38.518Z","repository":{"id":57644628,"uuid":"307015057","full_name":"marselester/igshelf","owner":"marselester","description":"My Instagram local gallery.","archived":false,"fork":false,"pushed_at":"2020-10-28T23:22:40.000Z","size":2567,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-12T10:32:19.914Z","etag":null,"topics":["instagram"],"latest_commit_sha":null,"homepage":"https://marselester.com/instagram/index.html","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/marselester.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-10-25T03:12:47.000Z","updated_at":"2023-03-08T22:04:26.000Z","dependencies_parsed_at":"2022-08-30T05:52:44.978Z","dependency_job_id":null,"html_url":"https://github.com/marselester/igshelf","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/marselester/igshelf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marselester%2Figshelf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marselester%2Figshelf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marselester%2Figshelf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marselester%2Figshelf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marselester","download_url":"https://codeload.github.com/marselester/igshelf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marselester%2Figshelf/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279011061,"owners_count":26084865,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-12T02:00:06.719Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["instagram"],"created_at":"2025-04-11T01:27:33.110Z","updated_at":"2025-10-12T10:32:38.483Z","avatar_url":"https://github.com/marselester.png","language":"Go","readme":"# Instagram shelf 📷\n\nAs the author of photos/videos I've uploaded to Instagram, I want to have a copy of my content.\nThe easiest way is to download account data using https://www.instagram.com/download/request/ (zip archive)\nand render my Instagram timeline as an html page.\nFor example, the following command will copy media files from a zip archive to `./content/` directory\nand create `timeline.html` (a gallery), `timeline.json` (metadata).\n\n```sh\n$ go build ./cmd/igshelf\n$ ./igshelf -src=~/Downloads/marselester_20201007.zip\n```\n\nI can tweak `template/timeline.tpl` template and render a gallery from existing `timeline.json`.\n\n```sh\n$ ./igshelf\n```\n\nIt may take up to 48 hours to get a link to an Instagram account data.\nIf I don't want to wait, there is an option to download the content using\n[Instagram API](docs/token.md).\n\n```sh\n$ read -p \"Enter access token: \" -s IGSHELF_TOKEN\n$ export IGSHELF_TOKEN\n$ ./igshelf -src=api\n```\n\nNote, if you're using zsh you might have problems with `read -p`.\n\n```zsh\n$ export IGSHELF_TOKEN\n$ vared -p \"Enter access token: \" IGSHELF_TOKEN\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarselester%2Figshelf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarselester%2Figshelf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarselester%2Figshelf/lists"}