Commit Graph

3 Commits

Author SHA1 Message Date
Todd
7c87fc1ff4 Fix Instagram detection and notification filter bugs
- Update browser fingerprint from Edge 101 to Chrome 136 with Edge/macOS headers
- Add missing headers: X-CSRFToken, X-IG-WWW-Claim, X-ASBD-ID
- Reduce page size from 33 to 12 (matches real browser behavior)
- Add randomized delays between requests and between creators (8-15s cooldown)
- Update X-IG-WWW-Claim dynamically from response headers
- Fix notification tagged-user filter using wrong column names (p.created_at, a.updated_at don't exist), now uses a.downloaded_at

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-30 13:28:21 -04:00
Todd
c5781197cc Fix Instagram authenticated API cookie loading and status reporting
- Handle both cookie formats: flat array and {"cookies": [...]} object
  (scrapers page saves the latter, code only accepted the former)
- Update scraper status to 'ok' after successful authenticated API call
  (previously only set to 'failed' on 401, never cleared on success)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-30 08:41:42 -04:00
Todd
0d7b2b1aab Initial commit
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-29 22:42:55 -04:00