10.5: Add monthly cron example to Automation Opportunity Finder (closes #170) #259

Open
Rockachopa wants to merge 1 commits from step35/170-10-5-automation-opportunity into main

View File

@@ -12,6 +12,9 @@ Usage:
python3 scripts/automation_opportunity_finder.py --hermes-home ~/.hermes
python3 scripts/automation_opportunity_finder.py --hermes-home ~/.hermes --json
python3 scripts/automation_opportunity_finder.py --hermes-home ~/.hermes --output proposals.json
Monthly cron (run on the 1st of each month at midnight):
0 0 1 * * cd /path/to/compounding-intelligence && python3 scripts/automation_opportunity_finder.py --output proposals/monthly_$(date +\%Y-\%m).json --json --min-confidence 0.5
"""
import argparse