Skip to content

Repository files navigation

NewGenRenter Scraping Project

This project uses Scrapy for web scraping rental listings.

Setup

1. Activate Virtual Environment

source venv/bin/activate

2. Install Dependencies (if setting up fresh)

pip install -r requirements.txt

3. Run Spider

python quotes_spider.py

Or if you create a proper Scrapy project:

scrapy crawl quotes

IDE Configuration

Make sure your IDE (VS Code/Cursor) is using the Python interpreter from the virtual environment:

  1. Open Command Palette (Cmd+Shift+P)
  2. Type "Python: Select Interpreter"
  3. Choose: ./venv/bin/python

This ensures proper import resolution and code completion.

Deactivate Virtual Environment

When you're done working:

deactivate

Documentation

Comprehensive system documentation is available in the docs/ directory:

See the documentation README for navigation guidance and implementation roadmap.

About

Building rental assistant

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages