End-to-end freelance client discovery and proposal system for AI agents and independent professionals.
Leads are scored 0-100 based on:
Leads scoring 70+ appear in the morning digest.
# Add a new lead manually
python scripts/freelance_pipeline.py add "Python Bot Development" "$500-1000" "python,bot,automation"
# Score a lead without adding to pipeline
python scripts/freelance_pipeline.py score "Web Scraper" "$200" "python,scraping"
# Get morning digest of qualified leads
python scripts/freelance_pipeline.py digest
# Update lead status through lifecycle
python scripts/freelance_pipeline.py status 3 proposal_sent
python scripts/freelance_pipeline.py status 3 accepted
python scripts/freelance_pipeline.py status 3 paid
# List all leads
python scripts/freelance_pipeline.py list
new -> qualified -> proposal_sent -> negotiating -> accepted -> paid
\ \
-> rejected -> rejected
Set custom profile and pipeline file locations:
export FREELANCE_PROFILE="/path/to/profile.json"
export FREELANCE_PIPELINE="/path/to/pipeline.json"
The script generates proposals with:
共 1 个版本