juliomalegria / python-craigslist

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

Filters and Get Result Parameter #37

Closed gregv21v closed 7 years ago

gregv21v commented 7 years ago

Added postal, and search_distance to base filters Added start as a parameter to get_results to allow pagination.

tetsuo13 commented 7 years ago

I also ran into the limitation that CraigslistForSale doesn't have "search_distance" and "postal" search filters. Adding them to the base set of filters most likely covers all other cases.

👍

juliomalegria commented 7 years ago

Thanks Gregory for this PR. This change looks good. Please address my comment, and then this should be ready to go in.

Thanks for contributing! :+1:

juliomalegria commented 7 years ago

I've done these changes in eeb9e29 and 5d25914. Thanks for the ideas 👍