meta-optimizer/.env.example
José Manuel Gómez 92786e94a8 Initial structure: Meta Optimizer
- meta_ads_client.py: Meta Marketing API client (facebook-business SDK)
- agent.py: Claude-powered campaign decision engine
- run.py: main orchestration script
- config.py: environment variables
- .github/workflows/daily.yml: GitHub Actions cron (8am CEST)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-22 12:22:11 +02:00

11 lines
296 B
Plaintext

AIRTABLE_TOKEN=your_airtable_token
AIRTABLE_BASE_ID=your_base_id
META_APP_ID=your_app_id
META_APP_SECRET=your_app_secret
META_ACCESS_TOKEN=your_long_lived_access_token
META_AD_ACCOUNT_ID=act_XXXXXXXXXX
ANTHROPIC_API_KEY=your_anthropic_key
SLACK_WEBHOOK_URL=https://hooks.slack.com/services/...