- Scrape leads from Reddit and X (NYC Real Estate)
- Dashboard: view, call, and close leads
- Voice calls via Twilio + ElevenLabs agent
- LLM-powered conversation
- Transcript logging
- Backend: Flask, Playwright, Twilio, ElevenLabs, LLM (Gemini/GPT-4), SQLite
- Frontend: React, Tailwind UI
- Copy
.env.example
to.env
and fill in your API keys cd backend && pip install -r requirements.txt
cd frontend && npm install
- Run backend:
python app.py
- Run frontend:
npm start
See .env.example
for required configs.