This project uses Scrapy for web scraping rental listings.
source venv/bin/activatepip install -r requirements.txtpython quotes_spider.pyOr if you create a proper Scrapy project:
scrapy crawl quotesMake sure your IDE (VS Code/Cursor) is using the Python interpreter from the virtual environment:
- Open Command Palette (
Cmd+Shift+P) - Type "Python: Select Interpreter"
- Choose:
./venv/bin/python
This ensures proper import resolution and code completion.
When you're done working:
deactivateComprehensive system documentation is available in the docs/ directory:
- System Architecture - Complete system design and technology stack
- Data Ingestion Pipeline - Data processing and validation systems
- Daily Automation Script - Scheduling and monitoring systems
- RAG Powered Search API - Intelligent search functionality
See the documentation README for navigation guidance and implementation roadmap.