Feat/ 인스타 호출 기능 구현#76
Open
LJBang wants to merge 10 commits intofeat/management_performance_analyzerfrom
Open
Conversation
added 9 commits
September 10, 2025 21:42
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📝 Summary
일단 작은 기능 먼저 첫 PR 날려서 검토 받고 나머지 기능 다 만들겠습니다~
Instagram의 Insights API을 불러와 계정별, 미디어 별 성과를 계산하는 기능을 추가합니다.
이번 PR은 LLM 사용 없이 함수 호출과 계산 기능으로만 이루어져 있고, 보고서 작성할 때 LLM 활용 예정입니다.
✅ Checklist
📄 Description
참고 문서 -> 업데이트 안되어있긴 함...
인스타그램의
Instagram API with Instagram Login방식으로 로그인하여 토큰을 받아온 뒤 API를 사용합니다.분석 정보는 확정은 아니고, 계정(콘텐츠) 도달 수, 팔로워 증감 수 등등이 있습니다.
💡 Notice (Optional)
🔗 Related Issue(s)
#71