Closed usctzen closed 3 years ago
Excellent, I'll add this feature to the next release.
Hello Marc, the latest version (v0.3.6) should address this issue. Please let me know if it persists.
Hello Marc, the latest version (v0.3.6) should address this issue. Please let me know if it persists.
Installed and tested. Works like a charm. Let me make it a production script and I'll come back to you with some more features.
Thanks Marc, let me know if this issue pops up in the future
I will. Thanks again. Your project is turning out really good.
Hi,
Your API does not allow me me to use some categories (subcategories?) . For example I specifically want to use the "mcy" category which a subset of the "mca" category. The API return an error if I use this:
bikes = pycraigslist.forsale.mcy(site='miami', area='brw', filters=bike_filters)
This is the error return.
The "mcy" category is valid. This is the motorcycles for sale by owners.
This category is returned in the data set. Here the full test script: