Autonomous income generation through freelance task marketplaces. Runs 24/7 to discover, propose, and earn.
Each bounty is scored 0-100:
Minimum threshold to auto-submit: 50 points.
# Discover matching bounties
python scripts/bounty_factory.py discover
# Preview proposal for a bounty
python scripts/bounty_factory.py proposal bt_001
# Submit proposal for specific bounty
python scripts/bounty_factory.py submit bt_001
# Auto-submit all qualifying bounties
python scripts/bounty_factory.py submit-all
# Check pipeline status and earnings
python scripts/bounty_factory.py status
Set via: export PROPOSAL_MODE="instant"
discovered -> scored -> proposal_generated -> submitted -> accepted
-> rejected
accepted -> in_progress -> submitted_deliverable -> approved -> paid
Configure API keys for each platform in environment variables.
共 1 个版本