{"id":21084147,"url":"https://github.com/unplugstudio/mezzanine-instagram-feed","last_synced_at":"2025-03-14T05:11:26.247Z","repository":{"id":57441297,"uuid":"245332972","full_name":"unplugstudio/mezzanine-instagram-feed","owner":"unplugstudio","description":"Instagram feeds for Mezzanine sites","archived":false,"fork":false,"pushed_at":"2023-02-28T19:42:58.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-23T16:47:38.480Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/unplugstudio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-03-06T04:53:09.000Z","updated_at":"2023-02-28T19:43:03.000Z","dependencies_parsed_at":"2024-11-17T15:07:52.250Z","dependency_job_id":"22d2b107-d0e0-4561-a539-12fddf83ef25","html_url":"https://github.com/unplugstudio/mezzanine-instagram-feed","commit_stats":{"total_commits":9,"total_committers":2,"mean_commits":4.5,"dds":"0.11111111111111116","last_synced_commit":"b6813f4666e60da2cc51924960f3694943e8d245"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unplugstudio%2Fmezzanine-instagram-feed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unplugstudio%2Fmezzanine-instagram-feed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unplugstudio%2Fmezzanine-instagram-feed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unplugstudio%2Fmezzanine-instagram-feed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/unplugstudio","download_url":"https://codeload.github.com/unplugstudio/mezzanine-instagram-feed/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243526953,"owners_count":20305115,"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":[],"created_at":"2024-11-19T20:22:39.592Z","updated_at":"2025-03-14T05:11:26.224Z","avatar_url":"https://github.com/unplugstudio.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Mezzanine Instagram Feed\n\nConnect Mezzanine sites to Instagram feeds.\n\n[![PyPI version](https://badge.fury.io/py/mezzanine-instagram-feed.svg)](https://badge.fury.io/py/mezzanine-instagram-feed)\n![Workflow status](https://github.com/unplugstudio/mezzanine-instagram-feed/workflows/Test%20and%20release/badge.svg)\n\n## Installation\n\n1. Install via pip: `pip install mezzanine-instagram-feed`.\n2. Add `instagramfeed` to your `INSTALLED_APPS`.\n\n## Usage\n\nLoad the templatetag library and pass the username you want to query to the `instagram_posts` template tag.\n\n```django\n{% load instagramfeed_tags %}\n\n{% instagram_posts \"USERNAME HERE\" as posts %}\n{% for posts in post %}\n  \u003ca href=\"https://instagram.com/p/{{ post.shortcode }}\"\u003e\n    \u003cimg src=\"{{ post.thumbnail_src }}\" alt=\"{{ post.edge_media_to_caption.edges.0.node.text }}\"\u003e\n  \u003c/a\u003e\n{% endfor %}\n```\n\n**Keep in mind requests to Instagram are cached for 8 hours so new page loads don't always trigger new requests.**\n\n## Configuration\n\nConfiguration variables read from `settings.py`:\n\n| Setting          | Default | Description                                                   |\n| ---------------- | ------- | ------------------------------------------------------------- |\n| `SCRAPERAPI_KEY` | `None`  | If set will use scraperapi.com to proxy requests to Instagram |\n\n## Contributing\n\nReview contribution guidelines at [CONTRIBUTING.md].\n\n[CONTRIBUTING.md]: CONTRIBUTING.md\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funplugstudio%2Fmezzanine-instagram-feed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funplugstudio%2Fmezzanine-instagram-feed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funplugstudio%2Fmezzanine-instagram-feed/lists"}