{"id":16458866,"url":"https://github.com/jackmcdade/instagrizzle","last_synced_at":"2025-07-13T19:36:54.313Z","repository":{"id":21330044,"uuid":"24646808","full_name":"jackmcdade/instagrizzle","owner":"jackmcdade","description":"Statamic plugin to fetch media from public Instagram feeds","archived":false,"fork":false,"pushed_at":"2015-06-10T21:18:10.000Z","size":144,"stargazers_count":12,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-08T08:02:46.003Z","etag":null,"topics":["api","instagram","statamic","statamic-v1"],"latest_commit_sha":null,"homepage":null,"language":"PHP","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/jackmcdade.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":"2014-09-30T16:54:00.000Z","updated_at":"2024-12-01T01:06:00.000Z","dependencies_parsed_at":"2022-08-20T23:00:40.561Z","dependency_job_id":null,"html_url":"https://github.com/jackmcdade/instagrizzle","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/jackmcdade/instagrizzle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackmcdade%2Finstagrizzle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackmcdade%2Finstagrizzle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackmcdade%2Finstagrizzle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackmcdade%2Finstagrizzle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jackmcdade","download_url":"https://codeload.github.com/jackmcdade/instagrizzle/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackmcdade%2Finstagrizzle/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265196561,"owners_count":23726329,"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","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":["api","instagram","statamic","statamic-v1"],"created_at":"2024-10-11T10:46:42.786Z","updated_at":"2025-07-13T19:36:54.257Z","avatar_url":"https://github.com/jackmcdade.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Instagrizzle - An Instagram Plugin for Statamic\n===============================================\n\nFetch media from a public Instagram feed, without the need for the API. Yeah, it's a down and dirty scraping plugin.\n\n**You probably shouldn't use this on an important website because it breaks every time Instagram changes their markup.**\n\n## The Tag\n\n```\n{{ instagrizzle username=\"jackmcdade\" limit=\"5\" offset=\"1\" }}\n  \u003ca href=\"{{ link }}\"\u003e\n    \u003cimg src=\"{{ image }}\"\u003e\n  \u003c/a\u003e\n{{ /instagrizzle }}\n```\n    \n## The Parameters\n\n### Username `username`\n\nInstagram username of the feed you want to pull.\n\n```\nusername=\"jackmcdade\"\n```\n\n### Limit `limit`\n\nLimit the items returned.\n```\nlimit=\"5\"\n```\n\n### Offset `offset`\n\nOffset the items returned.\n```\noffset=\"1\"\n```\n\n## Debugger\n\nThere are a lot of variables to access from the Instagram response object. You can use the debug tag to explore the data available to you.\n\n```\n{{ instagrizzle:debug username=\"jackmcdade\" }}\n```\n\n## Config\n\nThere are currently two config options.\n\n### Username `username`\n\nSet the default username for the plugin across your whole site.\n\n```yaml\nusername: jackmcdade\n```\n\n### Cache Length `cache_length`\n\nSet how many seconds you would like to cache the Instagram response object. Default is 3600 (1 hour).\n\n```yaml\ncache_length: 3600\n```\n\n---\nv2 Note: Instagram changed their redesign on June 9th, 2015, and the data available to Instagrizzle is more limited. I did my best to add backwards compatibility for the basic image data, but other than that, use the `{{ instagram:debug }}` tag to see what you have to work with, and God Speed. This is a dirty hacky solution to avoid API authentication.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackmcdade%2Finstagrizzle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjackmcdade%2Finstagrizzle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackmcdade%2Finstagrizzle/lists"}