Compare commits
1 Commits
step35/199
...
step35/170
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ad9496e8cb |
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user