Add run_analyze_creatives.sh to execute deep creative analysis with .env loaded
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
f319c609fd
commit
c76a052110
12
run_analyze_creatives.sh
Normal file
12
run_analyze_creatives.sh
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
set -euo pipefail
|
||||||
|
|
||||||
|
cd "$(dirname "$0")"
|
||||||
|
|
||||||
|
if [ -f .env ]; then
|
||||||
|
set -a
|
||||||
|
source .env
|
||||||
|
set +a
|
||||||
|
fi
|
||||||
|
|
||||||
|
python analyze_creatives.py "$@"
|
||||||
Loading…
x
Reference in New Issue
Block a user