#!/bin/bash

set -xe

python feed_ingestion/bin/exec_flows.py tiktok_weekly --skip $SKIP --days $DAYS --check-status --context "{\"platforms\": \"TikTok\"}"

