juliomalegria / python-craigslist

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

Unclear what filter values should be #43

Closed ghost closed 7 years ago

ghost commented 7 years ago

Is the filter "bathrooms" supposed to be an integer or a list? Also confused about "query", is it a string or perhaps a dict?

juliomalegria commented 7 years ago

Almost all filters follow the same format as their counter parts in the CL website. So bathrooms is a number (same as the website), and query is a string, e.g. "iphone 6 32gb".

juliomalegria commented 7 years ago

Take a look at the examples in the documentation (README.md) to understand how to use the filters. Let me know if you have other doubts :)