Automation

Content Schedule

Profit-mode automation runs from Windows Task Scheduler. The live posting lane stays on the platforms that are actually ready instead of pretending every network is connected.

Loading live posting status...

Total Posts 0
Topics Left --
Live Platforms --
0
Videos Posted
0
Tech
0
Finance
0
Motivation
0
Blocked Jobs
0
Approved Routes
0
Routes With Live Links
Routes Missing Links
0
Payout Gaps
0
Accounts Needing Action

Posting Windows (Oslo Time)

Platform Posting State

Ops Coverage

Account Targets

No account targets configured.

Route Variants

No route variants configured.

Attribution Coverage

No attribution coverage available yet.

Merchant Launch Path

No merchant launch path configured yet.

Blocked / Failed Jobs

No blocked or failed publish jobs yet.

Posting Setup

1
Add your no-cost generation keys to .env: PEXELS_API_KEY, GEMINI_API_KEY, GEMINI_MODEL=gemini-2.5-flash-lite, and SOCIAL_AUTOMATION_FREE_AI_ONLY=true.
2
Create or refresh your YouTube OAuth credentials in Google Cloud Console, then keep the client secrets file available locally.
3
Authorize the YouTube posting account once: python -m scripts.platforms.youtube --auth
4
Dry-run the monetized posting flow end to end: python scripts/run_profit_mode.py --dry-run --batch 1
5
Install or refresh the Windows scheduled tasks that actually run the posting engine: python scripts/setup_scheduler.py --install
6
Go live with a manual batch now, or let the next scheduled window publish automatically: python scripts/run_profit_mode.py --batch 1
YouTube Shorts is the current live publishing path. Facebook stays paused until the token is refreshed. TikTok and Instagram remain blocked until real credentials are added.
# Install or refresh repo dependencies
.\.venv\Scripts\pip install -r requirements.txt
# Dry run (generate video, don't post)
python scripts/run_profit_mode.py --dry-run --batch 1
# Generate and post for real
python scripts/run_profit_mode.py --batch 1
# Batch generate 3 videos
python scripts/run_profit_mode.py --batch 3
# Install or refresh the live posting tasks
python scripts/setup_scheduler.py --install
# Check next scheduled posting windows
python scripts/setup_scheduler.py --status

Post History

No posts yet. Run profit mode manually or wait for the Task Scheduler windows.