instagram externalurl 수집 비활성화 (LLM이 혼동을 일으킴)

insta-data
jaehwang 2026-05-20 18:36:29 +09:00
parent 84fd854d15
commit cb798f7acc
2 changed files with 4 additions and 2 deletions

2
.gitignore vendored
View File

@ -44,3 +44,5 @@ Thumbs.db
alembic/versions/*.pyc alembic/versions/*.pyc
test_results/ test_results/
app/test*

View File

@ -49,7 +49,7 @@ class ApifyClient:
"posts": profile.get("postsCount", 0), "posts": profile.get("postsCount", 0),
"bio": profile.get("biography", ""), "bio": profile.get("biography", ""),
"isBusinessAccount": profile.get("isBusinessAccount", False), "isBusinessAccount": profile.get("isBusinessAccount", False),
"externalUrl": profile.get("externalUrl"), #"externalUrl": profile.get("externalUrl"), LLM에 혼동을 주는 듯 하여 비활성화
"latestPosts": [ "latestPosts": [
{ {
"type": p.get("type"), "type": p.get("type"),