gabeklavans / you-got-listings-aggregator

Scraper and aggregator for ygl.is sites
1 stars 0 forks source link

Filter out properties we don't want #6

Closed ggriffey closed 8 months ago

ggriffey commented 8 months ago

We need to get rid of the 1 bath apartments, as well as the 4 beds above $4400 (I suppose we could raise that a bit to account for extreme cases (ex. if we could rent out 2 parking spots for $100/mo. each). This further simplifies our search and will save us time in the long run.

I don't mind taking this on as a FRONT END ISSUE, but this means you'd still be saving properties we don't necessarily want to the back end. Up to you, I just don't really mind doing the work here.

ggriffey commented 8 months ago

Both filters (1 bath, 4 bed price) added and fixed in backend in main.py