instagram-api

Solid

Instagram Graph API entegrasyonu. Use when publishing content, fetching insights, or working with Instagram media.

API & Backend 359 stars 65 forks Updated today MIT

Install

View on GitHub

Quality Score: 90/100

Stars 20%
85
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Instagram Graph API **Version:** v21.0 | **Base:** `https://graph.instagram.com/v21.0` ## Quick Reference | Action | Endpoint | Method | |--------|----------|--------| | Create Container | `/{user_id}/media` | POST | | Publish | `/{user_id}/media_publish` | POST | | Check Status | `/{container_id}` | GET | | Get Insights | `/{media_id}/insights` | GET | ## Two-Phase Publishing ``` 1. Create Container → container_id 2. (Video only) Poll until FINISHED 3. Publish Container → post_id ``` ## Publishing Functions ```python from app.instagram_helper import ( post_photo_to_instagram, post_video_to_instagram, post_carousel_to_instagram ) # Image result = await post_photo_to_instagram(image_url, caption) # Reels result = await post_video_to_instagram(video_url, caption) # Carousel (2-10 images) result = await post_carousel_to_instagram(image_urls, caption) ``` ## Video Requirements | Spec | Value | |------|-------| | Resolution | 720x1280 (9:16) | | Codec | H.264 video, AAC audio | | FPS | 30 | | Max | 90 seconds | ```python # Auto-convert from app.instagram_helper import convert_video_for_instagram result = await convert_video_for_instagram(input_path) # Returns: {success, output_path, converted, file_size_mb} ``` ## Insights ```python from app.insights_helper import get_instagram_media_insights insights = await get_instagram_media_insights(media_id) # Returns: {plays, reach, saves, shares, likes, comments, engagement_rate} ``` **Reels metrics:** plays,...

Details

Author
majiayu000
Repository
majiayu000/claude-skill-registry
Created
5 months ago
Last Updated
today
Language
HTML
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

instagram

Integracao completa com Instagram via Graph API. Publicacao, analytics, comentarios, DMs, hashtags, agendamento, templates e gestao de contas Business/Creator.

39,227 Updated today
sickn33
AI & Automation Solid

instagram-hashtag-posts

Scrapes Instagram posts by hashtag, returning media items with captions, like/comment counts, media URLs and user info from the hashtag explore feed. Use when user mentions Instagram hashtag scraping, get posts by hashtag, IG hashtag feed, scrape Instagram by tag, hashtag posts Instagram, search Instagram hashtag, pull posts from hashtag, Instagram topic posts, trending hashtag content, Instagram tag posts.

1,515 Updated 3 days ago
browser-act
AI & Automation Solid

instagram-automation

Automate Instagram tasks via Rube MCP (Composio): create posts, carousels, manage media, get insights, and publishing limits. Always search tools first for current schemas.

2,987 Updated 4 days ago
davepoon
AI & Automation Listed

maxhub-instagram

Instagram 全场景数据查询助手。支持V1/V2/V3三个版本API,覆盖用户信息、帖子、Reels、Stories、评论、搜索、话题、地点等全功能。

4 Updated 5 days ago
XieWxx
Data & Documents Solid

instagram-profile-posts

Scrapes posts from an Instagram user's profile feed including captions, media URLs, like/comment counts, timestamps and location tags. Use when user mentions scraping Instagram posts, download Instagram feed, get posts from Instagram account, IG profile posts, Instagram user posts, pull posts from Instagram, Instagram post list, get someone's Instagram content, batch download Instagram, Instagram media scraper.

1,515 Updated 3 days ago
browser-act