hudsoncreations/Instagram Feed Sync
Sync an Instagram Business/Creator account's latest posts into a static-site repo as first-party images + a committed feed.json, via the official Instagram Platform API. No widget vendor, no third-party requests from visitors, no view caps.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Long-lived Instagram Platform API access token — pass a repo secret, never a literal. | yes | — |
| feed-json | Path (in the calling repo) to write the feed JSON. | no | src/lib/data/instagram-feed.json |
| image-dir | Directory (in the calling repo) to write post images into. | no | static/images/instagram |
| image-public-path | Public URL prefix the deployed site serves image-dir from. | no | /images/instagram |
| post-count | How many latest posts to keep. | no | 12 |
| api-version | Instagram Graph API version. | no | v23.0 |
Outputs
no outputs