Files
insta-recipe/secrets/auth.json
Giancarmine Salucci da58263aba feat: refactor frontend and fix LLM extraction
- Fix critical await bug in extract-stream endpoint
- Add comprehensive logging to LLM and parser modules
- Implement fallback to standard completion for incompatible models
- Create enhanced v2.0 prompts with social media handling and few-shot examples
- Add LLM health check endpoint
- Decompose share page into 6 focused Svelte 5 snippets

Resolves LM Studio integration issues and improves code maintainability
2025-12-21 03:49:33 +01:00

131 lines
3.1 KiB
JSON

{
"cookies": [
{
"name": "csrftoken",
"value": "SDRORLyWEsWWty2ZoVGdER",
"domain": ".instagram.com",
"path": "/",
"expires": 1800844170.041161,
"httpOnly": false,
"secure": true,
"sameSite": "Lax"
},
{
"name": "datr",
"value": "isQuaeXe5-2mFvFSOdcgVq0u",
"domain": ".instagram.com",
"path": "/",
"expires": 1799232653.525143,
"httpOnly": true,
"secure": true,
"sameSite": "None"
},
{
"name": "ig_did",
"value": "5650C8B9-B8D8-4102-9B49-F0668CE34202",
"domain": ".instagram.com",
"path": "/",
"expires": 1796208680.653147,
"httpOnly": true,
"secure": true,
"sameSite": "Lax"
},
{
"name": "mid",
"value": "aS7EigALAAHxXAxrkYg18Fzi-SR7",
"domain": ".instagram.com",
"path": "/",
"expires": 1799232653.525191,
"httpOnly": true,
"secure": true,
"sameSite": "None"
},
{
"name": "ds_user_id",
"value": "59661903731",
"domain": ".instagram.com",
"path": "/",
"expires": 1774060170.041253,
"httpOnly": false,
"secure": true,
"sameSite": "None"
},
{
"name": "wd",
"value": "1280x720",
"domain": ".instagram.com",
"path": "/",
"expires": 1766888970,
"httpOnly": false,
"secure": true,
"sameSite": "Lax"
},
{
"name": "sessionid",
"value": "59661903731%3AbekaIlo4nn7x2n%3A29%3AAYhNsbfhqZQLxT1uyB7NobbpaGHVjXMMJ9UbWNXy2Q",
"domain": ".instagram.com",
"path": "/",
"expires": 1797818681.825308,
"httpOnly": true,
"secure": true,
"sameSite": "Lax"
},
{
"name": "rur",
"value": "\"CLN\\05459661903731\\0541797820170:01fe4d06c032b2dd69a9371e780f6df9e7e3f17ddb2a68bcd030ca4ae9cbb7966e80fd2d\"",
"domain": ".instagram.com",
"path": "/",
"expires": -1,
"httpOnly": true,
"secure": true,
"sameSite": "Lax"
}
],
"origins": [
{
"origin": "https://www.instagram.com",
"localStorage": [
{
"name": "chatd-deviceid",
"value": "8e16ee41-8d6a-4ad5-a954-6f0f2f7e8658"
},
{
"name": "hb_timestamp",
"value": "1766282682614"
},
{
"name": "IGSession",
"value": "6m2tlb:1766285970158"
},
{
"name": "mutex_polaris_banzai",
"value": "63u12u:1766284171158"
},
{
"name": "pixel_fire_ts",
"value": "1766282683056"
},
{
"name": "signal_flush_timestamp",
"value": "1766282682631"
},
{
"name": "Session",
"value": "dcug3n:1766284205158"
},
{
"name": "has_interop_upgraded",
"value": "{\"lastCheckedAt\":1766279008975,\"status\":false}"
},
{
"name": "mutex_banzai",
"value": "63u12u:1766284171158"
},
{
"name": "banzai:last_storage_flush",
"value": "1766279009540.7998"
}
]
}
]
}