juliomalegria / python-craigslist

Simple Craigslist wrapper
MIT No Attribution
387 stars 117 forks source link

Add bathrooms count to housing search #52

Closed sandlerben closed 4 years ago

sandlerben commented 6 years ago

Add bathrooms count to housing search.

sandlerben commented 6 years ago

There is a slight bug with the regex (e.g. it won't handle "1.5Ba" right now) but feel free to review before I get a chance to fix that bug.

sandlerben commented 6 years ago

This is now fixed

sandlerben commented 6 years ago

@juliomalegria can you take a look?

juliomalegria commented 4 years ago

I ended up implementing a very generic solution to gets all the side attributes displayed in a CL post, which includes info about bedrooms, bathrooms (see b1ca9b9). Still, thank you so much for implementing this!