Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

YC Co-Founder Bot Documentation

Quick Links

🚀 Getting Started

📖 Core Documentation

🔧 Technical Reference

💻 Development

Project Overview

A bot that automates finding co-founders on YC's Startup School platform by:

  1. Browsing profiles automatically using Playwright
  2. Evaluating matches with GPT-4 AI
  3. Messaging high-quality candidates

Current Status (September 2025)

Core functionality working - Browser automation, AI evaluation, and messaging all functional

⚙️ Configuration needed - Set YC credentials and OpenAI API key in .env

📋 One known fix applied - Removed unsupported response_format parameter for GPT-4

File Organization

docs/
├── README.md              # This file
├── core/                  # Product & design docs
├── technical/             # Implementation details
├── development/           # Dev setup & guidelines
└── archive/              # Historical/outdated docs

Primary References

  • CLAUDE.md (root) - AI assistant instructions
  • README.md (root) - Project overview
  • .env.example - Configuration template