Updated data collection system

This commit is contained in:
Jonas Linter
2025-10-21 11:55:14 +02:00
parent 0d754846ce
commit 6ba8a0dba2
9 changed files with 1418 additions and 57 deletions

View File

@@ -13,3 +13,10 @@ META_AD_ACCOUNT_ID=act_your_account_id_here
# Run: uv run python src/meta_api_grabber/auth.py
# Option 2: Manually provide a token from https://developers.facebook.com/tools/explorer/
META_ACCESS_TOKEN=your_access_token_here
# Database Configuration (TimescaleDB)
# For local development using docker-compose, use these defaults:
DATABASE_URL=postgresql://meta_user:meta_password@localhost:5432/meta_insights
# For production, update with your actual database credentials:
# DATABASE_URL=postgresql://username:password@host:port/database